Skip to content

Commit 1c341ba

Browse files
author
Stephen Tramer
committed
Fix incorrect PS verbs [fixes MicrosoftDocs#1124]
1 parent 5a1ac5c commit 1c341ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-conceptual/azps-1.8.0/get-started-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the sign-in process and authentication methods, see [Sign in with Azure PowerShe
5353

5454
## Find commands
5555

56-
Azure PowerShell cmdlets follow a standard naming convention for PowerShell, `VERB-NOUN`. The verb describes the action (examples include `Create`, `Get`, `Set`, `Delete`)
56+
Azure PowerShell cmdlets follow a standard naming convention for PowerShell, `VERB-NOUN`. The verb describes the action (examples include `New`, `Get`, `Set`, `Remove`)
5757
and the noun describes the resource type (examples include `AzVM`, `AzKeyVaultCertificate`, `AzFirewall`, `AzVirtualNetworkGateway`). Nouns in Azure PowerShell always start with the prefix `Az`. For the full list of standard verbs, see [Approved verbs for PowerShell Commands](/powershell/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
5858

5959
Knowing the nouns, verbs, and the Azure PowerShell modules available help you find commands with the [Get-Command](/powershell/module/microsoft.powershell.core/get-command) cmdlet. For example, to find all VM-related commands that use the `Get` verb:

docs-conceptual/azps-2.3.2/get-started-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the sign-in process and authentication methods, see [Sign in with Azure PowerShe
5353

5454
## Find commands
5555

56-
Azure PowerShell cmdlets follow a standard naming convention for PowerShell, `VERB-NOUN`. The verb describes the action (examples include `Create`, `Get`, `Set`, `Delete`)
56+
Azure PowerShell cmdlets follow a standard naming convention for PowerShell, `VERB-NOUN`. The verb describes the action (examples include `New`, `Get`, `Set`, `Remove`)
5757
and the noun describes the resource type (examples include `AzVM`, `AzKeyVaultCertificate`, `AzFirewall`, `AzVirtualNetworkGateway`). Nouns in Azure PowerShell always start with the prefix `Az`. For the full list of standard verbs, see [Approved verbs for PowerShell Commands](/powershell/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
5858

5959
Knowing the nouns, verbs, and the Azure PowerShell modules available help you find commands with the [Get-Command](/powershell/module/microsoft.powershell.core/get-command) cmdlet. For example, to find all VM-related commands that use the `Get` verb:

0 commit comments

Comments
 (0)