Skip to content

Commit f901eaf

Browse files
committed
Update docs metadata
1 parent 0a9c7b2 commit f901eaf

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title:
33
keywords: Azure, dotnet, SDK, API, Azure.ResourceManager.Compute, compute
44
author: bilaakpan-ms
55
ms.author: saakpan
6-
ms.date: 02/15/2023
6+
ms.date: 09/15/2023
77
ms.topic: reference
88
ms.devlang: dotnet
99
ms.service: compute
@@ -42,21 +42,20 @@ The default option to create an authenticated client is to use `DefaultAzureCred
4242

4343
To authenticate to Azure and create an `ArmClient`, do the following code:
4444

45-
```C# Snippet:Readme_AuthClient
45+
```C# Snippet:Readme_AuthClient_Namespaces
4646
using Azure.Core;
4747
using Azure.Identity;
4848
using Azure.ResourceManager;
49-
50-
// Code omitted for brevity
51-
49+
```
50+
```C# Snippet:Readme_AuthClient
5251
ArmClient armClient = new ArmClient(new DefaultAzureCredential());
5352
```
5453

5554
More documentation for the `Azure.Identity.DefaultAzureCredential` class can be found in [this document](/dotnet/api/azure.identity.defaultazurecredential).
5655

5756
## Key concepts
5857

59-
Key concepts of the Azure .NET SDK can be found [here](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Compute_1.1.0/sdk/resourcemanager/Azure.ResourceManager/README.md#key-concepts)
58+
Key concepts of the Azure .NET SDK can be found [here](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Compute_1.2.0/sdk/resourcemanager/Azure.ResourceManager/README.md#key-concepts)
6059

6160
## Examples
6261

@@ -188,7 +187,7 @@ AvailabilitySetResource availabilitySet = await availabilitySetCollection.GetAsy
188187
AvailabilitySetResource updatedAvailabilitySet = await availabilitySet.AddTagAsync("key", "value");
189188
```
190189

191-
For more detailed examples, take a look at [samples](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.Compute_1.1.0/sdk/compute/Azure.ResourceManager.Compute/samples) we have available.
190+
For more detailed examples, take a look at [samples](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.Compute_1.2.0/sdk/compute/Azure.ResourceManager.Compute/samples) we have available.
192191

193192
## Troubleshooting
194193

@@ -199,8 +198,8 @@ For more detailed examples, take a look at [samples](https://github.com/Azure/az
199198

200199
### More sample code
201200

202-
- [Managing Disks](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Compute_1.1.0/sdk/compute/Azure.ResourceManager.Compute/samples/Sample1_ManagingDisks.md)
203-
- [Managing Virtual Machines](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Compute_1.1.0/sdk/compute/Azure.ResourceManager.Compute/samples/Sample2_ManagingVirtualMachines.md)
201+
- [Managing Disks](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Compute_1.2.0/sdk/compute/Azure.ResourceManager.Compute/samples/Sample1_ManagingDisks.md)
202+
- [Managing Virtual Machines](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Compute_1.2.0/sdk/compute/Azure.ResourceManager.Compute/samples/Sample2_ManagingVirtualMachines.md)
204203

205204
### More Documentation
206205

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

229228
<!-- LINKS -->
230-
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Compute_1.1.0/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
229+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Compute_1.2.0/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
231230
[coc]: https://opensource.microsoft.com/codeofconduct/
232231
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
233232

metadata/latest/Azure.ResourceManager.Compute.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.ResourceManager.Compute",
3-
"Version": "1.1.0",
3+
"Version": "1.2.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/compute/Azure.ResourceManager.Compute",
66
"ServiceDirectory": "compute",
@@ -10,7 +10,7 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.ResourceManager.Compute",
13-
"ReleaseStatus": "2023-02-16",
13+
"ReleaseStatus": "2023-09-15",
1414
"Namespaces": [
1515
"Azure.ResourceManager.Compute",
1616
"Azure.ResourceManager.Compute.Models"

0 commit comments

Comments
 (0)