Skip to content

Commit

Permalink
{AppConfig} Fix bug in print preview of restore command (#17344)
Browse files Browse the repository at this point in the history
* Fix bug in print preview of restore command

* Add AAD test recording to cred scan suppression
  • Loading branch information
avanigupta committed Mar 29, 2021
1 parent 44e1af8 commit 7a5538f
Show file tree
Hide file tree
Showing 18 changed files with 10,592 additions and 8,976 deletions.
1 change: 1 addition & 0 deletions scripts/ci/credscan/CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{
"file": [
"src\\azure-cli\\azure\\cli\\command_modules\\appconfig\\tests\\latest\\recordings\\test_appconfig_to_appconfig_import_export.yaml",
"src\\azure-cli\\azure\\cli\\command_modules\\appconfig\\tests\\latest\\recordings\\test_azconfig_aad_auth.yaml",
"src\\azure-cli\\azure\\cli\\command_modules\\appconfig\\tests\\latest\\recordings\\test_azconfig_credential.yaml",
"src\\azure-cli\\azure\\cli\\command_modules\\appconfig\\tests\\latest\\recordings\\test_azconfig_feature.yaml",
"src\\azure-cli\\azure\\cli\\command_modules\\appconfig\\tests\\latest\\recordings\\test_azconfig_feature_filter.yaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def __serialize_kv_list_to_comparable_json_list(keyvalues):
kv_json = {'key': kv.key,
'value': kv.value,
'label': kv.label,
'locked': kv.read_only,
'locked': kv.locked,
'last modified': kv.last_modified,
'content type': kv.content_type}
# tags
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri Mar 12 15:17:32 China Standard Time 2021
#Tue Mar 16 18:28:38 Pacific Daylight Time 2021
Color=Red
Region=West US
feature-management.FalseFeature=false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"testSecret": "testValue"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 7a5538f

Please sign in to comment.