Skip to content

Commit 7d8e899

Browse files
authored
Merge pull request #176483 from anchawl/master
removed inbound reference from code
2 parents 84492ee + 519525c commit 7d8e899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/hdinsight/hdinsight-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The following JSON code snippet includes the two network properties that you mus
100100

101101
```json
102102
networkProperties: {
103-
"resourceProviderConnection": "Inbound" | "Outbound",
103+
"resourceProviderConnection": "Outbound",
104104
"privateLink": "Enabled"
105105
}
106106
```

articles/hdinsight/hdinsight-restrict-public-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following JSON code snippet includes the two network properties that you mus
143143

144144
```json
145145
networkProperties: {
146-
"resourceProviderConnection": "Inbound" | "Outbound"
146+
"resourceProviderConnection": "Outbound"
147147
}
148148
```
149149

0 commit comments

Comments
 (0)