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: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,14 +217,16 @@ Therefore you can use the following combinations:
217
217
```
218
218
trigger.*
219
219
dataset.DS_*
220
-
*.PL_*
220
+
*.PL_*@test*
221
221
linkedService.???KeyVault*
222
222
pipeline.ScdType[123]
223
+
trigger.*@testFolder
223
224
```
224
-
Full name of objects supported by the module is built of: `{Type}.{Name}`
225
+
Full name of objects supported by the module is built of: `{Type}.{Name}@{Folder}`
225
226
All potential combinations can be found in code repository of ADF:
226
227
*Type* - name of folder
227
-
*Name* - name of file (without JSON extension)
228
+
*Name* - name of file (without JSON extension)
229
+
*Folder* - name of (ADF) folder to which objects belong to
228
230
229
231
> More info about wildcard: [About Wildcard](https://docs.microsoft.com/en-gb/powershell/module/microsoft.powershell.core/about/about_wildcards?view=powershell-5.1)
0 commit comments