-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dynamic dict for whitelist (#471)
* add dynamic dict
- Loading branch information
Showing
9 changed files
with
3,628 additions
and
12 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
7 changes: 4 additions & 3 deletions
7
azure-cli-diff-tool/azure_cli_diff_tool/data/meta_change_whitelist.txt
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
1010 ams asset get-sas-urls expiry_time default | ||
1010 mariadb server create administrator_login default | ||
1010 mysql flexible-server create administrator_login default | ||
1010 mysql flexible-server restore restore_point_in_time default | ||
1010 mysql flexible-server import create administrator_login default | ||
1010 mysql flexible-server maintenance reschedule maintenance_start_time default | ||
1010 mysql server create administrator_login default | ||
1010 postgres flexible-server create administrator_login default | ||
1010 postgres flexible-server restore restore_point_in_time default | ||
1010 mysql server create administrator_login default | ||
1010 postgres server create administrator_login default | ||
1010 mariadb server create administrator_login default | ||
1010 postgres server create administrator_login default |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
author_email='[email protected]', | ||
packages=find_packages(), | ||
include_package_data=True, | ||
install_requires=["deepdiff==6.3.0", "requests"], | ||
install_requires=["deepdiff==6.3.0", "requests~=2.32.3"], | ||
package_data={ | ||
"azure_cli_diff_tool": ["data/*"] | ||
} | ||
|
Oops, something went wrong.