spelling: conservative
This commit is contained in:
parent
935c8e9a28
commit
faf7928a41
|
@ -182,7 +182,7 @@ createServicePrincipal() {
|
||||||
createPermissions() {
|
createPermissions() {
|
||||||
echo "==> Creating permissions"
|
echo "==> Creating permissions"
|
||||||
az role assignment create --assignee $azure_object_id --role "Owner" --scope /subscriptions/$azure_subscription_id
|
az role assignment create --assignee $azure_object_id --role "Owner" --scope /subscriptions/$azure_subscription_id
|
||||||
# If the user wants to use a more conserative scope, she can. She must
|
# If the user wants to use a more conservative scope, she can. She must
|
||||||
# configure the Azure builder to use build_resource_group_name. The
|
# configure the Azure builder to use build_resource_group_name. The
|
||||||
# easiest solution is subscription wide permission.
|
# easiest solution is subscription wide permission.
|
||||||
# az role assignment create --spn http://$meta_name -g $azure_group_name -o "API Management Service Contributor"
|
# az role assignment create --spn http://$meta_name -g $azure_group_name -o "API Management Service Contributor"
|
||||||
|
|
Loading…
Reference in New Issue