Skip to content

Commit 62fd08f

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#118651
Changes made in line no 165 From "diskControllerType": "NVME" To "diskControllerTypes": "NVMe".
1 parent 5b4628b commit 62fd08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/enable-nvme-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ NVMe can be enabled during VM creation using various methods such as: Azure port
162162
                    }
163163
                }
164164
            ],
165-
            "diskControllerType": "NVME"
165+
            "diskControllerTypes": "NVME"
166166
        },
167167
        "securityProfile": {
168168
            "encryptionAtHost": "[parameters('encryptionAtHost')]"

0 commit comments

Comments
 (0)