Skip to content

Commit 9a90c15

Browse files
authored
Update template SDK readme with more instructions. (Azure#19914)
1 parent e97120e commit 9a90c15

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<module>sdk/communication/azure-communication-identity</module>
2727
<module>sdk/communication/azure-communication-phonenumbers</module>
2828
<module>sdk/communication/azure-communication-sms</module>
29-
30-
<!-- Azure Container Registry -->
31-
<module>sdk/containerregistry/azure-containers-containerregistry</module>
29+
30+
<!-- Azure Container Registry -->
31+
<module>sdk/containerregistry/azure-containers-containerregistry</module>
3232

3333
<!-- Azure Core -->
3434
<module>sdk/core/azure-core</module>
@@ -490,7 +490,7 @@
490490
So, path for aggregate reports have to be defined relative to parent pom -->
491491
<additionalOptions>-maxLineLength 120
492492
-snippetpath ${project.basedir}/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java
493-
-snippetpath ${project.basedir}/sdk/containerregistry/azure-containers-containerregistry/src/samples/java
493+
-snippetpath ${project.basedir}/sdk/containerregistry/azure-containers-containerregistry/src/samples/java
494494
-snippetpath ${project.basedir}/sdk/core/azure-core/src/samples/java
495495
-snippetpath ${project.basedir}/sdk/core/azure-core-amqp/src/samples/java
496496
-snippetpath ${project.basedir}/sdk/core/azure-core-http-netty/src/samples/java
@@ -503,7 +503,6 @@
503503
-snippetpath ${project.basedir}/sdk/digitaltwins/azure-digitaltwins-core/src/samples/java
504504
-snippetpath ${project.basedir}/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java
505505
<!-- -snippetpath ${project.basedir}/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java-->
506-
507506
-snippetpath ${project.basedir}/sdk/keyvault/azure-security-keyvault-certificates/src/samples/java
508507
-snippetpath ${project.basedir}/sdk/keyvault/azure-security-keyvault-keys/src/samples/java
509508
-snippetpath ${project.basedir}/sdk/keyvault/azure-security-keyvault-secrets/src/samples/java

sdk/template/azure-sdk-template/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ provides more information on configuring or changing the HTTP client.
125125
* If you think there's a good chance that developers might stumble across your package in error (because they're searching
126126
for specific functionality and mistakenly think the package provides that functionality), point them to the packages
127127
they might be looking for.
128+
129+
* After adding the new SDK, you need to include the package in the following locations
130+
1. version_client.txt - include the package with the version.
131+
2. parent pom - <enlistmentroot>\pom.xml - Multiple places in the file.
128132

129133
## Contributing
130134

0 commit comments

Comments
 (0)