Update docs metadata
This commit is contained in:
Родитель
1583eb8729
Коммит
eb2913c6cc
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure JSON shared library for Java
|
||||
keywords: Azure, java, SDK, API, azure-json, serialization
|
||||
ms.date: 09/12/2024
|
||||
ms.date: 01/27/2025
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: serialization
|
||||
---
|
||||
# Azure JSON shared library for Java - version 1.3.0
|
||||
# Azure JSON shared library for Java - version 1.4.0
|
||||
|
||||
|
||||
[![Build Documentation](https://img.shields.io/badge/documentation-published-blue.svg)](https://azure.github.io/azure-sdk-for-java)
|
||||
|
@ -26,7 +26,7 @@ Azure JSON provides shared primitives, abstractions, and helpers for JSON.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-json</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.4.0</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -135,7 +135,7 @@ Get started with Azure libraries that are [built using Azure Core](https://azure
|
|||
|
||||
## Contributing
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-json_1.3.0/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-json_1.4.0/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
@ -144,7 +144,7 @@ For details on contributing to this repository, see the [contributing guide](htt
|
|||
5. Create new Pull Request
|
||||
|
||||
<!-- links -->
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/8517f855a79ea23dce94397c58e4368738016fc4/sdk/core/azure-json/src/samples/README.md
|
||||
|
||||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fserialization%2Fazure-json%2FREADME.png)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure XML shared library for Java
|
||||
keywords: Azure, java, SDK, API, azure-xml, serialization
|
||||
ms.date: 07/29/2024
|
||||
ms.date: 01/27/2025
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: serialization
|
||||
---
|
||||
# Azure XML shared library for Java - version 1.1.0
|
||||
# Azure XML shared library for Java - version 1.2.0
|
||||
|
||||
|
||||
[![Build Documentation](https://img.shields.io/badge/documentation-published-blue.svg)](https://azure.github.io/azure-sdk-for-java)
|
||||
|
@ -31,7 +31,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-xml</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.0</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -178,7 +178,7 @@ or checkout [StackOverflow for Azure Java SDK](https://stackoverflow.com/questio
|
|||
|
||||
## Contributing
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-xml_1.1.0/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-xml_1.2.0/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
@ -187,7 +187,7 @@ For details on contributing to this repository, see the [contributing guide](htt
|
|||
5. Create new Pull Request
|
||||
|
||||
<!-- links -->
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable
|
||||
|
||||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fserialization%2Fazure-xml%2FREADME.png)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-json",
|
||||
"Version": "1.3.0",
|
||||
"Version": "1.4.0",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/serialization/azure-json",
|
||||
"ServiceDirectory": "serialization",
|
||||
|
@ -10,8 +10,16 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-json",
|
||||
"ReleaseStatus": "2024-09-11",
|
||||
"ReleaseStatus": "2025-01-27",
|
||||
"IncludedForValidation": false,
|
||||
"AdditionalValidationPackages": null,
|
||||
"ArtifactDetails": {
|
||||
"releaseInBatch": "${{ parameters.release_azurejson }}",
|
||||
"name": "azure-json",
|
||||
"groupId": "com.azure",
|
||||
"safeName": "azurejson"
|
||||
},
|
||||
"CIMatrixConfigs": [],
|
||||
"Namespaces": [
|
||||
"com.azure.json",
|
||||
"com.azure.json.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-xml",
|
||||
"Version": "1.1.0",
|
||||
"Version": "1.2.0",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/serialization/azure-xml",
|
||||
"ServiceDirectory": "serialization",
|
||||
|
@ -10,7 +10,16 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-xml",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"ReleaseStatus": "2025-01-27",
|
||||
"IncludedForValidation": false,
|
||||
"AdditionalValidationPackages": null,
|
||||
"ArtifactDetails": {
|
||||
"releaseInBatch": "${{ parameters.release_azurexml }}",
|
||||
"name": "azure-xml",
|
||||
"groupId": "com.azure",
|
||||
"safeName": "azurexml"
|
||||
},
|
||||
"CIMatrixConfigs": [],
|
||||
"Namespaces": [
|
||||
"com.azure.xml"
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче