Skip to content

Commit

Permalink
Merge pull request #24 from Azure/network-isolation
Browse files Browse the repository at this point in the history
dsvm
  • Loading branch information
placerda authored Sep 6, 2023
2 parents c3ba07b + def58a4 commit 9e6b3af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions infra/core/vm/dsvm.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ resource virtualMachine 'Microsoft.Compute/virtualMachines@2021-03-01' = {
storageProfile: {
imageReference: {
publisher: 'microsoft-dsvm'
offer: 'ubuntu-1804'
sku: '1804-gen2'
offer: 'ubuntu-2004'
sku: '2004-gen2'
version: 'latest'
}
osDisk: {
Expand Down
4 changes: 0 additions & 4 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -835,10 +835,6 @@ module keyVaultSecret './core/security/keyvault-secrets.bicep' = {
}
}





// not in use

// module delay './core/delay.bicep' = {
Expand Down
8 changes: 4 additions & 4 deletions infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "11930220377173903582"
"templateHash": "10953736268714632778"
}
},
"parameters": {
Expand Down Expand Up @@ -1388,7 +1388,7 @@
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "17687220016229607656"
"templateHash": "1351166895596581254"
}
},
"parameters": {
Expand Down Expand Up @@ -1497,8 +1497,8 @@
"storageProfile": {
"imageReference": {
"publisher": "microsoft-dsvm",
"offer": "ubuntu-1804",
"sku": "1804-gen2",
"offer": "ubuntu-2004",
"sku": "2004-gen2",
"version": "latest"
},
"osDisk": {
Expand Down

0 comments on commit 9e6b3af

Please sign in to comment.