You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/management/tag-resources.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,12 @@ You can retrieve information about tags by downloading the usage file available
61
61
62
62
For REST API operations, see [Azure Billing REST API Reference](/rest/api/billing/).
63
63
64
+
## Unique tags pagination
65
+
66
+
When calling the [Unique Tags API](/rest/api/resources/tags/list) there is a limit to the size of each API response page that is returned. A tag that has a large set of unique values will require the API to fetch the next page to retrieve the remaining set of values. When this happens the tag key is shown again to indicate that the vales are still under this key.
67
+
68
+
This can result in some tools, like the Azure portal, to show the tag key twice.
0 commit comments