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

{AzureCXP} fixes Azure/azure-powershell#18607 #18647

Merged
merged 2 commits into from
Jun 23, 2022

Commits on Jun 21, 2022

  1. {AzureCXP} fixes Azure#18607

    This documentation says "Registers an Azure provider feature in your account." which is vague and makes it sound like its ties to a user account. 
    
    The below REST API docs clearly mentions that it registers feature to the current subscription context.
    https://docs.microsoft.com/en-us/rest/api/resources/features/register
    
    fixes Azure#18607
    navba-MSFT committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    64189f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. {AzureCXP} fixes Azure#18607

    This documentation says "Registers an Azure provider feature in your account." which is vague and makes it sound like its ties to a user account.
    
    The below REST API docs clearly mentions that it registers feature to the current subscription context.
    https://docs.microsoft.com/en-us/rest/api/resources/features/register
    
    fixes Azure#18607
    navba-MSFT committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bed6e7e View commit details
    Browse the repository at this point in the history