File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ Because a system-assigned managed identity can only be retrieved after the creat
291
291
},
292
292
// ...
293
293
"properties": {
294
- "defaultIdentity": "UserAssignedIdentity=<identity-resource-id>"
294
+ "defaultIdentity": "UserAssignedIdentity=<identity-resource-id>",
295
295
"keyVaultKeyUri": "<key-vault-key-uri>"
296
296
// ...
297
297
}
@@ -358,7 +358,7 @@ When you create a new Azure Cosmos DB account through an Azure Resource Manager
358
358
// ...
359
359
"properties" : {
360
360
"backupPolicy" : { "type" : " Continuous" },
361
- "defaultIdentity" : " UserAssignedIdentity=<identity-resource-id>"
361
+ "defaultIdentity" : " UserAssignedIdentity=<identity-resource-id>" ,
362
362
"keyVaultKeyUri" : " <key-vault-key-uri>"
363
363
// ...
364
364
}
You can’t perform that action at this time.
0 commit comments