Skip to content

Commit

Permalink
directory tree
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSebranek committed Jun 11, 2024
1 parent b4d34e8 commit 1d4c210
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
28 changes: 22 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,29 @@ The logic of this extension is based on a predefined directory structure where y

Let's demonstrate this with the following example:

## Definitions
### Directory tree:
Definitions
---Runbooks
------test.json
------test2.json
---JobSchedules
------test.json
------test2.json
---Schedules
------Minutes-15.json
------Minutes-30.json
Source
---Common
---Prod
------Runbooks
---------test.ps1
---------test2.ps1
------JobSchedules
---------Default-Parameters.json
---UAT


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

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

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

## Source

Following image demonstrates how the source directory structure looks like:
![Source directory tree example](./images/Source.png)

Example of runbook file named <strong>test.ps1</strong>

```powershell
Expand Down
9 changes: 1 addition & 8 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "Manage-AutomationAccount",
"name": "Manage-AutomationAccount",
"version": "1.9.117",
"version": "1.9.118",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down Expand Up @@ -34,14 +34,7 @@
},
{
"path": "Module"
},
{
"path": "images/Definitions.png"
},
{
"path": "images/Source.png"
}

],
"contributions": [
{
Expand Down

0 comments on commit 1d4c210

Please sign in to comment.