{"id":45965555,"url":"https://github.com/thecloudexplorers/simply-scripted","last_synced_at":"2026-02-28T14:13:34.669Z","repository":{"id":174928977,"uuid":"474040929","full_name":"thecloudexplorers/simply-scripted","owner":"thecloudexplorers","description":"This repo is a collection of various scripts and functions that support automation of Azure, Azure DevOps and related tooling.","archived":false,"fork":false,"pushed_at":"2025-12-22T10:25:32.000Z","size":329,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-23T21:44:43.932Z","etag":null,"topics":["azure","azure-devops","microsoft-graph-api","powershell","winget"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecloudexplorers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-25T14:25:05.000Z","updated_at":"2025-12-22T10:25:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa6811f1-9317-4cbe-9b2d-b78fa5e4fc17","html_url":"https://github.com/thecloudexplorers/simply-scripted","commit_stats":null,"previous_names":["thecloudexplorers/simply-scripted"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecloudexplorers/simply-scripted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecloudexplorers%2Fsimply-scripted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecloudexplorers%2Fsimply-scripted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecloudexplorers%2Fsimply-scripted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecloudexplorers%2Fsimply-scripted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecloudexplorers","download_url":"https://codeload.github.com/thecloudexplorers/simply-scripted/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecloudexplorers%2Fsimply-scripted/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29937002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["azure","azure-devops","microsoft-graph-api","powershell","winget"],"created_at":"2026-02-28T14:13:34.062Z","updated_at":"2026-02-28T14:13:34.654Z","avatar_url":"https://github.com/thecloudexplorers.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simply-scripted\n\nThis repo is a collection of automation snippets for Azure, Azure DevOps, and supporting tooling. The repo includes\nBicep controllers and modules, PowerShell deployment scripts and functions, and Azure DevOps pipeline decorator\nexamples.\n\n## Bicep controllers (composed deployments)\n- [iac/az-controllers/bastionJumpBox.bicep](iac/az-controllers/bastionJumpBox.bicep) - Bastion host, jump box VM, NICs,\n  vNet/subnets, NSGs, PIP, and Key Vault with secrets. - QuickStart guide in\n  [iac/az-controllers/bastionJumpBox.md](iac/az-controllers/bastionJumpBox.md).\n- [iac/az-controllers/serverVM.bicep](iac/az-controllers/serverVM.bicep) - Adds a server VM with NIC and subnet into an\n  existing vNet.\n- [iac/az-controllers/managementGroupHierarchy.bicep](iac/az-controllers/managementGroupHierarchy.bicep) - Deploys a\n  CAF-inspired management group hierarchy (up to six tiers) plus optional default MG and creation policy.\n- [iac/az-controllers/serviceGroupsHierarchy.bicep](iac/az-controllers/serviceGroupsHierarchy.bicep) - Deploys Azure\n  Service Groups (preview) in up to ten tiers. Details in\n  [iac/az-controllers/serviceGroupsHierarchy.md](iac/az-controllers/serviceGroupsHierarchy.md).\n\nSample parameter files live in [params](params) (for example\n[params/serviceGroupsHierarchy.json](params/serviceGroupsHierarchy.json)).\n\n## Bicep modules (building blocks)\nLocated under [iac/az-modules](iac/az-modules), covering:\n- **Microsoft.Management**:\n  [managementGroup.bicep](iac/az-modules/managementGroup.bicep),\n  [serviceGroup.bicep](iac/az-modules/serviceGroup.bicep)\n- **Microsoft.Network**:\n  [virtualNetwork.bicep](iac/az-modules/virtualNetwork.bicep),\n  [subnet.bicep](iac/az-modules/subnet.bicep),\n  [networkSecurityGroup.bicep](iac/az-modules/networkSecurityGroup.bicep),\n  [publicIPAddress.bicep](iac/az-modules/publicIPAddress.bicep),\n  [networkInterface.bicep](iac/az-modules/networkInterface.bicep),\n  [bastionHost.bicep](iac/az-modules/bastionHost.bicep)\n- **Microsoft.Compute**:\n  [virtualMachine.bicep](iac/az-modules/virtualMachine.bicep)\n- **Microsoft.KeyVault**: [vault.bicep](iac/az-modules/vault.bicep),\n  [secret.bicep](iac/az-modules/secret.bicep)\n- **Microsoft.ContainerRegistry**:\n  [registry.bicep](iac/az-modules/registry.bicep)\n- **Utilities**: [resourceId.bicep](iac/az-modules/resourceId.bicep),\n  [timestamp.bicep](iac/az-modules/timestamp.bicep)\n\n## PowerShell\nDeployment helpers for standing up the labs, managing configuration, and reusable functions for Azure/Entra, Azure\nDevOps, and Graph automation.\n\nDeployment scripts:\n- [powershell/deployBastionJumpBox.ps1](powershell/deployBastionJumpBox.ps1),\n- [powershell/deployServerVm.ps1](powershell/deployServerVm.ps1),\n- [powershell/deployBasicRegistry.ps1](powershell/deployBasicRegistry.ps1),\n- [powershell/replaceConfigurationFilesTokens.ps1](powershell/replaceConfigurationFilesTokens.ps1),\n- [powershell/getAllAzRoleAssignments.ps1](powershell/getAllAzRoleAssignments.ps1).\n\nFunction library in [powershell/functions](powershell/functions):\n- [Add-EnIdApplicationOwnerInBulk.ps1](powershell/functions/Add-EnIdApplicationOwnerInBulk.ps1)\n- [Confirm-AdoGroupMembership.ps1](powershell/functions/Confirm-AdoGroupMembership.ps1)\n- [Connect-AzInAppRegistrationContext.ps1](powershell/functions/Connect-AzInAppRegistrationContext.ps1)\n- [Connect-MgGraphWithCurrentAzContext.ps1](powershell/functions/Connect-MgGraphWithCurrentAzContext.ps1)\n- [Convert-TokensToValues.ps1](powershell/functions/Convert-TokensToValues.ps1)\n- [ConvertFrom-SecureStringToPlainText.ps1](powershell/functions/ConvertFrom-SecureStringToPlainText.ps1)\n- [Export-AzRoleAssignmentsWithPrincipalNames.ps1](powershell/functions/Export-AzRoleAssignmentsWithPrincipalNames.ps1)\n- [Get-FileHashDownload.ps1](powershell/functions/Get-FileHashDownload.ps1)\n- [Get-MgGraphToken.ps1](powershell/functions/Get-MgGraphToken.ps1)\n- [Get-SubscriptionsFromManagementGroupAncestorsChain.ps1](powershell/functions/Get-SubscriptionsFromManagementGroupAncestorsChain.ps1)\n- [New-AdoArmServiceConnection.ps1](powershell/functions/New-AdoArmServiceConnection.ps1)\n- [New-AdoAuthenticationToken.ps1](powershell/functions/New-AdoAuthenticationToken.ps1)\n- [New-AdoProject.ps1](powershell/functions/New-AdoProject.ps1)\n- [New-TenantRootAssignment.ps1](powershell/functions/New-TenantRootAssignment.ps1)\n- [Read-AdoOrganizationAdvancedSecurityStatus.ps1](powershell/functions/Read-AdoOrganizationAdvancedSecurityStatus.ps1)\n- [Read-AdoOrganizationDefaultLicenseType.ps1](powershell/functions/Read-AdoOrganizationDefaultLicenseType.ps1)\n- [Read-AdoOrganizationGeneralBillingSettings.ps1](powershell/functions/Read-AdoOrganizationGeneralBillingSettings.ps1)\n- [Read-AdoOrganizationGeneralOverview.ps1](powershell/functions/Read-AdoOrganizationGeneralOverview.ps1)\n- [Read-AdoOrganizationPipelinesSettings.ps1](powershell/functions/Read-AdoOrganizationPipelinesSettings.ps1)\n- [Read-AdoOrganizationSecurityPolicies.ps1](powershell/functions/Read-AdoOrganizationSecurityPolicies.ps1)\n- [Read-AdoRepoAdvancedSecurityStatus.ps1](powershell/functions/Read-AdoRepoAdvancedSecurityStatus.ps1)\n- [Read-AdoTenantOrganizationConnections.ps1](powershell/functions/Read-AdoTenantOrganizationConnections.ps1)\n- [Remove-SoftDeletedApiManagementInstance.ps1](powershell/functions/Remove-SoftDeletedApiManagementInstance.ps1)\n- [Set-AdoAuditStream.ps1](powershell/functions/Set-AdoAuditStream.ps1)\n- [Set-AzRoleAssignments.ps1](powershell/functions/Set-AzRoleAssignments.ps1)\n- [Set-EnIdApps.ps1](powershell/functions/Set-EnIdApps.ps1)\n- [Set-EnIdGroups.ps1](powershell/functions/Set-EnIdGroups.ps1)\n- [Test-AdoServiceConnection.ps1](powershell/functions/Test-AdoServiceConnection.ps1)\n\n## Azure DevOps pipeline samples\nDecorator examples under [pipelines/decorators](pipelines/decorators) demonstrate injecting tasks (Hello World,\nGitleaks, Microsoft Security DevOps) via vss-extension.json plus YAML snippets. Token replacement pipeline sample in\n[pipelines/replaceConfigurationFilesTokens](pipelines/replaceConfigurationFilesTokens/readme.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecloudexplorers%2Fsimply-scripted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecloudexplorers%2Fsimply-scripted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecloudexplorers%2Fsimply-scripted/lists"}