Skip to content

Commit

Permalink
Webapp: [Documentation]Adding Linux property for New-AzAppServicePlan…
Browse files Browse the repository at this point in the history
… cmdlet (Azure#14078)

* #Commit1

* #Commit2

* #Commit3

* #13531Commit1
  • Loading branch information
ThejaChoudary authored Feb 2, 2021
1 parent db3e027 commit b4abd5d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function Test-RemoveAzWebAppCertificate

<#
.SYNOPSIS
Tests creating a new Web Hosting Plan.
Tests for importing a keyvaultcertificate to appservice
#>
function Test-ImportAzWebAppKeyVaultCertificate
{
Expand Down
38 changes: 34 additions & 4 deletions src/Websites/Websites/help/New-AzAppServicePlan.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.Websites.dll-Help.xml
Module Name: Az.Websites
ms.assetid: 8F36244D-A4D7-40BB-AC4C-E9AD445549F8
Expand All @@ -17,8 +17,8 @@ Creates an Azure App Service plan in a given Geo location.
```
New-AzAppServicePlan [-Location] <String> [[-Tier] <String>] [[-NumberofWorkers] <Int32>]
[[-WorkerSize] <String>] [[-AseName] <String>] [[-AseResourceGroupName] <String>] [-PerSiteScaling <Boolean>]
[-HyperV] [-AsJob] [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
[-HyperV] [-AsJob] [-Tag <Hashtable>] [-Linux] [-ResourceGroupName] <String> [-Name] <String>
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
```

### S2
Expand Down Expand Up @@ -133,6 +133,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -Linux
Specify this, App Service Plan will run Linux Containers
```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: S1
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Location
Location
Expand Down Expand Up @@ -208,6 +223,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -Tag
Tags are name/value pairs that enable you to categorize resources
```yaml
Type: System.Collections.Hashtable
Parameter Sets: S1
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Tier
Tier
Expand Down Expand Up @@ -240,7 +270,7 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down

0 comments on commit b4abd5d

Please sign in to comment.