File tree Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,29 @@ The logic of this extension is based on a predefined directory structure where y
12
12
Let's demonstrate this with the following example:
13
13
14
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
15
+ ```
16
+ -Definitions
17
+ -Runbooks
18
+ -test.json
19
+ -test2.json
20
+ -JobSchedules
21
+ -test.json
22
+ -test2.json
23
+ -Schedules
24
+ -Minutes-15.json
25
+ -Minutes-30.json
26
+ -Source
27
+ -Common
28
+ -Prod
29
+ -Runbooks
30
+ -test.ps1
31
+ -test2.ps1
32
+ -JobSchedules
33
+ -Default-Parameters.json
34
+ -UAT
35
+
36
+ ```
37
+
34
38
35
39
36
40
## Definitions
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.118 " ,
5
+ "version" : " 1.9.119 " ,
6
6
"publisher" : " GreyCorbelSolutions" ,
7
7
"targets" : [
8
8
{
You can’t perform that action at this time.
0 commit comments