We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99599d1 commit f34c752Copy full SHA for f34c752
createVHDs.bash
@@ -117,7 +117,7 @@ echo "Creating 24 hour expiry date"
117
my_sas_expiry=$(date --date="+24 hours" +"%Y-%m-%dT%H:%M:%SZ")
118
119
echo -n "Generating sas..."
120
-my_sas_token=$(az storage container generate-sas --only-show-errors --account-name "$my_account_name" --name "$my_container_name" --permissions acw --expiry "$my_sas_expiry" | tr -d '"')
+my_sas_token=$(az storage container generate-sas --only-show-errors --account-name "$my_account_name" --name "$my_container_name" --permissions racwdl --expiry "$my_sas_expiry" | tr -d '"')
121
# check length is reasonable for output
122
if [ ${#my_sas_token} -gt 5 ]; then
123
echo "Done"
0 commit comments