Skip to content

Commit 955fb87

Browse files
authored
Merge pull request MicrosoftDocs#1169 from nschonni/double-for
typo: Double word "for"
2 parents c8a329b + f52fb67 commit 955fb87

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

azps-1.8.0/Az.Websites/Switch-AzWebAppSlot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The **Switch-AzWebAppSlot** switches two slots associated with an Azure Web App.
3939
PS C:\> Switch-AzWebAppSlot -SourceSlotName "sourceslot" -DestinationSlotName "destinationslot" -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp"
4040
```
4141

42-
This command will switch slot "sourceslot" slot with "destinationslot" for for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
42+
This command will switch slot "sourceslot" slot with "destinationslot" for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
4343

4444
## PARAMETERS
4545

azps-2.4.0/Az.Websites/Switch-AzWebAppSlot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The **Switch-AzWebAppSlot** switches two slots associated with an Azure Web App.
3939
PS C:\> Switch-AzWebAppSlot -SourceSlotName "sourceslot" -DestinationSlotName "destinationslot" -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp"
4040
```
4141

42-
This command will switch slot "sourceslot" slot with "destinationslot" for for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
42+
This command will switch slot "sourceslot" slot with "destinationslot" for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
4343

4444
## PARAMETERS
4545

azurermps-2.5.0/AzureRm.Websites/Switch-AzureRmWebAppSlot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The **Switch-AzureRmWebAppSlot** switches two slots associated with an Azure Web
3737
PS C:\> Switch-AzureRmWebAppSlot -SourceSlotName "sourceslot" -DestinationSlotName "destinationslot" -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp"
3838
```
3939

40-
This command will switch slot "sourceslot" slot with "destinationslot" for for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
40+
This command will switch slot "sourceslot" slot with "destinationslot" for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
4141

4242
## PARAMETERS
4343

azurermps-4.4.1/AzureRM.Websites/Switch-AzureRmWebAppSlot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The **Switch-AzureRmWebAppSlot** switches two slots associated with an Azure Web
3939
PS C:\> Switch-AzureRmWebAppSlot -SourceSlotName "sourceslot" -DestinationSlotName "destinationslot" -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp"
4040
```
4141

42-
This command will switch slot "sourceslot" slot with "destinationslot" for for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
42+
This command will switch slot "sourceslot" slot with "destinationslot" for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
4343

4444
## PARAMETERS
4545

azurermps-5.7.0/AzureRM.Websites/Switch-AzureRmWebAppSlot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The **Switch-AzureRmWebAppSlot** switches two slots associated with an Azure Web
3939
PS C:\> Switch-AzureRmWebAppSlot -SourceSlotName "sourceslot" -DestinationSlotName "destinationslot" -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp"
4040
```
4141

42-
This command will switch slot "sourceslot" slot with "destinationslot" for for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
42+
This command will switch slot "sourceslot" slot with "destinationslot" for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
4343

4444
## PARAMETERS
4545

azurermps-6.13.0/AzureRM.Websites/Switch-AzureRmWebAppSlot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The **Switch-AzureRmWebAppSlot** switches two slots associated with an Azure Web
3939
PS C:\> Switch-AzureRmWebAppSlot -SourceSlotName "sourceslot" -DestinationSlotName "destinationslot" -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp"
4040
```
4141

42-
This command will switch slot "sourceslot" slot with "destinationslot" for for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
42+
This command will switch slot "sourceslot" slot with "destinationslot" for Web App ContosoWebApp associated with the resource group Default-Web-WestUS
4343

4444
## PARAMETERS
4545

azuresmps-4.0.0/AzureRM.Profile/Set-AzureRmContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Accept wildcard characters: False
9292
```
9393
9494
### -TenantId
95-
Specifies the ID of the tenant for for the context that this cmdlet sets for the current session.
95+
Specifies the ID of the tenant for the context that this cmdlet sets for the current session.
9696
9797
```yaml
9898
Type: String

docs-conceptual/azps-1.8.0/release-notes-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136

137137
#### Az.Resources
138138
* Improve handling of providers for 'Get-AzResource' when providing '-ResourceId' or '-ResourceGroupName', '-Name' and '-ResourceType' parameters
139-
* Improve error handling for for 'Test-AzDeployment' and 'Test-AzResourceGroupDeployment'
139+
* Improve error handling for 'Test-AzDeployment' and 'Test-AzResourceGroupDeployment'
140140
- Handle errors thrown outside of deployment validation and include them in output of command instead
141141
- More information here: https://github.com/Azure/azure-powershell/issues/6856
142142
* Add '-IgnoreDynamicParameters' switch parameter to set of deployment cmdlets to skip prompt in script and job scenarios

docs-conceptual/azps-2.4.0/release-notes-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642

643643
#### Az.Resources
644644
* Improve handling of providers for 'Get-AzResource' when providing '-ResourceId' or '-ResourceGroupName', '-Name' and '-ResourceType' parameters
645-
* Improve error handling for for 'Test-AzDeployment' and 'Test-AzResourceGroupDeployment'
645+
* Improve error handling for 'Test-AzDeployment' and 'Test-AzResourceGroupDeployment'
646646
- Handle errors thrown outside of deployment validation and include them in output of command instead
647647
- More information here: https://github.com/Azure/azure-powershell/issues/6856
648648
* Add '-IgnoreDynamicParameters' switch parameter to set of deployment cmdlets to skip prompt in script and job scenarios

0 commit comments

Comments
 (0)