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.3 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-05-12)
4
+
5
+
- Azure Resource Manager ContainerAppsApi client library for Java. This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. 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).
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/README.md
+2-2Lines changed: 2 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-2022-03. 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-2022-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
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for ContainerAppsApi Management</name>
16
-
<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-2022-03.</description>
16
+
<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-2022-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/CertificatesClient.java
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,21 @@ public interface CertificatesClient {
18
18
* Get the Certificates in a given managed environment.
19
19
*
20
20
* @param resourceGroupName The name of the resource group. The name is case insensitive.
21
-
* @param managedEnvironmentName Name of the Managed Environment.
21
+
* @param environmentName Name of the Managed Environment.
22
22
* @throws IllegalArgumentException thrown if parameters fail the validation.
23
23
* @throws com.azure.resourcemanager.appcontainers.models.DefaultErrorResponseErrorException thrown if the request
24
24
* is rejected by server.
25
25
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
26
26
* @return the Certificates in a given managed environment as paginated response with {@link PagedIterable}.
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/ContainerAppsApiClient.java
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,27 @@ public interface ContainerAppsApiClient {
79
79
*/
80
80
DaprComponentsClientgetDaprComponents();
81
81
82
+
/**
83
+
* Gets the ContainerAppsDiagnosticsClient object to access its operations.
84
+
*
85
+
* @return the ContainerAppsDiagnosticsClient object.
0 commit comments