File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
specification/automanage/resource-manager Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ These are the global settings for the Automanage API.
2828title : AutomanageClient
2929description : Automanage Client
3030openapi-type : arm
31- tag : package-2020-06 -30-preview
31+ tag : package-2021-04 -30-preview
3232` ` `
3333
3434### Tag: package-2021-04-30-preview
Original file line number Diff line number Diff line change 22
33These settings apply only when ` --python ` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5- Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
65
7-
8- ``` yaml $(python)
9- azure-arm : true
10- license-header : MICROSOFT_MIT_NO_VERSION
6+ ``` yaml $(track2)
7+ azure-arm : true
8+ license-header : MICROSOFT_MIT_NO_VERSION
119package-name : azure-mgmt-automanage
12- package-version : 0.1.0-preview
13- clear-output-folder : true
14- no-namespace-folders : true
15- ` ` `
10+ no-namespace-folders : true
11+ package-version : 1.0.0b1
12+ clear-output-folder : true
13+ ` ` `
1614
17- ` ` ` yaml $(python) && $(python -mode) == 'update'
15+ ` ` ` yaml $(python-mode) == 'update' && $(track2)
1816no-namespace-folders : true
1917output-folder : $(python-sdks-folder)/automanage/azure-mgmt-automanage/azure/mgmt/automanage
2018` ` `
2119
22- ` ` ` yaml $(python) && $(python -mode) == 'create'
20+ ` ` ` yaml $(python-mode) == 'create' && $(track2)
2321basic-setup-py : true
2422output-folder : $(python-sdks-folder)/automanage/azure-mgmt-automanage
2523` ` `
You can’t perform that action at this time.
0 commit comments