Skip to content

Commit

Permalink
resolve principalType not defined error (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
marumaru1019 authored Nov 22, 2023
1 parent 1895e81 commit af5d7c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 5.internal-document-search/infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ param location string
@description('Enable private network access to the backend service')
param isPrivateNetworkEnabled bool

param principalType string = ''

param appServicePlanName string = ''
param backendServiceName string = ''
param resourceGroupName string = ''
Expand Down

0 comments on commit af5d7c0

Please sign in to comment.