|
243 | 243 | "publisher": "mathworks-inc", |
244 | 244 | "offer": "matlab-parallel-server-ref-arch-vm-win-offer", |
245 | 245 | "sku": "matlab-parallel-server-ref-arch-r2026a-vm-win-sku", |
246 | | - "version": "20261.0.799138", |
| 246 | + "version": "20261.0.837103", |
247 | 247 | "imageResourceID": { |
248 | 248 | "id": "[parameters('imageID')]" |
249 | 249 | }, |
|
415 | 415 | } |
416 | 416 | }, |
417 | 417 | { |
418 | | - "type": "Microsoft.Storage/storageAccounts", |
419 | | - "apiVersion": "2025-06-01", |
420 | | - "name": "[variables('storageAccountName')]", |
421 | | - "location": "[resourceGroup().location]", |
422 | | - "sku": { |
| 418 | + "type": "Microsoft.Storage/storageAccounts", |
| 419 | + "apiVersion": "2025-06-01", |
| 420 | + "name": "[variables('storageAccountName')]", |
| 421 | + "location": "[resourceGroup().location]", |
| 422 | + "sku": { |
423 | 423 | "name": "Standard_LRS" |
424 | | - }, |
425 | | - "kind": "StorageV2", |
426 | | - "properties": { |
427 | | - "minimumTlsVersion": "TLS1_2", |
428 | | - "allowBlobPublicAccess": false, |
429 | | - "supportsHttpsTrafficOnly": true |
| 424 | + }, |
| 425 | + "kind": "StorageV2", |
| 426 | + "properties": { |
| 427 | + "minimumTlsVersion": "TLS1_2", |
| 428 | + "allowBlobPublicAccess": false, |
| 429 | + "supportsHttpsTrafficOnly": true |
430 | 430 | } |
431 | 431 | }, |
432 | 432 | { |
|
0 commit comments