-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Mariadb t2 config #14608
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
Merged
Merged
Mariadb t2 config #14608
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e03bfc8
sql t2 readme config
RAY-316 70e2641
readme config
RAY-316 624cc26
Update readme.python.md
msyyc b4bba9d
resolve conflient locally
RAY-316 e11d5d7
Merge remote-tracking branch 'azure/master'
RAY-316 72dd592
conflient resolve
RAY-316 78caec8
Merge remote-tracking branch 'upstream/master'
RAY-316 fe3ca36
Merge remote-tracking branch 'azure/master'
RAY-316 516773e
Merge branch 'master' of https://github.com/RAY-316/azure-rest-api-specs
RAY-316 a823c78
Merge remote-tracking branch 'azure/master'
RAY-316 f234490
Merge remote-tracking branch 'azure/master'
RAY-316 24cbc54
Merge remote-tracking branch 'azure/master'
RAY-316 873cfe8
Merge remote-tracking branch 'azure/master'
RAY-316 eceb42c
Merge remote-tracking branch 'upstream/master'
RAY-316 9772d13
Merge remote-tracking branch 'upstream/master'
RAY-316 8744397
Merge remote-tracking branch 'upstream/master'
RAY-316 d2e3269
Merge remote-tracking branch 'upstream/master'
RAY-316 da8ae8b
Merge remote-tracking branch 'azure/master'
RAY-316 ee71921
mariadb readme config
RAY-316 e89985f
readme.python config
RAY-316 5d36f85
track1 del
RAY-316 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| ## 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>`. | ||
| Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. | ||
|
|
||
| ``` yaml $(python) && !$(track2) | ||
| python-mode: create | ||
| python: | ||
| azure-arm: true | ||
| license-header: MICROSOFT_MIT_NO_VERSION | ||
| payload-flattening-threshold: 2 | ||
| namespace: azure.mgmt.rdbms.mariadb | ||
| package-name: azure-mgmt-rdbms | ||
| package-version: 0.1.0 | ||
| clear-output-folder: true | ||
| ``` | ||
| ``` yaml $(python) && $(track2) | ||
| python-mode: create | ||
| azure-arm: true | ||
| license-header: MICROSOFT_MIT_NO_VERSION | ||
| namespace: azure.mgmt.rdbms.mariadb | ||
| package-name: azure-mgmt-rdbms | ||
| package-version: 1.0.0b1 | ||
| clear-output-folder: true | ||
| modelerfour: | ||
| lenient-model-deduplication: true | ||
| ``` | ||
| ``` yaml $(python) && $(python-mode) == 'update' && !$(track2) | ||
| python: | ||
| no-namespace-folders: true | ||
| output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mariadb | ||
| ``` | ||
| ``` yaml $(python) && $(python-mode) == 'create' && !$(track2) | ||
| python: | ||
| basic-setup-py: true | ||
| output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms | ||
| ``` | ||
| ``` yaml $(python) && $(python-mode) == 'update' && $(track2) | ||
| no-namespace-folders: true | ||
| output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mariadb | ||
| ``` | ||
| ``` yaml $(python) && $(python-mode) == 'create' && $(track2) | ||
| basic-setup-py: true | ||
| output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms | ||
| ``` | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For 'azure-mgmt-rdbms', azure-cli has migrated to track2. So there is no need to keep track1 configuration.