Skip to content

Commit 191d4d0

Browse files
committed
Update docs metadata
1 parent c6bf9d8 commit 191d4d0

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

api/overview/azure/latest/resourcemanager.storage-readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:
33
keywords: Azure, dotnet, SDK, API, Azure.ResourceManager.Storage, storage
4-
ms.date: 07/03/2025
4+
ms.date: 07/28/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: storage
@@ -43,7 +43,7 @@ Set up a way to authenticate to Microsoft Azure with Azure Identity.
4343
Some options are:
4444
- Through the [Azure CLI Sign in](https://learn.microsoft.com/cli/azure/authenticate-azure-cli).
4545
- Via [Visual Studio](https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet#authenticating-via-visual-studio).
46-
- Setting [Environment Variables](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.3/sdk/resourcemanager/Azure.ResourceManager/docs/AuthUsingEnvironmentVariables.md).
46+
- Setting [Environment Variables](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.4/sdk/resourcemanager/Azure.ResourceManager/docs/AuthUsingEnvironmentVariables.md).
4747

4848
More information and different authentication approaches using Microsoft Azure Identity can be found in [this document](https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
4949

@@ -65,14 +65,14 @@ More documentation for the `Azure.Identity.DefaultAzureCredential` class can be
6565

6666
## Key concepts
6767

68-
Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.3/sdk/resourcemanager/Azure.ResourceManager/README.md#key-concepts)
68+
Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.4/sdk/resourcemanager/Azure.ResourceManager/README.md#key-concepts)
6969

7070
## Examples
7171

72-
- [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.3/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md).
72+
- [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.4/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md).
7373

74-
- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.3/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md).
75-
- [Managing File Shares](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.3/sdk/storage/Azure.ResourceManager.Storage/samples/Sample3_ManagingFileShares.md).
74+
- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.4/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md).
75+
- [Managing File Shares](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.4/sdk/storage/Azure.ResourceManager.Storage/samples/Sample3_ManagingFileShares.md).
7676

7777
## Troubleshooting
7878

@@ -107,7 +107,7 @@ more information, see the [Code of Conduct FAQ][coc_faq] or contact
107107
<[email protected]> with any other questions or comments.
108108

109109
<!-- LINKS -->
110-
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.3/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
110+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Storage_1.4.4/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
111111
[coc]: https://opensource.microsoft.com/codeofconduct/
112112
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
113113

metadata/latest/Azure.ResourceManager.Storage.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.ResourceManager.Storage",
3-
"Version": "1.4.3",
3+
"Version": "1.4.4",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/storage/Azure.ResourceManager.Storage",
66
"ServiceDirectory": "storage",
@@ -10,21 +10,24 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.ResourceManager.Storage",
13-
"ReleaseStatus": "2025-06-24",
13+
"ReleaseStatus": "2025-07-28",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17-
"name": "Azure.ResourceManager.Storage",
18-
"safeName": "AzureResourceManagerStorage",
1917
"triggeringPaths": [
2018
"/sdk/storage/ci.mgmt.yml"
21-
]
19+
],
20+
"name": "Azure.ResourceManager.Storage",
21+
"safeName": "AzureResourceManagerStorage"
2222
},
2323
"CIParameters": {
24-
"BuildSnippets": false,
25-
"AOTTestInputs": [],
2624
"CIMatrixConfigs": [],
27-
"CheckAOTCompat": false
25+
"CheckAOTCompat": true,
26+
"BuildSnippets": false,
27+
"AOTTestInputs": {
28+
"ArtifactName": "Azure.ResourceManager.Storage",
29+
"ExpectedWarningsFilepath": "None"
30+
}
2831
},
2932
"Namespaces": [
3033
"Azure.ResourceManager.Storage",

0 commit comments

Comments
 (0)