Skip to content

Commit 4c9f37e

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/author-global-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $dataFactory.GlobalParameters = $newGlobalParameters
118118
119119
Write-Host "Updating" $newGlobalParameters.Count "global parameters."
120120
121-
Set-AzDataFactoryV2 -InputObject $dataFactory -Force
121+
Set-AzDataFactoryV2 -InputObject $dataFactory -Force -PublicNetworkAccess $dataFactory.PublicNetworkAccess
122122
```
123123

124124
## Next steps

0 commit comments

Comments
 (0)