Skip to content

Commit 0fc1414

Browse files
author
Joshua McCarthy
committed
Differentiating symbols for unreleased stuff
1 parent 33bc2e4 commit 0fc1414

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

includes/virtual-machines-imds.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,13 @@ Schema breakdown:
340340
| Data | Description | Version introduced |
341341
|------|-------------|--------------------|
342342
| `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
344344
| `customData` | This feature is deprecated and disabled [in IMDS](#frequently-asked-questions). It has been superseded by `userData` | 2019-02-01
345345
| `evictionPolicy` | Sets how a [Spot VM](../articles/virtual-machines/spot-vms.md) will be evicted. | 2020-12-01
346346
| `extendedLocation.type` | Type of the extended location of the VM. | 2021-03-01
347347
| `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
350350
| `isHostCompatibilityLayerVm` | Identifies if the VM runs on the Host Compatibility Layer | 2020-06-01
351351
| `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
352352
| `location` | Azure Region the VM is running in | 2017-04-02
@@ -370,8 +370,8 @@ Schema breakdown:
370370
| `sku` | Specific SKU for the VM image | 2017-04-02
371371
| `securityProfile.secureBootEnabled` | Identifies if UEFI secure boot is enabled on the VM | 2020-06-01
372372
| `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
375375
| `storageProfile` | See Storage Profile below | 2019-06-01
376376
| `subscriptionId` | Azure subscription for the Virtual Machine | 2017-08-01
377377
| `tags` | [Tags](../articles/azure-resource-manager/management/tag-resources.md) for your Virtual Machine | 2017-08-01
@@ -384,7 +384,7 @@ Schema breakdown:
384384
| `vmSize` | [VM size](../articles/virtual-machines/sizes.md) | 2017-04-02
385385
| `zone` | [Availability Zone](../articles/availability-zones/az-overview.md) of your virtual machine | 2017-12-01
386386

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.
388388

389389
**Storage profile**
390390

@@ -442,12 +442,12 @@ The encryption settings blob contains data about how the disk is encrypted (if i
442442

443443
Data | Description | Version introduced |
444444
|------|-----------|--------------------|
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
449449

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.
451451

452452
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.
453453
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

Comments
 (0)