Skip to content

Commit 74e8d90

Browse files
test: fix tables test resources API versions (Azure#49998)
1 parent 76d8984 commit 74e8d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/tables/test-resources.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"[resourceId('Microsoft.DocumentDB/databaseAccounts', variables('primaryAccountName'))]"
134134
],
135135
"type": "Microsoft.DocumentDB/databaseAccounts/tableRoleDefinitions",
136-
"apiVersion": "2024-05-15",
136+
"apiVersion": "2024-08-15",
137137
"name": "[concat(variables('primaryAccountName'), '/', guid(variables('customCosmosRoleName')))]",
138138
"properties": {
139139
"roleName": "[variables('customCosmosRoleName')]",
@@ -153,7 +153,7 @@
153153
"[resourceId('Microsoft.DocumentDB/databaseAccounts/tableRoleDefinitions', variables('primaryAccountName'), guid(variables('customCosmosRoleName')))]"
154154
],
155155
"type": "Microsoft.DocumentDB/databaseAccounts/tableRoleAssignments",
156-
"apiVersion": "2024-05-15",
156+
"apiVersion": "2024-08-15",
157157
"name": "[concat(variables('primaryAccountName'), '/', guid(variables('customCosmosRoleName')))]",
158158
"properties": {
159159
"scope": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.DocumentDB/databaseAccounts/', variables('primaryAccountName'))]",

0 commit comments

Comments
 (0)