Skip to content

Commit

Permalink
track1 and track2
Browse files Browse the repository at this point in the history
  • Loading branch information
changlong-liu committed Jan 11, 2021
1 parent 6c1db7a commit b6a6ed6
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions documentation/code-gen/configure-python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@ python:
clear-output-folder: true
```
``` yaml $(python-mode) == 'update' && !$(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
```
``` yaml $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
```
These settings apply only when `--track2` is specified on the command line.
``` yaml $(track2) // For track2: basic Python package information
Expand All @@ -132,16 +144,11 @@ no-namespace-folders: true
package-version: 0.1.0
```
``` yaml $(python-mode) == 'update'
// --------------- For track1 -----------------
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
// --------------- For track2 -----------------
``` yaml $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
Expand Down

0 comments on commit b6a6ed6

Please sign in to comment.