Get App Service Plan 404 does not return an error #5407
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.
Bug Report
github.com/Azure/azure-sdk-for-go/services/web/mgmt/2018-02-01/web
31.0.0
go version go1.12.5 darwin/amd64
Issue
I ran into an issue where I used the Get method for an app service plan and received a nil object with a 404 response but no error. I expected an error to occur because that is how the majority of this provider handles 404 errors and it's causing issues in the Terraform Azure Provider . We're implementing a workaround for now but it'd be great to get this addressed!
Reproduce
You should be able to reproduce this by doing a Get call on an app service plan that was deleted or doesn't exist
The text was updated successfully, but these errors were encountered: