Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[AKS] feat: Azure Monitor Metrics addon (v2) (Managed Prometheus) GA #26201
[AKS] feat: Azure Monitor Metrics addon (v2) (Managed Prometheus) GA #26201
Changes from all commits
d9201fc
5038ec1
8cd010e
e76a69f
b70b17f
6db0710
4e049b1
49ba459
7debb4d
3b43a05
57f7eba
fb435ab
a41cb3a
1635170
efd8bb9
081ac83
5427e44
9091ef7
b71f454
411fe13
a860239
9f6d94f
505edf3
711f42a
d8e9811
4b360c6
9e8862d
4e40299
262759e
ffb96f0
a8b41f2
ce9c42e
774649e
963621a
f4a7f31
104af48
03d907a
31b0d91
d3efd9f
80f9d85
fb766a4
dea7db8
0b81ab6
5f6aeba
929f564
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this REST request not currently supported in the Python SDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have done a bug bash using this version of the CLI within the team and everything looks good with it and hence I would like to release this version of the azure monitor metrics addon in the build CLI otherwise we will have to do a bug bash for the whole team again as the REST api code is critical to the addon enablement.
I think your feedback is valid so I have created a follow up task here. Can I create a follow up PR for this and merge it in after the May 17th code complete cut-off for build so that this version which has been tested by everyone in our team can go out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, sounds good. Perhaps another good option is to try using Code Gen V2 to generate these new commands, which can improve your development efficiency and ensure code standardization and quality. If you are interested in it, you can contact @kairu-ms