diff --git a/independent-publisher-connectors/RegEx Matching/apiDefinition.swagger.json b/independent-publisher-connectors/RegEx Matching/apiDefinition.swagger.json index 6fe218cdbd..9de80d32da 100644 --- a/independent-publisher-connectors/RegEx Matching/apiDefinition.swagger.json +++ b/independent-publisher-connectors/RegEx Matching/apiDefinition.swagger.json @@ -61,10 +61,11 @@ } } }, - "summary": "Check for valid email format", + "summary": "Check for valid email format (deprecated)", "operationId": "ValidEmail", - "description": "This action checks whether entered text is in a valid email format", + "description": "This action checks whether entered text is in a valid email format (deprecated)", "x-ms-visibility": "important", + "deprecated": true, "parameters": [ { "name": "email", @@ -107,10 +108,11 @@ } } }, - "summary": "Check for valid GUID format", - "description": "This action checks whether entered text is in a valid GUID format", + "summary": "Check for valid GUID format (deprecated)", + "description": "This action checks whether entered text is in a valid GUID format (deprecated)", "operationId": "ValidGUID", "x-ms-visibility": "advanced", + "deprecated": true, "parameters": [ { "name": "guid", @@ -157,10 +159,11 @@ "schema": {} } }, - "summary": "Check whether text contains digit", + "summary": "Check whether text contains digit (deprecated)", "operationId": "ContainsDigit", - "description": "This action checks whether entered text contains a digit anywhere", + "description": "This action checks whether entered text contains a digit anywhere (deprecated)", "x-ms-visibility": "important", + "deprecated": true, "parameters": [ { "name": "text", @@ -213,10 +216,11 @@ } } }, - "summary": "Check whether text starts with a specified character", + "summary": "Check whether text starts with a specified character (deprecated)", "operationId": "StartsWith", - "description": "This action checks whether entered text starts with a specified character", + "description": "This action checks whether entered text starts with a specified character (deprecated)", "x-ms-visibility": "important", + "deprecated": true, "parameters": [ { "name": "text", @@ -269,9 +273,10 @@ } }, "operationId": "RegexPattern", - "summary": "Check whether text matches the specified pattern", - "description": "This action checks whether entered text matches the specified pattern", + "summary": "Check whether text matches the specified pattern (deprecated)", + "description": "This action checks whether entered text matches the specified pattern (deprecated)", "x-ms-visibility": "important", + "deprecated": true, "parameters": [ { "name": "text", @@ -325,9 +330,10 @@ } }, "operationId": "EndsWith", - "description": "This action checks whether entered text ends with a specified character", - "summary": "Check whether text ends with a specified character", + "description": "This action checks whether entered text ends with a specified character (deprecated)", + "summary": "Check whether text ends with a specified character (deprecated)", "x-ms-visibility": "important", + "deprecated": true, "parameters": [ { "name": "text", @@ -380,9 +386,10 @@ } }, "operationId": "ValidSSN", - "summary": "Check whether text is in valid US Social Security Number format", - "description": "This action checks whether entered text matches the US Social Security Number format", + "summary": "Check whether text is in valid US Social Security Number format (deprecated)", + "description": "This action checks whether entered text matches the US Social Security Number format (deprecated)", "x-ms-visibility": "important", + "deprecated": true, "parameters": [ { "name": "ssn", @@ -427,8 +434,9 @@ }, "operationId": "ValidCreditCard", "x-ms-visibility": "important", - "description": "This action checks whether input text is a valid credit card number", - "summary": "Check whether text is a valid credit card number", + "description": "This action checks whether input text is a valid credit card number (deprecated)", + "summary": "Check whether text is a valid credit card number (deprecated)", + "deprecated": true, "parameters": [ { "name": "card_number",