Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid panic if RG or ASE do not exist when creating an App Service (h…
…ashicorp#12518) Since the `Get` function of the `AppServices` client does not return an error if the resource is not found, the code behaves as if everything is fine and attempts to access fields of a struct that have not been un-marshalled, since the API responded with 404.
- Loading branch information