Skip to content

Commit

Permalink
Sqlvm t2 config(wave4) (#14448)
Browse files Browse the repository at this point in the history
* sql t2 readme config

* readme config

* Update readme.python.md

* conflient resolve

* readme.python config

* t2 config

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
RAY-316 and msyyc committed May 19, 2021
1 parent 6816683 commit 3fb60b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
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
```

0 comments on commit 3fb60b7

Please sign in to comment.