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/appcontainers/azure-resourcemanager-appcontainers/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
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.6 (Unreleased)
3
+
## 1.0.0-beta.1 (2023-08-09)
4
+
5
+
- Azure Resource Manager ContainerAppsApi client library for Java. This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. Package tag package-2023-05. 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/appcontainers/azure-resourcemanager-appcontainers/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager ContainerAppsApi client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. Package tag package-preview-2022-11. 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 ContainerAppsApi Management SDK. Package tag package-2023-05. 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/appcontainers/azure-resourcemanager-appcontainers/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
<packaging>jar</packaging>
19
19
20
20
<name>Microsoft Azure SDK for ContainerAppsApi Management</name>
21
-
<description>This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-preview-2022-11.</description>
21
+
<description>This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-2023-05.</description>
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/ContainerAppsApiManager.java
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/ContainerAppsApiClient.java
+21-14Lines changed: 21 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -100,20 +100,6 @@ public interface ContainerAppsApiClient {
100
100
*/
101
101
ContainerAppsClientgetContainerApps();
102
102
103
-
/**
104
-
* Gets the JobsClient object to access its operations.
105
-
*
106
-
* @return the JobsClient object.
107
-
*/
108
-
JobsClientgetJobs();
109
-
110
-
/**
111
-
* Gets the JobsExecutionsClient object to access its operations.
112
-
*
113
-
* @return the JobsExecutionsClient object.
114
-
*/
115
-
JobsExecutionsClientgetJobsExecutions();
116
-
117
103
/**
118
104
* Gets the ContainerAppsRevisionsClient object to access its operations.
119
105
*
@@ -156,6 +142,27 @@ public interface ContainerAppsApiClient {
156
142
*/
157
143
OperationsClientgetOperations();
158
144
145
+
/**
146
+
* Gets the JobsClient object to access its operations.
147
+
*
148
+
* @return the JobsClient object.
149
+
*/
150
+
JobsClientgetJobs();
151
+
152
+
/**
153
+
* Gets the JobsExecutionsClient object to access its operations.
154
+
*
155
+
* @return the JobsExecutionsClient object.
156
+
*/
157
+
JobsExecutionsClientgetJobsExecutions();
158
+
159
+
/**
160
+
* Gets the ResourceProvidersClient object to access its operations.
161
+
*
162
+
* @return the ResourceProvidersClient object.
163
+
*/
164
+
ResourceProvidersClientgetResourceProviders();
165
+
159
166
/**
160
167
* Gets the ManagedEnvironmentsClient object to access its operations.
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/ContainerAppsClient.java
0 commit comments