Skip to content

Commit 987a958

Browse files
authored
Use arm template parameters as sole input for live test environment variables (Azure#25301)
1 parent 6b8ec3d commit 987a958

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sdk/keyvault/test-resources.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@
132132
"metadata": {
133133
"description": "Test attestation service for Secure Key Release"
134134
}
135+
},
136+
"storageEndpointSuffix": {
137+
"type": "string",
138+
"defaultValue": "core.windows.net",
139+
"metadata": {
140+
"description": "The url suffix to use when accessing the storage data plane."
141+
}
135142
}
136143
},
137144
"variables": {
@@ -478,6 +485,10 @@
478485
"type": "string",
479486
"value": "[parameters('testApplicationOid')]"
480487
},
488+
"KEYVAULT_STORAGE_ENDPOINT_SUFFIX": {
489+
"type": "string",
490+
"value": "[parameters('storageEndpointSuffix')]"
491+
},
481492
"BLOB_STORAGE_ACCOUNT_NAME": {
482493
"type": "string",
483494
"value": "[variables('primaryAccountName')]"

0 commit comments

Comments
 (0)