iac-adb-360\helpers\rg-create.sh syntax on role assignment
Open
- Dominant language
- Python
- Stars
- 18
- Forks
- 55
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 1
Description
` az role assignment create --role 'Contributor' --assignee $serviceprincipaloid --scope "subscriptions/$subscriptionid/resourceGroups/$rgPrd"`
vs
` az role assignment create --role 'Contributor' --assignee $serviceprincipaloid --scope "/subscriptions/$subscriptionid/resourceGroups/$rgPrd"`
The extra "/" in front of the the resourceId does not work when running from bash terminal in vs code
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.