Skip to content

Commit 50fbf9a

Browse files
author
Cam Soper
authored
Trailing space (#25837)
1 parent f243b8b commit 50fbf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure/sdk/resource-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Console.WriteLine($"Subnet: {id.Name}");
179179

180180
Performing operations on resources that already exist is a common use case when using the management client libraries. In this scenario you usually have the identifier of the resource you want to work on as a string. Although the new object hierarchy is great for provisioning and working within the scope of a given parent, it is not the most efficient when it comes to this specific scenario.
181181

182-
Here is an example how you to access an `AvailabilitySet` object and manage it directly with its id:
182+
Here is an example how you to access an `AvailabilitySet` object and manage it directly with its id:
183183

184184
```csharp
185185
using Azure.Identity;

0 commit comments

Comments
 (0)