We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataShare
2019-11-01
When Accouns_Delete is called, the service might return HTTP 202 without response body. While the SDK tried to unmarshal the empty body, which will error out. Swagger: https://github.com/Azure/azure-rest-api-specs/blob/21a8d55d74e4425e96d76e5835f52cfc9eb95a22/specification/datashare/resource-manager/Microsoft.DataShare/stable/2019-11-01/DataShare.json#L186 SDK code:
Accouns_Delete
go-azure-sdk/resource-manager/datashare/2019-11-01/account/method_delete.go
Line 52 in 9527f8a
No response
The text was updated successfully, but these errors were encountered:
@ziyeqf thanks for the bug report, taking a look into this now 👍
Sorry, something went wrong.
Thanks @tombuildsstuff, the azurerm_site_recovery_fabric resource seems to have the same issue during creation.
azurerm_site_recovery_fabric
@ziyeqf indeed, checking the tests Machine Learning and a few others do too
tools/generator-go-sdk
#840 - will vendor that into the Provider shortly.
v0.20240124.1115501
github.com/hashicorp/go-azure-sdk
tombuildsstuff
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Community Note
Service Used
DataShare
API Versions Used
2019-11-01
Description
When
Accouns_Delete
is called, the service might return HTTP 202 without response body. While the SDK tried to unmarshal the empty body, which will error out.Swagger: https://github.com/Azure/azure-rest-api-specs/blob/21a8d55d74e4425e96d76e5835f52cfc9eb95a22/specification/datashare/resource-manager/Microsoft.DataShare/stable/2019-11-01/DataShare.json#L186
SDK code:
go-azure-sdk/resource-manager/datashare/2019-11-01/account/method_delete.go
Line 52 in 9527f8a
References
No response
The text was updated successfully, but these errors were encountered: