diff --git a/src/networkcloud/HISTORY.rst b/src/networkcloud/HISTORY.rst index 0c8d803918d..52f23527489 100644 --- a/src/networkcloud/HISTORY.rst +++ b/src/networkcloud/HISTORY.rst @@ -17,6 +17,7 @@ Release History * KubernetesClusters commands are enhanced to support an alternative load balancer configuration that represents an L2 load balancer in property `l2ServiceLoadBalancerConfiguration`. * KubernetesClusters commands are enhanced to support additional upgrade settings `drainTimeout` and `maxUnavailable` for initial agent pools. * KubernetesClusters agentpool commands are enhanced to support additional upgrade settings `drainTimeout` and `maxUnavailable`. +* This version requires a minimum of 2.61 Azure core CLI. 2.0.0b2 ++++++++ diff --git a/src/networkcloud/azext_networkcloud/azext_metadata.json b/src/networkcloud/azext_networkcloud/azext_metadata.json index 9d0fefa5401..2f095855fee 100644 --- a/src/networkcloud/azext_networkcloud/azext_metadata.json +++ b/src/networkcloud/azext_networkcloud/azext_metadata.json @@ -1,3 +1,4 @@ { - "azext.minCliCoreVersion": "2.61.0" + "azext.minCliCoreVersion": "2.61.0", + "azext.isPreview": true } \ No newline at end of file