Skip to content

Commit 9bf9a97

Browse files
author
SDKAuto
committed
CodeGen from PR 16949 in Azure/azure-rest-api-specs
Merge 195ace47f3e600508b742d59b1b384bc0e129413 into 35ebd5881bab5377e72b90e0c241fc598da95d4f
1 parent 2bce3d9 commit 9bf9a97

File tree

297 files changed

+23504
-26016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+23504
-26016
lines changed

sdk/labservices/azure-resourcemanager-labservices/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.1 (2021-12-03)
44

5+
- Azure Resource Manager LabServices client library for Java. This package contains Microsoft Azure SDK for LabServices Management SDK. REST API for managing Azure Lab Services images. Package tag package-preview-2021-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
56

67
## 1.0.0-beta.1 (2021-04-22)
78

sdk/labservices/azure-resourcemanager-labservices/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Azure Resource Manager ManagedLabs client library for Java
1+
# Azure Resource Manager LabServices client library for Java
22

3-
Azure Resource Manager ManagedLabs client library for Java.
3+
Azure Resource Manager LabServices client library for Java.
44

5-
This package contains Microsoft Azure SDK for ManagedLabs Management SDK. The Managed Labs Client. Package tag package-2018-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for LabServices Management SDK. REST API for managing Azure Lab Services images. Package tag package-preview-2021-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-labservices</artifactId>
35-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -60,7 +60,7 @@ AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
6060
TokenCredential credential = new DefaultAzureCredentialBuilder()
6161
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
6262
.build();
63-
ManagedLabsManager manager = ManagedLabsManager
63+
LabServicesManager manager = LabServicesManager
6464
.authenticate(credential, profile);
6565
```
6666

@@ -74,6 +74,9 @@ See [API design][design] for general introduction on design and key concepts on
7474

7575
## Examples
7676

77+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/labservices/azure-resourcemanager-labservices/SAMPLE.md)
78+
79+
7780
## Troubleshooting
7881

7982
## Next steps

0 commit comments

Comments
 (0)