@@ -55,9 +55,9 @@ The following JSON shows the schema for the extension.
55
55
"[concat('Microsoft.Compute/virtualMachines/', <myVM>)]"
56
56
],
57
57
"properties": {
58
- "publisher": "Microsoft.HpcCompute.Edp ",
59
- "type": "NvidiaGpuDriverWindows ",
60
- "typeHandlerVersion": "1.2 ",
58
+ "publisher": "Microsoft.HpcCompute",
59
+ "type": "AmdGpuDriverWindows ",
60
+ "typeHandlerVersion": "1.0 ",
61
61
"autoUpgradeMinorVersion": true,
62
62
"settings": {
63
63
}
@@ -71,8 +71,8 @@ The following JSON shows the schema for the extension.
71
71
| ---- | ---- | ---- |
72
72
| apiVersion | 2015-06-15 | date |
73
73
| publisher | Microsoft.HpcCompute | string |
74
- | type | NvidiaGpuDriverWindows | string |
75
- | typeHandlerVersion | 1.2 | int |
74
+ | type | AmdGpuDriverWindows | string |
75
+ | typeHandlerVersion | 1.0 | int |
76
76
77
77
78
78
## Deployment
@@ -112,7 +112,7 @@ Set-AzVMExtension
112
112
-ResourceGroupName "myResourceGroup" `
113
113
-VMName "myVM" `
114
114
-Location "southcentralus" `
115
- -Publisher "Microsoft.HpcCompute.Edp " `
115
+ -Publisher "Microsoft.HpcCompute" `
116
116
-ExtensionName "AmdGpuDriverWindows" `
117
117
-ExtensionType "AmdGpuDriverWindows" `
118
118
-TypeHandlerVersion 1.0 `
@@ -127,7 +127,7 @@ az vm extension set `
127
127
--resource-group myResourceGroup `
128
128
--vm-name myVM `
129
129
--name AmdGpuDriverWindows `
130
- --publisher Microsoft.HpcCompute.Edp `
130
+ --publisher Microsoft.HpcCompute `
131
131
--version 1.0 `
132
132
--settings '{ `
133
133
}'
0 commit comments