-
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 <xiangsjtu@gmail.com>
Review request for Microsoft.ContainerService to add version 2022-10-02-preview (Azure#21439) * Adds base for updating Microsoft.ContainerService from version preview/2022-09-02-preview to version 2022-10-02-preview * Updates readme * Updates API version in new specs and examples * Pmiller/nodeosupgradechannel (Azure#21326) * missed working comment * matthew comments * unpatched is a word * Add MaintenanceWindow into MaintenanceConfigurationProperties (Azure#21337) * Add MaintenanceWindow into MaintenanceConfigurationProperties * Fx PrettierCheck * Fix ARM ID format for samples (Azure#21402) * Fix Swagger Model Validation for the 2022-10-02-preview dev branch of container service (Azure#21373) * fix API version * fix INVALID_FORMAT byte * fix INVALID_FORMAT arm-id * fix missing resource id * fix LRO_RESPONSE_HEADER * Update readmes for the 2022-10-02-preview dev branch of container service (Azure#21366) * update readmes * remove fleets * Updating abort apis response to make it long running (Azure#21362) * Updating response abort abort apis * Updating abort AP and MC examples * Changes per CI checks * Adding x-ms-long-running-operation-options * Adding location header Co-authored-by: InduSridhar <indusridhar@microsoft.com> * fix 202 location header * fix ProvisioningState validation * add x-ms-long-running-operation-options * fix ResourceNameRestriction * Fix abort location url in example (Azure#21446) * Updating response abort abort apis * Updating abort AP and MC examples * Changes per CI checks * Adding x-ms-long-running-operation-options * Adding location header * Fixing location url in abort examples Co-authored-by: InduSridhar <indusridhar@microsoft.com> * Abort api response fix (Azure#21559) * Updating response abort abort apis * Updating abort AP and MC examples * Changes per CI checks * Adding x-ms-long-running-operation-options * Adding location header * Fixing location url in abort examples * Fixing headers and body for abort response * Linter fix * Lint fix * Updating managedclusters.json responses Co-authored-by: InduSridhar <indusridhar@microsoft.com> * Node os upgrade desc fix (Azure#21636) * Updating response abort abort apis * Updating abort AP and MC examples * Changes per CI checks * Adding x-ms-long-running-operation-options * Adding location header * Fixing location url in abort examples * Fixing headers and body for abort response * Linter fix * Lint fix * Updating managedclusters.json responses * Minor edit to node os upgrade description based on ARM review Co-authored-by: InduSridhar <indusridhar@microsoft.com> Co-authored-by: Paul Miller <pmiller@microsoft.com> Co-authored-by: Thalia Wang <58485997+wenxuan0923@users.noreply.github.com> Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com> Co-authored-by: InduSridhar <InduSridhar@users.noreply.github.com> Co-authored-by: InduSridhar <indusridhar@microsoft.com>
See #20657 and #21313