|
5 | 5 | "metadata": { |
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | | - "version": "0.43.1.21952", |
9 | | - "templateHash": "16210311400744160873" |
| 8 | + "version": "0.43.8.12551", |
| 9 | + "templateHash": "6450034536549346009" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
6883 | 6883 | "metadata": { |
6884 | 6884 | "_generator": { |
6885 | 6885 | "name": "bicep", |
6886 | | - "version": "0.43.1.21952", |
6887 | | - "templateHash": "10615902090169258577" |
| 6886 | + "version": "0.43.8.12551", |
| 6887 | + "templateHash": "14509138889694036561" |
6888 | 6888 | } |
6889 | 6889 | }, |
6890 | 6890 | "definitions": { |
|
21078 | 21078 | "metadata": { |
21079 | 21079 | "_generator": { |
21080 | 21080 | "name": "bicep", |
21081 | | - "version": "0.43.1.21952", |
21082 | | - "templateHash": "2328998422553242639" |
| 21081 | + "version": "0.43.8.12551", |
| 21082 | + "templateHash": "2224548258804916323" |
21083 | 21083 | }, |
21084 | 21084 | "name": "Container Registry Module" |
21085 | 21085 | }, |
|
35692 | 35692 | }, |
35693 | 35693 | "allowBlobPublicAccess": "[if(parameters('enablePrivateNetworking'), createObject('value', true()), createObject('value', false()))]", |
35694 | 35694 | "publicNetworkAccess": "[if(parameters('enablePrivateNetworking'), createObject('value', 'Disabled'), createObject('value', 'Enabled'))]", |
| 35695 | + "requireInfrastructureEncryption": { |
| 35696 | + "value": true |
| 35697 | + }, |
35695 | 35698 | "privateEndpoints": "[if(parameters('enablePrivateNetworking'), createObject('value', createArray(createObject('name', format('pep-blob-{0}', variables('solutionSuffix')), 'privateDnsZoneGroup', createObject('privateDnsZoneGroupConfigs', createArray(createObject('name', 'storage-dns-zone-group-blob', 'privateDnsZoneResourceId', reference(format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)).outputs.resourceId.value))), 'subnetResourceId', reference('virtualNetwork').outputs.pepsSubnetResourceId.value, 'service', 'blob'), createObject('name', format('pep-queue-{0}', variables('solutionSuffix')), 'privateDnsZoneGroup', createObject('privateDnsZoneGroupConfigs', createArray(createObject('name', 'storage-dns-zone-group-queue', 'privateDnsZoneResourceId', reference(format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)).outputs.resourceId.value))), 'subnetResourceId', reference('virtualNetwork').outputs.pepsSubnetResourceId.value, 'service', 'queue'))), createObject('value', createArray()))]", |
35696 | 35699 | "blobServices": { |
35697 | 35700 | "value": { |
|
43814 | 43817 | } |
43815 | 43818 | }, |
43816 | 43819 | "dependsOn": [ |
43817 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
43818 | 43820 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 43821 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
43819 | 43822 | "userAssignedIdentity", |
43820 | 43823 | "virtualNetwork" |
43821 | 43824 | ] |
|
45948 | 45951 | "customSubDomainName": { |
45949 | 45952 | "value": "[variables('openAiAccountName')]" |
45950 | 45953 | }, |
| 45954 | + "disableLocalAuth": { |
| 45955 | + "value": true |
| 45956 | + }, |
45951 | 45957 | "managedIdentities": { |
45952 | 45958 | "value": { |
45953 | 45959 | "systemAssigned": true |
|
49105 | 49111 | }, |
49106 | 49112 | "dependsOn": [ |
49107 | 49113 | "avmOpenAi", |
49108 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
49109 | 49114 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 49115 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
49110 | 49116 | "virtualNetwork" |
49111 | 49117 | ] |
49112 | 49118 | }, |
|
49138 | 49144 | "customSubDomainName": { |
49139 | 49145 | "value": "[variables('docIntelAccountName')]" |
49140 | 49146 | }, |
| 49147 | + "disableLocalAuth": { |
| 49148 | + "value": true |
| 49149 | + }, |
49141 | 49150 | "managedIdentities": { |
49142 | 49151 | "value": { |
49143 | 49152 | "systemAssigned": true |
|
0 commit comments