Skip to content

Commit 95e730f

Browse files
author
Pooja Adhikari
committed
Fixed a document
1 parent 1a4a9a3 commit 95e730f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HealthcareApis/HealthcareApis/help/New-AzHealthcareApisService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Creates or updates the metadata of a service instance.
2727

2828
### Example 1 : Creates a new Azure healthcareapis fhir service named MyService in the resource group MyResourceGroup in a location westus2 with cosmosdb offer throughput = 400
2929
```powershell
30-
PS C:\> New-AzHealthcareApisService -Name MyService -ResourceGroupName MyResourceGroup -Location MyLocation -Kind fhir-R4 -CosmosOfferThroughput MyOfferThroughput
30+
PS C:\> New-AzHealthcareApisService -Name MyService -ResourceGroupName MyResourceGroup -Location MyLocation -Kind fhir-R4 -CosmosOfferThroughput 400
3131
3232
ResourceGroupName Name Location Kind CosmosOfferThroughput
3333
----------------- ----------- -------------------------------

0 commit comments

Comments
 (0)