Skip to content

Commit

Permalink
[Storage] Fixing broken management sample links (#30211)
Browse files Browse the repository at this point in the history
The purpose of these changes is to fix the set of links in the `Azure.ResourceManager.Samples` README that were failing validation as broken.  I've updated to the set included in the main README.
  • Loading branch information
jsquire authored and seanmcc-msft committed Aug 23, 2022
1 parent 85f2ddd commit 8f7f6ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/storage/Azure.ResourceManager.Storage/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ description: Samples for the Azure.ResourceManager.Storage client library

# Azure.ResourceManager.Storage Samples

- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md)
- [Managing File Shares](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md)
- [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md)
- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md)
- [Managing File Shares](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.ResourceManager.Storage/samples/Sample3_ManagingFileShares.md)

0 comments on commit 8f7f6ae

Please sign in to comment.