Skip to content

Commit 64135ff

Browse files
author
SDKAuto
committed
CodeGen from PR 21870 in Azure/azure-rest-api-specs
Merge e20bd40ef42edd747b0449632535785d8966085b into 7245d0f5cc01bf95df9d7ae893f252d4001b4ad7
1 parent cac08b8 commit 64135ff

File tree

17 files changed

+2801
-0
lines changed

17 files changed

+2801
-0
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1
177177
com.azure:azure-communication-email;1.0.0-beta.1;1.0.0-beta.2
178178
com.azure:azure-developer-loadtesting;1.0.0-beta.1;1.0.0-beta.2
179179
com.azure:azure-identity-extensions;1.0.0;1.1.0-beta.1
180+
com.azure:azure-sdkreleaseplannertest;1.0.0-beta.1;1.0.0-beta.1
180181
com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.10.0;2.11.0-beta.1
181182
com.azure.spring:azure-spring-cloud-appconfiguration-config;2.10.0;2.11.0-beta.1
182183
com.azure.spring:azure-spring-cloud-feature-management-web;2.9.0;2.10.0-beta.1

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<module>sdk/resourcemover</module>
147147
<module>sdk/schemaregistry</module>
148148
<module>sdk/scvmm</module>
149+
<module>sdk/sdkreleaseplannertest</module>
149150
<module>sdk/search</module>
150151
<module>sdk/security</module>
151152
<module>sdk/securitydevops</module>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Release History
2+
3+
## 1.0.0-beta.1 (Unreleased)
4+
5+
- Azure SDKReleasePlannerTest client library for Java. This package contains Microsoft Azure SDKReleasePlannerTest client library.
6+
7+
### Features Added
8+
9+
### Breaking Changes
10+
11+
### Bugs Fixed
12+
13+
### Other Changes
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Azure SDKReleasePlannerTest client library for Java
2+
3+
Azure SDKReleasePlannerTest client library for Java.
4+
5+
This package contains Microsoft Azure SDKReleasePlannerTest client library.
6+
7+
## Documentation
8+
9+
Various documentation is available to help you get started
10+
11+
- [API reference documentation][docs]
12+
- [Product documentation][product_documentation]
13+
14+
## Getting started
15+
16+
### Prerequisites
17+
18+
- [Java Development Kit (JDK)][jdk] with version 8 or above
19+
- [Azure Subscription][azure_subscription]
20+
21+
### Adding the package to your product
22+
23+
[//]: # ({x-version-update-start;com.azure:azure-sdkreleaseplannertest;current})
24+
```xml
25+
<dependency>
26+
<groupId>com.azure</groupId>
27+
<artifactId>azure-sdkreleaseplannertest</artifactId>
28+
<version>1.0.0-beta.1</version>
29+
</dependency>
30+
```
31+
[//]: # ({x-version-update-end})
32+
33+
### Authentication
34+
35+
[Azure Identity][azure_identity] package provides the default implementation for authenticating the client.
36+
37+
## Key concepts
38+
39+
## Examples
40+
41+
```java com.azure.sdkreleaseplannertest.readme
42+
```
43+
44+
## Troubleshooting
45+
46+
## Next steps
47+
48+
## Contributing
49+
50+
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).
51+
52+
1. Fork it
53+
1. Create your feature branch (`git checkout -b my-new-feature`)
54+
1. Commit your changes (`git commit -am 'Add some feature'`)
55+
1. Push to the branch (`git push origin my-new-feature`)
56+
1. Create new Pull Request
57+
58+
<!-- LINKS -->
59+
[product_documentation]: https://azure.microsoft.com/services/
60+
[docs]: https://azure.github.io/azure-sdk-for-java/
61+
[jdk]: https://docs.microsoft.com/java/azure/jdk/
62+
[azure_subscription]: https://azure.microsoft.com/free/
63+
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>com.azure</groupId>
5+
<artifactId>azure-client-sdk-parent</artifactId>
6+
<version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} -->
7+
<relativePath>../../parents/azure-client-sdk-parent</relativePath>
8+
</parent>
9+
10+
<groupId>com.azure</groupId>
11+
<artifactId>azure-sdkreleaseplannertest</artifactId>
12+
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-sdkreleaseplannertest;current} -->
13+
<packaging>jar</packaging>
14+
15+
<name>Microsoft Azure SDK for SDKReleasePlannerTest Management</name>
16+
<description>This package contains Microsoft Azure SDKReleasePlannerTest client library.</description>
17+
<url>https://github.com/Azure/azure-sdk-for-java</url>
18+
19+
<licenses>
20+
<license>
21+
<name>The MIT License (MIT)</name>
22+
<url>http://opensource.org/licenses/MIT</url>
23+
<distribution>repo</distribution>
24+
</license>
25+
</licenses>
26+
27+
<scm>
28+
<url>https://github.com/Azure/azure-sdk-for-java</url>
29+
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
30+
<developerConnection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</developerConnection>
31+
<tag>HEAD</tag>
32+
</scm>
33+
<developers>
34+
<developer>
35+
<id>microsoft</id>
36+
<name>Microsoft</name>
37+
</developer>
38+
</developers>
39+
<properties>
40+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41+
<jacoco.skip>true</jacoco.skip>
42+
</properties>
43+
<dependencies>
44+
<dependency>
45+
<groupId>com.azure</groupId>
46+
<artifactId>azure-core</artifactId>
47+
<version>1.34.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
48+
</dependency>
49+
<dependency>
50+
<groupId>com.azure</groupId>
51+
<artifactId>azure-core-http-netty</artifactId>
52+
<version>1.12.7</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
53+
</dependency>
54+
<dependency>
55+
<groupId>org.junit.jupiter</groupId>
56+
<artifactId>junit-jupiter-api</artifactId>
57+
<version>5.9.1</version> <!-- {x-version-update;org.junit.jupiter:junit-jupiter-api;external_dependency} -->
58+
<scope>test</scope>
59+
</dependency>
60+
<dependency>
61+
<groupId>org.junit.jupiter</groupId>
62+
<artifactId>junit-jupiter-engine</artifactId>
63+
<version>5.9.1</version> <!-- {x-version-update;org.junit.jupiter:junit-jupiter-engine;external_dependency} -->
64+
<scope>test</scope>
65+
</dependency>
66+
<dependency>
67+
<groupId>org.mockito</groupId>
68+
<artifactId>mockito-core</artifactId>
69+
<version>4.5.1</version> <!-- {x-version-update;org.mockito:mockito-core;external_dependency} -->
70+
<scope>test</scope>
71+
</dependency>
72+
<dependency>
73+
<groupId>com.azure</groupId>
74+
<artifactId>azure-core-test</artifactId>
75+
<version>1.13.0</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
76+
<scope>test</scope>
77+
</dependency>
78+
<dependency>
79+
<groupId>com.azure</groupId>
80+
<artifactId>azure-identity</artifactId>
81+
<version>1.7.1</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
82+
<scope>test</scope>
83+
</dependency>
84+
<dependency>
85+
<groupId>org.slf4j</groupId>
86+
<artifactId>slf4j-simple</artifactId>
87+
<version>1.7.36</version> <!-- {x-version-update;org.slf4j:slf4j-simple;external_dependency} -->
88+
<scope>test</scope>
89+
</dependency>
90+
</dependencies>
91+
</project>

0 commit comments

Comments
 (0)