Skip to content

Commit 7647c17

Browse files
authored
Merge pull request Azure#10755 from Azure/axelgMS-patch-2
update latest VMAccessAgent version to 2.4 instead of 2.0
2 parents 11dde19 + 6a1a8f5 commit 7647c17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
## Version 3.3.0
2828
* Fix Set-AzVMCustomScriptExtension cmdlet for a VM with managed OD disk which does not have OS profile.
29+
* Updated the example of `Set-AzVMAccessExtension` to use version 2.4 instead of 2.0
2930

3031
## Version 3.2.0
3132
* Add ProximityPlacementGroupId parameter to the following cmdlets:

src/Compute/Compute/help/Set-AzVMAccessExtension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **Set-AzVMAccessExtension** cmdlet adds the Virtual Machine Access (VMAccess
2727

2828
### Example 1: Add a VMAccess extension
2929
```
30-
PS C:\> Set-AzVMAccessExtension -ResourceGroupName "ResourceGroup11" -Location "Central US" -VMName "VirtualMachine07" -Name "ContosoTest" -TypeHandlerVersion "2.0" -UserName "PFuller" -Password "Password"
30+
PS C:\> Set-AzVMAccessExtension -ResourceGroupName "ResourceGroup11" -Location "Central US" -VMName "VirtualMachine07" -Name "ContosoTest" -TypeHandlerVersion "2.4" -UserName "PFuller" -Password "Password"
3131
```
3232

3333
This command adds a VMAccess extension for the virtual machine named VirtualMachine07 in ResourceGroup11.

0 commit comments

Comments
 (0)