Commit 745641d
committed
Remove readOnly from nodeImageVersion in agent pool models to unblock rollback
The TypeSpec conversion in Azure/azure-rest-api-specs#38641 incorrectly
re-added readOnly to nodeImageVersion in agent pool models. This was
intentionally removed in Azure/azure-rest-api-specs#37229 to enable
agentpool rollback functionality.
The upstream spec fix is tracked in Azure/azure-rest-api-specs#41598 but
vendoring may take a week+. This is a temporary SDK-level workaround to
unblock the rollback feature that is already in preview for customers.
Removes readonly from nodeImageVersion in:
- AgentPool
- ManagedClusterAgentPoolProfileProperties
- ManagedClusterAgentPoolProfile
MachineProperties and Snapshot retain readonly as nodeImageVersion is
genuinely read-only on those resources.1 parent da27996 commit 745641d
1 file changed
Lines changed: 0 additions & 3 deletions
File tree
- src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/models
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
560 | 559 | | |
561 | 560 | | |
562 | 561 | | |
| |||
6517 | 6516 | | |
6518 | 6517 | | |
6519 | 6518 | | |
6520 | | - | |
6521 | 6519 | | |
6522 | 6520 | | |
6523 | 6521 | | |
| |||
7173 | 7171 | | |
7174 | 7172 | | |
7175 | 7173 | | |
7176 | | - | |
7177 | 7174 | | |
7178 | 7175 | | |
7179 | 7176 | | |
| |||
0 commit comments