This commit is contained in:
azure-sdk 2024-03-04 06:27:00 +00:00
Родитель a872ac190d
Коммит 7b71ab9385
2 изменённых файлов: 11 добавлений и 11 удалений

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

@ -1,12 +1,12 @@
---
title: Azure Resource Manager App Service client library for Java
keywords: Azure, java, SDK, API, azure-resourcemanager-appservice, app-service
ms.date: 02/29/2024
ms.date: 03/04/2024
ms.topic: reference
ms.devlang: java
ms.service: app-service
---
# Azure Resource Manager App Service client library for Java - version 2.36.0
# Azure Resource Manager App Service client library for Java - version 2.36.1
Azure Resource Manager App Service client library for Java
@ -27,7 +27,7 @@ For documentation on how to use this package, please see [Azure Management Libra
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-appservice</artifactId>
<version>2.36.0</version>
<version>2.36.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -77,7 +77,7 @@ See [Samples][sample] for code snippets and samples.
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.0/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.1/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -88,9 +88,9 @@ For details on contributing to this repository, see the [contributing guide](htt
<!-- LINKS -->
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.0/sdk/identity/azure-identity
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.0/sdk/core/azure-core-http-netty
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.0/sdk/resourcemanager/docs/AUTH.md
[sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.0/sdk/resourcemanager/docs/SAMPLE.md
[design]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.0/sdk/resourcemanager/docs/DESIGN.md
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.1/sdk/identity/azure-identity
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.1/sdk/core/azure-core-http-netty
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.1/sdk/resourcemanager/docs/AUTH.md
[sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.1/sdk/resourcemanager/docs/SAMPLE.md
[design]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-appservice_2.36.1/sdk/resourcemanager/docs/DESIGN.md

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

@ -1,6 +1,6 @@
{
"Name": "azure-resourcemanager-appservice",
"Version": "2.36.0",
"Version": "2.36.1",
"DevVersion": null,
"DirectoryPath": "sdk/resourcemanager/azure-resourcemanager-appservice",
"ServiceDirectory": "resourcemanager",
@ -10,5 +10,5 @@
"SdkType": "mgmt",
"IsNewSdk": true,
"ArtifactName": "azure-resourcemanager-appservice",
"ReleaseStatus": "2024-02-29"
"ReleaseStatus": "2024-03-04"
}