Skip to content

Commit

Permalink
storageimportexport (Azure#14278)
Browse files Browse the repository at this point in the history
* storageimportexport

* second

* second

* Update storageimportexport.json

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
3 people authored and mkarmark committed Jul 20, 2021
1 parent d2fcdb5 commit 16b87ce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
"$ref": "examples/ListLocations.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"$ref": "#/parameters/api-version"
Expand Down Expand Up @@ -88,9 +85,6 @@
"$ref": "examples/GetLocation.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"name": "locationName",
Expand Down Expand Up @@ -134,9 +128,6 @@
"$ref": "examples/ListJobsInSubscription.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"name": "$top",
Expand Down Expand Up @@ -194,9 +185,6 @@
"$ref": "examples/ListJobsInResourceGroup.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"name": "$top",
Expand Down Expand Up @@ -260,9 +248,6 @@
"$ref": "examples/GetExportJob.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"name": "jobName",
Expand Down Expand Up @@ -313,9 +298,6 @@
"$ref": "examples/UpdateExportJob.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"name": "jobName",
Expand Down Expand Up @@ -375,9 +357,6 @@
"$ref": "examples/CreateExportJob.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"name": "jobName",
Expand Down Expand Up @@ -443,9 +422,6 @@
"$ref": "examples/DeleteJob.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"name": "jobName",
Expand Down Expand Up @@ -492,9 +468,6 @@
"$ref": "examples/ListBitLockerKeys.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"name": "jobName",
Expand Down Expand Up @@ -547,9 +520,6 @@
"$ref": "examples/ListOperations.json"
}
},
"externalDocs": {
"url": ""
},
"parameters": [
{
"$ref": "#/parameters/api-version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-powershell
- repo: azure-sdk-for-go
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-node
- repo: azure-sdk-for-js
- repo: azure-cli-extensions
Expand Down
31 changes: 13 additions & 18 deletions specification/storageimportexport/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,19 @@ These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.storageimportexport
package-name: azure-mgmt-storageimportexport
clear-output-folder: true
package-version: 0.1.0
``` yaml $(python) && $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-storageimportexport
no-namespace-folders: true
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/storageimportexport/azure-mgmt-storageimportexport/azure/mgmt/storageimportexport
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/storageimportexport/azure-mgmt-storageimportexport/azure/mgmt/storageimportexport
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/storageimportexport/azure-mgmt-storageimportexport
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/storageimportexport/azure-mgmt-storageimportexport
```

0 comments on commit 16b87ce

Please sign in to comment.