This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VCDA-549] Fix query service to handle special characters in filter v…
…alues (#239) As a fallout of vmware-archive/pyvcloud#282, we need to make sure that we url encode filter values properly in vcd-cli. Changed qfilter to equality_filter wherever possible, since equality_filter url-encodes the value properly. Tested the following commands to make sure that no regressions were introduced vcd catalog list vcd info adminVApp vcd vapp list vcd vapp list Also replaced hard-coded strings to their ResourceType enum counterparts.
- Loading branch information
Showing
3 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters