-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdk/client/resourcemanager: supporting 202's with a self reference
Most of API Management returns a 202 with a self reference containing an `asynctoken`, as such if a self-reference exists then we can use this URI directly. Fixes: ``` Error: creating/updating Api (Subscription: "*******" Resource Group Name: "acctestRG-230803055317928116" Service Name: "acctestAM-230803055317928116" Api: "acctestAMA-230803055317928116"): performing CreateOrUpdate: no applicable pollers were found for the response ``` From hashicorp/terraform-provider-azurerm#22783
- Loading branch information
1 parent
0526c2a
commit 65d33ef
Showing
3 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters