You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/resource-graph/concepts/arg-get-list-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ HTTP GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGro
180
180
181
181
The following is a .NET Code sample to call ARG GET/LIST API by creating an ARMClient with policy that adds the flag `useResourceGraph=true` to each call:
182
182
183
-
First, We create custom ArmClientOption with policy that adds the `useResourceGraph=True` flag per call
183
+
First, We create custom ArmClientOption with policy that adds the `useResourceGraph=True` flag per call:
0 commit comments