We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a785144 commit ec1c6c4Copy full SHA for ec1c6c4
infra/core/search/search-services.bicep
@@ -47,7 +47,6 @@ resource search 'Microsoft.Search/searchServices@2021-04-01-preview' = {
47
// The free tier does not support managed identity
48
identity: searchIdentityProvider
49
properties: {
50
- authOptions: authOptions
51
disableLocalAuth: disableLocalAuth
52
disabledDataExfiltrationOptions: disabledDataExfiltrationOptions
53
encryptionWithCmk: encryptionWithCmk
0 commit comments