Skip to content

Commit

Permalink
add datalake store track2 config (Azure#12186)
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kai0 authored Dec 22, 2020
1 parent a5a7a0f commit b2c4a2f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions specification/datalake-store/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,30 @@ python:
python-mode: create
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.datalake.store
package-name: azure-mgmt-datalake-store
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store/azure/mgmt/datalake/store
no-namespace-folders: true
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store/azure/mgmt/datalake/store
```
``` yaml $(python) && $(python-mode) == 'create'
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store
basic-setup-py: true
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store/azure/mgmt/datalake/store
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-store
```

0 comments on commit b2c4a2f

Please sign in to comment.