Skip to content

Commit 30c9b32

Browse files
author
SDKAuto
committed
CodeGen from PR 32308 in Azure/azure-rest-api-specs
Merge e77d46023375ebff30424f706bcfe44764e52a88 into b43042075540b8d67cce7d3d9f70b9b9f5a359da
1 parent e745564 commit 30c9b32

File tree

566 files changed

+42962
-15861
lines changed

Some content is hidden

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

566 files changed

+42962
-15861
lines changed

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

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

3-
## 1.0.0-beta.6 (Unreleased)
3+
## 1.0.0-beta.1 (2025-01-31)
4+
5+
- Azure Resource Manager azurestackhci client library for Java. This package contains Microsoft Azure SDK for azurestackhci Management SDK. Azure Stack HCI management service. Package tag package-2024-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

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

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

3-
Azure Resource Manager AzureStackHci client library for Java.
3+
Azure Resource Manager azurestackhci client library for Java.
44

5-
This package contains Microsoft Azure SDK for AzureStackHci Management SDK. Azure Stack HCI management service. Package tag package-2024-04. 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 azurestackhci Management SDK. Azure Stack HCI management service. Package tag package-2024-01. 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-azurestackhci</artifactId>
35-
<version>1.0.0-beta.5</version>
35+
<version>1.0.0-beta.6</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -56,7 +56,7 @@ AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
59-
AzureStackHciManager manager = AzureStackHciManager
59+
AzurestackhciManager manager = AzurestackhciManager
6060
.authenticate(credential, profile);
6161
```
6262

0 commit comments

Comments
 (0)