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-20)
4
+
5
+
- Azure Resource Manager ContainerAppsApi client library for Java. 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).
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/ContainerAppsApiManager.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ public ContainerAppsApiManager authenticate(TokenCredential credential, AzurePro
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/ContainerAppsAuthConfigsClient.java
0 commit comments