diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index c90f1bbdc442..277a78335fb1 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -50,6 +50,10 @@ com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-storage-queue;12.6.0-beta.1;12.6.0-beta.2 com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-test-watcher;1.0.0-beta.1;1.0.0-beta.1 +com.azure:azure-spring-boot-test-aad;1.0.0;1.0.0 +com.azure:azure-spring-boot-test-core;1.0.0;1.0.0 +com.azure:azure-spring-boot-test-cosmosdb;1.0.0;1.0.0 +com.azure:azure-spring-boot-test-keyvault;1.0.0;1.0.0 com.microsoft.azure:azure-spring-boot;2.3.2;2.3.3-beta.1 com.microsoft.azure:azure-spring-boot-starter;2.3.2;2.3.3-beta.1 com.microsoft.azure:azure-active-directory-spring-boot-starter;2.3.2;2.3.3-beta.1 @@ -59,8 +63,7 @@ com.microsoft.azure:azure-data-gremlin-spring-boot-starter;2.3.2;2.3.3-beta.1 com.microsoft.azure:azure-keyvault-secrets-spring-boot-starter;2.3.2;2.3.3-beta.1 com.microsoft.azure:azure-servicebus-jms-spring-boot-starter;2.3.2;2.3.3-beta.1 com.microsoft.azure:azure-spring-boot-metrics-starter;2.3.2;2.3.3-beta.1 -com.microsoft.azure:azure-spring-boot-tests;2.3.2;2.3.3-beta.1 -com.microsoft.azure:azure-spring-boot-test-core;2.3.2;2.3.3-beta.1 +com.microsoft.azure:spring-data-cosmosdb;3.0.0-beta.1;3.0.0-beta.1 # Unreleased dependencies: Copy the entry from above, prepend "unreleased_" and remove the current # version. Unreleased dependencies are only valid for dependency versions. diff --git a/sdk/spring/azure-spring-boot-samples/azure-cloud-foundry-service-sample/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-cloud-foundry-service-sample/pom.xml index 6e2c7a1dae7e..6bf68ed712aa 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-cloud-foundry-service-sample/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-cloud-foundry-service-sample/pom.xml @@ -4,13 +4,14 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-cloud-foundry-service-sample + 1.0.0 jar Azure Cloud Foundry Service Sample diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-b2c-oidc/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-b2c-oidc/pom.xml index ec15c4c34ddc..b3773beca50a 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-b2c-oidc/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-b2c-oidc/pom.xml @@ -4,16 +4,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-active-directory-b2c-oidc + 1.0.0 jar - Azure AD B2C Spring Security 5 OAuth2 Integration Spring Boot Sample + Azure Spring Boot Starter Sample - Azure AD B2C Spring Security 5 OAuth Integration Azure AD B2C Spring Security 5 OAuth2 Integration Spring Boot Sample https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend-v2/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend-v2/pom.xml index cbd0d92c837d..ebb1c722b568 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend-v2/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend-v2/pom.xml @@ -1,54 +1,55 @@ - 4.0.0 + 4.0.0 - - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml - + + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + - azure-spring-boot-sample-active-directory-backend-v2 - jar + com.azure + azure-spring-boot-sample-active-directory-backend-v2 + 1.0.0 + jar - Azure AD Spring Security 5 OAuth2 V2 Integration Spring Boot Sample - Azure AD Spring Security 5 OAuth2 V2 Integration Spring Boot Sample - https://github.com/Azure/azure-sdk-for-java + Azure Spring Boot Starter Sample - Azure AD Spring Security Integration v2 + Azure AD Spring Security 5 OAuth2 V2 Integration Spring Boot Sample + https://github.com/Azure/azure-sdk-for-java - - - com.microsoft.azure - azure-active-directory-spring-boot-starter - 2.3.3-beta.1 - + + + com.microsoft.azure + azure-active-directory-spring-boot-starter + 2.3.3-beta.1 + - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-thymeleaf - + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-thymeleaf + - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.security - spring-security-oauth2-client - - - org.springframework.security - spring-security-oauth2-jose - - - org.thymeleaf.extras - thymeleaf-extras-springsecurity5 - - + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.security + spring-security-oauth2-client + + + org.springframework.security + spring-security-oauth2-jose + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity5 + + diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend/pom.xml index 292780bbe355..408b7867beb2 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend/pom.xml @@ -1,54 +1,55 @@ - 4.0.0 + 4.0.0 - - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml - + + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + - azure-spring-boot-sample-active-directory-backend - jar + com.azure + azure-spring-boot-sample-active-directory-backend + 1.0.0 + jar - Azure AD Spring Security 5 OAuth2 Integration Spring Boot Sample - Azure AD Spring Security 5 OAuth2 Integration Spring Boot Sample - https://github.com/Azure/azure-sdk-for-java + Azure Spring Boot Starter Sample - Azure AD Spring Security Integration + Azure AD Spring Security 5 OAuth2 Integration Spring Boot Sample + https://github.com/Azure/azure-sdk-for-java - - - com.microsoft.azure - azure-active-directory-spring-boot-starter - 2.3.3-beta.1 - + + + com.microsoft.azure + azure-active-directory-spring-boot-starter + 2.3.3-beta.1 + - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-thymeleaf - + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-thymeleaf + - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.security - spring-security-oauth2-client - - - org.springframework.security - spring-security-oauth2-jose - - - org.thymeleaf.extras - thymeleaf-extras-springsecurity5 - - + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.security + spring-security-oauth2-client + + + org.springframework.security + spring-security-oauth2-jose + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity5 + + diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-stateless/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-stateless/pom.xml index 1a82a9d4b10d..22a4296737c9 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-stateless/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-stateless/pom.xml @@ -1,49 +1,49 @@ - 4.0.0 - - - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml - - - - azure-spring-boot-sample-active-directory-stateless - - Azure AD Stateless Spring Security Integration Spring Boot Sample - Sample project using the AAD stateless app-role filter for AAD integration in Spring Security - https://github.com/Azure/azure-sdk-for-java - - - - com.microsoft.azure - azure-active-directory-spring-boot-starter - 2.3.3-beta.1 - - - - org.springframework.boot - spring-boot-starter-web - - - - org.springframework.boot - spring-boot-starter-security - - - - org.springframework.security - spring-security-oauth2-client - - - - org.springframework.security - spring-security-oauth2-jose - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + + + com.azure + azure-spring-boot-sample-active-directory-stateless + 1.0.0 + + Azure Spring Boot Starter Sample - Azure AD Stateless Spring Security Integration + Sample project using the AAD stateless app-role filter for AAD integration in Spring Security + https://github.com/Azure/azure-sdk-for-java + + + + com.microsoft.azure + azure-active-directory-spring-boot-starter + 2.3.3-beta.1 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-security + + + + org.springframework.security + spring-security-oauth2-client + + + + org.springframework.security + spring-security-oauth2-jose + + diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory/pom.xml index 042fec4e4c15..4e49e9dfcd79 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory/pom.xml @@ -4,16 +4,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-active-directory + 1.0.0 jar - Azure AD Spring Security Integration Spring Boot Sample + Azure Spring Boot Starter Sample - Azure AD Spring Security Integration Azure AD Spring Security Integration Spring Boot Sample https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-cosmosdb/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-cosmosdb/pom.xml index e9b6195ab0ae..fe8405d77d90 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-cosmosdb/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-cosmosdb/pom.xml @@ -4,16 +4,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-cosmosdb + 1.0.0 jar - Azure Cosmos DB Spring Boot Starter Sample + Azure Spring Boot Starter Sample - Cosmos DB Sample project for Azure Document DB Starter https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-data-gremlin/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-data-gremlin/pom.xml index fdf7507fa6e9..82ab68f45fd5 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-data-gremlin/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-data-gremlin/pom.xml @@ -5,16 +5,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-data-gremlin + 1.0.0 jar - Spring Data Gremlin Boot Starter Sample + Azure Spring Boot Starter Sample - Spring Data Gremlin Sample project for Spring Data Gremlin https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-keyvault-secrets/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-keyvault-secrets/pom.xml index a07a10824903..3123c4636f23 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-keyvault-secrets/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-keyvault-secrets/pom.xml @@ -5,16 +5,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-keyvault-secrets + 1.0.0 jar - Azure Key Vault Secrets Spring Boot Starter Sample + Azure Spring Boot Starter Sample - Key Vault Secrets Sample project for Azure Key Vault Secrets Starter https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-mediaservices/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-mediaservices/pom.xml index 42635de23369..48c552e78504 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-mediaservices/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-mediaservices/pom.xml @@ -5,16 +5,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-mediaservices + 1.0.0 jar - Azure Media Services Spring Boot Sample + Azure Spring Boot Starter Sample - Media Services Sample project for Azure Media Services https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-queue/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-queue/pom.xml index b6854172191e..82d3a20f5053 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-queue/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-queue/pom.xml @@ -5,16 +5,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-servicebus-jms-queue + 1.0.0 jar - Azure Service Bus JMS Queue Spring Boot Starter Sample + Azure Spring Boot Starter Sample - Service Bus JMS Queue Sample project for Spring Boot Service Bus JMS Starter https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-topic/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-topic/pom.xml index ea0698400c45..ee5c4289fe4a 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-topic/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-topic/pom.xml @@ -5,16 +5,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-servicebus-jms-topic + 1.0.0 jar - Azure Service Bus JMS Topic Spring Boot Starter Sample + Azure Spring Boot Starter Sample - Service Bus JMS Topic Sample project for Spring Boot Service Bus JMS Starter https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus/pom.xml index 09d6653d555e..76529026d881 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-servicebus/pom.xml @@ -5,16 +5,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-servicebus + 1.0.0 jar - Azure Service Bus Spring Boot Starter Sample + Azure Spring Boot Starter Sample - Service Bus Sample project for Spring Boot Service Bus Starter https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-blob/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-blob/pom.xml index edc525785e1b..da8a272d062d 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-blob/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-blob/pom.xml @@ -5,16 +5,17 @@ 4.0.0 - com.microsoft.azure - azure-spring-boot-samples - 1.0.0 - ../pom.xml + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + com.azure azure-spring-boot-sample-storage-blob + 1.0.0 jar - Azure Storage Spring Boot Starter Sample + Azure Spring Boot Starter Sample - Storage Blob Sample project for Azure Storage Starter https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-boot-samples/pom.xml b/sdk/spring/azure-spring-boot-samples/pom.xml deleted file mode 100644 index 5f201b3fa860..000000000000 --- a/sdk/spring/azure-spring-boot-samples/pom.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - 4.0.0 - - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - - com.microsoft.azure - azure-spring-boot-samples - pom - 1.0.0 - - Azure Spring Boot Samples - Samples for Azure Spring Boot - https://github.com/Azure/azure-sdk-for-java - - - - The MIT License (MIT) - http://opensource.org/licenses/MIT - repo - - - - - - microsoft - Microsoft Corporation - - - - - scm:git:git://github.com/azure/azure-sdk-for-java - scm:git:git://github.com/azure/azure-sdk-for-java - https://github.com/azure/azure-sdk-for-java - - - - GitHub - https://github.com/azure/azure-sdk-for-java/issues - - - - 1.8 - UTF-8 - UTF-8 - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - - azure-spring-boot-sample-active-directory - azure-spring-boot-sample-active-directory-b2c-oidc - azure-spring-boot-sample-active-directory-backend - azure-spring-boot-sample-active-directory-backend-v2 - azure-spring-boot-sample-active-directory-stateless - azure-spring-boot-sample-cosmosdb - azure-spring-boot-sample-data-gremlin - azure-spring-boot-sample-keyvault-secrets - azure-spring-boot-sample-mediaservices - azure-spring-boot-sample-servicebus - azure-spring-boot-sample-servicebus-jms-queue - azure-spring-boot-sample-servicebus-jms-topic - azure-spring-boot-sample-storage-blob - azure-cloud-foundry-service-sample - - - diff --git a/sdk/spring/azure-spring-boot-test-aad/README.md b/sdk/spring/azure-spring-boot-test-aad/README.md new file mode 100644 index 000000000000..a20e9ce11abe --- /dev/null +++ b/sdk/spring/azure-spring-boot-test-aad/README.md @@ -0,0 +1,9 @@ +# Azure Spring Boot Integration tests client library for Java + +## Key concepts +## Getting started +## Key concepts +## Examples +## Troubleshooting +## Next steps +## Contributing diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml b/sdk/spring/azure-spring-boot-test-aad/pom.xml similarity index 77% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml rename to sdk/spring/azure-spring-boot-test-aad/pom.xml index 4685339f2b04..f263520b730b 100644 --- a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml +++ b/sdk/spring/azure-spring-boot-test-aad/pom.xml @@ -3,20 +3,22 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - azure-spring-boot-tests - com.microsoft.azure - 2.3.3-beta.1 - ../pom.xml + com.azure + azure-client-sdk-parent + 1.7.0 + ../../parents/azure-client-sdk-parent 4.0.0 + com.azure azure-spring-boot-test-aad + 1.0.0 - com.microsoft.azure + com.azure azure-spring-boot-test-core - 2.3.3-beta.1 + 1.0.0 com.microsoft.azure @@ -31,6 +33,10 @@ + + true + + @@ -41,6 +47,7 @@ + com.azure:* com.microsoft.azure:* org.springframework.boot:spring-boot-starter-web:[2.3.0.RELEASE] diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/aad/approle/AADAppRoleStatelessAuthenticationFilterIT.java b/sdk/spring/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/aad/approle/AADAppRoleStatelessAuthenticationFilterIT.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/aad/approle/AADAppRoleStatelessAuthenticationFilterIT.java rename to sdk/spring/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/aad/approle/AADAppRoleStatelessAuthenticationFilterIT.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/aad/group/AADAuthenticationFilterIT.java b/sdk/spring/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/aad/group/AADAuthenticationFilterIT.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/aad/group/AADAuthenticationFilterIT.java rename to sdk/spring/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/aad/group/AADAuthenticationFilterIT.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/oauth/OAuthResponse.java b/sdk/spring/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/oauth/OAuthResponse.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/oauth/OAuthResponse.java rename to sdk/spring/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/oauth/OAuthResponse.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/oauth/OAuthUtils.java b/sdk/spring/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/oauth/OAuthUtils.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/oauth/OAuthUtils.java rename to sdk/spring/azure-spring-boot-test-aad/src/test/java/com/microsoft/azure/test/oauth/OAuthUtils.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/pom.xml b/sdk/spring/azure-spring-boot-test-application/pom.xml similarity index 86% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/pom.xml rename to sdk/spring/azure-spring-boot-test-application/pom.xml index 0027764d24c2..3eea8727fc7d 100644 --- a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/pom.xml +++ b/sdk/spring/azure-spring-boot-test-application/pom.xml @@ -10,9 +10,9 @@ 4.0.0 - com.microsoft.azure + com.azure azure-spring-boot-test-application - 1.0.0 + 1.0.0 jar @@ -25,13 +25,11 @@ org.springframework.boot spring-boot-starter-web - 2.3.0.RELEASE org.springframework.boot spring-boot-starter-test - 2.3.0.RELEASE test diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/src/main/java/com/microsoft/azure/config/IncreaseStartupTimeHelper.java b/sdk/spring/azure-spring-boot-test-application/src/main/java/com/microsoft/azure/config/IncreaseStartupTimeHelper.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/src/main/java/com/microsoft/azure/config/IncreaseStartupTimeHelper.java rename to sdk/spring/azure-spring-boot-test-application/src/main/java/com/microsoft/azure/config/IncreaseStartupTimeHelper.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/src/main/java/com/microsoft/azure/test/Application.java b/sdk/spring/azure-spring-boot-test-application/src/main/java/com/microsoft/azure/test/Application.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/src/main/java/com/microsoft/azure/test/Application.java rename to sdk/spring/azure-spring-boot-test-application/src/main/java/com/microsoft/azure/test/Application.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/src/main/resources/application.properties b/sdk/spring/azure-spring-boot-test-application/src/main/resources/application.properties similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/src/main/resources/application.properties rename to sdk/spring/azure-spring-boot-test-application/src/main/resources/application.properties diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/src/main/resources/assembly/zip.xml b/sdk/spring/azure-spring-boot-test-application/src/main/resources/assembly/zip.xml similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-application/src/main/resources/assembly/zip.xml rename to sdk/spring/azure-spring-boot-test-application/src/main/resources/assembly/zip.xml diff --git a/sdk/spring/azure-spring-boot-test-core/README.md b/sdk/spring/azure-spring-boot-test-core/README.md new file mode 100644 index 000000000000..a20e9ce11abe --- /dev/null +++ b/sdk/spring/azure-spring-boot-test-core/README.md @@ -0,0 +1,9 @@ +# Azure Spring Boot Integration tests client library for Java + +## Key concepts +## Getting started +## Key concepts +## Examples +## Troubleshooting +## Next steps +## Contributing diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml b/sdk/spring/azure-spring-boot-test-core/pom.xml similarity index 81% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml rename to sdk/spring/azure-spring-boot-test-core/pom.xml index 5acfaf3cb63b..1752fd094fcd 100644 --- a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml +++ b/sdk/spring/azure-spring-boot-test-core/pom.xml @@ -3,14 +3,16 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - azure-spring-boot-tests - com.microsoft.azure - 2.3.3-beta.1 - ../pom.xml + com.azure + azure-client-sdk-parent + 1.7.0 + ../../parents/azure-client-sdk-parent 4.0.0 + com.azure azure-spring-boot-test-core + 1.0.0 jar @@ -95,14 +97,14 @@ com.azure:* com.microsoft.azure:* - com.jcraft:jsch:[0.1.53] - com.github.cverges.expect4j:expect4j:[1.6] - org.apache.maven:maven-embedder:[3.6.2] - org.apache.maven:maven-compat:[3.6.2] - org.apache.maven.wagon:wagon-http:[3.3.4] - org.apache.maven.wagon:wagon-provider-api:[3.3.4] - org.eclipse.aether:aether-connector-basic:[1.1.0] - org.eclipse.aether:aether-transport-wagon:[1.1.0] + com.jcraft:jsch:[0.1.53] + com.github.cverges.expect4j:expect4j:[1.6] + org.apache.maven:maven-embedder:[3.6.2] + org.apache.maven:maven-compat:[3.6.2] + org.apache.maven.wagon:wagon-http:[3.3.4] + org.apache.maven.wagon:wagon-provider-api:[3.3.4] + org.eclipse.aether:aether-connector-basic:[1.1.0] + org.eclipse.aether:aether-transport-wagon:[1.1.0] org.springframework.boot:spring-boot:[2.3.0.RELEASE] org.springframework.boot:spring-boot-starter-web:[2.3.0.RELEASE] org.springframework:spring-context:[5.2.6.RELEASE] @@ -111,14 +113,6 @@ - - org.apache.maven.plugins - maven-failsafe-plugin - 2.22.0 - - ${skipSpringITs} - - diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/management/Access.java b/sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/management/Access.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/management/Access.java rename to sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/management/Access.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/management/ClientSecretAccess.java b/sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/management/ClientSecretAccess.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/management/ClientSecretAccess.java rename to sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/management/ClientSecretAccess.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/AppRunner.java b/sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/AppRunner.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/AppRunner.java rename to sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/AppRunner.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/MavenBasedProject.java b/sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/MavenBasedProject.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/MavenBasedProject.java rename to sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/MavenBasedProject.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/SSHShell.java b/sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/SSHShell.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/SSHShell.java rename to sdk/spring/azure-spring-boot-test-core/src/main/java/com/microsoft/azure/test/utils/SSHShell.java diff --git a/sdk/spring/azure-spring-boot-test-cosmosdb/README.md b/sdk/spring/azure-spring-boot-test-cosmosdb/README.md new file mode 100644 index 000000000000..a20e9ce11abe --- /dev/null +++ b/sdk/spring/azure-spring-boot-test-cosmosdb/README.md @@ -0,0 +1,9 @@ +# Azure Spring Boot Integration tests client library for Java + +## Key concepts +## Getting started +## Key concepts +## Examples +## Troubleshooting +## Next steps +## Contributing diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/pom.xml b/sdk/spring/azure-spring-boot-test-cosmosdb/pom.xml similarity index 79% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/pom.xml rename to sdk/spring/azure-spring-boot-test-cosmosdb/pom.xml index ca98c2dde5d3..37f3956c8e7a 100644 --- a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/pom.xml +++ b/sdk/spring/azure-spring-boot-test-cosmosdb/pom.xml @@ -3,14 +3,16 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - azure-spring-boot-tests - com.microsoft.azure - 2.3.3-beta.1 - ../pom.xml + com.azure + azure-client-sdk-parent + 1.7.0 + ../../parents/azure-client-sdk-parent 4.0.0 + com.azure azure-spring-boot-test-cosmosdb + 1.0.0 @@ -19,9 +21,9 @@ 2.3.3-beta.1 - com.microsoft.azure + com.azure azure-spring-boot-test-core - 2.3.3-beta.1 + 1.0.0 org.springframework.boot @@ -31,6 +33,10 @@ + + true + + diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/CosmosDBIT.java b/sdk/spring/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/CosmosDBIT.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/CosmosDBIT.java rename to sdk/spring/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/CosmosDBIT.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/DummyApp.java b/sdk/spring/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/DummyApp.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/DummyApp.java rename to sdk/spring/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/DummyApp.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/User.java b/sdk/spring/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/User.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/User.java rename to sdk/spring/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/User.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/UserRepository.java b/sdk/spring/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/UserRepository.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/UserRepository.java rename to sdk/spring/azure-spring-boot-test-cosmosdb/src/test/java/com/microsoft/azure/test/cosmosdb/UserRepository.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/test-resources.json b/sdk/spring/azure-spring-boot-test-cosmosdb/test-resources.json similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/test-resources.json rename to sdk/spring/azure-spring-boot-test-cosmosdb/test-resources.json diff --git a/sdk/spring/azure-spring-boot-test-keyvault/README.md b/sdk/spring/azure-spring-boot-test-keyvault/README.md new file mode 100644 index 000000000000..a20e9ce11abe --- /dev/null +++ b/sdk/spring/azure-spring-boot-test-keyvault/README.md @@ -0,0 +1,9 @@ +# Azure Spring Boot Integration tests client library for Java + +## Key concepts +## Getting started +## Key concepts +## Examples +## Troubleshooting +## Next steps +## Contributing diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/pom.xml b/sdk/spring/azure-spring-boot-test-keyvault/pom.xml similarity index 81% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/pom.xml rename to sdk/spring/azure-spring-boot-test-keyvault/pom.xml index 8f413b404d1c..d206c8c9c94b 100644 --- a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/pom.xml +++ b/sdk/spring/azure-spring-boot-test-keyvault/pom.xml @@ -3,14 +3,16 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - azure-spring-boot-tests - com.microsoft.azure - 2.3.3-beta.1 - ../pom.xml + com.azure + azure-client-sdk-parent + 1.7.0 + ../../parents/azure-client-sdk-parent 4.0.0 + com.azure azure-spring-boot-test-keyvault + 1.0.0 @@ -35,9 +37,9 @@ 2.3.3-beta.1 - com.microsoft.azure + com.azure azure-spring-boot-test-core - 2.3.3-beta.1 + 1.0.0 com.microsoft.azure @@ -54,9 +56,12 @@ - + + true + + @@ -67,9 +72,10 @@ + com.azure:* com.microsoft.azure:* - org.springframework.boot:spring-boot-starter-actuator:[2.3.0.RELEASE] - org.springframework.boot:spring-boot-starter-web:[2.3.0.RELEASE] + org.springframework.boot:spring-boot-starter-actuator:[2.3.0.RELEASE] + org.springframework.boot:spring-boot-starter-web:[2.3.0.RELEASE] diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/ActuatorIT.java b/sdk/spring/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/ActuatorIT.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/ActuatorIT.java rename to sdk/spring/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/ActuatorIT.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/KeyVaultIT.java b/sdk/spring/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/KeyVaultIT.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/KeyVaultIT.java rename to sdk/spring/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/KeyVaultIT.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/MultipleKeyVaultsIT.java b/sdk/spring/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/MultipleKeyVaultsIT.java similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/MultipleKeyVaultsIT.java rename to sdk/spring/azure-spring-boot-test-keyvault/src/test/java/com/microsoft/azure/test/keyvault/MultipleKeyVaultsIT.java diff --git a/sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/test-resources.json b/sdk/spring/azure-spring-boot-test-keyvault/test-resources.json similarity index 100% rename from sdk/spring/azure-spring-boot-tests/azure-spring-boot-test-keyvault/test-resources.json rename to sdk/spring/azure-spring-boot-test-keyvault/test-resources.json diff --git a/sdk/spring/azure-spring-boot-tests/README.md b/sdk/spring/azure-spring-boot-tests/README.md deleted file mode 100644 index 928b7a2efe58..000000000000 --- a/sdk/spring/azure-spring-boot-tests/README.md +++ /dev/null @@ -1,18 +0,0 @@ -#Azure Spring Boot Integration tests client library for Java - -## Key concepts -The structure of integration tests are organized as: - -- azure-spring-boot-tests (top folder for integration tests) - - azure-spring-boot-test-core (common code shared by integration tests) - - azure-spring-boot-test-keyvault (integration tests for key vault starter) - - azure-spring-boot-test-aad (integration tests for aad starter) - - azure-spring-boot-test-cosmosdb (integration tests for cosmos starter) - - azure-spring-boot-test-application (an application used by other integration tests) - -## Getting started -## Key concepts -## Examples -## Troubleshooting -## Next steps -## Contributing diff --git a/sdk/spring/azure-spring-boot-tests/pom.xml b/sdk/spring/azure-spring-boot-tests/pom.xml deleted file mode 100644 index 2647b21503a5..000000000000 --- a/sdk/spring/azure-spring-boot-tests/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - 4.0.0 - - - com.azure - azure-client-sdk-parent - 1.7.0 - ../../parents/azure-client-sdk-parent - - - com.microsoft.azure - azure-spring-boot-tests - 2.3.3-beta.1 - pom - - Azure Spring Boot Tests - Tests for Azure Spring Boot - - - azure-spring-boot-test-core - azure-spring-boot-test-application - azure-spring-boot-test-aad - azure-spring-boot-test-cosmosdb - azure-spring-boot-test-keyvault - - - - true - - - diff --git a/sdk/spring/ci.yml b/sdk/spring/ci.yml index 7ccde32252d2..a2cfbd7ba4e1 100644 --- a/sdk/spring/ci.yml +++ b/sdk/spring/ci.yml @@ -56,31 +56,29 @@ extends: groupId: com.microsoft.azure safeName: azurespringbootstarterservicebusjms AdditionalModules: - - name: azure-spring-boot-samples - groupId: com.microsoft.azure - name: azure-spring-boot-sample-active-directory - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-active-directory-b2c-oidc - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-active-directory-backend - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-active-directory-backend-v2 - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-active-directory-stateless - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-cosmosdb - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-data-gremlin - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-keyvault-secrets - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-mediaservices - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-servicebus - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-servicebus-jms-queue - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-servicebus-jms-topic - groupId: com.microsoft.azure + groupId: com.azure - name: azure-spring-boot-sample-storage-blob - groupId: com.microsoft.azure + groupId: com.azure diff --git a/sdk/spring/pom.xml b/sdk/spring/pom.xml index b9e7c1e1216c..3ff7a064ef50 100644 --- a/sdk/spring/pom.xml +++ b/sdk/spring/pom.xml @@ -18,8 +18,25 @@ azure-spring-boot-starter-keyvault-secrets azure-spring-boot-starter-metrics azure-spring-boot-starter-servicebus-jms - azure-spring-boot-samples - azure-spring-boot-tests + azure-spring-boot-test-application + azure-spring-boot-test-core + azure-spring-boot-test-aad + azure-spring-boot-test-cosmosdb + azure-spring-boot-test-keyvault + azure-spring-boot-samples/azure-spring-boot-sample-active-directory + azure-spring-boot-samples/azure-spring-boot-sample-active-directory-b2c-oidc + azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend + azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend-v2 + azure-spring-boot-samples/azure-spring-boot-sample-active-directory-stateless + azure-spring-boot-samples/azure-spring-boot-sample-cosmosdb + azure-spring-boot-samples/azure-spring-boot-sample-data-gremlin + azure-spring-boot-samples/azure-spring-boot-sample-keyvault-secrets + azure-spring-boot-samples/azure-spring-boot-sample-mediaservices + azure-spring-boot-samples/azure-spring-boot-sample-servicebus + azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-queue + azure-spring-boot-samples/azure-spring-boot-sample-servicebus-jms-topic + azure-spring-boot-samples/azure-spring-boot-sample-storage-blob + azure-spring-boot-samples/azure-cloud-foundry-service-sample diff --git a/sdk/spring/tests.yml b/sdk/spring/tests.yml index 0a51f922ad7b..df60d67043f0 100644 --- a/sdk/spring/tests.yml +++ b/sdk/spring/tests.yml @@ -10,23 +10,21 @@ jobs: goals: "verify" Artifacts: - - name: azure-spring-boot-tests - groupId: com.microsoft.azure - safeName: azurespringboot-tests + - name: azure-spring-boot-test-application + groupId: com.azure + safeName: azurespringboottestapplication - name: azure-spring-boot-test-core - groupId: com.microsoft.azure + groupId: com.azure safeName: azurespringboottestcore - name: azure-spring-boot-test-cosmosdb - groupId: com.microsoft.azure + groupId: com.azure safeName: azurespringboottestcosmosdb - name: azure-spring-boot-test-aad - groupId: com.microsoft.azure + groupId: com.azure safeName: azurespringboottestaad - name: azure-spring-boot-test-keyvault - groupId: com.microsoft.azure + groupId: com.azure safeName: azurespringboottestkeyvault - - name: azure-spring-boot-test-application - groupId: com.microsoft.azure - safeName: azurespringboottestapplication + EnvVars: AZURE_TEST_MODE: LIVE