Azure / Azure/actions-workflow-samples
Update az cli command to generate AZURE_CREDENTIALS
Open
- Dominant language
- Pug
- Stars
- 511
- Forks
- 657
- PR merge metrics
- No merged PRs in 30d
Description
#### The script to generate AZURE_CREDENTIALS needs to be updated. ``--sdk-auth`` is depreciated and no longer required.
#### New script should look like this
az ad sp create-for-rbac --name myApp --role contributor \
--scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group} \
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.