-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Deprecate CLI factory in azure-common #21337
Conversation
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.
typo
@praveenkuttappan APIView is getting its environments confused. |
API diff is a false alarm here since source branch in this case doesn't have recent change on main in storage packages. So artifact in this PR doesn't have this recent change which confuses APIView and flags it as removed in this PR. I will have a fix submitted to skip API check in PR if package is not modified. Currently this is triggered based on pipeline which doesn't make any sense for API check if source files are not modified. |
f2be066
to
cbe29c4
Compare
API changes have been detected in API changes - api_version: str,
+ api_version: str = ...,
- secondary_hostname: str,
+ secondary_hostname: str = ...,
- api_version: str,
+ api_version: str = ...,
- secondary_hostname: str,
+ secondary_hostname: str = ..., |
API changes have been detected in API changes - api_version: str,
- secondary_hostname: str,
+ api_version: str = ...,
+ secondary_hostname: str = ...,
- api_version: str,
- secondary_hostname: str,
+ api_version: str = ...,
+ secondary_hostname: str = ..., |
/azp run python - tables - ci |
/azp run python - core - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - communication - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
d0e6566
to
82aa9ad
Compare
API changes have been detected in |
None of the failures is related to the change. |
/check-enforcer override |
* Deprecate CLI factory in azure-common * Correct syntax * ChangeLog * NotImplementedError * Deprecate all CLI related methods * Rewording * Date change * Typo thanks @annatisch * Typo * Fix tests * Update CHANGELOG.md Co-authored-by: Xiang Yan <[email protected]>
See #20657 and #21313