File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
sdk/template/azure-sdk-template Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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 >
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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments