Skip to content

Commit 0d14dba

Browse files
committed
fix the tag with lower case
1 parent 3318a57 commit 0d14dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/instance-metadata-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: virtual-machines-linux
88
ms.subservice: monitoring
99
ms.topic: article
1010
ms.workload: infrastructure-services
11-
ms.date: 04/09/2020
11+
ms.date: 04/29/2020
1212
ms.author: sukumari
1313
ms.reviewer: azmetadata
1414
---
@@ -659,7 +659,7 @@ curl -H Metadata:true "http://169.254.169.254/metadata/attested/document?api-ver
659659

660660
```
661661

662-
Api-version is a mandatory field. Refer to the [usage section](#Usage) for supported API versions.
662+
Api-version is a mandatory field. Refer to the [usage section](#usage) for supported API versions.
663663
Nonce is an optional 10-digit string. If not provided, IMDS returns the current UTC timestamp in its place. Due to IMDS's caching mechanism, a previously cached nonce value may be returned.
664664

665665
***Response***

0 commit comments

Comments
 (0)