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
ms-zhenhua opened this issue
Oct 29, 2024
· 1 comment
Assignees
Labels
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.
When using PUT API to create a new VM with enableVMAgentPlatformUpdates=true, Azure response returned enableVMAgentPlatformUpdates=false which is inconsistent with the PUT REQUEST. Though enableVMAgentPlatformUpdates is defined as readOnly in 2024-07-01, it should still be changeable in 2024-03-01.
Could someone help confirm whether this property is still changeable?
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
azure-rest-api-specs/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-03-01/computeRPCommon.json
Line 1397 in ccc08b4
API Spec version
2024-03-01
Describe the bug
When using PUT API to create a new VM with
enableVMAgentPlatformUpdates=true
, Azure response returnedenableVMAgentPlatformUpdates=false
which is inconsistent with the PUT REQUEST. ThoughenableVMAgentPlatformUpdates
is defined asreadOnly
in 2024-07-01, it should still be changeable in 2024-03-01.Could someone help confirm whether this property is still changeable?
X-Ms-Correlation-Request-Id: 56383df0-f2c0-2c6e-4cc4-1a0149d0c4b4
Expected behavior
Azure should return
enableVMAgentPlatformUpdates=true
as the same with the PUT REQUEST.Actual behavior
Azure returned
enableVMAgentPlatformUpdates=false
Reproduction Steps
enableVMAgentPlatformUpdates=true
enableVMAgentPlatformUpdates
in PUT ResponseEnvironment
No response
The text was updated successfully, but these errors were encountered: