Skip to content

Commit 6cba99a

Browse files
Update hpccompute-amd-gpu-windows
1 parent ab8291c commit 6cba99a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/extensions/hpccompute-amd-gpu-windows

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The following JSON shows the schema for the extension.
5555
"[concat('Microsoft.Compute/virtualMachines/', <myVM>)]"
5656
],
5757
"properties": {
58-
"publisher": "Microsoft.HpcCompute.Edp",
59-
"type": "NvidiaGpuDriverWindows",
60-
"typeHandlerVersion": "1.2",
58+
"publisher": "Microsoft.HpcCompute",
59+
"type": "AmdGpuDriverWindows",
60+
"typeHandlerVersion": "1.0",
6161
"autoUpgradeMinorVersion": true,
6262
"settings": {
6363
}
@@ -71,8 +71,8 @@ The following JSON shows the schema for the extension.
7171
| ---- | ---- | ---- |
7272
| apiVersion | 2015-06-15 | date |
7373
| publisher | Microsoft.HpcCompute | string |
74-
| type | NvidiaGpuDriverWindows | string |
75-
| typeHandlerVersion | 1.2 | int |
74+
| type | AmdGpuDriverWindows | string |
75+
| typeHandlerVersion | 1.0 | int |
7676

7777

7878
## Deployment
@@ -112,7 +112,7 @@ Set-AzVMExtension
112112
-ResourceGroupName "myResourceGroup" `
113113
-VMName "myVM" `
114114
-Location "southcentralus" `
115-
-Publisher "Microsoft.HpcCompute.Edp" `
115+
-Publisher "Microsoft.HpcCompute" `
116116
-ExtensionName "AmdGpuDriverWindows" `
117117
-ExtensionType "AmdGpuDriverWindows" `
118118
-TypeHandlerVersion 1.0 `
@@ -127,7 +127,7 @@ az vm extension set `
127127
--resource-group myResourceGroup `
128128
--vm-name myVM `
129129
--name AmdGpuDriverWindows `
130-
--publisher Microsoft.HpcCompute.Edp `
130+
--publisher Microsoft.HpcCompute `
131131
--version 1.0 `
132132
--settings '{ `
133133
}'

0 commit comments

Comments
 (0)