[confcom] Bump genpolicy version#9504
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
Hi @DomAyre, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the genpolicy version from genpolicy3 to genpolicy4 in the confcom Azure CLI extension, updating the extension version from 1.4.5 to 1.4.6.
Key Changes:
- Extension version incremented to 1.4.6
- Linux genpolicy binary updated to genpolicy4 release with new SHA256 hash
- Data file URLs (genpolicy-settings.json and rules.rego) updated to genpolicy4 release
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/confcom/setup.py | Version bumped from 1.4.5 to 1.4.6 |
| src/confcom/azext_confcom/kata_proxy.py | Updated genpolicy binary and data file URLs from genpolicy3 to genpolicy4 release, updated Linux binary SHA256 hash |
|
[Release] Update index.json for extension [ confcom ] : https://dev.azure.com/msazure/One/_build/results?buildId=149323840&view=results |
Why
There is a newer version of gen policy we can adopt
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)