Skip to content

Issue retrieving lists of available OSs for FeatureUpdate using Microsoft.TestBase API #43

@swahelamulla

Description

@swahelamulla

Hello,

I am encountering an issue while trying to retrieve lists of available OSs for FeatureUpdate using the Microsoft.TestBase API. The API endpoint I am using is:

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TestBase/testBaseAccounts/{testBaseAccountName}/availableOSs?osUpdateType={osUpdateType}&api-version=2022-04-01-preview

While I can successfully retrieve lists of available OSs for SecurityUpdate using the same API, when I attempt to retrieve lists for FeatureUpdate, I receive a response code of 200, but the response body is blank.

It is important to note that a month ago, when I tried the same API endpoint for FeatureUpdate, it was working correctly and I could see the expected output in the response body.

I have followed the documentation provided at [https://learn.microsoft.com/en-us/rest/api/testbase/available-os/list?tabs=HTTP#osupdatetype]

Could you please assist me in understanding why I am not getting any response data when retrieving lists of available OSs for FeatureUpdate? Is there any additional configuration or step required to retrieve this information successfully?

Thank you for your assistance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions