Skip to content

Commit 877a8ec

Browse files
authored
Merge pull request #1812 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-dev-docs (branch master)
2 parents 4bcf22b + cb43391 commit 877a8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/python/azure-sdk-example-list-resource-groups.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ az group list
148148
The following command lists resources within the "myResourceGroup" in the centralus region (the location argument is necessary to identify a specific data center):
149149

150150
```azurecli
151-
az resource list --resource group myResourceGroup --location centralus
151+
az resource list --resource-group myResourceGroup --location centralus
152152
```
153153

154154
## See also

0 commit comments

Comments
 (0)