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.4 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-08-26)
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
+1-1Lines changed: 1 addition & 1 deletion
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
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/ContainerAppsClient.java
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/DaprComponentsClient.java
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/ManagedEnvironmentsClient.java
+54-18Lines changed: 54 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@
16
16
/** An instance of this class provides access to all the operations defined in ManagedEnvironmentsClient. */
17
17
publicinterfaceManagedEnvironmentsClient {
18
18
/**
19
-
* Get all Managed Environments for a subscription.
19
+
* Get all Environments for a subscription.
20
+
*
21
+
* <p>Get all Managed Environments for a subscription.
20
22
*
21
23
* @throws com.azure.resourcemanager.appcontainers.models.DefaultErrorResponseErrorException thrown if the request
22
24
* is rejected by server.
@@ -27,7 +29,9 @@ public interface ManagedEnvironmentsClient {
27
29
PagedIterable<ManagedEnvironmentInner> list();
28
30
29
31
/**
30
-
* Get all Managed Environments for a subscription.
32
+
* Get all Environments for a subscription.
33
+
*
34
+
* <p>Get all Managed Environments for a subscription.
31
35
*
32
36
* @param context The context to associate with this operation.
33
37
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -40,7 +44,9 @@ public interface ManagedEnvironmentsClient {
Copy file name to clipboardExpand all lines: sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/NamespacesClient.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@
14
14
/** An instance of this class provides access to all the operations defined in NamespacesClient. */
15
15
publicinterfaceNamespacesClient {
16
16
/**
17
-
* Checks if resource name is available.
17
+
* Checks the resource name availability.
18
+
*
19
+
* <p>Checks if resource name is available.
18
20
*
19
21
* @param resourceGroupName The name of the resource group. The name is case insensitive.
20
22
* @param environmentName Name of the Managed Environment.
0 commit comments