[Eventhub] az eventhubs namespace: Add nsp-configuration show and nsp-configuration list#31846
[Eventhub] az eventhubs namespace: Add nsp-configuration show and nsp-configuration list#31846
az eventhubs namespace: Add nsp-configuration show and nsp-configuration list#31846Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| eventhubs eventhub update | cmd eventhubs eventhub update update parameter min_compaction_lag_in_mins: updated property name from min_compaction_lag_in_mins to min_compaction_lag_time_in_minutes |
||
| eventhubs namespace nsp-configuration | sub group eventhubs namespace nsp-configuration added |
|
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 pull request removes multiapi references from the azure-mgmt-Eventhub and azure-mgmt-servicebus packages. The changes primarily involve standardizing the naming convention for compaction lag parameters across EventHub commands and ensuring consistent use of the updated AAZ (Azure CLI Auto-generated) command structure.
Key changes:
- Standardized parameter naming from
min_compaction_lag_in_minstomin_compaction_lag_time_in_minutes - Added a new
cli_eventhub_updatefunction to handle EventHub updates using the Create command class - Updated schema definitions to use consistent property names for retention description
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| event_hub_entity.py | Added new update function using AAZ Create command with proper parameter mapping |
| _update.py | Updated parameter names and schema mappings for compaction lag settings |
| _create.py | Standardized parameter naming convention for min compaction lag time |
azure-mgmt-Eventhub azure-mgmt-servicebus multiapi referencesaz eventhubs eventhub
az eventhubs eventhubaz eventhubs namespace
az eventhubs namespaceaz eventhubs namespace: Add nsp-configuration show and nsp-configuration list
Related command
Description
New cmdlets added
az eventhubs namespace nsp-configuration showaz eventhubs namespace nsp-configuration listTesting Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing 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.