Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
weidongxu-microsoft authored Jul 21, 2025
commit 536dd2f202dd4407001d3c6ab620d4780c9d0415
2 changes: 1 addition & 1 deletion sdk/dashboard/azure-resourcemanager-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ See [API design][design] for general introduction on design and key concepts on
```java
grafana = dashboardManager.grafanas()
.define(grafanaName)
.withRegion(REGION)
.withExistingResourceGroup(resourceGroupName)
.withRegion(REGION)
.withIdentity(new ManagedServiceIdentity().withType(ManagedServiceIdentityType.SYSTEM_ASSIGNED))
.create();
```
Expand Down