Skip to content

Commit dd4a71a

Browse files
Merge pull request #271451 from AjayBathini-MSFT/patch-159
(AzureCXP) fixes MicrosoftDocs/azure-docs#121382
2 parents b3183b8 + e12b9c1 commit dd4a71a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/nosql/materialized-views.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ After your account and the materialized view builder are set up, you should be a
256256
```azurecli
257257
az rest \
258258
--method PUT \
259-
--uri "https://management.azure.com$accountId/sqlDatabases/";\
260-
"$databaseName/containers/$materializedViewName?api-version=2022-11-15-preview" \
259+
--uri "https://management.azure.com$accountId/sqlDatabases/
260+
$databaseName/containers/$materializedViewName?api-version=2022-11-15-preview" \
261261
--body @definition.json \
262262
--headers content-type=application/json
263263
```
@@ -267,8 +267,8 @@ After your account and the materialized view builder are set up, you should be a
267267
```azurecli
268268
az rest \
269269
--method GET \
270-
--uri "https://management.azure.com$accountId/sqlDatabases/";\
271-
"$databaseName/containers/$materializedViewName?api-version=2022-11-15-preview" \
270+
--uri "https://management.azure.com$accountId/sqlDatabases/
271+
$databaseName/containers/$materializedViewName?api-version=2022-11-15-preview" \
272272
--headers content-type=application/json \
273273
--query "{mvCreateStatus: properties.Status}"
274274
```

0 commit comments

Comments
 (0)