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
For more detailed examples, take a look at [samples](https://github.com/Azure/azure-sdk-for-net/tree/feature/mgmt-track2-compute-2/sdk/compute/Azure.ResourceManager.Compute/samples) we have available.
204
+
For more detailed examples, take a look at [samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/compute/Azure.ResourceManager.Compute/samples) we have available.
205
205
206
206
## Troubleshooting
207
207
@@ -215,17 +215,16 @@ For more detailed examples, take a look at [samples](https://github.com/Azure/az
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md).
229
228
230
229
This project welcomes contributions and suggestions. Most contributions
231
230
require you to agree to a Contributor License Agreement (CLA) declaring
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/samples/Sample1_ManagingDisks.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
>Note: Before getting started with the samples, go through the [prerequisites](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resourcemanager/Azure.ResourceManager#prerequisites).
4
4
5
5
Namespaces for this example:
6
+
6
7
```C# Snippet:Manage_Disks_Namespaces
7
8
usingSystem;
8
9
usingSystem.Threading.Tasks;
@@ -93,4 +94,5 @@ await disk.DeleteAsync();
93
94
94
95
95
96
## Next steps
96
-
Take a look at the [Managing Virtual Machines](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-compute-2/sdk/compute/Azure.ResourceManager.Compute/samples/Sample2_ManagingVirtualMachines.md) samples.
97
+
98
+
Take a look at the [Managing Virtual Machines](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/compute/Azure.ResourceManager.Compute/samples/Sample2_ManagingVirtualMachines.md) samples.
0 commit comments