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

[BUG] Virtual Machine - enableVMAgentPlatformUpdates cannot be set by PUT/PATCH API #31307

Open
ms-zhenhua opened this issue Oct 29, 2024 · 1 comment
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Mgmt This issue is related to a management-plane library.

Comments

@ms-zhenhua
Copy link
Contributor

API Spec link

API Spec version

2024-03-01

Describe the bug

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?

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

  1. Invoke PUT Request to create a new VM with enableVMAgentPlatformUpdates=true
  2. check the enableVMAgentPlatformUpdates in PUT Response

Environment

No response

@ms-zhenhua ms-zhenhua added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Oct 29, 2024
@v-jiaodi v-jiaodi added the Mgmt This issue is related to a management-plane library. label Oct 30, 2024
@v-jiaodi
Copy link
Member

@haagha Please help take a look, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

No branches or pull requests

3 participants