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

[v9.2.x] AzureMonitor: Automate location retrieval #59810

Merged
merged 3 commits into from
Dec 5, 2022

Commits on Dec 5, 2022

  1. AzureMonitor: Automate location retrieval (#59602)

    * Automate location retrieval
    
    - Add function to retrieve provider information
    - Add function to retrieve subscription locations
    - Add parsers for each function
    - Add types
    - Update resourcePickerData with new functions
    - Remove old location metadata file
    
    * Improve types
    
    - Add types for responses
    - Use correct name parameter
    - Update response parser (parseProvider unnecessary)
    
    * Fix tests
    
    - Add necessary mocks
    
    * Fix logic and ensure maps are consistent
    
    * Add tests
    
    * Review
    
    * Lint issue
    
    (cherry picked from commit c52d4e2)
    aangelisc authored and grafanabot committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    12c9c2b View commit details
    Browse the repository at this point in the history
  2. Lint issues

    aangelisc committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    93c8c1f View commit details
    Browse the repository at this point in the history
  3. More lint

    aangelisc committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4c6952b View commit details
    Browse the repository at this point in the history