-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Synapse]Add auto gen readme files for cli kusto support #16581
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
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
1bcc20d
Add blockchain to latest profile
markcowl 7b46097
Add additional types
markcowl f0aab0b
Merge branch 'Azure:main' into main
zesluo1 918b7e5
Merge branch 'Azure:main' into main
zesluo1 07f1298
Merge branch 'Azure:main' into main
zesluo1 57fe01d
Merge branch 'Azure:main' into main
zesluo1 bafe3ab
Merge branch 'Azure:main' into main
zesluo1 302976f
Merge branch 'Azure:main' into main
zesluo1 c4ff8ef
Merge branch 'Azure:main' into main
zesluo1 6a3219f
addclikustosupportautogenfiles
zesluo1 69a5030
removealias
zesluo1 5bbd349
addrepo
zesluo1 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| ## AZ | ||
| These settings apply only when `--az` is specified on the command line. | ||
|
|
||
| ``` yaml $(az) && $(target-mode) == 'core' | ||
| az: | ||
| extensions: synapse | ||
| namespace: azure.mgmt.synapse | ||
| package-name: azure-mgmt-synapse | ||
| az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/synapse | ||
| python-sdk-output-folder: "$(az-output-folder)/vendored_sdks/synapse" | ||
| input-file: | ||
| - Microsoft.Synapse/preview/2021-06-01-preview/kustoPool.json | ||
|
|
||
| directive: | ||
| - where: | ||
| group: 'synapse kusto-pool-database-principal-assignment' | ||
| set: | ||
| group: 'synapse kusto database-principal-assignment' | ||
| - where: | ||
| group: 'synapse kusto-pool-attached-database-configuration' | ||
| set: | ||
| group: 'synapse kusto attached-database-configuration' | ||
| - where: | ||
| group: 'synapse kusto-pool-data-connection' | ||
| set: | ||
| group: 'synapse kusto data-connection' | ||
| - where: | ||
| group: 'synapse kusto-pool-database' | ||
| set: | ||
| group: 'synapse kusto database' | ||
| - where: | ||
| group: 'synapse kusto-pool-principal-assignment' | ||
| set: | ||
| group: 'synapse kusto pool-principal-assignment' | ||
| - where: | ||
| group: 'synapse kusto-pool' | ||
| set: | ||
| group: 'synapse kusto pool' | ||
| - where: | ||
| group: 'synapse kusto-pool-data-connection event-grid' | ||
| set: | ||
| group: 'synapse kusto data-connection event-grid' | ||
| - where: | ||
| group: 'synapse kusto-pool-data-connection event-hub' | ||
| set: | ||
| group: 'synapse kusto data-connection event-hub' | ||
| - where: | ||
| group: 'synapse kusto-pool-data-connection iot-hub' | ||
| set: | ||
| group: 'synapse kusto data-connection iot-hub' | ||
|
|
||
| cli: | ||
| cli-directive: | ||
| - where: | ||
| group: 'KustoPoolDataConnections' | ||
| op: 'CreateOrUpdate|Update' | ||
| param: 'parameters' | ||
| poly-resource: true | ||
| - where: | ||
| group: 'KustoPoolDataConnections' | ||
| op: 'dataConnectionValidation' | ||
| removed: true | ||
| - where: | ||
| group: 'KustoPools' | ||
| op: 'AddLanguageExtensions' | ||
| removed: true | ||
| - where: | ||
| group: 'KustoPools' | ||
| op: 'RemoveLanguageExtensions' | ||
| removed: true | ||
| - where: | ||
| group: 'KustoPools' | ||
| op: 'DetachFollowerDatabases' | ||
| removed: true | ||
| - where: | ||
| group: 'KustoPools' | ||
| op: 'CreateOrUpdate|Update' | ||
| removed: true | ||
| ``` | ||
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,8 @@ | ||
| <!-- region Generated --> | ||
| # Az.Synapse | ||
| This directory contains the Cli common model for the Synapse service. | ||
|
|
||
| > Metadata | ||
| ``` yaml | ||
|
|
||
| ``` |
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 |
|---|---|---|
|
|
@@ -358,6 +358,7 @@ swagger-to-sdk: | |
| - repo: azure-sdk-for-python-track2 | ||
| - repo: azure-sdk-for-go | ||
| - repo: azure-resource-manager-schemas | ||
| - repo: azure-cli-extensions | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do we need this line? |
||
| ``` | ||
|
|
||
| ## Python | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.