Skip to content

Commit 1d4c210

Browse files
author
RomanSebranek
committed
directory tree
1 parent b4d34e8 commit 1d4c210

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

readme.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,29 @@ The logic of this extension is based on a predefined directory structure where y
1111

1212
Let's demonstrate this with the following example:
1313

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+
1535

16-
Following image demonstrates how the definition directory structure looks like:
17-
![Definitions directory tree example](./images/Definitions.png)
36+
## Definitions
1837

1938
Example of runbook file named <strong>test.json</strong>
2039

@@ -59,9 +78,6 @@ Note: Setting refers to the detail (parameters) of schedules of a specific runbo
5978

6079
## Source
6180

62-
Following image demonstrates how the source directory structure looks like:
63-
![Source directory tree example](./images/Source.png)
64-
6581
Example of runbook file named <strong>test.ps1</strong>
6682

6783
```powershell

vss-extension.json

Lines changed: 1 addition & 8 deletions
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.117",
5+
"version": "1.9.118",
66
"publisher": "GreyCorbelSolutions",
77
"targets": [
88
{
@@ -34,14 +34,7 @@
3434
},
3535
{
3636
"path": "Module"
37-
},
38-
{
39-
"path": "images/Definitions.png"
40-
},
41-
{
42-
"path": "images/Source.png"
4337
}
44-
4538
],
4639
"contributions": [
4740
{

0 commit comments

Comments
 (0)