Skip to content

Conversation

@DaeunYim
Copy link
Contributor

@DaeunYim DaeunYim commented Mar 3, 2021

Description

Upgrading the Python SDK version for rdbms to GA version (8.0.0)

Testing Guide

azdev test rdbms

History Notes

Upgraded Python SDK version to 8.0.0

[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.

@yonzhan yonzhan added this to the S184 milestone Mar 4, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented Mar 4, 2021

RDBMS

@yonzhan yonzhan requested review from jsntcy and zhoxing-ms March 4, 2021 00:59
Copy link
Member

@jiasli jiasli left a comment

Choose a reason for hiding this comment

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

Approve for core.

@evelyn-ys
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@DaeunYim DaeunYim requested review from kairu-ms and msyyc as code owners March 15, 2021 02:57
@DaeunYim
Copy link
Contributor Author

CI tests passed with updated network module recording files (related to rdbms single servers)

@evelyn-ys evelyn-ys merged commit 764a966 into Azure:dev Mar 16, 2021
Comment on lines +57 to +61
from azure.identity import ClientSecretCredential
credentials = ClientSecretCredential(
client_id=client_id,
secret=getenv(CLIENT_SECRET),
tenant=getenv(TENANT_ID))
client_secret=getenv(CLIENT_SECRET),
tenant_id=getenv(TENANT_ID))
Copy link
Member

Choose a reason for hiding this comment

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

Unless AZURE_AUTHORITY_HOST is specified, this doesn't work for sovereign clouds or Azure stacks, since authority of cli_ctx is not passed to ClientSecretCredential.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants