-
Notifications
You must be signed in to change notification settings - Fork 1.6k
az postgress up - option values must be strings #6293
Copy link
Copy link
Closed
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamPostgreSQLcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Milestone
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamPostgreSQLcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az postgres up Extension Name: db-up. Version: 0.2.7.Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
I rand the above command, but noticed it created the resource in a location I didn't want.
So I set my default location via
az configure --defaults location=uksouthand got the above when re-running the command.I've now unset the default with
az config unset defaults.locationbut I still get the same error.Expected Behavior
az postgres upto work but in the location I set, i.e. uksouth.Environment Summary
Additional Context