-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Keyvault] Regenerate swagger using Autorest Typescript v6 #9590
Comments
Lets have 3 separate PRs for the 3 Keyvault packages using the same swagger files that were used to generate what is in the master branch. There should be no net functional change for the end user with these changes. The only change would be in the generated client and how the convenience layer talks to the generated client. |
Now that I have a better picture of what's required to update this, I need to go back to the drawing board. There are some updates that are potentially public API changes. I'm asking the feature crew. |
Likely no need for API changes. But more clarity on what properties we’re sending. |
I had to close my latest PR. The latest Autorest & Autorest Typescript forces us to use api-version 7.1. It doesn't allow us to specify api-version 7.0, which is a regression. We'll come back to this issue during the next release cycle. |
Also, for the record: Which led to this new issue: #11263 |
The keyvault-keys package migration has been completed in this PR - #13092 |
The keyvault-secrets package migration has been completed in this PR - #12821 |
The keyvault-certificates package migration has been completed in this PR - #12820 |
This issue tracks the work to re-generate the sawgger using the latest version of @autorest/typescript
In order to use the new generator 2 changes need to be done in swagger/readme.md files
Note
The latest
@autorest/typescript
version can be found hereThe text was updated successfully, but these errors were encountered: