-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
add --ampls-resource-id and --enable-high-log-scale-mode options #7754
Conversation
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
aks addon enable | cmd aks addon enable added parameter ampls_resource_id |
||
aks addon enable | cmd aks addon enable added parameter enable_high_log_scale_mode |
||
aks addon update | cmd aks addon update added parameter ampls_resource_id |
||
aks addon update | cmd aks addon update added parameter enable_high_log_scale_mode |
||
aks create | cmd aks create added parameter ampls_resource_id |
||
aks create | cmd aks create added parameter enable_high_log_scale_mode |
||
aks enable-addons | cmd aks enable-addons added parameter ampls_resource_id |
||
aks enable-addons | cmd aks enable-addons added parameter enable_high_log_scale_mode |
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
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.
please add some live tests for the newly added options.
please fix the CI issues |
Hi, @yanzhudd , @FumingZhang - CI test failures not to related to this PR and CI test failures related to this test "FAILED src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py::AzureKubernetesServiceScenarioTest::test_aks_create_with_pod_ip_allocation_mode_static_block" and I see same CI tests failures in other PRs also. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
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.
lgtm
Queued live test to validate the change.
- test_aks_create_with_monitoring_aad_auth_with_highlogscale
- test_aks_create_with_private_cluster_with_monitoring_aad_auth_msi_with_ampls
- test_aks_create_with_private_cluster_with_monitoring_aad_auth_msi_with_ampls_with_highlogscale
failed with error
- azure.cli.testsdk.exceptions.JMESPathCheckAssertionError: Query 'properties.dataCollectionEndpointId' doesn't yield expected value '/subscriptions/79a7390d-3a85-432d-9f6f-a11a703c8b83/resourceGroups/clitestfk7a24nt2b/providers/Microsoft.Insights/dataCollectionEndpoints/MSCI-ingest-westus2-cliakstestgm5hrh', instead the actual value is '/subscriptions/79a7390d-3a85-432d-9f6f-a11a703c8b83/resourceGroups/clitestfk7a24nt2b/providers/Microsoft.Insights/dataCollectionEndpoints/MSCI-westus2-cliakstestgm5hrh'. Data: ...
- azure.cli.core.azclierror.HTTPError: Not Found({"error":{"code":"ResourceNotFound"}})
Requeued test |
Requeued another live test |
Queued live test
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Live test failed |
Please fix style issues.
Requeued live test, test passed! |
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.
lgtm
Please update VERSION (in file src/aks-preview/setup.py
) to 7.0.0b3
) | ||
finally: | ||
if monitor_options_specified and ( | ||
core_version < "2.63.0" and |
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.
not blocking: it would be better to do the comparison semantically
[Release] Update index.json for extension [ aks-preview ] : https://dev.azure.com/azclitools/release/_build/results?buildId=177816&view=results |
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 azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json
.