Skip to content

Commit 9b879b6

Browse files
committed
block code fix
1 parent f0a4bb5 commit 9b879b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-explorer/data-share.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Use the following steps to share tables:
9090
| *tablesToExclude* | The list of tables to exclude. To exclude all tables, use ["*"]. | `["table1ToExclude", "table2ToExclude"]` |
9191
| *tablesToInclude* | The list of tables to include. To include all tables, use ["*"]. | `["table1ToInclude", "table2ToInclude"]` |
9292

93-
```json
93+
```json
9494
{
9595
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
9696
"contentVersion": "1.0.0.0",
@@ -168,7 +168,7 @@ Use the following steps to share tables:
168168
}
169169
]
170170
}
171-
```
171+
```
172172

173173
1. Deploy the Azure Resource Manager template using the [Azure portal](https://ms.portal.azure.com/#create/Microsoft.Template) or PowerShell.
174174

0 commit comments

Comments
 (0)