-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Labels
Class: Resource Module 📦This is a resource moduleThis is a resource moduleLanguage: Bicep 💪This is related to the Bicep IaC languageThis is related to the Bicep IaC languageNeeds: Core Team 🧞This item needs the AVM Core Team to review itThis item needs the AVM Core Team to review itNeeds: External Changes ⚒️When an issue/PR requires changes that are outside of the control of the module. e.g. to an RP.When an issue/PR requires changes that are outside of the control of the module. e.g. to an RP.Type: AVM 🅰️ ✌️ Ⓜ️This is an AVM related issueThis is an AVM related issueType: Bug 🐛Something isn't workingSomething isn't working
Description
Check for previous/existing GitHub issues
- I have checked for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/res/app-configuration/configuration-store
(Optional) Module Version
0.9.2
Description
The module created app config with sku = 'Developer'.
When I wanted to upgrade to 'Standard' it fails with error
The property 'SoftDeleteRetentionInDays' is not valid. The soft delete retention period cannot be modified. (Code:InvalidProperty)
param sku string
module appConfig 'br/public:avm/res/app-configuration/configuration-store:0.9.2' = {
name: '${deployment().name}-appconfig'
scope: resourceGroup(subscriptionId, effectiveResourceGroupName!)
dependsOn: [rg]
params: {
location: location
name: 'riki-config-appcs-prod2'
sku: sku
softDeleteRetentionInDays: 7
}
}(Optional) Correlation Id
No response
Metadata
Metadata
Assignees
Labels
Class: Resource Module 📦This is a resource moduleThis is a resource moduleLanguage: Bicep 💪This is related to the Bicep IaC languageThis is related to the Bicep IaC languageNeeds: Core Team 🧞This item needs the AVM Core Team to review itThis item needs the AVM Core Team to review itNeeds: External Changes ⚒️When an issue/PR requires changes that are outside of the control of the module. e.g. to an RP.When an issue/PR requires changes that are outside of the control of the module. e.g. to an RP.Type: AVM 🅰️ ✌️ Ⓜ️This is an AVM related issueThis is an AVM related issueType: Bug 🐛Something isn't workingSomething isn't working
Type
Projects
Status
Needs: Triage