Skip to content

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: Heath Stewart <[email protected]>
  • Loading branch information
cataggar and heaths authored Sep 12, 2024
1 parent e724d35 commit ba8355c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ use std::{str, sync::Arc};
use time::OffsetDateTime;

/// An identifier for the Azure Instance Metadata Service (IMDS).
/// IMDS provides information about currently running virtual machine instances.
/// https://learn.microsoft.com/azure/virtual-machines/instance-metadata-service
/// https://learn.microsoft.com/azure/app-service/overview-managed-identity?tabs=portal%2Chttp#rest-endpoint-reference
///
/// IMDS provides information about currently running virtual machine instances. For more information, see:
/// * https://learn.microsoft.com/azure/virtual-machines/instance-metadata-service
/// * https://learn.microsoft.com/azure/app-service/overview-managed-identity#rest-endpoint-reference
#[derive(Debug)]
pub enum ImdsId {
SystemAssigned,
Expand Down

0 comments on commit ba8355c

Please sign in to comment.