[App Configuration] az appconfig kv/snapshot: Add description support - #33840
[App Configuration] az appconfig kv/snapshot: Add description support#33840Christine Wanjau (ChristineWanjau) wants to merge 1 commit into
az appconfig kv/snapshot: Add description support#33840Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
App Configuration |
|
Automated sensitive-information remediation ran on this pull request.
If a credential was exposed, rotate or revoke it immediately. Detected values are never copied into this comment. ✅ Keep the redaction · ❌ Dispute the redaction GitHub only supports a fixed reaction set, so 👍 represents ✅ and 👎 represents ❌. The bot-created reactions are only poll choices. Posted by agent-assist (autonomous bug-fix pipeline). |
Live test results —
|
There was a problem hiding this comment.
Automated Review — Checks Failed
This PR (Azure Client Tools Agent Requested) has failing checks that need attention before merge.
Live test: ❌ failed (azdev test run via issue-sentinel live-test workflow) — run details
CI check summary: 46 passed / 5 failed / 0 pending (53 total)
Failed checks:
Azure.azure-cli— Build #20260804.28 failedAzure.azure-cli Full Test— Build #20260804.31 had test failuresAzure.azure-cli Full Test (Automation Full Test Python312 Profile Latest instance5)— failedAzure.azure-cli Full Test (Automation Full Test Python314 Profile Latest instance5)— failedAzure.azure-cli (Check the Format of Pull Request Title and Content)— failed
The PR title/description format check is failing in addition to the Full Test suite. Please review the linked build logs, fix the underlying test failures, and update the PR title/description to satisfy the Check the Format of Pull Request Title and Content gate (see the repo's PR template for the required format). Once addressed, re-run the checks and this PR will be picked up again for review.
|
🔔 Routing this PR to @Azure/act-codegen-extensibility-squad. |
cd7e592 to
7f6f7af
Compare
az appconfig kv/snapshot: Add description support
🤖 PR Validation — ❌ Action needed
❌AzureCLI-FullTest
Related command
az appconfig kv setaz appconfig kv set-keyvaultaz appconfig kv set-snapshot-referenceaz appconfig snapshot createDescription
Add description support for App Configuration key-values, Key Vault references, snapshot references, and snapshots. The new
--descriptionargument is included in command help and examples, preserved when other key-value properties are updated, and available throughshow,list, and--fieldsoutput.Depends on #33968 for
azure-appconfiguration1.9.0. The SDK dependency changes are intentionally excluded from this PR.Test recordings are also intentionally excluded for now and will be added after the implementation review.
Testing Guide
azdev scanpassed.History Notes
[App Configuration]
az appconfig kv set: Add--descriptionto set a key-value description.[App Configuration]
az appconfig kv set-keyvault: Add--descriptionto set a Key Vault reference description.[App Configuration]
az appconfig kv set-snapshot-reference: Add--descriptionto set a snapshot reference description.[App Configuration]
az appconfig snapshot create: Add--descriptionto set a snapshot description.