Skip to content

Commit 1afb1b0

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#7180 from dpaquette/patch-1
Removed invalid -Slot parameter from example
2 parents 50100a4 + e02a2d4 commit 1afb1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Websites/Commands.Websites/help/Set-AzureRmWebAppSlotConfigName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The **Set-AzureRmWebAppSlotConfigName** cmdlet marks App Settings and Connection
3434

3535
### 1:
3636
```
37-
PS C:\> Set-AzureRmWebAppSlotConfigName -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -Slot "Slot001" -RemoveAllAppSettingNames -RemoveAllConnectionStringNames
37+
PS C:\> Set-AzureRmWebAppSlotConfigName -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -RemoveAllAppSettingNames -RemoveAllConnectionStringNames
3838
```
3939

4040
This command removes all app settings and connection strings for Web App ContosoWebApp associated with the resource group Default-Web-WestUS

0 commit comments

Comments
 (0)