File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ metadata:
18
18
results:
19
19
- metadata:
20
20
Microsoft.DSC:
21
- version: 0.1.0
22
21
duration: *
23
22
name: First Group
24
23
type: Microsoft.DSC/Group
25
24
result:
26
25
- metadata:
27
26
Microsoft.DSC:
28
- version: 0.1.0
29
27
duration: *
30
28
name: First
31
29
type: Test/Echo
@@ -34,14 +32,12 @@ results:
34
32
output: First
35
33
- metadata:
36
34
Microsoft.DSC:
37
- version: 0.1.0
38
35
duration: *
39
36
name: Nested Group
40
37
type: Microsoft.DSC/Group
41
38
result:
42
39
- metadata:
43
40
Microsoft.DSC:
44
- version: 0.1.0
45
41
duration: *
46
42
name: Nested First
47
43
type: Test/Echo
@@ -50,7 +46,6 @@ results:
50
46
output: Nested First
51
47
- metadata:
52
48
Microsoft.DSC:
53
- version: 0.1.0
54
49
duration: *
55
50
name: Nested Second
56
51
type: Test/Echo
@@ -59,14 +54,12 @@ results:
59
54
output: Nested Second
60
55
- metadata:
61
56
Microsoft.DSC:
62
- version: 0.1.0
63
57
duration: *
64
58
name: Last Group
65
59
type: Microsoft.DSC/Group
66
60
result:
67
61
- metadata:
68
62
Microsoft.DSC:
69
- version: 0.1.0
70
63
duration: *
71
64
name: Last
72
65
type: Test/Echo
Original file line number Diff line number Diff line change @@ -250,7 +250,6 @@ impl Configurator {
250
250
Metadata {
251
251
microsoft : Some (
252
252
MicrosoftDscMetadata {
253
- version : Some ( dsc_resource. version . clone ( ) ) ,
254
253
duration : Some ( end_datetime. signed_duration_since ( start_datetime) . to_string ( ) ) ,
255
254
..Default :: default ( )
256
255
}
@@ -326,7 +325,6 @@ impl Configurator {
326
325
Metadata {
327
326
microsoft : Some (
328
327
MicrosoftDscMetadata {
329
- version : Some ( dsc_resource. version . clone ( ) ) ,
330
328
duration : Some ( end_datetime. signed_duration_since ( start_datetime) . to_string ( ) ) ,
331
329
..Default :: default ( )
332
330
}
@@ -369,7 +367,6 @@ impl Configurator {
369
367
Metadata {
370
368
microsoft : Some (
371
369
MicrosoftDscMetadata {
372
- version : Some ( dsc_resource. version . clone ( ) ) ,
373
370
duration : Some ( end_datetime. signed_duration_since ( start_datetime) . to_string ( ) ) ,
374
371
..Default :: default ( )
375
372
}
@@ -429,7 +426,6 @@ impl Configurator {
429
426
Metadata {
430
427
microsoft : Some (
431
428
MicrosoftDscMetadata {
432
- version : Some ( dsc_resource. version . clone ( ) ) ,
433
429
duration : Some ( end_datetime. signed_duration_since ( start_datetime) . to_string ( ) ) ,
434
430
..Default :: default ( )
435
431
}
You can’t perform that action at this time.
0 commit comments