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
6 changes: 3 additions & 3 deletions specification/dns/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2018-05' && $(python)
python:
namespace: azure.mgmt.dns.v2018_05_01
output-folder: $(python-sdks-folder)/azure-mgmt-dns/azure/mgmt/dns/v2018_05_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018_05_01
```

### Tag: package-2018-03-preview and python
Expand All @@ -42,7 +42,7 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2018-03-preview' && $(python)
python:
namespace: azure.mgmt.dns.v2018_03_01_preview
output-folder: $(python-sdks-folder)/azure-mgmt-dns/azure/mgmt/dns/v2018_03_01_preview
output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018_03_01_preview
```

### Tag: package-2016-04 and python
Expand All @@ -53,5 +53,5 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2016-04' && $(python)
python:
namespace: azure.mgmt.dns.v2016_04_01
output-folder: $(python-sdks-folder)/azure-mgmt-dns/azure/mgmt/dns/v2016_04_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2016_04_01
```