Skip to content

Commit 39a4d73

Browse files
authored
config readme.python (#17054)
1 parent 8a2a622 commit 39a4d73

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

specification/automanage/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These are the global settings for the Automanage API.
2828
title: AutomanageClient
2929
description: Automanage Client
3030
openapi-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

specification/automanage/resource-manager/readme.python.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22

33
These settings apply only when `--python` is specified on the command line.
44
Please 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
119
package-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)
1816
no-namespace-folders: true
1917
output-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)
2321
basic-setup-py: true
2422
output-folder: $(python-sdks-folder)/automanage/azure-mgmt-automanage
2523
```

0 commit comments

Comments
 (0)