Skip to content

Commit 8ee8adb

Browse files
authored
fix: update json to pass static test (new bicep version) (#3833)
## Description Fixes #3793 ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | | | ## Type of Change <!-- Use the checkboxes [x] on the options that are relevant. --> - [ ] Update to CI Environment or utilities (Non-module affecting changes) - [ ] Azure Verified Module updates: - [x] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [ ] Someone has opened a bug report issue, and I have included "Closes #{bug_report_issue_number}" in the PR description. - [ ] The bug was found by the module author, and no one has opened an issue to report it yet. - [ ] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [ ] Update to documentation ## Checklist - [x] I'm sure there are no other open Pull Requests for the same update/change - [x] I have run `Set-AVMModule` locally to generate the supporting module files. - [x] My corresponding pipelines / checks run clean and green without any errors or warnings <!-- Please keep up to date with the contribution guide at https://aka.ms/avm/contribute/bicep -->
1 parent 16bbef6 commit 8ee8adb

File tree

1 file changed

+78
-42
lines changed

1 file changed

+78
-42
lines changed

avm/res/compute/virtual-machine/main.json

Lines changed: 78 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.31.34.60546",
9-
"templateHash": "8773273774920281983"
8+
"version": "0.31.92.45157",
9+
"templateHash": "8928644602939334563"
1010
},
1111
"name": "Virtual Machines",
1212
"description": "This module deploys a Virtual Machine with one or multiple NICs and optionally one or multiple public IPs.",
@@ -1304,8 +1304,8 @@
13041304
"metadata": {
13051305
"_generator": {
13061306
"name": "bicep",
1307-
"version": "0.31.34.60546",
1308-
"templateHash": "4400762038950491974"
1307+
"version": "0.31.92.45157",
1308+
"templateHash": "5147048658891642308"
13091309
}
13101310
},
13111311
"definitions": {
@@ -2908,8 +2908,8 @@
29082908
"metadata": {
29092909
"_generator": {
29102910
"name": "bicep",
2911-
"version": "0.31.34.60546",
2912-
"templateHash": "1194243367873711347"
2911+
"version": "0.31.92.45157",
2912+
"templateHash": "688718350646227538"
29132913
},
29142914
"name": "Virtual Machine Extensions",
29152915
"description": "This module deploys a Virtual Machine Extension.",
@@ -3024,7 +3024,10 @@
30243024
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
30253025
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
30263026
"suppressFailures": "[parameters('supressFailures')]"
3027-
}
3027+
},
3028+
"dependsOn": [
3029+
"virtualMachine"
3030+
]
30283031
}
30293032
},
30303033
"outputs": {
@@ -3120,8 +3123,8 @@
31203123
"metadata": {
31213124
"_generator": {
31223125
"name": "bicep",
3123-
"version": "0.31.34.60546",
3124-
"templateHash": "1194243367873711347"
3126+
"version": "0.31.92.45157",
3127+
"templateHash": "688718350646227538"
31253128
},
31263129
"name": "Virtual Machine Extensions",
31273130
"description": "This module deploys a Virtual Machine Extension.",
@@ -3236,7 +3239,10 @@
32363239
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
32373240
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
32383241
"suppressFailures": "[parameters('supressFailures')]"
3239-
}
3242+
},
3243+
"dependsOn": [
3244+
"virtualMachine"
3245+
]
32403246
}
32413247
},
32423248
"outputs": {
@@ -3328,8 +3334,8 @@
33283334
"metadata": {
33293335
"_generator": {
33303336
"name": "bicep",
3331-
"version": "0.31.34.60546",
3332-
"templateHash": "1194243367873711347"
3337+
"version": "0.31.92.45157",
3338+
"templateHash": "688718350646227538"
33333339
},
33343340
"name": "Virtual Machine Extensions",
33353341
"description": "This module deploys a Virtual Machine Extension.",
@@ -3444,7 +3450,10 @@
34443450
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
34453451
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
34463452
"suppressFailures": "[parameters('supressFailures')]"
3447-
}
3453+
},
3454+
"dependsOn": [
3455+
"virtualMachine"
3456+
]
34483457
}
34493458
},
34503459
"outputs": {
@@ -3531,8 +3540,8 @@
35313540
"metadata": {
35323541
"_generator": {
35333542
"name": "bicep",
3534-
"version": "0.31.34.60546",
3535-
"templateHash": "1194243367873711347"
3543+
"version": "0.31.92.45157",
3544+
"templateHash": "688718350646227538"
35363545
},
35373546
"name": "Virtual Machine Extensions",
35383547
"description": "This module deploys a Virtual Machine Extension.",
@@ -3647,7 +3656,10 @@
36473656
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
36483657
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
36493658
"suppressFailures": "[parameters('supressFailures')]"
3650-
}
3659+
},
3660+
"dependsOn": [
3661+
"virtualMachine"
3662+
]
36513663
}
36523664
},
36533665
"outputs": {
@@ -3739,8 +3751,8 @@
37393751
"metadata": {
37403752
"_generator": {
37413753
"name": "bicep",
3742-
"version": "0.31.34.60546",
3743-
"templateHash": "1194243367873711347"
3754+
"version": "0.31.92.45157",
3755+
"templateHash": "688718350646227538"
37443756
},
37453757
"name": "Virtual Machine Extensions",
37463758
"description": "This module deploys a Virtual Machine Extension.",
@@ -3855,7 +3867,10 @@
38553867
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
38563868
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
38573869
"suppressFailures": "[parameters('supressFailures')]"
3858-
}
3870+
},
3871+
"dependsOn": [
3872+
"virtualMachine"
3873+
]
38593874
}
38603875
},
38613876
"outputs": {
@@ -3942,8 +3957,8 @@
39423957
"metadata": {
39433958
"_generator": {
39443959
"name": "bicep",
3945-
"version": "0.31.34.60546",
3946-
"templateHash": "1194243367873711347"
3960+
"version": "0.31.92.45157",
3961+
"templateHash": "688718350646227538"
39473962
},
39483963
"name": "Virtual Machine Extensions",
39493964
"description": "This module deploys a Virtual Machine Extension.",
@@ -4058,7 +4073,10 @@
40584073
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
40594074
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
40604075
"suppressFailures": "[parameters('supressFailures')]"
4061-
}
4076+
},
4077+
"dependsOn": [
4078+
"virtualMachine"
4079+
]
40624080
}
40634081
},
40644082
"outputs": {
@@ -4153,8 +4171,8 @@
41534171
"metadata": {
41544172
"_generator": {
41554173
"name": "bicep",
4156-
"version": "0.31.34.60546",
4157-
"templateHash": "1194243367873711347"
4174+
"version": "0.31.92.45157",
4175+
"templateHash": "688718350646227538"
41584176
},
41594177
"name": "Virtual Machine Extensions",
41604178
"description": "This module deploys a Virtual Machine Extension.",
@@ -4269,7 +4287,10 @@
42694287
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
42704288
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
42714289
"suppressFailures": "[parameters('supressFailures')]"
4272-
}
4290+
},
4291+
"dependsOn": [
4292+
"virtualMachine"
4293+
]
42734294
}
42744295
},
42754296
"outputs": {
@@ -4368,8 +4389,8 @@
43684389
"metadata": {
43694390
"_generator": {
43704391
"name": "bicep",
4371-
"version": "0.31.34.60546",
4372-
"templateHash": "1194243367873711347"
4392+
"version": "0.31.92.45157",
4393+
"templateHash": "688718350646227538"
43734394
},
43744395
"name": "Virtual Machine Extensions",
43754396
"description": "This module deploys a Virtual Machine Extension.",
@@ -4484,7 +4505,10 @@
44844505
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
44854506
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
44864507
"suppressFailures": "[parameters('supressFailures')]"
4487-
}
4508+
},
4509+
"dependsOn": [
4510+
"virtualMachine"
4511+
]
44884512
}
44894513
},
44904514
"outputs": {
@@ -4577,8 +4601,8 @@
45774601
"metadata": {
45784602
"_generator": {
45794603
"name": "bicep",
4580-
"version": "0.31.34.60546",
4581-
"templateHash": "1194243367873711347"
4604+
"version": "0.31.92.45157",
4605+
"templateHash": "688718350646227538"
45824606
},
45834607
"name": "Virtual Machine Extensions",
45844608
"description": "This module deploys a Virtual Machine Extension.",
@@ -4693,7 +4717,10 @@
46934717
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
46944718
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
46954719
"suppressFailures": "[parameters('supressFailures')]"
4696-
}
4720+
},
4721+
"dependsOn": [
4722+
"virtualMachine"
4723+
]
46974724
}
46984725
},
46994726
"outputs": {
@@ -4782,8 +4809,8 @@
47824809
"metadata": {
47834810
"_generator": {
47844811
"name": "bicep",
4785-
"version": "0.31.34.60546",
4786-
"templateHash": "1194243367873711347"
4812+
"version": "0.31.92.45157",
4813+
"templateHash": "688718350646227538"
47874814
},
47884815
"name": "Virtual Machine Extensions",
47894816
"description": "This module deploys a Virtual Machine Extension.",
@@ -4898,7 +4925,10 @@
48984925
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
48994926
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
49004927
"suppressFailures": "[parameters('supressFailures')]"
4901-
}
4928+
},
4929+
"dependsOn": [
4930+
"virtualMachine"
4931+
]
49024932
}
49034933
},
49044934
"outputs": {
@@ -4996,8 +5026,8 @@
49965026
"metadata": {
49975027
"_generator": {
49985028
"name": "bicep",
4999-
"version": "0.31.34.60546",
5000-
"templateHash": "1194243367873711347"
5029+
"version": "0.31.92.45157",
5030+
"templateHash": "688718350646227538"
50015031
},
50025032
"name": "Virtual Machine Extensions",
50035033
"description": "This module deploys a Virtual Machine Extension.",
@@ -5112,7 +5142,10 @@
51125142
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
51135143
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
51145144
"suppressFailures": "[parameters('supressFailures')]"
5115-
}
5145+
},
5146+
"dependsOn": [
5147+
"virtualMachine"
5148+
]
51165149
}
51175150
},
51185151
"outputs": {
@@ -5206,8 +5239,8 @@
52065239
"metadata": {
52075240
"_generator": {
52085241
"name": "bicep",
5209-
"version": "0.31.34.60546",
5210-
"templateHash": "1194243367873711347"
5242+
"version": "0.31.92.45157",
5243+
"templateHash": "688718350646227538"
52115244
},
52125245
"name": "Virtual Machine Extensions",
52135246
"description": "This module deploys a Virtual Machine Extension.",
@@ -5322,7 +5355,10 @@
53225355
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
53235356
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
53245357
"suppressFailures": "[parameters('supressFailures')]"
5325-
}
5358+
},
5359+
"dependsOn": [
5360+
"virtualMachine"
5361+
]
53265362
}
53275363
},
53285364
"outputs": {
@@ -5402,8 +5438,8 @@
54025438
"metadata": {
54035439
"_generator": {
54045440
"name": "bicep",
5405-
"version": "0.31.34.60546",
5406-
"templateHash": "7575343013066166436"
5441+
"version": "0.31.92.45157",
5442+
"templateHash": "17378339479808033328"
54075443
},
54085444
"name": "Recovery Service Vaults Protection Container Protected Item",
54095445
"description": "This module deploys a Recovery Services Vault Protection Container Protected Item.",

0 commit comments

Comments
 (0)