Skip to content

Commit

Permalink
Exclude monitoring from roll up package
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Aug 31, 2017
1 parent 21f17b8 commit e6f10ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* Azure App Service basic sample for managing function apps.
* - Create 3 function apps under the same new app service plan and with the same storage account
* - Deploy 1 & 2 via Git a function that calculates the square of a number
* - Deploy 1 & 2 via Git a function that calculates the square of a number
* - Deploy 3 via Web Deploy
* - Enable app level authentication for the 1st function app
* - Verify the 1st function app can be accessed with the admin key
Expand Down
4 changes: 2 additions & 2 deletions azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@
<artifactId>azure-mgmt-search</artifactId>
<version>1.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<!--<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-monitor</artifactId>
<version>1.1.3-SNAPSHOT</version>
</dependency>
</dependency>-->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-servicebus</artifactId>
Expand Down

0 comments on commit e6f10ba

Please sign in to comment.