This commit is contained in:
azure-sdk 2024-04-08 20:25:29 +00:00
Родитель 53e4cfe267
Коммит 32c7669a28
6 изменённых файлов: 60 добавлений и 9 удалений

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

@ -1,12 +1,12 @@
---
title: Azure Template client library for Java
keywords: Azure, java, SDK, API, azure-sdk-template, template
ms.date: 05/26/2023
ms.date: 04/08/2024
ms.topic: reference
ms.devlang: java
ms.service: template
---
# Azure Template client library for Java - version 1.2.1-beta.2804110
# Azure Template client library for Java - version 1.2.1-beta.3676943
Use the guidelines in each section of this template to ensure consistency and readability of your README.
@ -16,7 +16,7 @@ It's also used as the package distribution page (NuGet, PyPi, npm, etc.) and as
**Title**: The H1 of your README should be in the format: `# [Product Name] client library for [Language]`
* All headings, including the H1, should use **sentence-style capitalization**. Refer to the [Microsoft Style Guide][style-guide-msft].
* Example: `# Azure Batch client library for Java - version 1.2.1-beta.2804110
* Example: `# Azure Batch client library for Java - version 1.2.1-beta.3676943
`
**Introduction**: The introduction appears directly under the title (H1) of your README.

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

@ -1,12 +1,12 @@
---
title: Azure Template Three client library for Java
keywords: Azure, java, SDK, API, azure-sdk-template-three, template
ms.date: 05/26/2023
ms.date: 04/08/2024
ms.topic: reference
ms.devlang: java
ms.service: template
---
# Azure Template Three client library for Java - version 1.0.0-beta.2804110
# Azure Template Three client library for Java - version 1.0.0-beta.3676943
Use the guidelines in each section of this template to ensure consistency and readability of your README.
@ -16,7 +16,7 @@ It's also used as the package distribution page (NuGet, PyPi, npm, etc.) and as
**Title**: The H1 of your README should be in the format: `# [Product Name] client library for [Language]`
* All headings, including the H1, should use **sentence-style capitalization**. Refer to the [Microsoft Style Guide][style-guide-msft].
* Example: `# Azure Batch client library for Java - version 1.0.0-beta.2804110
* Example: `# Azure Batch client library for Java - version 1.0.0-beta.3676943
`
**Introduction**: The introduction appears directly under the title (H1) of your README.

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

@ -1,12 +1,12 @@
---
title: Azure Template Two client library for Java
keywords: Azure, java, SDK, API, azure-sdk-template-two, template
ms.date: 05/26/2023
ms.date: 04/08/2024
ms.topic: reference
ms.devlang: java
ms.service: template
---
# Azure Template Two client library for Java - version 1.0.0-beta.2804110
# Azure Template Two client library for Java - version 1.0.0-beta.3676943
Use the guidelines in each section of this template to ensure consistency and readability of your README.
@ -16,7 +16,7 @@ It's also used as the package distribution page (NuGet, PyPi, npm, etc.) and as
**Title**: The H1 of your README should be in the format: `# [Product Name] client library for [Language]`
* All headings, including the H1, should use **sentence-style capitalization**. Refer to the [Microsoft Style Guide][style-guide-msft].
* Example: `# Azure Batch client library for Java - version 1.0.0-beta.2804110
* Example: `# Azure Batch client library for Java - version 1.0.0-beta.3676943
`
**Introduction**: The introduction appears directly under the title (H1) of your README.

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

@ -0,0 +1,17 @@
{
"Name": "azure-sdk-template-three",
"Version": "1.0.0-beta.3676943",
"DevVersion": null,
"DirectoryPath": "sdk/template/azure-sdk-template-three",
"ServiceDirectory": "template",
"ReadMePath": "sdk/template/azure-sdk-template-three/README.md",
"ChangeLogPath": "sdk/template/azure-sdk-template-three/CHANGELOG.md",
"Group": "com.azure",
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-sdk-template-three",
"ReleaseStatus": "2024-04-08",
"Namespaces": [
"com.azure.sdk.template.three"
]
}

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

@ -0,0 +1,17 @@
{
"Name": "azure-sdk-template-two",
"Version": "1.0.0-beta.3676943",
"DevVersion": null,
"DirectoryPath": "sdk/template/azure-sdk-template-two",
"ServiceDirectory": "template",
"ReadMePath": "sdk/template/azure-sdk-template-two/README.md",
"ChangeLogPath": "sdk/template/azure-sdk-template-two/CHANGELOG.md",
"Group": "com.azure",
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-sdk-template-two",
"ReleaseStatus": "2024-04-08",
"Namespaces": [
"com.azure.sdk.template.two"
]
}

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

@ -0,0 +1,17 @@
{
"Name": "azure-sdk-template",
"Version": "1.2.1-beta.3676943",
"DevVersion": null,
"DirectoryPath": "sdk/template/azure-sdk-template",
"ServiceDirectory": "template",
"ReadMePath": "sdk/template/azure-sdk-template/README.md",
"ChangeLogPath": "sdk/template/azure-sdk-template/CHANGELOG.md",
"Group": "com.azure",
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-sdk-template",
"ReleaseStatus": "2024-04-08",
"Namespaces": [
"com.azure.sdk.template"
]
}