Skip to content

Commit 3d82915

Browse files
authored
[ManagementGroups] Update readme.python.md (#19562)
* Update readme.python.md * Update readme.md
1 parent c537f5a commit 3d82915

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

specification/managementgroups/resource-manager/readme.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -137,29 +137,7 @@ csharp:
137137

138138
## Python
139139

140-
These settings apply only when `--python` is specified on the command line.
141-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
142-
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
143-
144-
``` yaml $(python)
145-
python-mode: create
146-
python:
147-
azure-arm: true
148-
license-header: MICROSOFT_MIT_NO_VERSION
149-
payload-flattening-threshold: 1
150-
namespace: azure.mgmt.managementgroups
151-
package-name: azure-mgmt-managementgroups
152-
clear-output-folder: true
153-
```
154-
``` yaml $(python) && $(python-mode) == 'update'
155-
python:
156-
no-namespace-folders: true
157-
output-folder: $(python-sdks-folder)/managementgroups/azure-mgmt-managementgroups/azure/mgmt/managementgroups
158-
```
159-
``` yaml $(python) && $(python-mode) == 'create'
160-
python:
161-
basic-setup-py: true
162-
output-folder: $(python-sdks-folder)/managementgroups/azure-mgmt-managementgroups
140+
See configuration in [readme.python.md](./readme.python.md)
163141
```
164142

165143
## Go

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
namespace: azure.mgmt.managementgroups
1010
package-name: azure-mgmt-managementgroups
11-
package-version: 2019-05-01
11+
package-version: 1.0.0b1
1212
clear-output-folder: true
1313
```
1414
``` yaml $(python)

0 commit comments

Comments
 (0)