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
# Azure Template client library for Java - Version 1.2.1-beta.1533463
13
+
# Azure Template client library for Java - Version 1.2.1-beta.1535818
12
14
13
15
14
16
Use the guidelines in each section of this template to ensure consistency and readability of your README.
@@ -18,14 +20,14 @@ It's also used as the package distribution page (NuGet, PyPi, npm, etc.) and as
18
20
**Title**: The H1 of your README should be in the format: `# [Product Name] client library for [Language]`
19
21
20
22
* All headings, including the H1, should use **sentence-style capitalization**. Refer to the [Microsoft Style Guide][style-guide-msft].
21
-
* Example: `# Azure Batch client library for Java - Version 1.2.1-beta.1533463
23
+
* Example: `# Azure Batch client library for Java - Version 1.2.1-beta.1535818
22
24
`
23
25
24
26
**Introduction**: The introduction appears directly under the title (H1) of your README.
25
27
26
28
***DO NOT** use an "Introduction" or "Overview" heading (H2) for this section.
27
29
* First sentence: **Describe the service** briefly. You can usually use the first line of the service's docs landing page
28
-
for this (Example: [Cosmos DB docs landing page](/azure/cosmos-db/)).
30
+
for this (Example: [Cosmos DB docs landing page](https://docs.microsoft.com/azure/cosmos-db/)).
29
31
* Next, add a **bulleted list** of the **most common tasks** supported by the package or library, prefaced with
30
32
"Use the client library for [Product Name] to:". Then, provide code snippets for these tasks in the [Examples](#examples)
31
33
section later in the document. Keep the task list short but include those tasks most developers need to perform with your package.
@@ -48,7 +50,7 @@ Include a **Prerequisites** line after the install command that details any requ
48
50
a developer can [authenticate](#authenticate-the-client) and test all the snippets in the [Examples](#examples) section.
49
51
For example, for Cosmos DB:
50
52
51
-
**Prerequisites**: You must have an [Azure subscription](https://azure.microsoft.com/free/), [Cosmos DB account](/azure/cosmos-db/account-overview) (SQL API), and [Java Development Kit (JDK) with version 8 or above][jdk] to use this package.
53
+
**Prerequisites**: You must have an [Azure subscription](https://azure.microsoft.com/free/), [Cosmos DB account](https://docs.microsoft.com/azure/cosmos-db/account-overview) (SQL API), and [Java Development Kit (JDK) with version 8 or above][jdk] to use this package.
52
54
53
55
> TODO: Once the library has GA'ed include the instructions on how to include the BOM file directly. And the benefit of using the BOM file over adding a direct dependency to the project.
54
56
@@ -158,8 +160,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
158
160
[Code of Conduct FAQ][coc_faq] or contact [[email protected]][coc_contact] with any additional questions or comments.
0 commit comments