Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions specification/datalake-analytics/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ python:
no-namespace-folders: true
batch:
- tag: package-catalog-2016-11
- tag: package-job-2016-11
- tag: package-job-2017-09-preview
```

### Tag: package-job-2016-11 and python
### Tag: package-job-2017-09-preview and python

These settings apply only when `--tag=package-job-2016-11 --python` is specified on the command line.
These settings apply only when `--tag=package-job-2017-09-preview --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-job-2016-11' && $(python)
``` yaml $(tag) == 'package-job-2017-09-preview' && $(python)
python:
namespace: azure.mgmt.datalake.analytics.job
output-folder: $(python-sdks-folder)/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/job
Expand Down Expand Up @@ -226,4 +226,4 @@ Since this RP has no unique default package, iterate over all of them for valida
batch:
- package-catalog: true
- package-job: true
```
```