Skip to content

Commit

Permalink
config dnsresolver readme.python (Azure#17857)
Browse files Browse the repository at this point in the history
* config dnsresolver readme.python

* Update readme.md
  • Loading branch information
BigCat20196 authored and FredericHeem committed Mar 7, 2022
1 parent eada040 commit 8b470e2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specification/dnsresolver/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python-track2
```

## C#
Expand All @@ -65,6 +66,10 @@ csharp:
clear-output-folder: true
```

## Python

See configuration in [readme.python.md](./readme.python.md)

## Suppression

``` yaml
Expand Down
23 changes: 23 additions & 0 deletions specification/dnsresolver/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Python

These settings apply only when `--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 $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-dnsresolver
no-namespace-folders: true
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/dnsresolver/azure-mgmt-dnsresolver/azure/mgmt/dnsresolver
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/dnsresolver/azure-mgmt-dnsresolver
```

0 comments on commit 8b470e2

Please sign in to comment.