Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR track2_azure-mgmt-subscription] S360 Item - Missing Get SubscriptionOperations for 2021-10-01 version. #26198

Closed

Commits on Sep 14, 2022

  1. CodeGen from PR 19870 in Azure/azure-rest-api-specs

    (ARMSubscription) fixes Azure/azure-sdk-for-go#18620 (Azure#19870)
    
    * (ARMSubscription) fixes Azure/azure-sdk-for-go#18620
    
    fixes Azure#18620
    
    The subscriptions Model struct includes a number of fields, but not all the fields available in the REST API according to the documentation. Specifically, the following fields are missing in the Go struct:
    
    tenantId - The subscription tenant ID.
    tags - The tags attached to the subscription.
    
    Note that these fields are returned by the API and are documented here: https://docs.microsoft.com/en-us/rest/api/resources/subscriptions/list?tabs=HTTP#subscription
    
    * Update subscriptions.json
    SDKAuto committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c57830f View commit details
    Browse the repository at this point in the history