Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions avm/ptn/sa/modernize-your-code/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "13748911556401361881"
"templateHash": "9598032375181081410"
},
"name": "Modernize Your Code Solution Accelerator",
"description": "This module contains the resources required to deploy the [Modernize-your-code-solution-accelerator](https://github.com/microsoft/Modernize-your-code-solution-accelerator) for both Sandbox environments and WAF aligned environments.\n\n|**Post-Deployment Step** |\n|-------------|\n| After completing the deployment, follow the steps in the [Post-Deployment Guide](https://github.com/microsoft/Modernize-your-code-solution-accelerator/blob/main/docs/AVMPostDeploymentGuide.md) to configure and verify your environment. |\n\n> **Note:** This module is not intended for broad, generic use, as it was designed by the Commercial Solution Areas CTO team, as a Microsoft Solution Accelerator. Feature requests and bug fix requests are welcome if they support the needs of this organization but may not be incorporated if they aim to make this module more generic than what it needs to be for its primary use case. This module will likely be updated to leverage AVM resource modules in the future. This may result in breaking changes in upcoming versions when these features are implemented.\n"
Expand Down Expand Up @@ -44889,7 +44889,7 @@
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "3976576118702390272"
"templateHash": "9923942477179716522"
}
},
"definitions": {
Expand Down Expand Up @@ -45100,9 +45100,6 @@
"name": {
"value": "[parameters('name')]"
},
"enableAnalyticalStorage": {
"value": true
},
"location": {
"value": "[parameters('location')]"
},
Expand Down
1 change: 0 additions & 1 deletion avm/ptn/sa/modernize-your-code/modules/cosmosDb.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module cosmosAccount 'br/public:avm/res/document-db/database-account:0.19.0' = {
name: take('avm.res.document-db.database-account.${name}', 64)
params: {
name: name
enableAnalyticalStorage: true
location: location
minimumTlsVersion: 'Tls12'
defaultConsistencyLevel: 'Session'
Expand Down