You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Connector/FindImpactedObjects.ps1
+1-42Lines changed: 1 addition & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -207,45 +207,4 @@ foreach ($df in $dataFactories) {
207
207
} catch {
208
208
Write-Host"Failed to fetch linked services for $dataFactoryName"-ForegroundColor Red
209
209
}
210
-
}
211
-
212
-
# Sometimes, Get-AzDataFactoryV2LinkedService will fail to deserialize the payload due to invalid payload, or out-of-date version, let's use Rest API instead
213
-
# foreach ($df in $dataFactories) {
214
-
# $dataFactoryName = $df.DataFactoryName
215
-
# $resourceGroup = $df.ResourceGroupName
216
-
# Write-Host "Data Factory $dataFactoryName (Resource Group $resourceGroup)" -ForegroundColor Green
0 commit comments