Skip to content

Commit e5929b2

Browse files
authored
Update Remove-AzWebApp.md (#22756)
* Update Remove-AzWebApp.md * Update RemoveAzureWebApp.cs * Update WebsitesTestRunner.cs
1 parent 525f41c commit e5929b2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Websites/Websites.Test/ScenarioTests/WebsitesTestRunner.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ protected WebsitesTestRunner(ITestOutputHelper output)
3939
helper.RMProfileModule,
4040
helper.GetRMModulePath("Az.Websites.psd1"),
4141
helper.GetRMModulePath("Az.Network.psd1"),
42-
helper.GetRMModulePath("Az.KeyVault.psd1")
4342
})
4443
.WithNewRecordMatcherArguments(
4544
userAgentsToIgnore: new Dictionary<string, string>

src/Websites/Websites/Cmdlets/WebApps/RemoveAzureWebApp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class RemoveAzureWebAppCmdlet : WebAppBaseCmdlet
3434
[Parameter(Mandatory = false, HelpMessage = "If this is the last app in the App Service plan. Delete this App Service plan to prevent unexpected charges.")]
3535
public SwitchParameter DeleteAppServicePlan { get; set; }
3636

37-
[Parameter(Mandatory = false, HelpMessage = "Do not ask for confirmation.")]
37+
[Parameter(Mandatory = false, HelpMessage = "Forces the command to run without asking for user confirmation.")]
3838
public SwitchParameter Force { get; set; }
3939

4040
[Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")]

src/Websites/Websites/help/Remove-AzWebApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Accept wildcard characters: False
8686
```
8787
8888
### -Force
89-
Forcefully Remove Option
89+
Forces the command to run without asking for user confirmation.
9090
9191
```yaml
9292
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)