-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[BUG] Microsoft.Azure.Management.ApiManagement UserOperations CreateOrUpdate does not contain notify parameter #18407
Comments
Thank you for your feedback. Tagging and routing to the team best able to assist. |
@pakrym , looks like notify query parameter was not generated on neither OperationExtension nor Operation. Do we have a bug on track 1 codegen? |
I don't think the library was re-generated after Azure/azure-rest-api-specs#10122 went in. |
@vfedonkin, please regenerate SDK to incorporate new swagger changes. Thx. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @miaojiang. Issue DetailsDescribe the bug This parameter is missing in the latest version of Microsoft.Azure.Management.ApiManagement package Expected behavior Actual behavior (include Exception or Stack Trace) To Reproduce
Environment:
|
Hi @xakpc. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @xakpc, since you haven’t asked that we “ |
Update {azure-rest-api-specs} (Azure#18407) Fixes Azure#21637
Describe the bug
According to documentation
ApiManagement.UserOperations.CreateOrUpdate
must containnotify
parameter which should trigger welcome email.This parameter is missing in the latest version of Microsoft.Azure.Management.ApiManagement package
Expected behavior
I expect to be able to pass
notify
parameter toapiManagement.User.CreateOrUpdateAsync
Actual behavior (include Exception or Stack Trace)
There is no such parameter in
apiManagement.User.CreateOrUpdateAsync
To Reproduce
Steps to reproduce the behavior (include a code snippet, screenshot, or any additional information that might help us reproduce the issue)
Environment:
Version: 5.0.200-preview.20601.7
Commit: b3b934bbf2
OS Name: Windows
OS Version: 10.0.19041
OS Platform: Windows
The text was updated successfully, but these errors were encountered: