forked from Azure/autorest.powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Youri
committed
Jul 20, 2020
1 parent
421018b
commit 66c750d
Showing
37 changed files
with
770 additions
and
1,397 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
generate | ||
generated |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,36 @@ | ||
{ | ||
"WhiteList":["basic-get","basic-get-delete"] | ||
"WhiteList":[ | ||
"basic-disableazure-get", | ||
"basic-disableazure-response" | ||
], | ||
"BlackList":[ | ||
"basic-get-querystr", | ||
"basic-get-delete", | ||
"basic-get-delete-put-patch", | ||
"basic-request-methods", | ||
"basic-get-response-operation", | ||
"basic-response-multioperation", | ||
"basic-response-defaultoperation", | ||
"basic-disableazure-get", | ||
"component-param", | ||
"component-multiparam", | ||
"component-param-remote", | ||
"component--param-localremote", | ||
"component-param-inbody", | ||
"component-definitions-local", | ||
"component-definitions-remote", | ||
"component-definitions-combined", | ||
"datamodels-datatypes-mixedtypes", | ||
"datamodels-datatypes-integer", | ||
"datamodels-datatypes-string", | ||
"datamodels-datatypes-nullable", | ||
"datamodels-datatypes-array", | ||
"datamodels-datatypes-object", | ||
"datamodels-datatypes-file", | ||
"datamodels-datatypes-anytype", | ||
"datamodels-enums", | ||
"datamodels-keyvalue", | ||
"datamodels-combineschema", | ||
"datamodels-inheritpolymorphism" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### AutoRest Configuration | ||
> see https://aka.ms/autorest | ||
``` yaml | ||
require: | ||
- $(this-folder)/../readme.azure.noprofile.md | ||
|
||
azure: false | ||
|
||
input-file: | ||
- $(this-folder)/swagger.json | ||
|
||
``` |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
|
||
"swagger": "2.0", | ||
"info": { | ||
"title": "AutoRestUpgradeClient", | ||
"version": "2018-04-01", | ||
"description": "ARM AutoRestUpgrade" | ||
}, | ||
"host": "management.azure.com", | ||
"schemes": [ | ||
"https" | ||
], | ||
"consumes": [ | ||
"application/json" | ||
], | ||
"produces": [ | ||
"application/json" | ||
], | ||
"security": [ | ||
{ | ||
"azure_auth": [ | ||
"user_impersonation" | ||
] | ||
} | ||
], | ||
"securityDefinitions": { | ||
"azure_auth": { | ||
"type": "oauth2", | ||
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", | ||
"flow": "implicit", | ||
"description": "Azure Active Directory OAuth2 Flow", | ||
"scopes": { | ||
"user_impersonation": "impersonate your user account" | ||
} | ||
} | ||
}, | ||
"paths": { | ||
"/subscriptions/resourceGroup": { | ||
"get": { | ||
"tags": [ | ||
"Workspaces" | ||
], | ||
"operationId": "Workspaces_Get", | ||
"description": "Gets the workspace.", | ||
"responses": { | ||
"200": { | ||
"description": "Ok-Return" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### AutoRest Configuration | ||
> see https://aka.ms/autorest | ||
``` yaml | ||
require: | ||
- $(this-folder)/../readme.azure.noprofile.md | ||
|
||
azure: false | ||
|
||
input-file: | ||
- $(this-folder)/swagger.json | ||
|
||
``` |
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
|
||
"swagger": "2.0", | ||
"info": { | ||
"title": "AutoRestUpgradeClient", | ||
"version": "2018-04-01", | ||
"description": "ARM AutoRestUpgrade" | ||
}, | ||
"host": "management.azure.com", | ||
"schemes": [ | ||
"https" | ||
], | ||
"consumes": [ | ||
"application/json" | ||
], | ||
"produces": [ | ||
"application/json" | ||
], | ||
"security": [ | ||
{ | ||
"azure_auth": [ | ||
"user_impersonation" | ||
] | ||
} | ||
], | ||
"securityDefinitions": { | ||
"azure_auth": { | ||
"type": "oauth2", | ||
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", | ||
"flow": "implicit", | ||
"description": "Azure Active Directory OAuth2 Flow", | ||
"scopes": { | ||
"user_impersonation": "impersonate your user account" | ||
} | ||
} | ||
}, | ||
"paths": { | ||
"/subscriptions/resourceGroup": { | ||
"get": { | ||
"tags": [ | ||
"Workspaces" | ||
], | ||
"operationId": "Workspaces_Get", | ||
"description": "Gets the workspace.", | ||
"responses": { | ||
"200": { | ||
"description": "Ok-Return", | ||
"schema": { | ||
"$ref": "#/definitions/Workspaces" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"definitions": { | ||
"Workspaces": { | ||
"type": "string" | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### AutoRest Configuration | ||
> see https://aka.ms/autorest | ||
``` yaml | ||
require: | ||
- $(this-folder)/../readme.azure.noprofile.md | ||
input-file: | ||
- $(this-folder)/swagger.json | ||
|
||
``` |
Oops, something went wrong.