This commit is contained in:
azure-sdk 2024-03-27 13:01:45 +00:00
Родитель c134caa9ac
Коммит a1df598eb8
2 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -1,17 +1,17 @@
--- ---
title: Azure Resource Manager Batch client library for Java title: Azure Resource Manager Batch client library for Java
keywords: Azure, java, SDK, API, azure-resourcemanager-batch, batch keywords: Azure, java, SDK, API, azure-resourcemanager-batch, batch
ms.date: 12/22/2023 ms.date: 03/27/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: batch ms.service: batch
--- ---
# Azure Resource Manager Batch client library for Java - version 1.1.0-beta.3 # Azure Resource Manager Batch client library for Java - version 1.1.0-beta.4
Azure Resource Manager Batch client library for Java. Azure Resource Manager Batch client library for Java.
This package contains Microsoft Azure SDK for Batch Management SDK. Batch Client. Package tag package-2023-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). This package contains Microsoft Azure SDK for Batch Management SDK. Batch Client. Package tag package-2024-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
## We'd love to hear your feedback ## We'd love to hear your feedback
@ -41,7 +41,7 @@ Various documentation is available to help you get started
<dependency> <dependency>
<groupId>com.azure.resourcemanager</groupId> <groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-batch</artifactId> <artifactId>azure-resourcemanager-batch</artifactId>
<version>1.1.0-beta.3</version> <version>1.1.0-beta.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -112,7 +112,7 @@ pool = batchManager.pools()
.withVmSize("Standard_D1") .withVmSize("Standard_D1")
.create(); .create();
``` ```
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.3/sdk/batch/azure-resourcemanager-batch/SAMPLE.md) [Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.4/sdk/batch/azure-resourcemanager-batch/SAMPLE.md)
## Troubleshooting ## Troubleshooting
@ -134,11 +134,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[docs]: https://azure.github.io/azure-sdk-for-java/ [docs]: https://azure.github.io/azure-sdk-for-java/
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/ [jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
[azure_subscription]: https://azure.microsoft.com/free/ [azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.3/sdk/identity/azure-identity [azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.4/sdk/identity/azure-identity
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.3/sdk/core/azure-core-http-netty [azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.4/sdk/core/azure-core-http-netty
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.3/sdk/resourcemanager/docs/AUTH.md [authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.4/sdk/resourcemanager/docs/AUTH.md
[design]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.3/sdk/resourcemanager/docs/DESIGN.md [design]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.4/sdk/resourcemanager/docs/DESIGN.md
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.3/CONTRIBUTING.md [cg]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-batch_1.1.0-beta.4/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"Name": "azure-resourcemanager-batch", "Name": "azure-resourcemanager-batch",
"Version": "1.1.0-beta.3", "Version": "1.1.0-beta.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/batch/azure-resourcemanager-batch", "DirectoryPath": "sdk/batch/azure-resourcemanager-batch",
"ServiceDirectory": "batch", "ServiceDirectory": "batch",
@ -10,5 +10,5 @@
"SdkType": "mgmt", "SdkType": "mgmt",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-resourcemanager-batch", "ArtifactName": "azure-resourcemanager-batch",
"ReleaseStatus": "2023-12-22" "ReleaseStatus": "2024-03-27"
} }