You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Microsoft.AzureStackHCI@2024-01-01: NetworkInterfaces, VirtualHardDisks, MarketplaceGalleryImage and VirtualMachine Resource Properties Not Fully Synced After Creation
#31876
bugThis issue requires a change to an existing behavior in the product in order to be resolved.MgmtThis issue is related to a management-plane library.
If call GET right after the successful polling of the PUT, some properties are not synced, need to wait for several seconds for the properties to fully synced. For example, the Stack HCI NetworkInterface PUT request has ipConfiguration block, but after polling the ipConfiguration is not shown in GET response, need to wait for serveral seconds.
The text was updated successfully, but these errors were encountered:
teowa
added
the
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
label
Dec 13, 2024
teowa
changed the title
[BUG] Microsoft.AzureStackHCI@2024-01-01: NetworkInterfaces, VirtualHardDisks, and MarketplaceGalleryImage Resource Properties Not Fully Synced After Creation
[BUG] Microsoft.AzureStackHCI@2024-01-01: NetworkInterfaces, VirtualHardDisks, MarketplaceGalleryImage and VirtualMachine Resource Properties Not Fully Synced After Creation
Dec 13, 2024
bugThis issue requires a change to an existing behavior in the product in order to be resolved.MgmtThis issue is related to a management-plane library.
API Spec link
https://github.com/Azure/azure-rest-api-specs/tree/main/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2024-01-01
API Spec version
2024-01-01
Describe the bug
If call GET right after the successful polling of the PUT, some properties are not synced, need to wait for several seconds for the properties to fully synced. For example, the Stack HCI NetworkInterface PUT request has ipConfiguration block, but after polling the ipConfiguration is not shown in GET response, need to wait for serveral seconds.
This might cause Terraform diff:
Expected behavior
If call GET right after the successful polling of the PUT, all properties should be synced
Actual behavior
If call GET right after the successful polling of the PUT, some properties are not synced
Reproduction Steps
PUT
polling:
GET
Environment
The text was updated successfully, but these errors were encountered: