Skip to content

Commit 8fd1dd7

Browse files
authored
change to secure link (#19552)
1 parent d0188b8 commit 8fd1dd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
"properties": {
10851085
"url": {
10861086
"type": "object",
1087-
"description": "The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string)."
1087+
"description": "The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string)."
10881088
},
10891089
"authenticationType": {
10901090
"description": "Type of authentication used to connect to the web table source.",
@@ -1657,7 +1657,7 @@
16571657
"properties": {
16581658
"url": {
16591659
"type": "object",
1660-
"description": "The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string)."
1660+
"description": "The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or Expression with resultType string)."
16611661
},
16621662
"authenticationType": {
16631663
"description": "The authentication type to be used to connect to the HTTP server.",

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,7 @@
21382138
"properties": {
21392139
"url": {
21402140
"type": "object",
2141-
"description": "The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string)."
2141+
"description": "The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string)."
21422142
},
21432143
"authenticationType": {
21442144
"description": "Type of authentication used to connect to the web table source.",
@@ -3680,7 +3680,7 @@
36803680
"properties": {
36813681
"url": {
36823682
"type": "object",
3683-
"description": "The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string)."
3683+
"description": "The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or Expression with resultType string)."
36843684
},
36853685
"authenticationType": {
36863686
"description": "The authentication type to be used to connect to the HTTP server.",

0 commit comments

Comments
 (0)