Skip to content

Commit

Permalink
Removed Managed Identity
Browse files Browse the repository at this point in the history
  • Loading branch information
krbar committed Dec 13, 2023
1 parent e4c709f commit 0f17e88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions avm/res/api-management/service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,6 @@ module service 'br/public:avm/res/api-management/service:<version>' = {
}
]
location: '<location>'
managedIdentities: {
systemAssigned: true
}
minApiVersion: '2021-08-01'
namedValues: [
{
Expand Down Expand Up @@ -811,11 +808,6 @@ module service 'br/public:avm/res/api-management/service:<version>' = {
"location": {
"value": "<location>"
},
"managedIdentities": {
"value": {
"systemAssigned": true
}
},
"minApiVersion": {
"value": "2021-08-01"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
scope: '/apis'
}
]
managedIdentities: {
systemAssigned: true
}
tags: {
'hidden-title': 'This is visible in the resource name'
Environment: 'Non-Prod'
Expand Down

0 comments on commit 0f17e88

Please sign in to comment.