-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tables] Setup Storage CORS in post-deployment script #11612
Conversation
/azp run js - tables - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/tables/test-resources-post.ps1
Outdated
) | ||
|
||
$storageAccountName = $DeploymentOutputs['ACCOUNT_NAME'] | ||
$context = New-AzStorageContext -StorageAccountName $storageAccountName |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you try to pass ACCOUNT_KEY also to context like in following command.
$storageContext = New-AzStorageContext -StorageAccountName $storageAccount -StorageAccountKey $DeploymentOutputs['ACCOUNT_KEY'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! it worked 😄
/azp run js - tables - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - tables - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - tables - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Revert: spec changes for Libmary Management in bigDataPool (Azure#11612) * Revert "attributes added in LibraryInfo in BigDataPool specs (Azure#11415)" This reverts commit 5d48a7dc324dd221d5e0455e3947c5fc39084132. * Revert "Custom Library support in Spark pool (Azure#11172)" This reverts commit c653ee788c4dd74ede34ff17e64e7c0c45681e3e. Co-authored-by: Navneet Singh <navsi@microsoft.com>
test-resources.json