Skip to content

{Packaging} Bump azure-core from 1.21.1 to 1.24.0#22676

Merged
jsntcy merged 24 commits intoAzure:devfrom
ZengTaoxu:upgrade-azure-core
Jun 9, 2022
Merged

{Packaging} Bump azure-core from 1.21.1 to 1.24.0#22676
jsntcy merged 24 commits intoAzure:devfrom
ZengTaoxu:upgrade-azure-core

Conversation

@ZengTaoxu
Copy link
Copy Markdown
Contributor

@ZengTaoxu ZengTaoxu commented May 31, 2022

Related command

Description

Some modules (#22486) and extensions (AML) which use new SDK need newer version of azure-core, so we need upgrade it to the latest version (1.24.0).

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.

@ghost ghost requested a review from yonzhan May 31, 2022 08:01
@ghost ghost added the Auto-Assign Auto assign by bot label May 31, 2022
@ghost ghost assigned jiasli May 31, 2022
@ghost ghost added this to the Jun 2022 (2022-07-05) milestone May 31, 2022
@ghost ghost added Packaging Core CLI core infrastructure labels May 31, 2022
@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented May 31, 2022

Packaging

@necusjz necusjz marked this pull request as draft May 31, 2022 17:40
@necusjz necusjz changed the title {Packaging} Upgrade azure core {Packaging} Bump azure-core from 1.21.1 to 1.24.0 Jun 2, 2022
@ZengTaoxu ZengTaoxu closed this Jun 6, 2022
@ZengTaoxu ZengTaoxu reopened this Jun 6, 2022
@jsntcy
Copy link
Copy Markdown
Member

jsntcy commented Jun 6, 2022

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@jsntcy jsntcy assigned jsntcy and unassigned jiasli Jun 7, 2022
@@ -1406,12 +1406,13 @@ def test_sql_pool(self):
self.cmd('az synapse sql pool show --name {sql-pool} --workspace {workspace} --resource-group {rg}',
expect_failure=True)

@record_only()
@unittest.skip('Resource group \'rgtesting\' could not be found')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skip it temporarily as we cannot pass test lively as the test used fixed resources, will contact service team to fix it later.

@@ -2629,6 +2630,7 @@ def test_notebook(self):
'az synapse notebook show --workspace-name {workspace} --name {name}',
expect_failure=True)

@unittest.skip('UnicodeDecodeError')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skip it temporarily as we cannot pass test lively as the test used corrupted file that cannot be decoded, will contact service team to fix it later.

# kwargs for string formatting
aks_name = self.create_random_name('cliakstest', 16)
kubernetes_version = "1.20.7"
kubernetes_version = "1.23.5"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just of curiosity, may I ask why do we need to upgrade this kubernetes_version ?

Copy link
Copy Markdown
Contributor Author

@ZengTaoxu ZengTaoxu Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because version 1.20.7 is not currently supported in this region.

Copy link
Copy Markdown
Contributor

@zhoxing-ms zhoxing-ms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add the PR description to explain the background and context (such as the related issue/PR link) of bumping azure-core version?
This is convenient for us to track the cause and impact of this PR in the future

ZengTaoxu added 3 commits June 8, 2022 10:18
…-azure-core

� Conflicts:
�	src/azure-cli/azure/cli/command_modules/servicefabric/tests/latest/recordings/test_basic_cluster.yaml
�	src/azure-cli/azure/cli/command_modules/servicefabric/tests/latest/test_sf_managed_cluster.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Auto-Assign Auto assign by bot Core CLI core infrastructure Packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants