mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-26 19:00:11 +08:00
missing closing quotation mark on create-for-rbac
parent
43f869667e
commit
e097e100b9
@ -124,7 +124,7 @@ dnscustomrole='{
|
||||
}'
|
||||
az role definition create --role-definition "$dnscustomrole"
|
||||
# Create a new service principal and grant permissions to modify TXT recornds in the give DNS Zone
|
||||
az ad sp create-for-rbac --name "AcmeDnsValidator" --role "DNS TXT Contributor" --scopes "/subscriptions/12345678-9abc-def0-1234-567890abcdef/resourceGroups/exampledns_rg/providers/Microsoft.Network/dnszones/example.com
|
||||
az ad sp create-for-rbac --name "AcmeDnsValidator" --role "DNS TXT Contributor" --scopes "/subscriptions/12345678-9abc-def0-1234-567890abcdef/resourceGroups/exampledns_rg/providers/Microsoft.Network/dnszones/example.com"
|
||||
|
||||
# or grant an existing service principal permissions to modify TXT recornds in the give DNS Zone
|
||||
#az role assignment create --assignee 3b5033b5-7a66-43a5-b3b9-a36b9e7c25ed --scope "/subscriptions/12345678-9abc-def0-1234-567890abcdef/resourceGroups/exampledns_rg/providers/Microsoft.Network/dnszones/example.com" --role "DNS TXT Contributor"
|
||||
|
Loading…
Reference in New Issue
Block a user