[Synapse] az synapse kql-script: New command group to support Kusto script#20459
[Synapse] az synapse kql-script: New command group to support Kusto script#20459
az synapse kql-script: New command group to support Kusto script#20459Conversation
|
Synapse |
src/azure-cli/azure/cli/command_modules/synapse/manual/_params.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/synapse/manual/_params.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/synapse/manual/_params.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/synapse/manual/operations/kustopool.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/synapse/manual/operations/kustopool.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/synapse/manual/operations/kustopool.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/synapse/manual/commands.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/synapse/manual/operations/kustopool.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/synapse/manual/operations/kustopool.py
Outdated
Show resolved
Hide resolved
| azure-cli==2.30.0 | ||
| azure-common==1.1.22 | ||
| azure-core==1.19.0 | ||
| azure-core==1.20.1 |
There was a problem hiding this comment.
May I know why do you need to upgrade azure-core?
There was a problem hiding this comment.
azure-synapse-artifacts==0.10.0 needs azure-core upgrade^_^
There was a problem hiding this comment.
want to confirm with @jiasli whether upgrading azure-core will impact other modules or not
There was a problem hiding this comment.
I think it is fine if CI passes.
There was a problem hiding this comment.
ADO pipeline triggered by each PR
There was a problem hiding this comment.
It seems upgrading azure-core does impact other modules. After this PR get merged, our CI crashes...
65 tests fail because of azure.core.pipeline.transport._requests_basic.StreamDownloadGenerator throwing azure.core.exceptions.IncompleteReadError: ('Connection broken:......). And 62 of them are webapp tests.
See pipeline:

@jiasli @zhoxing-ms Can you help take a look?
@zesluo Do you mind if I revert this PR if other modules' failure can't be fixed before the code complete date(12/01)?
az synapse kql-script: Support Kusto script
az synapse kql-script: Support Kusto scriptaz synapse kql-script: New command group to support Kusto script
Description
Added kutso script command for Azure cli
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.