From b6165cf63ac06a8d808ec52a452e5e643be744bc Mon Sep 17 00:00:00 2001 From: Chris Eggert Date: Wed, 22 Jan 2020 14:03:52 -0800 Subject: [PATCH] Merge history with dev --- src/azure-cli/HISTORY.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index d7080f04b36..3b3b6afffa5 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -40,6 +40,11 @@ Release History * Fix #2092: az network dns record-set add/remove: add warning when record-set is not found. In the future, an extra argument will be supported to confirm this auto creation. +**Policy** + +* Add new command `az policy metadata` to retrieve rich policy metadata resources +* `az policy remediation create`: Specify whether compliance should be re-evaluated prior to remediation with the `--resource-discovery-mode` parameter + **Storage** * Add a new command group `az storage share-rm` to use the Microsoft.Storage resource provider for Azure file share management operations.