From 334af6a412b20f8b780b8b257e536373aad115a1 Mon Sep 17 00:00:00 2001 From: Feiyue Yu Date: Thu, 11 Mar 2021 13:27:49 +0800 Subject: [PATCH 1/2] Update history notes --- src/azure-cli/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 3fbea588d69..907f843e034 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -364,7 +364,7 @@ Release History **Compute** * New license type RHEL_ELS_6 (#16012) -* Adopt track2 SDK, azure-mgmt-compute==18.0.0 (#15750) +* Adopt track2 SDK, azure-mgmt-compute==18.0.0, including breaking changes such as property name change (#15750) **Container** From 90325a476b24ce4242c0cc0394e8b80078414655 Mon Sep 17 00:00:00 2001 From: Feiyue Yu Date: Fri, 12 Mar 2021 10:53:06 +0800 Subject: [PATCH 2/2] Update src/azure-cli/HISTORY.rst --- src/azure-cli/HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 907f843e034..cee49eaa63a 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -364,7 +364,8 @@ Release History **Compute** * New license type RHEL_ELS_6 (#16012) -* Adopt track2 SDK, azure-mgmt-compute==18.0.0, including breaking changes such as property name change (#15750) +* Adopt track2 SDK, azure-mgmt-compute==18.0.0 (#15750) +* [BREAKING CHANGE] Property names change due to track2 SDK. For example, `virtual_machine_extension_type` becomes `type_properties_type` in VM resource. **Container**