[UA] Check all spaces in getLogSourcesSettingDeprecationInfo
#202649
Labels
Epic:Deprecations
Deprecations
Feature:Upgrade Assistant
Team:obs-ux-logs
Observability Logs User Experience Team
We noticed that getLogSourcesSettingDeprecationInfo only checks the configuration for the current space.
This can lead to users running Upgrade Assistant in one space, missing on deprecations occurring in other spaces.
The logic should make use of
namespaces: ["*"]
ornamespaces: ['${spaceId}']
(while looping through all available spaces) to confirm that all spaces are compliant.The text was updated successfully, but these errors were encountered: