From 0e85499abeb0333bd1929c40635c8b7d16ff72a8 Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Thu, 27 Jul 2023 10:39:36 +0800 Subject: [PATCH] Update src/azure-cli/HISTORY.rst --- src/azure-cli/HISTORY.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 52ae7e768c4..999be4f80e3 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -45,6 +45,12 @@ Release History * Remove `az batch job all-statistics` and `az batch pool all-statistics` which no longer worked in the past (#26766) * `az batch pool create`: Add new parameter `--enable-accelerated-networking` to determine whether this pool should enable accelerated networking (#26766) +**Cognitive Services** + +* `az cognitiveservices account deployment create`: Add `--sku-name` and `--sku-capacity` parameters (#26995) +* `az cognitiveservices usage`: Add new command `list` (#26995) +* `az cognitiveservices model`: Add new command `list` (#26995) + **Compute** * `az vm/vmss create`: Enable auto upgrade of guest attestation extension by default for Trusted Launch enabled VMs and VMSS (#26878)