File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed
specification/managementgroups/resource-manager Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -137,29 +137,7 @@ csharp:
137
137
138
138
# # Python
139
139
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)
163
141
```
164
142
165
143
## Go
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ azure-arm: true
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
9
namespace : azure.mgmt.managementgroups
10
10
package-name : azure-mgmt-managementgroups
11
- package-version : 2019-05-01
11
+ package-version : 1.0.0b1
12
12
clear-output-folder : true
13
13
` ` `
14
14
` ` ` yaml $(python)
You can’t perform that action at this time.
0 commit comments