Skip to content

Commit c5227e7

Browse files
committed
adding colons
1 parent 6ccdca8 commit c5227e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/resource-graph/concepts/arg-get-list-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ HTTP GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGro
180180

181181
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:
182182

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:
184184

185185
```bicep
186186
var ArmClientOptions = new ArmClientOptions();
@@ -191,7 +191,7 @@ HttpPipelinePosition.PerCall);
191191
192192
```
193193

194-
Then, we create ArmClient using the custom ArmClientOptions
194+
Then, we create ArmClient using the custom ArmClientOptions:
195195

196196
```bicep
197197
ArmClient client = new ArmClient(new DefaultAzureCredential(), null,

0 commit comments

Comments
 (0)