Skip to content

Commit

Permalink
Merge pull request Azure#27 from superkevin813/byocmksupport
Browse files Browse the repository at this point in the history
Fix upper case
  • Loading branch information
zhaomuzhi authored Sep 28, 2021
2 parents 256be3e + 181fad8 commit b18f3cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"identityClientId": ""
},
"cosmosDbArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDb/databaseAccounts/testcosmosdb",
"StorageAccountArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.Storage/storageAccounts/teststorage",
"SearchAccountArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.Search/searchServices/testsearch"
"storageAccountArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.Storage/storageAccounts/teststorage",
"searchAccountArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.Search/searchServices/testsearch"
},
"hbiWorkspace": false,
"allowPublicAccessWhenBehindVnet": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"identityClientId": ""
},
"cosmosDbArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDb/databaseAccounts/testcosmosdb",
"StorageAccountArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.Storage/storageAccounts/teststorage",
"SearchAccountArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.Search/searchServices/testsearch"
"storageAccountArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.Storage/storageAccounts/teststorage",
"searchAccountArmId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.Search/searchServices/testsearch"
},
"hbiWorkspace": false,
"serviceProvisionedResourceGroup": "testworkspace_0000111122223333",
Expand Down

0 comments on commit b18f3cb

Please sign in to comment.