Skip to content

Commit 4dec662

Browse files
author
RomanSebranek
committed
directory tree 2
1 parent 1d4c210 commit 4dec662

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

readme.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,29 @@ The logic of this extension is based on a predefined directory structure where y
1212
Let's demonstrate this with the following example:
1313

1414
### 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+
3438

3539

3640
## Definitions

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "Manage-AutomationAccount",
44
"name": "Manage-AutomationAccount",
5-
"version": "1.9.118",
5+
"version": "1.9.119",
66
"publisher": "GreyCorbelSolutions",
77
"targets": [
88
{

0 commit comments

Comments
 (0)