Skip to content

Commit

Permalink
change to secure link (#19552)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfitzmac authored Jun 24, 2022
1 parent d0188b8 commit 8fd1dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@
"properties": {
"url": {
"type": "object",
"description": "The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string)."
"description": "The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string)."
},
"authenticationType": {
"description": "Type of authentication used to connect to the web table source.",
Expand Down Expand Up @@ -1657,7 +1657,7 @@
"properties": {
"url": {
"type": "object",
"description": "The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string)."
"description": "The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or Expression with resultType string)."
},
"authenticationType": {
"description": "The authentication type to be used to connect to the HTTP server.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@
"properties": {
"url": {
"type": "object",
"description": "The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string)."
"description": "The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string)."
},
"authenticationType": {
"description": "Type of authentication used to connect to the web table source.",
Expand Down Expand Up @@ -3680,7 +3680,7 @@
"properties": {
"url": {
"type": "object",
"description": "The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string)."
"description": "The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or Expression with resultType string)."
},
"authenticationType": {
"description": "The authentication type to be used to connect to the HTTP server.",
Expand Down

0 comments on commit 8fd1dd7

Please sign in to comment.