We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13e535 commit 54bdc89Copy full SHA for 54bdc89
articles/governance/resource-graph/concepts/arg-get-list-api.md
@@ -160,8 +160,7 @@ The following example is a .NET Code sample to call ARG GET/LIST API by creating
160
First, we create custom ArmClientOption with policy that adds the `useResourceGraph=True` flag per call:
161
162
```bicep
163
-var armClientOptions = new ArmClientOptions();
164
-armClientOptions.AddPolicy(new ArgGetListHttpPipelinePolicy(), HttpPipelinePosition.PerCall);
+var armClientOptions = new ArmClientOptions(); armClientOptions.AddPolicy(new ArgGetListHttpPipelinePolicy(), HttpPipelinePosition.PerCall);
165
```
166
167
Then, we create ArmClient using the custom ArmClientOptions:
0 commit comments