-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
{EventHub} az eventhubs eventhub create/delete/update/show/list
: Migrating Eventhub Entity cmdlets to AAZ
#26168
Conversation
️✔️AzureCLI-FullTest
|
Hi @schaudhari6254888, |
EventHub |
/azp run |
Commenter does not have sufficient privileges for PR 26168 in repo Azure/azure-cli |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Please fix CI issues. |
Since this PR makes a major version upgrade, external module's tests that used eventhubs cmdlets failed. I was able to run 5 of them successfully. However, the 4 shown below are buggy and fail on a non-eventhub cmdlet in their tests. I upgraded the EventHub api versions manually in the test recordings, but the CI's still complain. @kairu-ms , any suggestions would be appreciated. ![]() |
...i/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_ms_support_mgmt.yaml
Outdated
Show resolved
Hide resolved
This reverts commit db1bc1f.
…grating Eventhub Entity cmdlets to AAZ (Azure#26168) * UPdates * UPdates * External service recordings * external test failures * Update custom.py * downgrading api version for python sdk * recordings * recordings * iot hub recording * pipeline fix * fix * fix * Updates * fixes * Updates * UPdates * Revert "UPdates" This reverts commit db1bc1f. * UPdates * CI's Againnnnnnnnnn * fixing cli style error --------- Co-authored-by: unknown <davadhani@microsoft.com>
Related command
Description
This PR Adds the
Retention-Description
feature for EventHub Entity. Which includecleanup-policy
,retention-time-in-hours
,tombstone-retention-time-in-hours
parameters. Also Deprecated themessage-retention
parameter , it is replaced withretention-time-in-hours
Testing Guide
History Notes
[EventHub] BREAKING CHANGE:
az eventhubs eventhub create/update
: Remove--message-retention
parameter, it is replaced by--retention-time-in-hours
[EventHub]
az eventhubs eventhub create/update
: Add--cleanup-policy
,--retention-time-in-hours
and--tombstone-retention-time-in-hours
to supportRetention-Description
featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.