Skip to content

Commit

Permalink
Fix tables livetest
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Siegel committed Sep 3, 2020
1 parent fc161f8 commit ae88645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/tables/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"outputs": {
"AZURE_TABLES_CONNECTION_STRING": {
"type": "string",
"value": "[if(equals(parameters('endpointType'), 'storage'), concat('DefaultEndpointsProtocol=https;AccountName=', variables('primaryAccountName'), ';AccountKey=', listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('primaryAccountName')), variables('mgmtApiVersion')).keys[0].value, ';EndpointSuffix=core.windows.net/;'), concat('DefaultEndpointsProtocol=https;AccountName=', variables('primaryAccountName'), ';AccountKey=', listKeys(resourceId('Microsoft.DocumentDB/databaseAccounts', variables('primaryAccountName')), variables('mgmtApiVersion')).primaryMasterKey, ';EndpointSuffix=cosmos.azure.com:443/;'))]",
"value": "[if(equals(parameters('endpointType'), 'storage'), concat('DefaultEndpointsProtocol=https;AccountName=', variables('primaryAccountName'), ';AccountKey=', listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('primaryAccountName')), variables('mgmtApiVersion')).keys[0].value, ';EndpointSuffix=core.windows.net/;'), concat('DefaultEndpointsProtocol=https;AccountName=', variables('primaryAccountName'), ';AccountKey=', listKeys(resourceId('Microsoft.DocumentDB/databaseAccounts', variables('primaryAccountName')), '2020-04-01').primaryMasterKey, ';EndpointSuffix=cosmos.azure.com:443/;'))]",
}
}
}
2 changes: 1 addition & 1 deletion sdk/tables/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
Timeout: 60
MaxParallel: 12
EnvVars:
AZURE_TEST_MODE: LIVE
AZURE_TEST_MODE: RECORD
Artifacts:
- name: azure-data-tables
groupId: com.azure
Expand Down

0 comments on commit ae88645

Please sign in to comment.