Skip to content
New issue

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

azurerm/resource_arm_storage_blob.go: make sure storage blob is read after create/update to update all the computed properties #4452

Merged
merged 1 commit into from
Sep 30, 2019

Commits on Sep 27, 2019

  1. zurerm/resource_arm_storage_blob.go: make sure storage blob is read a…

    …fter create/update to update all the computed properties
    
    The previous behavior of the create was to read the resource like almost all others to make sure the computed properties like `url` are set.
    
    but with the change [1], it was changed to update to make sure create was done correctly, but update doesn't have a read call making the create failing to set the `url` property
    
    [1]: hashicorp@cab451f#diff-8e833d66ec7540aaf7ec57fd375ba62aR177-R178
    abhinavdahiya committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c1e5a61 View commit details
    Browse the repository at this point in the history