Skip to content

Commit 54bdc89

Browse files
committed
removing line break
1 parent d13e535 commit 54bdc89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ The following example is a .NET Code sample to call ARG GET/LIST API by creating
160160
First, we create custom ArmClientOption with policy that adds the `useResourceGraph=True` flag per call:
161161

162162
```bicep
163-
var armClientOptions = new ArmClientOptions();
164-
armClientOptions.AddPolicy(new ArgGetListHttpPipelinePolicy(), HttpPipelinePosition.PerCall);
163+
var armClientOptions = new ArmClientOptions(); armClientOptions.AddPolicy(new ArgGetListHttpPipelinePolicy(), HttpPipelinePosition.PerCall);
165164
```
166165

167166
Then, we create ArmClient using the custom ArmClientOptions:

0 commit comments

Comments
 (0)