Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per collection Swagger plus multiple changes to conform to fluent SDK conventions and bug fixes #595

Merged
merged 11 commits into from
Oct 13, 2016
4,694 changes: 4,694 additions & 0 deletions arm-web/2016-03-01/AppServiceCertificateOrders.json

Large diffs are not rendered by default.

4,304 changes: 4,304 additions & 0 deletions arm-web/2016-03-01/Certificates.json

Large diffs are not rendered by default.

4,419 changes: 4,419 additions & 0 deletions arm-web/2016-03-01/Domains.json

Large diffs are not rendered by default.

4,134 changes: 4,134 additions & 0 deletions arm-web/2016-03-01/Recommendations.json

Large diffs are not rendered by default.

4,354 changes: 4,354 additions & 0 deletions arm-web/2016-03-01/ResourceProvider.json

Large diffs are not rendered by default.

3,874 changes: 3,874 additions & 0 deletions arm-web/2016-03-01/TopLevelDomains.json

Large diffs are not rendered by default.

16,375 changes: 16,375 additions & 0 deletions arm-web/2016-08-01/WebApps.json

Large diffs are not rendered by default.

6,004 changes: 6,004 additions & 0 deletions arm-web/2016-09-01/AppServiceEnvironments.json

Large diffs are not rendered by default.

5,462 changes: 5,462 additions & 0 deletions arm-web/2016-09-01/AppServicePlans.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions arm-web/compositeWebAppClient.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"description": "Composite Swagger for WebSite Management Client"
},
"documents": [
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2015-08-01/swagger/service.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2015-08-01-preview/swagger/logicAppsManagementClient.json"
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-03-01/AppServiceCertificateOrders.json",
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-09-01/AppServiceEnvironments.json",
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-09-01/AppServicePlans.json",
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-03-01/Certificates.json",
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-03-01/Domains.json",
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-03-01/Recommendations.json",
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-03-01/ResourceProvider.json",
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-03-01/TopLevelDomains.json",
"https:raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-web/2016-08-01/WebApps.json"
]
}