We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a824b28 commit f86c05aCopy full SHA for f86c05a
articles/virtual-machines/windows/instance-metadata-service.md
@@ -572,7 +572,7 @@ The `tags` field is a string with the tags delimited by semicolons. This can be
572
**Request**
573
574
```bash
575
-curl -H Metadata:true "http://169.254.169.254/metadata/instance/compute/tagsList?api-version=2019-06-04&format=text"
+curl -H Metadata:true "http://169.254.169.254/metadata/instance/compute/tagsList?api-version=2019-06-04&format=JSON"
576
```
577
578
**Response**
0 commit comments