-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Release sql microsoft.sql 2023 02 01 preview #25293
Release sql microsoft.sql 2023 02 01 preview #25293
Conversation
…preview to version 2023-02-01-preview
* add mi refresh API * remove stray character * add examples * fix lro error * fix lro error only in example * fixing prettier issue * Test commit - adding error schema * Test2 * Test - changing error type * Revert "Test - changing error type" This reverts commit 84fff94. * Reverting 3 test commits * Test - adding commong error type reference * fix type format errors --------- Co-authored-by: Stefan Krivokapic <[email protected]>
…r SQL DB Failover Group in version 2023-02-01-preview. (#24132) * Added the swagger spec and example json files for failvoer group API update in V2023-020-1 * Corrected the FailoverGroupGet.json example * Updated the auto-generated FailoverGroups.json Fixed FailoverGroups.json swagger arm-id attribute for databases field * Added the missing headers field manually * Fix FailoverGroups.json --------- Co-authored-by: Sharan Singh <[email protected]>
* Loc cap changes * removing changes not related to my changes in dsmain
* add new dag api version * Update swagger * Update swagger * patch resource * make replicationMode writable
* Add FreeLimitExhaustion Capability in 2023-02-01-preview API * Change property from name to exhaustionBehaviorType
…4305) * Update swagger files for Server API * Add v5 tag for Servers * Restore none for minimal TLS version
* Add auto rotation param to databases api * add armid
* Updated the examples for LTR Policies and LTR Backups * Not sure why makeBackupsImmutable got deleted
* Carrying over minor changes for the 2023-02-01-preview release * Reverting example files that didn't have DsMainDev side changes, and fixing prettier check * Fixes for LTR examples with model validation and prettier check for ServerDelete * Reverting LTR changes * Adding arm-id to serversjson
Hi, @jeremyfrosti! Thank you for your pull request. To help get your PR merged: Generated ApiView comment added to this PR. You can use ApiView to show API versions diff. |
Swagger Validation Report
|
Rule | Message |
---|
The following breaking changes are detected by comparison with the latest preview version:
Only -1 items are listed, please refer to log for more details.
Rule | Message |
---|
️️✔️
CredScan succeeded [Detail] [Expand]
There is no credential detected.
️🔄
LintDiff inProgress [Detail]
️️✔️
Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️❌
SwaggerAPIView: 0 Errors, 0 Warnings failed [Detail]
️️✔️
TypeSpecAPIView succeeded [Detail] [Expand]
️❌
ModelValidation: 302 Errors, 0 Warnings failed [Detail]
Only -1 items are listed, please refer to log for more details.
Rule | Message |
---|
️️✔️
SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️
PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️
PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️
SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️
Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️
PR Summary succeeded [Detail] [Expand]
Validation passes for Summary.
️️✔️
Automated merging requirements met succeeded [Detail] [Expand]
Swagger Generation Artifacts
|
Generated ApiView
|
These commits have been approved during merging to the feature branch. Relevant commits: main...release-sql-Microsoft.Sql-2023-02-01-preview |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
@TimLovellSmith The 'name' being writable has been used in previous versions, although the reliance on it has been removed in IPv6FirewallRules.json after version 2021-11-01-preview. We still can not simply update the ResourceWithWritableName to mark the property as readonly though, this same model is used in other files such as FirewallRules.json, and making it different in IPv6FirewallRules would cause us to have two different definitions with the same name, and we can't do that. It is also used for internal functions that rely on the name being writable. Theoretically, we can change ProxyResourceWithWritableName to ProxyResource here: Line 220 in 643b6da
But that may be a breaking change for downstream client generation. If its not, the change may be possible. Again though, does this need to be done for us to release our next version? This is not new to this version, and that api has had no changes in this version. It has existed for many versions before, so why are we blocking this one? This will cause a delay to our release, and that will cause us to miss deadlines on features that have been promised to our customers. If this must be blocked, we need to schedule a meeting to discuss this and understand why this is worth blocking our release and how we can expedite the change ASAP. |
@jeremyfrosti you're right it shouldn't really need to block feature development, I'm just trying to understand why we have these linter errors, and whether its the kind of API quality thing we can/should fix. In particular I'm puzzled about whether you are deliberately allowing the behavior today, maybe you could explain more about what 'reliance' or lack of it means, while I sign this off... |
Looks like you still need to suppress the LintDiff errors if you're not fixing them before merge. |
this js sdk breaking is caused by this pr |
* Carrying over minor changes for the 2023-02-01-preview release * Reverting example files that didn't have DsMainDev side changes, and fixing prettier check * Fixes for LTR examples with model validation and prettier check for ServerDelete * Reverting LTR changes * Adding arm-id to serversjson * Removing the Pattern property from ManagedInstances.json as it should not be present and will cause issues in downstream client generation
Automatic PR validation started. This comment will be populated with next steps to merge this PR once validation is completed. Please wait ⌛. |
According to this comment, I'll help adding the |
The one new lint diff error detected actually exists in previous version. |
/pr RequestMerge |
Swagger pipeline restarted successfully, please wait for status update in this comment. |
ARM (Control Plane) API Specification Update Pull Request
PR review workflow diagram
Please understand this diagram before proceeding. It explains how to get your PR approved & merged.
[1] public repo review queue, private repo review queue
The PRs are processed by time opened, ascending. Your PR may show up on 2nd or later page.
If you addressed Step 1 from the diagram and your PR is not showing up in the queue, ensure the label
ARMChangesRequested
is removed from your PR. This should cause the label
WaitForARMFeedback
to be added.[2] https://aka.ms/azsdk/support/specreview-channel
[3] List of SDK breaking changes approvers in pinned Teams announcement
[4] public repo merge queue, private repo merge queue
If you need further help with anything, see
Getting help
section below.Purpose of this PR
What's the purpose of this PR? Check all that apply. This is mandatory!
Due diligence checklist
To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:
ARM resource provider contract and
REST guidelines (estimated time: 4 hours).
I understand this is required before I can proceed to Step 2, "ARM Review", for this PR.
Breaking changes review (Step 1)
you must follow the breaking changes process.
IMPORTANT This applies even if:
Such claims must be reviewed, and the process is the same.
ARM API changes review (Step 2)
ARMReview
label.Getting help
and https://aka.ms/ci-fix.