Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion analytics/adx/create-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>adx-create-database</artifactId>
<packaging>pom</packaging>
<name>Create a database</name>
<name>Analytics :: Data Explorer :: Create a database</name>
</project>
2 changes: 1 addition & 1 deletion analytics/adx/create-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>adx-create-table</artifactId>
<packaging>pom</packaging>
<name>Create a table</name>
<name>Analytics :: Data Explorer :: Create a table</name>
</project>
2 changes: 1 addition & 1 deletion analytics/adx/create/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>adx-create</artifactId>
<packaging>pom</packaging>
<name>Create an Azure Data Explorer cluster</name>
<name>Analytics :: Data Explorer :: Create an Azure Data Explorer cluster</name>
</project>
2 changes: 1 addition & 1 deletion analytics/adx/ingest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>adx-ingest-client</artifactId>
<packaging>jar</packaging>
<name>Ingest Client</name>
<name>Analytics :: Data Explorer :: Ingest Client</name>
<build>
<finalName>ingest</finalName>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion analytics/adx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>examples.azure.analytics.adx</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<name>Azure Data Explorer examples</name>
<name>Analytics :: Data Explorer</name>
<modules>
<module>create</module>
<module>create-database</module>
Expand Down
2 changes: 1 addition & 1 deletion analytics/eventhubs/create-eventhub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>eventhubs-create-eventhub</artifactId>
<packaging>pom</packaging>
<name>Create an event hub</name>
<name>Analytics :: Event Hubs :: Create an event hub</name>
</project>
2 changes: 1 addition & 1 deletion analytics/eventhubs/create-namespace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>eventhubs-create-namespace</artifactId>
<packaging>pom</packaging>
<name>Create a namespace</name>
<name>Analytics :: Event Hubs :: Create a namespace</name>
</project>
2 changes: 1 addition & 1 deletion analytics/eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>examples.azure.analytics.eventhubs</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<name>Azure Event Hubs examples</name>
<name>Analytics :: Event Hubs</name>
<modules>
<module>create-eventhub</module>
<module>create-namespace</module>
Expand Down
2 changes: 1 addition & 1 deletion analytics/eventhubs/receive-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>eventhubs-receive-event</artifactId>
<packaging>jar</packaging>
<name>Receive an event</name>
<name>Analytics :: Event Hubs :: Receive an event</name>
<build>
<finalName>receive-event</finalName>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion analytics/eventhubs/send-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>eventhubs-send-event</artifactId>
<packaging>jar</packaging>
<name>Send an event</name>
<name>Analytics :: Event Hubs :: Send an event</name>
<build>
<finalName>send-event</finalName>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/create-deployment-slot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-create-deployment-slot</artifactId>
<packaging>pom</packaging>
<name>Create a deployment slot</name>
<name>Compute :: App Service :: Create a deployment slot</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/create-plan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>appservice-create-plan</artifactId>
<packaging>pom</packaging>
<name>Create an App Service Plan</name>
<name>Compute :: App Service :: Create an App Service Plan</name>
</project>
2 changes: 1 addition & 1 deletion compute/appservice/delete-plan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>appservice-delete-plan</artifactId>
<packaging>pom</packaging>
<name>Delete an App Service Plan</name>
<name>Compute :: App Service :: Delete an App Service Plan</name>
</project>
2 changes: 1 addition & 1 deletion compute/appservice/delete-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-delete-webapp</artifactId>
<packaging>pom</packaging>
<name>Delete your web application</name>
<name>Compute :: App Service :: Delete your web application</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/deploy-to-deployment-slot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-deploy-to-deployment-slot</artifactId>
<packaging>war</packaging>
<name>Deploy to a deployment slot</name>
<name>Compute :: App Service :: Deploy to a deployment slot</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/docker-glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-docker-glassfish</artifactId>
<packaging>pom</packaging>
<name>Deploy Glassfish using a Docker image</name>
<name>Compute :: App Service :: Deploy Glassfish using a Docker image</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/docker-graalvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-docker-graalvm</artifactId>
<packaging>pom</packaging>
<name>Deploy a GraalVM application using a Docker image</name>
<name>Compute :: App Service :: Deploy a GraalVM application using a Docker image</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/docker-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-docker-jetty</artifactId>
<packaging>pom</packaging>
<name>Deploy Jetty using a Docker image</name>
<name>Compute :: App Service :: Deploy Jetty using a Docker image</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/docker-payara/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-docker-payara</artifactId>
<packaging>pom</packaging>
<name>Deploy Payara using a Docker image</name>
<name>Compute :: App Service :: Deploy Payara using a Docker image</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/docker-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-docker-tomcat</artifactId>
<packaging>pom</packaging>
<name>Deploy Tomcat using a Docker image</name>
<name>Compute :: App Service :: Deploy Tomcat using a Docker image</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/docker-wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-docker-wildfly</artifactId>
<packaging>pom</packaging>
<name>Deploy WildFly using a Docker image</name>
<name>Compute :: App Service :: Deploy WildFly using a Docker image</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/javase-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1-SNAPSHOT</version>
</parent>
<artifactId>appservice-javase-quarkus</artifactId>
<name>Deploy a managed JavaSE Quarkus application</name>
<name>Compute :: App Service :: Deploy a managed JavaSE Quarkus application</name>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/javase-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-javase-springboot</artifactId>
<packaging>jar</packaging>
<name>Deploy a Spring Boot Application using managed JavaSE</name>
<name>Compute :: App Service :: Deploy a Spring Boot Application using managed JavaSE</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/jboss-eap-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-jboss-eap-helloworld</artifactId>
<packaging>war</packaging>
<name>Deploy a web application on a managed JBoss EAP</name>
<name>Compute :: App Service :: Deploy a web application on a managed JBoss EAP</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/list-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-list-webapp</artifactId>
<packaging>pom</packaging>
<name>List your web applications</name>
<name>Compute :: App Service :: List your web applications</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>examples.azure.compute.appservice</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<name>Azure App Service examples</name>
<name>Compute :: App Service</name>
<modules>
<module>create-deployment-slot</module>
<module>create-plan</module>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/scale-manually/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>appservice-scale-manually</artifactId>
<packaging>pom</packaging>
<name>Scale your App Service Plan manually</name>
<name>Compute :: App Service :: Scale your App Service Plan manually</name>
</project>
2 changes: 1 addition & 1 deletion compute/appservice/swap-deployment-slot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-swap-deployment-slot</artifactId>
<packaging>pom</packaging>
<name>Swap a deployment slot</name>
<name>Compute :: App Service :: Swap a deployment slot</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion compute/appservice/tomcat-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>appservice-tomcat-helloworld</artifactId>
<packaging>war</packaging>
<name>Deploy a web application on a managed Tomcat</name>
<name>Compute :: App Service :: Deploy a web application on a managed Tomcat</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/functions/cosmosdb-output/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>functions-cosmosdb-output</artifactId>
<packaging>jar</packaging>
<name>Deploy a Java Function storing data in Cosmos DB</name>
<name>Compute :: Functions :: Deploy a Java Function storing data in Cosmos DB</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/functions/install-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>functions-install-tools</artifactId>
<packaging>pom</packaging>
<name>Install Azure Functions Core Tools</name>
<name>Compute :: Functions :: Install Azure Functions Core Tools</name>
</project>
2 changes: 1 addition & 1 deletion compute/functions/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>functions-java</artifactId>
<packaging>jar</packaging>
<name>Deploy a Java Function</name>
<name>Compute :: Functions :: Deploy a Java Function</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion compute/functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>examples.azure.compute.functions</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<name>Azure Functions examples</name>
<name>Compute :: Functions</name>
<modules>
<module>cosmosdb-output</module>
<module>install-tools</module>
Expand Down
2 changes: 1 addition & 1 deletion compute/spring-cloud/config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>springcloud-config-server</artifactId>
<packaging>pom</packaging>
<name>Configure the Azure Spring Cloud Config Server</name>
<name>Compute :: Spring Cloud :: Configure the Azure Spring Cloud Config Server</name>
</project>
2 changes: 1 addition & 1 deletion compute/spring-cloud/create/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>springcloud-create</artifactId>
<packaging>pom</packaging>
<name>Create an Azure Spring Cloud</name>
<name>Compute :: Spring Cloud :: Create an Azure Spring Cloud</name>
</project>
2 changes: 1 addition & 1 deletion compute/spring-cloud/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>examples.azure.compute.springcloud</groupId>
<artifactId>springcloud-helloworld</artifactId>
<version>1-SNAPSHOT</version>
<name>Deploy a Spring Boot application to an Azure Spring Cloud</name>
<name>Compute :: Spring Cloud :: Deploy a Spring Boot application to an Azure Spring Cloud</name>

<properties>
<example.appName>${example.prefix}-springcloud-helloworld</example.appName>
Expand Down
2 changes: 1 addition & 1 deletion compute/spring-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>examples.azure.compute.springcloud</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<name>Azure Spring Cloud examples</name>
<name>Compute :: Spring Cloud</name>
<modules>
<module>create</module>
<module>config-server</module>
Expand Down
2 changes: 1 addition & 1 deletion containers/aci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>examples.azure.containers.aci</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<name>Azure Container Instance examples</name>
<name>Containers :: Container Instance</name>
<modules>
<module>quarkus</module>
<module>tomcat</module>
Expand Down
2 changes: 1 addition & 1 deletion containers/aci/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>aci-quarkus</artifactId>
<packaging>pom</packaging>
<name>Deploy a Quarkus application</name>
<name>Containers :: Container Instance :: Deploy a Quarkus application</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion containers/aci/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>aci-tomcat</artifactId>
<packaging>pom</packaging>
<name>Deploy Tomcat</name>
<name>Containers :: Container Instance :: Deploy Tomcat</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion containers/aci/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>aci-deploy-wildfly</artifactId>
<packaging>pom</packaging>
<name>Deploy WildFly</name>
<name>Containers :: Container Instance :: Deploy WildFly</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion containers/acr/create-acrpull-service-principal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>acr-create-acrpull-service-principal</artifactId>
<packaging>pom</packaging>
<name>Create an 'acrpull' Service Principal</name>
<name>Containers :: Container Registry :: Create an 'acrpull' Service Principal</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion containers/acr/create-settings-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>acr-create-settings-xml</artifactId>
<packaging>pom</packaging>
<name>Create settings.xml using admin access keys</name>
<name>Containers :: Container Registry :: Create settings.xml using admin access keys</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion containers/acr/create/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</parent>
<artifactId>acr-create</artifactId>
<packaging>pom</packaging>
<name>Create an Azure Container Registry</name>
<name>Containers :: Container Registry :: Create an Azure Container Registry</name>
</project>
2 changes: 1 addition & 1 deletion containers/acr/glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>acr-glassfish</artifactId>
<packaging>war</packaging>
<name>Push a Glassfish Docker image to Azure Container Registry</name>
<name>Containers :: Container Registry :: Push a Glassfish Docker image to Azure Container Registry</name>
<build>
<finalName>ROOT</finalName>
</build>
Expand Down
2 changes: 1 addition & 1 deletion containers/acr/graalvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>acr-graalvm</artifactId>
<packaging>jar</packaging>
<name>Create a GraalVM application using a Docker image and push it to Azure Container Registry</name>
<name>Containers :: Container Registry :: Create a GraalVM application using a Docker image and push it to Azure Container Registry</name>
<build>
<finalName>graalvm</finalName>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion containers/acr/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>acr-jetty</artifactId>
<packaging>war</packaging>
<name>Push a Jetty Docker image to Azure Container Registry</name>
<name>Containers :: Container Registry :: Push a Jetty Docker image to Azure Container Registry</name>
<build>
<finalName>ROOT</finalName>
</build>
Expand Down
Loading