You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/virtual-machines-imds.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,13 +340,13 @@ Schema breakdown:
340
340
| Data | Description | Version introduced |
341
341
|------|-------------|--------------------|
342
342
| `azEnvironment` | Azure Environment where the VM is running in | 2018-10-01
343
-
| `additionalCapabilities.hibernationEnabled` | Identifies if hibernation is enabled on the VM | 2021-11-01*
343
+
| `additionalCapabilities.hibernationEnabled` | Identifies if hibernation is enabled on the VM | 2021-11-01†
344
344
| `customData` | This feature is deprecated and disabled [in IMDS](#frequently-asked-questions). It has been superseded by `userData` | 2019-02-01
345
345
| `evictionPolicy` | Sets how a [Spot VM](../articles/virtual-machines/spot-vms.md) will be evicted. | 2020-12-01
346
346
| `extendedLocation.type` | Type of the extended location of the VM. | 2021-03-01
347
347
| `extendedLocation.name` | Name of the extended location of the VM | 2021-03-01
348
-
| `host.id` | Name of the host of the VM. Note that a VM will either have a host or a hostGroup but not both. | 2021-11-15*
349
-
| `hostGroup.id` | Name of the hostGroup of the VM. Note that a VM will either have a host or a hostGroup but not both. | 2021-11-15*
348
+
| `host.id` | Name of the host of the VM. Note that a VM will either have a host or a hostGroup but not both. | 2021-11-15†
349
+
| `hostGroup.id` | Name of the hostGroup of the VM. Note that a VM will either have a host or a hostGroup but not both. | 2021-11-15†
350
350
| `isHostCompatibilityLayerVm` | Identifies if the VM runs on the Host Compatibility Layer | 2020-06-01
351
351
| `licenseType` | Type of license for [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-benefit). This is only present for AHB-enabled VMs | 2020-09-01
352
352
| `location` | Azure Region the VM is running in | 2017-04-02
@@ -370,8 +370,8 @@ Schema breakdown:
370
370
| `sku` | Specific SKU for the VM image | 2017-04-02
371
371
| `securityProfile.secureBootEnabled` | Identifies if UEFI secure boot is enabled on the VM | 2020-06-01
372
372
| `securityProfile.virtualTpmEnabled` | Identifies if the virtual Trusted Platform Module (TPM) is enabled on the VM | 2020-06-01
373
-
| `securityProfile.encryptionAtHost` | Identifies if [Encryption at Host](../articles/virtual-machines/disks-enable-host-based-encryption-portal.md) is enabled on the VM | 2021-11-01*
374
-
| `securityProfile.securityType` | Identifies if the VM is a [Trusted VM](../articles/virtual-machines/trusted-launch.md) or a [Confidential VM](../articles/confidential-computing/confidential-vm-overview.md) | 2021-12-13*
373
+
| `securityProfile.encryptionAtHost` | Identifies if [Encryption at Host](../articles/virtual-machines/disks-enable-host-based-encryption-portal.md) is enabled on the VM | 2021-11-01†
374
+
| `securityProfile.securityType` | Identifies if the VM is a [Trusted VM](../articles/virtual-machines/trusted-launch.md) or a [Confidential VM](../articles/confidential-computing/confidential-vm-overview.md) | 2021-12-13†
375
375
| `storageProfile` | See Storage Profile below | 2019-06-01
376
376
| `subscriptionId` | Azure subscription for the Virtual Machine | 2017-08-01
377
377
| `tags` | [Tags](../articles/azure-resource-manager/management/tag-resources.md) for your Virtual Machine | 2017-08-01
| `zone` | [Availability Zone](../articles/availability-zones/az-overview.md) of your virtual machine | 2017-12-01
386
386
387
-
\* This version is not fully available yet and may not be supported in all regions.
387
+
† This version is not fully available yet and may not be supported in all regions.
388
388
389
389
**Storage profile**
390
390
@@ -442,12 +442,12 @@ The encryption settings blob contains data about how the disk is encrypted (if i
442
442
443
443
Data | Description | Version introduced |
444
444
|------|-----------|--------------------|
445
-
| `diskEncryptionKey.sourceVault.id` | The location of the disk encryption key | 2021-11-01*
446
-
| `diskEncryptionKey.secretUrl` | The location of the secret | 2021-11-01*
447
-
| `keyEncryptionKey.sourceVault.id` | The location of the key encryption key | 2021-11-01*
448
-
| `keyEncryptionKey.keyUrl` | The location of the key | 2021-11-01*
445
+
| `diskEncryptionKey.sourceVault.id` | The location of the disk encryption key | 2021-11-01†
446
+
| `diskEncryptionKey.secretUrl` | The location of the secret | 2021-11-01†
447
+
| `keyEncryptionKey.sourceVault.id` | The location of the key encryption key | 2021-11-01†
448
+
| `keyEncryptionKey.keyUrl` | The location of the key | 2021-11-01†
449
449
450
-
\* This version is not fully available yet and may not be supported in all regions.
450
+
\† This version is not fully available yet and may not be supported in all regions.
451
451
452
452
The resource disk object contains the size of the [Local Temp Disk](../articles/virtual-machines/managed-disks-overview.md#temporary-disk) attached to the VM, if it has one, in kilobytes.
453
453
If there is [no local temp disk for the VM](../articles/virtual-machines/azure-vms-no-temp-disk.yml), this value is 0.
0 commit comments