-
Notifications
You must be signed in to change notification settings - Fork 853
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
Adding Multi-API Version support packages. #812
Conversation
To review, I'd recommend a |
|
Another question, this would not replace the arm folder? For breaking changes reasons |
Datalake Analytics management package is missing. |
Not a big fan of |
Question, are you planning to generate a |
|
There are some dataplane SDKs that we are not generatin right now, |
Yep! I was just trying to match their Swagger declarations found here: Azure/azure-rest-api-specs/specification/cosmos-db/resource-manager/Microsoft.DocumentDB |
Correct, today it would not replace it, and we'd release that as |
Yes, at least in some capacity. However, I'm going to be sending a separe profile PR after this one is merged into |
🤐 This was deliberate on my part. |
I'll take it out then. No biggie. |
This is a set of packages generated by the most recent
generator.exe
which have explicit support for every API Version that a Service supports.Currently there are a few notable missing packages, but they will all be added in before these changes hit master:
edit: At this point, recovery services and all of its children are the only ones that we ship today that aren't present in this PR.
marketplace orderingedit: added in ff8c2c2operations managementedit: added in c80ca3aresource healthedit: this was added in 14f105aresourcesedit: this was added in a5ce301service mapedit: this was added in e8dd531sqledit: this was added in c394fb4traffic manageredit: this was added in c2dc1c4webedit: this was added in 5f51c6aA few packages broke our generator, and I've manually deleted them. Those are:
These packages are a direct result of the changes seen in Azure/azure-rest-api-specs#1787