Azure / Azure/Databricks360

iac-adb-360\helpers\rg-create.sh syntax on role assignment

Open
#23 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.