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
One difference I've noticed with Trackyon.Utils vs. other modules, say Az.Accounts: When tags are returned, the XML section starts with <d:Tags xml:space="preserve">.
Expected behavior
All packages with tags on PowerShell Gallery should include the value of the tags when $select=Tags
Same query, but with Az.Accounts. Request URL: https://www.powershellgallery.com/api/v2/Packages()?$filter=Id+eq+%27Az.Accounts%27+and+IsLatestVersion+and+not+IsPrerelease&$select=Authors,Published,RequireLicenseAcceptance,Tags,Version.
Some packages with tags on PowerShell Gallery does not include the value of the tags when $select=Tags
Error details
No response
Environment data
Not relevant
Version
Not relevant
Visuals
No response
The text was updated successfully, but these errors were encountered:
o-l-a-v
changed the title
API - Get with $select=Tags does not return tags for some packages where
API - Get with $select=Tags does not return tags for some packages where <d:Tags xml:space="preserve">Jan 13, 2025
Prerequisites
Steps to reproduce
Example package is
Trackyon.Utils
.If you do a get with no
$select
, tags are returned.Request URL:
https://www.powershellgallery.com/api/v2/Packages()?$filter=Id+eq+%27Trackyon.Utils%27+and+IsLatestVersion+and+not+IsPrerelease
Results
But if you add
$select=Tags
, tags are not included.Request URL:
https://www.powershellgallery.com/api/v2/Packages()?$filter=Id+eq+%27Trackyon.Utils%27+and+IsLatestVersion+and+not+IsPrerelease&$select=Authors,Published,RequireLicenseAcceptance,Tags,Version
Results
One difference I've noticed with
Trackyon.Utils
vs. other modules, sayAz.Accounts
: When tags are returned, the XML section starts with<d:Tags xml:space="preserve">
.Expected behavior
All packages with tags on PowerShell Gallery should include the value of the tags when
$select=Tags
Same query, but with
Az.Accounts
. Request URL:https://www.powershellgallery.com/api/v2/Packages()?$filter=Id+eq+%27Az.Accounts%27+and+IsLatestVersion+and+not+IsPrerelease&$select=Authors,Published,RequireLicenseAcceptance,Tags,Version
.Results
Actual behavior
Some packages with tags on PowerShell Gallery does not include the value of the tags when
$select=Tags
Error details
No response
Environment data
Not relevant
Version
Not relevant
Visuals
No response
The text was updated successfully, but these errors were encountered: