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/batch/azure-resourcemanager-batch/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.1.0-beta.1 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-10-25)
4
+
5
+
- Azure Resource Manager Batch client library for Java. This package contains Microsoft Azure SDK for Batch Management SDK. Batch Client. 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/batch/azure-resourcemanager-batch/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 Batch client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for Batch Management SDK. Batch Client. Package tag package-2022-01. 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 Batch Management SDK. Batch Client. 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/batch/azure-resourcemanager-batch/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 Batch Management</name>
16
-
<description>This package contains Microsoft Azure SDK for Batch Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Batch Client. Package tag package-2022-01.</description>
16
+
<description>This package contains Microsoft Azure SDK for Batch Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Batch Client. Package tag package-2022-10.</description>
Copy file name to clipboardExpand all lines: sdk/batch/azure-resourcemanager-batch/src/main/java/com/azure/resourcemanager/batch/fluent/ApplicationPackagesClient.java
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -14,28 +14,6 @@
14
14
15
15
/** An instance of this class provides access to all the operations defined in ApplicationPackagesClient. */
16
16
publicinterfaceApplicationPackagesClient {
17
-
/**
18
-
* Activates the specified application package. This should be done after the `ApplicationPackage` was created and
19
-
* uploaded. This needs to be done before an `ApplicationPackage` can be used on Pools or Tasks.
20
-
*
21
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
22
-
* @param accountName The name of the Batch account.
23
-
* @param applicationName The name of the application. This must be unique within the account.
24
-
* @param versionName The version of the application.
25
-
* @param parameters The parameters for the request.
26
-
* @throws IllegalArgumentException thrown if parameters fail the validation.
27
-
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
28
-
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
29
-
* @return an application package which represents a particular version of an application.
30
-
*/
31
-
@ServiceMethod(returns = ReturnType.SINGLE)
32
-
ApplicationPackageInneractivate(
33
-
StringresourceGroupName,
34
-
StringaccountName,
35
-
StringapplicationName,
36
-
StringversionName,
37
-
ActivateApplicationPackageParametersparameters);
38
-
39
17
/**
40
18
* Activates the specified application package. This should be done after the `ApplicationPackage` was created and
41
19
* uploaded. This needs to be done before an `ApplicationPackage` can be used on Pools or Tasks.
0 commit comments