-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az postgres flexible-server execute option is not recognised #33127
Copy link
Copy link
Closed
Labels
Auto-AssignAuto assign by botAuto assign by botDocumentationPostgreSQLService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botDocumentationPostgreSQLService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
Hello,
Since 1st of April 2026, it appears the
executeoption was removed from theaz postgres flexible-server, even though in the documentation, it appears it still should exist.https://learn.microsoft.com/en-us/cli/azure/postgres/flexible-server?view=azure-cli-latest
Were there any changes relating to this? I have a similar issue, but from 2024: Azure/azure-cli-extensions#7447
Related command
az postgres flexible-server execute
Errors
'execute' is misspelled or not recognized by the system.
Issue script & Debug output
'execute' is misspelled or not recognized by the system.
Expected behavior
'execute' option to exist
Environment Summary
azure-cli 2.84.0
core 2.84.0
telemetry 1.1.0
Dependencies:
msal 1.35.0b1
azure-mgmt-resource 24.0.0
(also the same with older version of az cli:
2.51.0)Additional context
No response