diff --git a/specification/datalake-analytics/data-plane/readme.md b/specification/datalake-analytics/data-plane/readme.md index fe29e151af43..a59cadd1225e 100644 --- a/specification/datalake-analytics/data-plane/readme.md +++ b/specification/datalake-analytics/data-plane/readme.md @@ -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=`. -``` 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 @@ -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 -``` \ No newline at end of file +```