Skip to content

Releases: microsoft/azure-maven-plugins

azure-spring-cloud-maven-plugin-1.2.0

11 Aug 14:33
110a8c6
Compare
Choose a tag to compare
  • Scaling spring cloud deployment before deploy artifacts

azure-functions-maven-plugin-1.6.0

30 Jun 14:08
e5a7ce7
Compare
Choose a tag to compare
  • Support Java 11 Azure Functions (Preview). #1052
  • Support specify Azure environment for auth method 'azure_auth_maven_plugin'. PR#1095

azure-functions-maven-plugin-1.5.0

11 Jun 02:32
a3ed238
Compare
Choose a tag to compare
  • Support creating application insights while creating or updating function apps. PR#1074
  • Fix: Failed to package function projects with runtime classpath. #1051

azure-webapp-maven-plugin-1.9.1

26 Mar 08:35
ebe67e0
Compare
Choose a tag to compare
  • Remove support for WildFly for Web App on Linux.
  • Fix: There is no artifact to deploy in staging directory.#1032
  • Fix: Plugin will do useless during deployment update when the settings are not changed.#1008

azure-spring-cloud-maven-plugin-1.1.0

23 Mar 08:11
db5fa60
Compare
Choose a tag to compare

Added

  • Support selecting spring cloud app runtime version, you may specify it with <runtimeVersion> in <deployment> of pom configuration, available values are Java 8 and Java 11

azure-functions-maven-plugin-1.4.1

20 Feb 08:12
d290db9
Compare
Choose a tag to compare

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

10 Jan 09:24
65b948a
Compare
Choose a tag to compare

Added

  • Support deploy external resources to Azure outside wwwroot.PR#953
  • Support specify authentication method in configuration with parameter <authType>.#PR#975
  • Validate null subscription id and provide friendly error messages when authentication fails.#931

Fixed

  • Updating pricingTier only if user specified it in configuration.#908,#927

azure-functions-maven-plugin-1.4.0

18 Dec 14:59
1d1aff1
Compare
Choose a tag to compare

Added

  • Support functions with Linux runtime.PR#906
  • Support functions in docker runtime.PR#917
  • Support new deployment methods: RUN_FROM_ZIP,RUN_FROM_BLOB.PR#896,PR#903
  • Add default value for FUNCTIONS_EXTENSION_VERSION.PR#898

azure-functions-maven-plugin-1.3.5

06 Dec 11:48
a291887
Compare
Choose a tag to compare

Added

Support OAuth and Device Login support to auth with Azure. PR #843

Fixed

  • Always write authLevel of HTTPTrigger to function.json, for HttpTrigger-Java connector issues.
  • Update azure-function-java-library to 1.3.1. #822

azure-spring-cloud-maven-plugin-1.0.0

31 Oct 08:17
fa442c7
Compare
Choose a tag to compare

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.xml
  • azure-spring-cloud:deploy: Deploy spring cloud project to Azure Spring Cloud Services

Please refer here for more information about the usage.