-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat[dcnm_policy]: adding the functions to handle use_desc_as_key (#285)
* adding the functions to handle use_desc_as_key * adding doc for the new parameter * add bulk update API enpoints for dcnm 11 * fix a pep8 error * address comments and fix a bug when templateNmae is updated, wrong templateName is reported * adding support for the state query, update the document and examples add test cases for use_desc_as_key * fix pep8 errors * fix yamllint error * fix yamllint error * address comments and update the doc
- Loading branch information
Shangxin Du
authored
Jun 18, 2024
1 parent
a473794
commit 35e926b
Showing
6 changed files
with
1,095 additions
and
622 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"python.testing.pytestArgs": ["tests"], | ||
"python.testing.unittestEnabled": false, | ||
"python.testing.pytestEnabled": true | ||
} |
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
Oops, something went wrong.