File tree 3 files changed +36
-2
lines changed
3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function Export-AdfToArmTemplate {
9
9
[parameter (Mandatory = $false )]
10
10
[String ] $ResourceGroup = ' abcxyz' ,
11
11
[parameter (Mandatory = $false )]
12
- [String ] $AdfUtilitiesVersion = ' 0.1.6 ' ,
12
+ [String ] $AdfUtilitiesVersion = ' 1.0.2 ' ,
13
13
[parameter (Mandatory = $false )]
14
14
[String ] $OutputFolder = ' ArmTemplate'
15
15
)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ InModuleScope azure.datafactory.tools {
36
36
Describe ' Export-AdfToArmTemplate' - Tag ' Unit' {
37
37
38
38
It ' Should exist' {
39
- { Get-Command - Name ' Publish-AdfV2UsingArm ' - ErrorAction Stop } | Should -Not - Throw
39
+ { Get-Command - Name ' Export-AdfToArmTemplate ' - ErrorAction Stop } | Should -Not - Throw
40
40
}
41
41
It ' Should completed successfully' {
42
42
{ Export-AdfToArmTemplate - RootFolder $script :RootFolder } | Should -Not - Throw
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " tr_without_pipeline" ,
3
+ "properties" : {
4
+ "description" : " Backend will fail with this" ,
5
+ "annotations" : [],
6
+ "runtimeState" : " Started" ,
7
+ "pipelines" : [
8
+ ],
9
+ "type" : " ScheduleTrigger" ,
10
+ "typeProperties" : {
11
+ "recurrence" : {
12
+ "frequency" : " Week" ,
13
+ "interval" : 1 ,
14
+ "startTime" : " 2023-02-15T19:32:00" ,
15
+ "timeZone" : " FLE Standard Time" ,
16
+ "schedule" : {
17
+ "minutes" : [
18
+ 11
19
+ ],
20
+ "hours" : [
21
+ 5
22
+ ],
23
+ "weekDays" : [
24
+ " Thursday" ,
25
+ " Friday" ,
26
+ " Monday" ,
27
+ " Tuesday" ,
28
+ " Wednesday"
29
+ ]
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
You can’t perform that action at this time.
0 commit comments