File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3636 <test .parameters>-TestParameter '@{" PasswordMinLength" =6}'</test .parameters>
3737 <azure .apiVersion>2020-06-01</azure .apiVersion>
3838 <azure .apiVersion2>2019-06-01</azure .apiVersion2>
39+ <customer .usage.attribution.id>pid-fb16aee1-039d-45dc-a476-806224793a6c-partnercenter</customer .usage.attribution.id>
3940 <cluster .start>c2efe274-0dc2-50f3-b51f-338a3fe01afb</cluster .start>
4041 <cluster .end>9c5dbfce-a6b9-5659-96bc-ca0cf429122a</cluster .end>
4142 <ihs .start>5526bacf-3c35-57b7-8b22-337d78b4f478</ihs .start>
Original file line number Diff line number Diff line change 229229 "ref_virtualNetwork" : " [resourceId('Microsoft.Network/virtualNetworks', variables('name_virtualNetwork'))]"
230230 },
231231 "resources" : [
232+ {
233+ "type" : " Microsoft.Resources/deployments" ,
234+ "apiVersion" : " ${azure.apiVersion}" ,
235+ "name" : " ${customer.usage.attribution.id}" ,
236+ "properties" : {
237+ "mode" : " Incremental" ,
238+ "template" : {
239+ "$schema" : " https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#" ,
240+ "contentVersion" : " 1.0.0.0" ,
241+ "resources" : [
242+ ]
243+ }
244+ }
245+ },
232246 {
233247 "type" : " Microsoft.Resources/deployments" ,
234248 "apiVersion" : " ${azure.apiVersion}" ,
You can’t perform that action at this time.
0 commit comments