Remove redundant "rotate" from Keys API#25714
Merged
rkmanda merged 3 commits intoAzure:mainfrom Sep 13, 2023
Merged
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
|
3 tasks
|
Please address or respond to feedback from the ARM API reviewer. |
vickm
approved these changes
Sep 8, 2023
Member
Author
jlichwa
suggested changes
Sep 11, 2023
specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json
Outdated
Show resolved
Hide resolved
jlichwa
approved these changes
Sep 11, 2023
Member
Author
|
@rkmanda could you take a look? |
|
Swagger pipeline restarted successfully, please wait for status update in this comment. |
This was referenced Sep 13, 2023
jnlycklama
pushed a commit
that referenced
this pull request
Nov 8, 2023
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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