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

[Azure][Resource Manager] Make step more universal for getting azure resources #3206

Closed
VolhaPrachkina opened this issue Sep 27, 2022 · 0 comments · Fixed by #3324
Closed
Labels
feature New feature or request
Milestone

Comments

@VolhaPrachkina
Copy link

Is your feature request related to a problem? Please describe.
For the moment the resources that start with 'https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups...' could be taken, in step 'When I get Azure resource with identifier $azureResourceIdentifier using API version $apiVersion and save it to $scopes variable $variableName' where 'azureResourceIdentifier' should start with 'resourceGroups/...' but any other URL type cannot be entered like log analytics query 'https://api.loganalytics.io/v1/workspaces/${workspaceId}/query'

For the moment the workaround is found. Separate requests to authentication and to the queue in Log Analytics are sent.
But in this step authentication and request are combined, it would be easier to use and maintain tests while using an improved step

Describe the solution you'd like
Make a universal step to have the possibility to add different URLs

@VolhaPrachkina VolhaPrachkina added the feature New feature or request label Sep 27, 2022
@valfirst valfirst added this to the 0.5.1 milestone Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants