File tree Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,29 @@ The logic of this extension is based on a predefined directory structure where y
11
11
12
12
Let's demonstrate this with the following example:
13
13
14
- ## Definitions
14
+ ### Directory tree:
15
+ Definitions
16
+ ---Runbooks
17
+ ------test.json
18
+ ------test2.json
19
+ ---JobSchedules
20
+ ------test.json
21
+ ------test2.json
22
+ ---Schedules
23
+ ------Minutes-15.json
24
+ ------Minutes-30.json
25
+ Source
26
+ ---Common
27
+ ---Prod
28
+ ------Runbooks
29
+ ---------test.ps1
30
+ ---------test2.ps1
31
+ ------JobSchedules
32
+ ---------Default-Parameters.json
33
+ ---UAT
34
+
15
35
16
- Following image demonstrates how the definition directory structure looks like:
17
- ![ Definitions directory tree example] ( ./images/Definitions.png )
36
+ ## Definitions
18
37
19
38
Example of runbook file named <strong >test.json</strong >
20
39
@@ -59,9 +78,6 @@ Note: Setting refers to the detail (parameters) of schedules of a specific runbo
59
78
60
79
## Source
61
80
62
- Following image demonstrates how the source directory structure looks like:
63
- ![ Source directory tree example] ( ./images/Source.png )
64
-
65
81
Example of runbook file named <strong >test.ps1</strong >
66
82
67
83
``` powershell
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " Manage-AutomationAccount" ,
4
4
"name" : " Manage-AutomationAccount" ,
5
- "version" : " 1.9.117 " ,
5
+ "version" : " 1.9.118 " ,
6
6
"publisher" : " GreyCorbelSolutions" ,
7
7
"targets" : [
8
8
{
34
34
},
35
35
{
36
36
"path" : " Module"
37
- },
38
- {
39
- "path" : " images/Definitions.png"
40
- },
41
- {
42
- "path" : " images/Source.png"
43
37
}
44
-
45
38
],
46
39
"contributions" : [
47
40
{
You can’t perform that action at this time.
0 commit comments