Skip to content

Commit

Permalink
directory tree 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSebranek committed Jun 11, 2024
1 parent 1d4c210 commit 4dec662
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
42 changes: 23 additions & 19 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,29 @@ The logic of this extension is based on a predefined directory structure where y
Let's demonstrate this with the following example:

### 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
```
-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
```



## Definitions
Expand Down
2 changes: 1 addition & 1 deletion 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.118",
"version": "1.9.119",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down

0 comments on commit 4dec662

Please sign in to comment.