-
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
Remove redundant "rotate" from Keys API #25714
Conversation
Original goal was to properly document "Rotate" that Key Vault returned and "rotate" that Managed HSM returned (and was originally in the swagger), but that case-insensitively duplicative value caused issues with some code generators. Reverts parts of Azure#24475
Next Steps to Merge✔️ All automated merging requirements have been met! Refer to step 4 in the PR workflow diagram (even if your PR is for data plane, not ARM). |
Swagger Validation Report
|
compared swaggers (via Oad v0.10.4)] | new version | base version |
---|---|---|
keys.json | 7.3-preview(2ff0da7) | 7.3-preview(main) |
keys.json | 7.4-preview.1(2ff0da7) | 7.4-preview.1(main) |
keys.json | 7.5-preview.1(2ff0da7) | 7.5-preview.1(main) |
keys.json | 7.3(2ff0da7) | 7.3(main) |
keys.json | 7.4(2ff0da7) | 7.4(main) |
keys.json | 2021-04-01-preview(2ff0da7) | 2021-04-01-preview(main) |
keys.json | 2021-06-01-preview(2ff0da7) | 2021-06-01-preview(main) |
keys.json | 2021-11-01-preview(2ff0da7) | 2021-11-01-preview(main) |
keys.json | 2022-02-01-preview(2ff0da7) | 2022-02-01-preview(main) |
keys.json | 2022-07-01(2ff0da7) | 2022-07-01(main) |
keys.json | 2022-11-01(2ff0da7) | 2022-11-01(main) |
keysManagedHsm.json | 2022-11-01(2ff0da7) | 2022-11-01(main) |
keys.json | 2023-02-01(2ff0da7) | 2023-02-01(main) |
keysManagedHsm.json | 2023-02-01(2ff0da7) | 2023-02-01(main) |
️️✔️
Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️
CredScan succeeded [Detail] [Expand]
There is no credential detected.
️🔄
LintDiff inProgress [Detail]
️️✔️
Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️
SwaggerAPIView succeeded [Detail] [Expand]
️️✔️
TypeSpecAPIView succeeded [Detail] [Expand]
️️✔️
ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️
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
|
Please address or respond to feedback from the ARM API reviewer. |
specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json
Outdated
Show resolved
Hide resolved
@rkmanda could you take a look? |
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.
Swagger pipeline restarted successfully, please wait for status update in this comment. |
* Remove redundant "rotate" from Keys API Original goal was to properly document "Rotate" that Key Vault returned and "rotate" that Managed HSM returned (and was originally in the swagger), but that case-insensitively duplicative value caused issues with some code generators. Reverts parts of #24475 * Remove now-unnecessary exemptions * Fix description on Notify
Original goal was to properly document "Rotate" that Key Vault returned and "rotate" that Managed HSM returned (and was originally in the swagger), but that case-insensitively duplicative value caused issues with some code generators.
Reverts parts of #24475