-
Notifications
You must be signed in to change notification settings - Fork 867
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
v6 SDK: Missing 'archiveDescription' object within Event Hubs #446
Comments
Hey @tombuildsstuff , thanks for reporting this. |
Thanks @mcardosos :) |
Howdy folks, it seems like this is taken care of, given that linked work-items in the specs repo above. Any changes to the swagger will automatically get pulled into our release, so there are no more action-items for this issue on our team. I'll close this issue out, feel free to re-open if there is some subtlety that I'm missing. |
Hello!
Thanks for all the recent support :)
I'm working my way through adding EventHub support to Terraform - and comparing the result against some corresponding ARM Templates to validate that I've ported a real-world use-case.
In particular I'm trying to work out how to replicate the Archiving functionality provided by the following EventHub ARM:
For context, this functionality is also available in the Portal too - but in both of these it's part of the EventHub object.
Unfortunately I can't find a corresponding object within the SDK at present:
By using the Web Inspector in the Portal - I can see the field exists - it's just not being mapped back in the SDK: (I've anonymised this a little)
Assuming that this field isn't being deprecated - is it possible to add the
archiveDescription
object to the SDK Result for the associated EventHub calls please? I can open a bug on the Rest API Specs if it needs the Swagger fixing there?Thanks! :)
The text was updated successfully, but these errors were encountered: