Skip to content

Commit 9f84b8b

Browse files
committed
Update parameters related to license
1 parent e71841a commit 9f84b8b

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

releases/R2022b/templates/mainTemplate.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"instanceType": {
180180
"value": "Standard_D2s_v3"
181181
},
182-
"clientIPAddress": {
182+
"clientIPAddressList": {
183183
"value": "[parameters('IP Addresses Permitted to Remote into Server VM in CIDR Notation')]"
184184
},
185185
"adminUsername": {
@@ -188,11 +188,14 @@
188188
"adminPassword": {
189189
"value": "[parameters('Password to Remote into Server VM and Network License Manager Web Interface')]"
190190
},
191-
"virtualNetworkResourceID": {
191+
"existingVnetResourceID": {
192192
"value": "[variables('virtualNetworkID')]"
193193
},
194-
"subnetName": {
194+
"existingSubnetName": {
195195
"value": "[variables('subnetName')]"
196+
},
197+
"createPublicIPAddress":{
198+
"value": "[parameters('Assign Public IP Address to VM Hosting MATLAB Web App Server')]"
196199
}
197200
}
198201
},

releases/R2023a/templates/mainTemplate.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"instanceType": {
180180
"value": "Standard_D2s_v3"
181181
},
182-
"clientIPAddress": {
182+
"clientIPAddressList": {
183183
"value": "[parameters('IP Addresses Permitted to Remote into Server VM in CIDR Notation')]"
184184
},
185185
"adminUsername": {
@@ -188,11 +188,14 @@
188188
"adminPassword": {
189189
"value": "[parameters('Password to Remote into Server VM and Network License Manager Web Interface')]"
190190
},
191-
"virtualNetworkResourceID": {
191+
"existingVnetResourceID": {
192192
"value": "[variables('virtualNetworkID')]"
193193
},
194-
"subnetName": {
194+
"existingSubnetName": {
195195
"value": "[variables('subnetName')]"
196+
},
197+
"createPublicIPAddress":{
198+
"value": "[parameters('Assign Public IP Address to VM Hosting MATLAB Web App Server')]"
196199
}
197200
}
198201
},

releases/R2023b/templates/mainTemplate.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"instanceType": {
180180
"value": "Standard_D2s_v3"
181181
},
182-
"clientIPAddress": {
182+
"clientIPAddressList": {
183183
"value": "[parameters('IP Addresses Permitted to Remote into Server VM in CIDR Notation')]"
184184
},
185185
"adminUsername": {
@@ -188,11 +188,14 @@
188188
"adminPassword": {
189189
"value": "[parameters('Password to Remote into Server VM and Network License Manager Web Interface')]"
190190
},
191-
"virtualNetworkResourceID": {
191+
"existingVnetResourceID": {
192192
"value": "[variables('virtualNetworkID')]"
193193
},
194-
"subnetName": {
194+
"existingSubnetName": {
195195
"value": "[variables('subnetName')]"
196+
},
197+
"createPublicIPAddress":{
198+
"value": "[parameters('Assign Public IP Address to VM Hosting MATLAB Web App Server')]"
196199
}
197200
}
198201
},

releases/R2024a/templates/mainTemplate.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"instanceType": {
191191
"value": "Standard_D2s_v3"
192192
},
193-
"clientIPAddress": {
193+
"clientIPAddressList": {
194194
"value": "[parameters('IP Addresses Permitted to Remote into Server VM in CIDR Notation')]"
195195
},
196196
"adminUsername": {
@@ -199,11 +199,14 @@
199199
"adminPassword": {
200200
"value": "[parameters('Password to Remote into Server VM and Network License Manager Web Interface')]"
201201
},
202-
"virtualNetworkResourceID": {
202+
"existingVnetResourceID": {
203203
"value": "[variables('virtualNetworkID')]"
204204
},
205-
"subnetName": {
205+
"existingSubnetName": {
206206
"value": "[variables('subnetName')]"
207+
},
208+
"createPublicIPAddress":{
209+
"value": "[parameters('Assign Public IP Address to VM Hosting MATLAB Web App Server')]"
207210
}
208211
},
209212
"publicDns": "[concat(variables('webappDNSName'), '.', variables('location'), '.cloudapp.azure.com')]",

0 commit comments

Comments
 (0)