{"id":16481940,"url":"https://github.com/raandree/230911devopsworkshop","last_synced_at":"2026-05-11T08:51:58.572Z","repository":{"id":194085691,"uuid":"690077402","full_name":"raandree/230911DevOpsWorkshop","owner":"raandree","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-12T08:57:17.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T10:37:44.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raandree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-11T13:40:44.000Z","updated_at":"2023-09-11T13:42:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b82f88c-c274-4922-9304-7866a78f96b1","html_url":"https://github.com/raandree/230911DevOpsWorkshop","commit_stats":null,"previous_names":["raandree/230911devopsworkshop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raandree%2F230911DevOpsWorkshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raandree%2F230911DevOpsWorkshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raandree%2F230911DevOpsWorkshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raandree%2F230911DevOpsWorkshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raandree","download_url":"https://codeload.github.com/raandree/230911DevOpsWorkshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241198943,"owners_count":19926554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:09:09.012Z","updated_at":"2026-05-11T08:51:58.527Z","avatar_url":"https://github.com/raandree.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 1.1. Additional Agenda\n\n-\tFunctions and modules\n-\tFile copy in a pipeline to azure file share\n-\tConnect to ExOnline\n-\tCRON jobs\n-\tPipeline Parameters\n\n## 1.2. Additional Resources\n\n- [PowerShellTraining](https://github.com/raandree/PowerShellTraining)\n- [Markdown Guide](https://www.markdownguide.org/)\n  - [Pandoc](https://pandoc.org/)\n- [AutomatedLab](https://automatedlab.org/en/latest/)\n\n## Coding guidelines\n- [THE CURIOUS CASE OF $NULL](https://evotec.xyz/the-curious-case-of-null-should-be-on-the-left-side-of-equality-comparisons-psscriptanalyzer/#:~:text=The%20only%20way%20to%20reliably,cast%20to%20other%20scalar%20types).\n- [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer)\n- [Customize your VS Code setup for a project, or for a language](https://www.roboleary.net/vscode/2020/09/17/vscode-workspace-settings.html#:~:text=Typically%2C%20a%20VS%20Code%20%E2%80%9Cworkspace%E2%80%9D%20is%20just%20your,and%20they%20are%20stored%20locally%20in%20%3C%3Cproject%20folder%3E%3E%2F.vscode%2Fsettings.json.)\n\n## Branch models\n\n[Trunk based development](https://trunkbaseddevelopment.com/)\n[Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)\n\n\n```powershell\n    param(\n        [Parameter(Mandatory, ValueFromPipeline)]\n        [ValidateScript( { Test-Path -Path $_ -PathType Container })]\n        [string[]]$Path,\n                \n        [ValidateRange(1, [long]::MaxValue)]\n        [long]$MaxSize = 100KB,\n        \n        [switch]$AddSummary\n    )\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraandree%2F230911devopsworkshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraandree%2F230911devopsworkshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraandree%2F230911devopsworkshop/lists"}