Skip to content

Commit 864448b

Browse files
Fix Az.Elastic Syntax Errors (#17591)
1 parent 1d849ce commit 864448b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Elastic/help/Get-AzElasticMonitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This command gets the properties of a specific monitor resource.
8787

8888
### Example 4: Get the properties of a specific monitor resource by pipeline
8989
```powershell
90-
New-AzElasticMonitor -ResourceGroupName azps-elastic-test -Name elastic-pwsh02 -Location "westus2" -SkuName "ess-monthly-consumption_Monthly" -UserInfoEmailAddress '[email protected]' | Get-AzElasticMonitor
90+
New-AzElasticMonitor -ResourceGroupName azps-elastic-test -Name elastic-pwsh02 -Location "westus2" -Sku "ess-monthly-consumption_Monthly" -UserInfoEmailAddress '[email protected]' | Get-AzElasticMonitor
9191
```
9292

9393
```output

src/Elastic/help/New-AzElasticMonitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Create a monitor resource.
2828

2929
### Example 1: Create a monitor resource
3030
```powershell
31-
New-AzElasticMonitor -ResourceGroupName azps-elastic-test -Name elastic-pwsh02 -Location "westus2" -SkuName "ess-monthly-consumption_Monthly" -UserInfoEmailAddress '[email protected]'
31+
New-AzElasticMonitor -ResourceGroupName azps-elastic-test -Name elastic-pwsh02 -Location "westus2" -Sku "ess-monthly-consumption_Monthly" -UserInfoEmailAddress '[email protected]'
3232
```
3333

3434
```output

0 commit comments

Comments
 (0)