Skip to content

Commit 6ee7e14

Browse files
authored
[Az.ScVmm] Minor Doc/Description Update for Az.ScVmm Cmdlets (#27637)
1 parent 9d36a08 commit 6ee7e14

16 files changed

+36
-36
lines changed

src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMDisk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-AzScVmmVMDisk -vmName "test-vm" -ResourceGroupName "test-rg-01" -DiskName "d
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.ScVmm.Models.VirtualDisk
2929
.Link
30-
https://learn.microsoft.com/powershell/module/az.scvmm/update-azscvmmvmdisk
30+
https://learn.microsoft.com/powershell/module/az.scvmm/get-azscvmmvmdisk
3131
#>
3232

3333
function Get-AzScVmmVMDisk {

src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMGuestAgent.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Implements GuestAgent GET method.
19+
Implements Azure Arc agent GET method.
2020
.Description
21-
Implements GuestAgent GET method.
21+
Implements Azure Arc agent GET method.
2222
.Example
2323
Get-AzScVmmVMGuestAgent -Name "test-vm" -ResourceGroupName "test-rg-01"
2424

src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMNic.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-AzScVmmVMNic -vmName "test-vm" -ResourceGroupName "test-rg-01" -NicName "nic
2727
.Outputs
2828
Microsoft.Azure.PowerShell.Cmdlets.ScVmm.Models.INetworkInterface
2929
.Link
30-
https://learn.microsoft.com/powershell/module/az.scvmm/update-azscvmmvmnic
30+
https://learn.microsoft.com/powershell/module/az.scvmm/get-azscvmmvmnic
3131
#>
3232

3333
function Get-AzScVmmVMNic {

src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMExtension.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
The operation to create the extension on a virtual machine where Guest Management is enabled.
19+
The operation to create the extension on a virtual machine where Azure Arc agent is installed.
2020
.Description
21-
The operation to create the extension on a virtual machine where Guest Management is enabled.
21+
The operation to create the extension on a virtual machine where Azure Arc agent is installed.
2222
.Example
2323
New-AzScVmmVMExtension -vmName 'test-vm' -ResourceGroupName 'test-rg-01' -Location 'eastus' -ExtensionName 'RunCommand' -Type 'CustomScriptExtension' -Publisher 'Microsoft.Compute' -Setting @{"commandToExecute"= "whoami"}
2424

src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMGuestAgent.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Enables Guest Management on the Virtual Machine.
19+
Installs Azure Arc agent on the Virtual Machine.
2020
.Description
21-
Enables Guest Management on the Virtual Machine by installing GuestAgent.
21+
Installs Azure Arc agent on the Virtual Machine
2222
.Example
2323
$securePassword = ConvertTo-SecureString "*****" -AsPlainText -Force
2424
New-AzScVmmVMGuestAgent -Name "test-vm" -ResourceGroupName "test-rg-01" -CredentialsPassword $securePassword -CredentialsUsername 'testUser'

src/ScVmm/ScVmm.Autorest/docs/Az.ScVmm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The operation to Get a virtual machine virtual disk.
4242
The operation to get the extension on a virtual machine.
4343

4444
### [Get-AzScVmmVMGuestAgent](Get-AzScVmmVMGuestAgent.md)
45-
Implements GuestAgent GET method.
45+
Implements Azure Arc agent GET method.
4646

4747
### [Get-AzScVmmVMNic](Get-AzScVmmVMNic.md)
4848
The operation to Get a virtual machine network interface.
@@ -82,10 +82,10 @@ Please note some properties can be set only during virtual machine creation.
8282
create a checkpoint in virtual machine.
8383

8484
### [New-AzScVmmVMExtension](New-AzScVmmVMExtension.md)
85-
The operation to create the extension on a virtual machine where Guest Management is enabled.
85+
The operation to create the extension on a virtual machine where Azure Arc agent is installed.
8686

8787
### [New-AzScVmmVMGuestAgent](New-AzScVmmVMGuestAgent.md)
88-
Enables Guest Management on the Virtual Machine.
88+
Installs Azure Arc agent on the Virtual Machine.
8989

9090
### [New-AzScVmmVMTemplate](New-AzScVmmVMTemplate.md)
9191
Onboards the ScVmm VM Template as an Azure VM Template resource.

src/ScVmm/ScVmm.Autorest/docs/Get-AzScVmmVMGuestAgent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzScVmmVMGuestAgent
99

1010
## SYNOPSIS
11-
Implements GuestAgent GET method.
11+
Implements Azure Arc agent GET method.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ Get-AzScVmmVMGuestAgent -Name <String> -ResourceGroupName <String> [-Subscriptio
1818
```
1919

2020
## DESCRIPTION
21-
Implements GuestAgent GET method.
21+
Implements Azure Arc agent GET method.
2222

2323
## EXAMPLES
2424

src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMExtension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzScVmmVMExtension
99

1010
## SYNOPSIS
11-
The operation to create the extension on a virtual machine where Guest Management is enabled.
11+
The operation to create the extension on a virtual machine where Azure Arc agent is installed.
1212

1313
## SYNTAX
1414

@@ -36,7 +36,7 @@ New-AzScVmmVMExtension -ExtensionName <String> -ResourceGroupName <String> -vmNa
3636
```
3737

3838
## DESCRIPTION
39-
The operation to create the extension on a virtual machine where Guest Management is enabled.
39+
The operation to create the extension on a virtual machine where Azure Arc agent is installed.
4040

4141
## EXAMPLES
4242

src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMGuestAgent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzScVmmVMGuestAgent
99

1010
## SYNOPSIS
11-
Enables Guest Management on the Virtual Machine.
11+
Installs Azure Arc agent on the Virtual Machine.
1212

1313
## SYNTAX
1414

@@ -34,7 +34,7 @@ New-AzScVmmVMGuestAgent -Name <String> -ResourceGroupName <String> -JsonString <
3434
```
3535

3636
## DESCRIPTION
37-
Enables Guest Management on the Virtual Machine by installing GuestAgent.
37+
Installs Azure Arc agent on the Virtual Machine
3838

3939
## EXAMPLES
4040

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "d334a7e3-c35d-4235-98a5-7215ccd4fce7"
2+
"generate_Id": "2e00b7d3-20cc-4d79-9637-d046d7720a57"
33
}

0 commit comments

Comments
 (0)