Skip to content

Commit

Permalink
CodeGen from PR 17332 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f39006d4f734eababd5282739a1a9cfdd84130f1 into c6f6d277e9f4f61caf651541af3eea20d9c5d0a4
  • Loading branch information
SDKAuto committed Jan 13, 2022
1 parent 6c30af3 commit 034a1d7
Show file tree
Hide file tree
Showing 297 changed files with 23,485 additions and 26,016 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.1 (2022-01-13)

- 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).

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

Expand Down
13 changes: 8 additions & 5 deletions sdk/labservices/azure-resourcemanager-labservices/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Azure Resource Manager ManagedLabs client library for Java
# Azure Resource Manager LabServices client library for Java

Azure Resource Manager ManagedLabs client library for Java.
Azure Resource Manager LabServices client library for Java.

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).
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).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-labservices</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -60,7 +60,7 @@ AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
TokenCredential credential = new DefaultAzureCredentialBuilder()
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
.build();
ManagedLabsManager manager = ManagedLabsManager
LabServicesManager manager = LabServicesManager
.authenticate(credential, profile);
```

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

## Examples

[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/labservices/azure-resourcemanager-labservices/SAMPLE.md)


## Troubleshooting

## Next steps
Expand Down
Loading

0 comments on commit 034a1d7

Please sign in to comment.