[BUG] Create Managed Certificate failed with status code 202 #46854
Labels
App Services
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name and version
Azure.ResourceManager.AppService 1.2.0
Describe the bug
I use below code to create a managed certificate but I encounter error
The code is
Noticed the error code is 202, I don't really see what this error happen as it's supposed to be a long running/async operation, I am using
with
WaitUntil.Completed
set, it should wait till the long running operation finished, but it's not.Later I checked on the azure portal, I saw that the cert was created successfully. So I don't know why my code gives error, it should
await
and return succeed.Expected behavior
The code should work synchronously to create a managed certificate.
Actual behavior
Gives error
Reproduction Steps
try out below code
Environment
The text was updated successfully, but these errors were encountered: