Skip to content

Commit 0b5b76e

Browse files
committed
Change { } -> < > for consistency
1 parent 527ad44 commit 0b5b76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-cloud/spring-cloud-howto-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ az ad sp create-for-rbac --role contributor --scopes /subscriptions/<SUBSCRIPTIO
2222
```
2323
To access to a specific resource group, you can reduce the scope:
2424
```
25-
az ad sp create-for-rbac --role contributor --scopes /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/{RESOURCE_GROUP} --sdk-auth
25+
az ad sp create-for-rbac --role contributor --scopes /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP> --sdk-auth
2626
```
2727
The command should output a JSON object:
2828
```JSON

0 commit comments

Comments
 (0)