Releases: microsoft/azure-maven-plugins
Releases · microsoft/azure-maven-plugins
azure-spring-cloud-maven-plugin-1.2.0
- Scaling spring cloud deployment before deploy artifacts
azure-functions-maven-plugin-1.6.0
azure-functions-maven-plugin-1.5.0
azure-webapp-maven-plugin-1.9.1
azure-spring-cloud-maven-plugin-1.1.0
Added
- Support selecting spring cloud app runtime version, you may specify it with
<runtimeVersion>
in<deployment>
of pom configuration, available values areJava 8
andJava 11
azure-functions-maven-plugin-1.4.1
Added
- Support specify authentication method in configuration with parameter
<authType>
.PR#975 - Support creating new app service plan with specified name.PR#1011
- Validate null subscription id and provide friendly error messages when authentication fails.#931
Fixed
- Functions will do useless service plan update during deployment when the settings are not changed#1008
azure-webapp-maven-plugin-1.9.0
azure-functions-maven-plugin-1.4.0
azure-functions-maven-plugin-1.3.5
azure-spring-cloud-maven-plugin-1.0.0
Initial release for Azure Spring Cloud Maven Plugin, which can help you easily create and update apps on Azure Spring Cloud. With this tooling, you could run the deploy jobs automatically with pre-defined configurations.
azure-spring-cloud:config
: Generate configuration and save it to project pom.xmlazure-spring-cloud:deploy
: Deploy spring cloud project to Azure Spring Cloud Services
Please refer here for more information about the usage.