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 Monitor] Onboarding Azure Monitor Control Service - Data Collection Rules #15970

Closed
herreraj-ms opened this issue Nov 18, 2020 · 6 comments · Fixed by Azure/azure-cli-extensions#2756
Assignees
Labels
APEX APEX onboarding feature-request Monitor az monitor
Milestone

Comments

@herreraj-ms
Copy link

Resource Provider

  • AMCS RP (Data Collection Rules) is a feature of Azure Monitor

Description of Feature or Work Requested

Minimum API Version Required

  • 2019-11-01-preview

Swagger Link

Target Date

  • Nov/Dec 2020
@ghost ghost added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Nov 18, 2020
@yonzhan yonzhan added the Monitor az monitor label Nov 19, 2020
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Nov 19, 2020
@yonzhan yonzhan added this to the S179 milestone Nov 19, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Nov 19, 2020

Monitor

@yonzhan yonzhan added feature-request APEX APEX onboarding labels Nov 19, 2020
@kairu-ms
Copy link
Contributor

@herreraj-ms I will add two command groups:

az monitor data-collection rule
az monitor data-collection rule association

@kairu-ms
Copy link
Contributor

kairu-ms commented Nov 24, 2020

@herreraj-ms the patch method of dataCollectionRules_API only support tags property. Should I need to call put method for other properties updating?

@herreraj-ms
Copy link
Author

will add two command grou

@herreraj-ms
Copy link
Author

@herreraj-ms I will add two command groups:

az monitor data-collection rule
az monitor data-collection rule association

LGTM

@herreraj-ms
Copy link
Author

@herreraj-ms the patch method of dataCollectionRules_API only support tags property. Should I need to call put method for other properties updating?

Yes. Patch operation only receives tag property. To update any other property, the complete schema must be sent in a PUT operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APEX APEX onboarding feature-request Monitor az monitor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants