You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/azurestackhci/azure-resourcemanager-azurestackhci/CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.4 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-10-01)
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-2022-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/azurestackhci/azure-resourcemanager-azurestackhci/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager AzureStackHci client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for AzureStackHci Management SDK. Azure Stack HCI management service. Package tag package-2022-05. 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-2022-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Copy file name to clipboardExpand all lines: sdk/azurestackhci/azure-resourcemanager-azurestackhci/pom.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for AzureStackHci Management</name>
16
-
<description>This package contains Microsoft Azure SDK for AzureStackHci Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Stack HCI management service. Package tag package-2022-05.</description>
16
+
<description>This package contains Microsoft Azure SDK for AzureStackHci Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Stack HCI management service. Package tag package-2022-10.</description>
Copy file name to clipboardExpand all lines: sdk/azurestackhci/azure-resourcemanager-azurestackhci/src/main/java/com/azure/resourcemanager/azurestackhci/AzureStackHciManager.java
Copy file name to clipboardExpand all lines: sdk/azurestackhci/azure-resourcemanager-azurestackhci/src/main/java/com/azure/resourcemanager/azurestackhci/fluent/ArcSettingsClient.java
+29-29
Original file line number
Diff line number
Diff line change
@@ -45,20 +45,6 @@ public interface ArcSettingsClient {
Copy file name to clipboardExpand all lines: sdk/azurestackhci/azure-resourcemanager-azurestackhci/src/main/java/com/azure/resourcemanager/azurestackhci/fluent/AzureStackHciClient.java
+42
Original file line number
Diff line number
Diff line change
@@ -71,4 +71,46 @@ public interface AzureStackHciClient {
71
71
* @return the OperationsClient object.
72
72
*/
73
73
OperationsClientgetOperations();
74
+
75
+
/**
76
+
* Gets the OffersClient object to access its operations.
77
+
*
78
+
* @return the OffersClient object.
79
+
*/
80
+
OffersClientgetOffers();
81
+
82
+
/**
83
+
* Gets the PublishersClient object to access its operations.
84
+
*
85
+
* @return the PublishersClient object.
86
+
*/
87
+
PublishersClientgetPublishers();
88
+
89
+
/**
90
+
* Gets the SkusClient object to access its operations.
91
+
*
92
+
* @return the SkusClient object.
93
+
*/
94
+
SkusClientgetSkus();
95
+
96
+
/**
97
+
* Gets the UpdateRunsClient object to access its operations.
98
+
*
99
+
* @return the UpdateRunsClient object.
100
+
*/
101
+
UpdateRunsClientgetUpdateRuns();
102
+
103
+
/**
104
+
* Gets the UpdateSummariesOperationsClient object to access its operations.
105
+
*
106
+
* @return the UpdateSummariesOperationsClient object.
0 commit comments