File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/azure-cli/azure/cli/command_modules/appconfig Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949from ._constants import (FeatureFlagConstants , KeyVaultConstants ,
5050 SearchFilterOptions , StatusCodes ,
5151 ImportExportProfiles , CompareFieldsMap ,
52- JsonDiff , ImportMode ,
52+ JsonDiff , ImportMode ,
5353 AIConfigConstants , HttpHeaders )
5454from ._featuremodels import map_keyvalue_to_featureflag
5555from ._json import parse_json_with_comments
@@ -992,6 +992,6 @@ def __validate_json_value(json_string, content_type):
992992 # We do not allow comments in keyvault references, feature flags, and AI chat completion configs
993993 if content_type in (FeatureFlagConstants .FEATURE_FLAG_CONTENT_TYPE , KeyVaultConstants .KEYVAULT_CONTENT_TYPE , AIConfigConstants .AI_CHAT_COMPLETION_CONTENT_TYPE ):
994994 json .loads (json_string )
995-
995+
996996 else :
997997 parse_json_with_comments (json_string )
You can’t perform that action at this time.
0 commit comments