-
Notifications
You must be signed in to change notification settings - Fork 0
Update Readme #16
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
Update Readme #16
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Linux Test Results 1 files 16 suites 4s ⏱️ For more details on these failures, see this check. Results for commit 0c7ea51. ♻️ This comment has been updated with latest results. |
Win Test Results 1 files 16 suites 4s ⏱️ For more details on these failures, see this check. Results for commit 0c7ea51. ♻️ This comment has been updated with latest results. |
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.
Pull Request Overview
Enhance the README with detailed usage examples and a comparison between Search-AzResourceGraph and the existing Search-AzGraph cmdlet.
- Added a step-by-step Usage section showing how to connect and query.
- Introduced a new comparison section highlighting built-in paging/throttling and size/space benefits.
- Provided side-by-side code samples for paging with
Search-AzGraphvs. the simplerSearch-AzResourceGraphapproach.
Comments suppressed due to low confidence (2)
README.md:29
- [nitpick] Consider rephrasing to be more concise and active, e.g.
It has no dependency on the Az module, making it ideal for use in specialized containers….
It works without any dependency on the Az module, which makes it suitable for use in, for example, specialized containers where AzResourceGraph and AzAuth together use only 15 MB of disk space,
README.md:61
- Remove the leading
+inside the code block so the example error message isn’t confused with diff syntax.
"Response payload size is 16802910, and has exceeded the limit of 16777216. Please consider querying less data at a time and make paginated call if needed."
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.