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
> To get extended security features, prepare to upgrade Ubuntu-1604 and Debian-9 systems as these versions are reaching their end of designated support period.
28
+
> To get extended security features, prepare to upgrade Ubuntu 16.04 and Debian9 systems as these versions are reaching their end of designated support period.
29
29
>
30
30
31
31
> [!NOTE]
@@ -62,7 +62,7 @@ The Key Vault VM extension supports these Linux distributions:
62
62
* Users can chose to upgrade their key vault vm extension version to `V2.0` to use full certificate chain download feature. Issuer certificates (intermediate and root) will be appended to the leaf certificate in the PEM file.
63
63
64
64
* If you prefer to upgrade to `v2.0`, you would need to delete `v1.0` first, then install `v2.0`.
65
-
```
65
+
```azurecli
66
66
az vm extension delete --name KeyVaultForLinux --resource-group ${resourceGroup} --vm-name ${vmName}
67
67
az vm extension set -n "KeyVaultForLinux" --publisher Microsoft.Azure.KeyVault --resource-group "${resourceGroup}" --vm-name "${vmName}" –settings .\akvvm.json –version 2.0
0 commit comments