-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support in-place update of app service slots (#1436)
* Support in-place update of app service slots - Upgrade to 2018-02-01 of the App Service API - Remove `ForceNew` on several slot attributes and update them in place * Translate IP restrictions addresses in new web app API - Translate between CIDR-format IP addresses (a.b.c.d/x) and IP/subnet mask combination - Add additional test IP restriction to capture CIDR address translation
- Loading branch information
1 parent
43c1767
commit d3f9cdd
Showing
30 changed files
with
2,766 additions
and
3,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ import ( | |
"github.com/Azure/azure-sdk-for-go/services/servicebus/mgmt/2017-04-01/servicebus" | ||
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2017-10-01/storage" | ||
"github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-05-01/trafficmanager" | ||
"github.com/Azure/azure-sdk-for-go/services/web/mgmt/2016-09-01/web" | ||
"github.com/Azure/azure-sdk-for-go/services/web/mgmt/2018-02-01/web" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tombuildsstuff
Contributor
|
||
mainStorage "github.com/Azure/azure-sdk-for-go/storage" | ||
"github.com/Azure/go-autorest/autorest" | ||
"github.com/Azure/go-autorest/autorest/adal" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Hey @phekmat @tombuildsstuff do you happen to know if there is any time plan for Azure Government supports api version - 2018-02-01?
We have a deploy job failed due to this change, because
No registered resource provider found for location 'usgovvirginia' and API version '2018-02-01' for type 'serverFarms'. The supported api-versions are '2016-09-01, 2016-03-01, 2015-08-01, 2015-07-01, 2015-06-01, 2015-05-01, 2015-04-01, 2015-02-01, 2014-11-01, 2014-06-01, 2014-04-01, 2014-04-01-preview'.