File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1731731 . Deploy the Azure Resource Manager template using the [ Azure portal] ( https://ms.portal.azure.com/#create/Microsoft.Template ) or PowerShell.
174174
You can’t perform that action at this time.
0 commit comments