Skip to content

Commit

Permalink
Add new examples to AnalysisServices (#12909)
Browse files Browse the repository at this point in the history
- Add new examples to the following modules:
		AnalysisServices

Co-authored-by: Maoliang Huang <[email protected]>
  • Loading branch information
aladdindoc and kceiw authored Sep 10, 2020
1 parent 307871b commit 204ffc7
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,21 @@ The New-AzAnalysisServicesServer cmdlet creates a new Analysis Services server
## EXAMPLES

### Example 1
```
```powershell
PS C:\> New-AzAnalysisServicesServer -ResourceGroupName "testresourcegroup" -Name "testserver" -Location "West-US" -Sku "S1"
```

Creates a server named testserver in the Azure region West-US and in resource group testresourcegroup. The sku level for the server will be S1.

### Example 2

Creates a new Analysis Services server. (autogenerated)

<!-- Aladdin Generated Example -->
```powershell
New-AzAnalysisServicesServer -Administrator '[email protected]' -FirewallConfig <PsAzureAnalysisServicesFirewallConfig> -Location 'West-US' -Name 'testserver' -ResourceGroupName 'testresourcegroup' -Sku 'S1'
```

## PARAMETERS

### -Administrator
Expand Down

0 comments on commit 204ffc7

Please sign in to comment.