You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying this argument leads to the following error:
```
az keyvault create -n $KEYVAULT_NAME \
-g $RESOURCEGROUP \
-l $LOCATION \
--enable-purge-protection true \
--enable-soft-delete true
unrecognized arguments: --enable-soft-delete true
```
I'm not sure if there's another argument that should be specified
instead, or if there are other occurrences here that should also be
changed.
0 commit comments