File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ module cosmosDb 'modules/cosmosDb.bicep' = {
207207
208208var aiModelDeploymentName = aiModelName
209209
210- module aiFoundry 'br/public:avm/ptn/ai-ml/ai-foundry:0.3 .0' = {
210+ module aiFoundry 'br/public:avm/ptn/ai-ml/ai-foundry:0.4 .0' = {
211211 name : take ('avm.ptn.ai-ml.ai-foundry.${resourcesName }' , 64 )
212212 params : {
213213 #disable-next-line BCP334
@@ -266,8 +266,8 @@ module appConfiguration 'br/public:avm/res/app-configuration/configuration-store
266266 params : {
267267 location : location
268268 name : 'appcs-${resourcesName }'
269- disableLocalAuth : false // TODO - private networking?
270- // enablePurgeProtection: false // TODO - turn off purge protection after dev env not used or is recreated
269+ disableLocalAuth : false // needed to allow setting app config key values from this module
270+ enablePurgeProtection : false
271271 // TODO - private networking
272272 //privateEndpoints:
273273 tags : allTags
You can’t perform that action at this time.
0 commit comments