Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlvm t2 config(wave4) #14448

Merged
merged 12 commits into from
May 19, 2021
2 changes: 1 addition & 1 deletion specification/sqlvirtualmachine/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ csharp:
```


### Python
## Python

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Python
## 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>`.
Expand Down Expand Up @@ -39,13 +39,11 @@ python:
```

``` yaml $(python) && $(python-mode) == 'update' && $(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sqlvirtualmachine/azure/mgmt/sqlvirtualmachine
no-namespace-folders: true
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sqlvirtualmachine/azure/mgmt/sqlvirtualmachine
```

``` yaml $(python) && $(python-mode) == 'create' && $(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sqlvirtualmachine
basic-setup-py: true
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sqlvirtualmachine
```