Skip to content

Commit 65b757f

Browse files
authored
Merge pull request #89528 from MicahMcKittrick-MSFT/patch-231
MicrosoftDocs/azure-docs#39437
2 parents a824b28 + f86c05a commit 65b757f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ The `tags` field is a string with the tags delimited by semicolons. This can be
572572
**Request**
573573
574574
```bash
575-
curl -H Metadata:true "http://169.254.169.254/metadata/instance/compute/tagsList?api-version=2019-06-04&format=text"
575+
curl -H Metadata:true "http://169.254.169.254/metadata/instance/compute/tagsList?api-version=2019-06-04&format=JSON"
576576
```
577577
578578
**Response**

0 commit comments

Comments
 (0)