File tree Expand file tree Collapse file tree 2 files changed +112
-183
lines changed
Expand file tree Collapse file tree 2 files changed +112
-183
lines changed Original file line number Diff line number Diff line change @@ -814,7 +814,7 @@ module cognitiveServicePrivateEndpoint 'br/public:avm/res/network/private-endpoi
814814 }
815815}
816816
817- module avmAiServices_cu 'br/public:avm/res/cognitive-services/account:0.13.2 ' = {
817+ module avmAiServices_cu 'br/public:avm/res/cognitive-services/account:0.14.1 ' = {
818818 name : take ('avm.res.cognitive-services.account.content-understanding.${solutionSuffix }' , 64 )
819819
820820 params : {
@@ -873,6 +873,10 @@ module contentUnderstandingPrivateEndpoint 'br/public:avm/res/network/private-en
873873 name : 'aicu-dns-zone-cognitiveservices'
874874 privateDnsZoneResourceId : avmPrivateDnsZones [dnsZoneIndex .cognitiveServices ]!.outputs .resourceId
875875 }
876+ {
877+ name : 'ai-services-dns-zone-aiservices'
878+ privateDnsZoneResourceId : avmPrivateDnsZones [dnsZoneIndex .aiServices ]!.outputs .resourceId
879+ }
876880 {
877881 name : 'aicu-dns-zone-contentunderstanding'
878882 privateDnsZoneResourceId : avmPrivateDnsZones [dnsZoneIndex .contentUnderstanding ]!.outputs .resourceId
You can’t perform that action at this time.
0 commit comments