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

Return detailed diff from the azure_rm_aks module #1534

Open
em- opened this issue Apr 11, 2024 · 2 comments
Open

Return detailed diff from the azure_rm_aks module #1534

em- opened this issue Apr 11, 2024 · 2 comments
Labels
hold The problem holds for a particular reason medium_priority Medium priority work in In trying to solve, or in working with contributors

Comments

@em-
Copy link

em- commented Apr 11, 2024

SUMMARY

The azure_rm_aks module at the moment only reports if something has changed, but it does not yield any detailed information when running in --diff mode.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure_rm_aks

ADDITIONAL INFORMATION

Given that the number of parameters is large, finding exactly what is differing requires a lot of guesswork: for instance at some point I ended up hacking the module to print which key in the network_profile was actually differing.

@Fred-sun Fred-sun added medium_priority Medium priority work in In trying to solve, or in working with contributors labels Apr 16, 2024
@Fred-sun
Copy link
Collaborator

Fred-sun commented Apr 19, 2024

@em- I am very sorry that the collection azure. azcollection does not support diff mode. However, we can get the current resource information using the *****_info.py module. Then consider whether to update, configured in the parameters of the ****.py module. Thank you! thank you!

@Fred-sun Fred-sun added the hold The problem holds for a particular reason label Apr 19, 2024
@em-
Copy link
Author

em- commented Aug 2, 2024

Yep, at the moment I am collecting the info and passing it to the fact_diff module, but it is all quite ugly. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hold The problem holds for a particular reason medium_priority Medium priority work in In trying to solve, or in working with contributors
Projects
None yet
Development

No branches or pull requests

2 participants