question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Microsoft.Azure.Management.ApiManagement UserOperations CreateOrUpdate does not contain notify parameter

See original GitHub issue

Describe the bug According to documentation ApiManagement.UserOperations.CreateOrUpdate must contain notify 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 to apiManagement.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)

  1. Install package Microsoft.Azure.Management.ApiManagement -Version 6.0.0-preview
  2. Create ApiManagementClient
  3. Check apiManagement.User.CreateOrUpdateAsync

Environment:

  • Name and version of the Library package used: Microsoft.Azure.Management.ApiManagement -Version 6.0.0-preview
  • dotnet Version: 5.0.200-preview.20601.7 Commit: b3b934bbf2 OS Name: Windows OS Version: 10.0.19041 OS Platform: Windows
  • IDE and version: Visual Studio 16.3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Mohit-Chakrabortycommented, Feb 4, 2021

Thank you for your feedback. Tagging and routing to the team best able to assist.

0reactions
msftbot[bot]commented, Jan 4, 2022

Hi @xakpc, since you haven’t asked that we “/unresolve” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “/unresolve” to reopen the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

BUG: Azure API management user.createOrUpdate does ...
Actually the createOrUpdate op on user object does not pass the "identities" array to post body parameters here:.
Read more >
ApiManagementServiceOperatio...
Parameters supplied to the CreateOrUpdate API Management service operation. Returns. ApiManagementServiceResource. Applies to. Product, Versions. Azure SDK for ...
Read more >
Unable to create Azure API management resource when ...
Ran into this bug recently while creating API Management Service. I have Azure policy "Inherit a tag from the resource group if missing...
Read more >
Notification Recipient User - Create Or Update - REST API ...
Adds the API Management User to the list of Recipients for the Notification. In this article. URI Parameters; Responses; Security; Examples ...
Read more >
Subscription - Create Or Update - REST API (Azure ...
Learn more about API Management service - Creates or updates the subscription of specified user to the specified product.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found