AzureScout
2.5.3
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) 2026 Hybrid Cloud Solutions. All rights reserved.
Package Details
Author(s)
- Kristopher Turner
Tags
Azure AzureScout Discovery Inventory Assessment CAF WAF WellArchitected CloudAdoptionFramework LandingZone Governance AZSC EntraID Resources ARM Graph Reporting Excel PowerBI
Functions
Start-AZSCAdvisoryJob Start-AZSCPolicyJob Start-AZSCSecCenterJob Start-AZSCSubscriptionJob Wait-AZSCJob Build-AZSCDiagramSubnet Set-AZSCDiagramFile Start-AZSCDiagramJob Start-AZSCDiagramNetwork Start-AZSCDiagramOrganization Start-AZSCDiagramSubscription Start-AZSCDrawIODiagram Invoke-AzureScout Test-AZSCPermissions Start-AZSCWizard Invoke-ScoutAssessment Test-ScoutPermission Invoke-ScoutPipeline Get-ScoutInventoryDrift Get-ScoutCostAnomaly Get-ScoutIacGap Import-ScoutConfig Export-ScoutConfig
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v2.5.3 -- A normal Azure response aborted the entire inventory run (AB#5633). A run against a real tenant died right after the API inventory phase with "The property 'ReservationRecomen' cannot be found on this object." This was not a null-reference fault. Every src/*.ps1 sets Set-StrictMode -Version Latest at file scope and AzureScout.psm1 dot-sources them, so the whole module including the v1 inventory path runs strict, and under StrictMode member enumeration over a collection reports the property missing when the enumeration yields nothing at all -- which is exactly what an empty collection on every element produces, because the empties flatten away. A null value is safe; an empty one is not. The Consumption reservationRecommendations API returns { "value": [] } for a subscription with no recommendations, so a perfectly healthy tenant crashed the run. All seven reads at that site now go through Get-AZSCCollectedValue, which reads element-wise. The same class was swept: $Resources is a mixed array whose Resource Graph rows carry subscriptionId and Type while the REST rows beside them do not, and two collectors running in module scope filtered it with bare property reads -- Get-AZSCVMQuotas on $_.subscriptionId, which meant no quota was collected for any subscription rather than just the offending one, and Get-AZSCVMSkuDetails on $_.TYPE plus an -ExpandProperty over rows without a location. The ~176 inventory modules use the same filter shape safely because they run in fresh runspaces with StrictMode unset, and are unchanged. Diagram jobs never actually waited: Start-AZSCDiagramJob looped on $Job.Runspace.IsCompleted, but those handles are PowerShellAsyncResult and have no Runspace property, so the expression was empty, -contains $false was always false, and EndInvoke raced the work it was collecting; v2.5.2 fixed this same line in Start-AZSCProcessJob and missed this copy. An unavailable Cost Management API destroyed the whole run (AB#5636): Get-AZSCCostInventory ended its catch with throw and the $Costs = @() fallback on the next line was unreachable dead code, so a machine without Az.CostManagement lost the entire report to -IncludeCosts. Cost data is optional enrichment and now warns, naming the install command, and continues. Az.CostManagement is deliberately not auto-installed -- doing so drags in a newer Az.Accounts, and two side-by-side versions make every Import-Module die with a stack overflow inside Az.Accounts' own assembly-load-context resolver. NEW: every run now writes a detailed log into its own run folder with no extra parameter (AB#5634, AB#5635). scout-run.log carries a metadata header, every phase boundary with elapsed time and counts, warnings, and on failure the full error record -- message, exception type, failing script, line number, statement and script stack trace; scout-console.log carries the console transcript. A failed run prints the log path before exiting. Logging is best-effort: if the log cannot be written the run still proceeds. It paid for itself immediately -- the Cost Management defect and both mixed-array collector crashes were found by reading the log rather than by re-running with -Debug. v2.5.2 -- A whole report category could silently vanish from a run (AB#5629). Inventory output was non-deterministic: ReportCache/Compute.json came back 5,158 bytes on one run and 470 on the next, same tenant and scope, with every Compute module reporting zero rows while the hashtable keys were still present. The cause was a race, not throttling: Wait-AZSCJob looped only while a job was Running, but Start-Job is asynchronous and a job created moments earlier sits in NotStarted, a state that satisfied neither the wait loop nor the caller job-selection filter, so it was never waited on and Build-AZSCCacheFiles then ran Receive-Job followed by Remove-Job, destroying it before it produced anything. Both now treat every non-terminal state as pending. Build-AZSCCacheFiles now warns when a job is harvested in a non-Completed state or a category returns no data, naming the category, instead of reporting an empty estate in silence. Also, Build-AZSCExcelComObject surfaced a raw 0x80040154 REGDB_E_CLASSNOTREG on every machine without Excel installed; the report is already complete and saved at that point, so the missing ProgID is now detected up front and explained in one line. v2.5.1 -- Seven fixes that let a full inventory run complete against a real tenant. Every one was found by running the product end to end against live Azure; the 1692-test suite passed throughout because nothing drove the extraction, processing and reporting chain against real collector output. Extraction: $MGContainerExtension was consumed unconditionally by the resourcecontainers query but only assigned in the -ManagementGroup branch (AB#5547). Processing: 41 .IsPresent reads on parameters not declared [switch] -- null when the caller omits them (AB#5547). Reporting (AB#5567): ImportExcel throws on a -Style range or -TableName over a worksheet with zero data rows; the cost and update-manager worksheets read VM property names the collector never emitted, so those sheets had never carried VM rows; 29 worksheet dereferences threw whenever the estate produced no such sheet; 10 pivot titles were read before assignment; and the Markdown export died on a trailing italic underscore parsed as part of the identifier. First live-tenant verification of the -IncludeDevOps collectors: 166 resources across 74 projects. Full history for every earlier release is in CHANGELOG.md: https://github.com/thisismydemo/azure-scout/blob/main/CHANGELOG.md
FileList
- AzureScout.nuspec
- .mcp.json
- Modules\Public\InventoryModules\AI\SearchServices.ps1
- output\20260723_081532\govviz\repo\img\AzDO_Repo-Permissions.png
- action.yml
- Modules\Public\InventoryModules\AI\SpeechService.ps1
- output\20260723_081532\govviz\repo\img\AzGovVizConnectingDots_v4.2.png
- Modules\Public\InventoryModules\AI\TextAnalytics.ps1
- output\20260723_081532\govviz\repo\img\azgvz_MDfC_securityAlert.png
- AzureScout.psd1
- Modules\Public\InventoryModules\AI\Translator.ps1
- output\20260723_011003\govviz\repo\img\AzADServicePrincipalInsights_preview_s.png
- output\20260723_081532\govviz\repo\img\azureappdeployconfig.png
- AzureScout.psm1
- Modules\Public\InventoryModules\Analytics\Databricks.ps1
- output\20260723_011003\govviz\repo\img\azadvertizer70.png
- output\20260723_081532\govviz\repo\img\buildpipeline.png
- CHANGELOG.md
- Modules\Public\InventoryModules\Analytics\DataExplorerCluster.ps1
- output\20260723_011003\govviz\repo\img\azdo_aad_oidc_0.jpg
- output\20260723_081532\govviz\repo\img\buildpipeline2.png
- LICENSE
- Modules\Public\InventoryModules\Analytics\EvtHub.ps1
- output\20260723_011003\govviz\repo\img\azdo_aad_oidc_1.jpg
- output\20260723_081532\govviz\repo\img\buildpipeline3.png
- README.md
- Modules\Public\InventoryModules\Analytics\Purview.ps1
- output\20260723_011003\govviz\repo\img\AzDO_md.png
- output\20260723_081532\govviz\repo\img\chatGPT.png
- testResults.xml
- Modules\Public\InventoryModules\Analytics\Streamanalytics.ps1
- output\20260723_011003\govviz\repo\img\AzDO_md_v4.png
- output\20260723_081532\govviz\repo\img\codespaces0.png
- .ado\azure-pipelines.yml
- Modules\Public\InventoryModules\Analytics\Synapse.ps1
- output\20260723_011003\govviz\repo\img\azdo_oidc_0.jpg
- output\20260723_081532\govviz\repo\img\codespaces1.png
- .codex\config.toml
- Modules\Public\InventoryModules\Compute\AvailabilitySets.ps1
- output\20260723_011003\govviz\repo\img\azdo_oidc_1.jpg
- output\20260723_081532\govviz\repo\img\codespaces2.png
- config\scout.config.json
- Modules\Public\InventoryModules\Compute\AVD.ps1
- output\20260723_011003\govviz\repo\img\AzDO_Repo-Permissions.png
- output\20260723_081532\govviz\repo\img\codespaces3.png
- manifests\assessments.psd1
- Modules\Public\InventoryModules\Compute\AVDApplicationGroups.ps1
- output\20260723_011003\govviz\repo\img\AzGovVizConnectingDots_v4.2.png
- output\20260723_081532\govviz\repo\img\codespaces4.png
- scripts\Build-TaskList.ps1
- Modules\Public\InventoryModules\Compute\AVDApplications.ps1
- output\20260723_011003\govviz\repo\img\azgvz_MDfC_securityAlert.png
- output\20260723_081532\govviz\repo\img\consumption.png
- scripts\Test-BoardConformance.ps1
- Modules\Public\InventoryModules\Compute\AVDAzureLocal.ps1
- output\20260723_011003\govviz\repo\img\azureappdeployconfig.png
- output\20260723_081532\govviz\repo\img\criticalMemoryUsage.png
- src\Invoke-ScoutAssessment.ps1
- Modules\Public\InventoryModules\Compute\AVDScalingPlans.ps1
- output\20260723_011003\govviz\repo\img\buildpipeline.png
- output\20260723_081532\govviz\repo\img\DefinitionInsights.png
- src\Invoke-ScoutPipeline.ps1
- Modules\Public\InventoryModules\Compute\AVDSessionHosts.ps1
- output\20260723_011003\govviz\repo\img\buildpipeline2.png
- output\20260723_081532\govviz\repo\img\demo4_66.png
- src\Write-ScoutProgress.ps1
- Modules\Public\InventoryModules\Compute\AVDWorkspaces.ps1
- output\20260723_011003\govviz\repo\img\buildpipeline3.png
- output\20260723_081532\govviz\repo\img\downloadcsv450.png
- output\20260723_012323\assessment_deck.pptx
- Modules\Public\InventoryModules\Compute\CloudServices.ps1
- output\20260723_011003\govviz\repo\img\chatGPT.png
- output\20260723_081532\govviz\repo\img\gitdiff600.jpg
- output\20260723_012323\assessment_evidence.xlsx
- Modules\Public\InventoryModules\Compute\VirtualMachine.ps1
- output\20260723_011003\govviz\repo\img\codespaces0.png
- output\20260723_081532\govviz\repo\img\HierarchyMap.png
- output\20260723_012323\collect.json
- Modules\Public\InventoryModules\Compute\VirtualMachineScaleSet.ps1
- output\20260723_011003\govviz\repo\img\codespaces1.png
- output\20260723_081532\govviz\repo\img\identifier.jpg
- output\20260723_012323\findings.json
- Modules\Public\InventoryModules\Compute\VMDisk.ps1
- output\20260723_011003\govviz\repo\img\codespaces2.png
- output\20260723_081532\govviz\repo\img\insights_map_pwsh.png
- output\20260723_012323\report.html
- Modules\Public\InventoryModules\Compute\VMOperationalData.ps1
- output\20260723_011003\govviz\repo\img\codespaces3.png
- output\20260723_081532\govviz\repo\img\jsonfolderfull450.jpg
- output\20260723_012446\assessment_deck.pptx
- Modules\Public\InventoryModules\Compute\VMWare.ps1
- output\20260723_011003\govviz\repo\img\codespaces4.png
- output\20260723_081532\govviz\repo\img\MicrosoftDefenderForCloudCoverage_preview.png
- output\20260723_012446\assessment_evidence.xlsx
- Modules\Public\InventoryModules\Containers\AKS.ps1
- output\20260723_011003\govviz\repo\img\consumption.png
- output\20260723_081532\govviz\repo\img\orphanedResourcesCostSavings.png
- output\20260723_012446\collect.json
- Modules\Public\InventoryModules\Containers\ARO.ps1
- output\20260723_011003\govviz\repo\img\criticalMemoryUsage.png
- output\20260723_081532\govviz\repo\img\orphaned_stoppedVMs.png
- output\20260723_012446\findings.json
- Modules\Public\InventoryModules\Containers\ContainerApp.ps1
- output\20260723_011003\govviz\repo\img\DefinitionInsights.png
- output\20260723_081532\govviz\repo\img\permissions.png
- output\20260723_012446\report.html
- Modules\Public\InventoryModules\Containers\ContainerAppEnv.ps1
- output\20260723_011003\govviz\repo\img\demo4_66.png
- output\20260723_081532\govviz\repo\img\pimeligibilityIntegrateRoleassignmentsall.png
- output\20260723_082108\assessment_deck.pptx
- Modules\Public\InventoryModules\Containers\ContainerGroups.ps1
- output\20260723_011003\govviz\repo\img\downloadcsv450.png
- output\20260723_081532\govviz\repo\img\PSRuleForAzure_preview.png
- output\20260723_082108\assessment_evidence.xlsx
- Modules\Public\InventoryModules\Containers\ContainerRegistries.ps1
- output\20260723_011003\govviz\repo\img\gitdiff600.jpg
- output\20260723_081532\govviz\repo\img\releaseartifactconfig.png
- output\20260723_082108\collect.json
- Modules\Public\InventoryModules\Databases\CosmosDB.ps1
- output\20260723_011003\govviz\repo\img\HierarchyMap.png
- output\20260723_081532\govviz\repo\img\releasepipeline.png
- output\20260723_082108\findings.json
- Modules\Public\InventoryModules\Databases\MariaDB.ps1
- output\20260723_011003\govviz\repo\img\identifier.jpg
- output\20260723_081532\govviz\repo\img\releaseschedule.png
- output\20260723_082108\report.html
- Modules\Public\InventoryModules\Databases\MySQL.ps1
- output\20260723_011003\govviz\repo\img\insights_map_pwsh.png
- output\20260723_081532\govviz\repo\img\releasetrigger.png
- src\analyze\Get-ScoutCostAnomaly.ps1
- Modules\Public\InventoryModules\Databases\MySQLflexible.ps1
- output\20260723_011003\govviz\repo\img\jsonfolderfull450.jpg
- output\20260723_081532\govviz\repo\img\ScopeInsights.png
- src\analyze\Get-ScoutIacGap.ps1
- Modules\Public\InventoryModules\Databases\POSTGRE.ps1
- output\20260723_011003\govviz\repo\img\MicrosoftDefenderForCloudCoverage_preview.png
- output\20260723_081532\govviz\repo\img\stats.jpg
- src\assess\Compare-Benchmark.ps1
- Modules\Public\InventoryModules\Databases\POSTGREFlexible.ps1
- output\20260723_011003\govviz\repo\img\orphanedResourcesCostSavings.png
- output\20260723_081532\govviz\repo\img\TenantSummary.png
- src\assess\Export-ScoutConfig.ps1
- Modules\Public\InventoryModules\Databases\RedisCache.ps1
- output\20260723_011003\govviz\repo\img\orphaned_stoppedVMs.png
- output\20260723_081532\govviz\repo\img\TenantSummary_20221129.png
- src\assess\Import-ScoutConfig.ps1
- Modules\Public\InventoryModules\Databases\SQLDB.ps1
- output\20260723_011003\govviz\repo\img\permissions.png
- output\20260723_081532\govviz\repo\img\webapp_authentication.png
- src\assess\Invoke-Assessment.ps1
- Modules\Public\InventoryModules\Databases\SQLMI.ps1
- output\20260723_011003\govviz\repo\img\pimeligibilityIntegrateRoleassignmentsall.png
- output\20260723_081532\govviz\repo\img\webapp_AzDO_yml.png
- src\assess\Test-ScoutPermission.ps1
- Modules\Public\InventoryModules\Databases\SQLMIDB.ps1
- output\20260723_011003\govviz\repo\img\PSRuleForAzure_preview.png
- output\20260723_081532\govviz\repo\img\webapp_configure.png
- src\collect\ConvertFrom-ScoutInventory.ps1
- Modules\Public\InventoryModules\Databases\SQLPOOL.ps1
- output\20260723_011003\govviz\repo\img\releaseartifactconfig.png
- output\20260723_081532\govviz\repo\img\webapp_create.png
- src\collect\Invoke-Collect.ps1
- Modules\Public\InventoryModules\Databases\SQLSERVER.ps1
- output\20260723_011003\govviz\repo\img\releasepipeline.png
- output\20260723_081532\govviz\repo\img\webapp_defaultdocs.png
- src\ingest\Import-AdvisorScores.ps1
- Modules\Public\InventoryModules\Databases\SQLVM.ps1
- output\20260723_011003\govviz\repo\img\releaseschedule.png
- output\20260723_081532\govviz\repo\img\webapp_GitHub_yml.png
- src\ingest\Import-AzGovViz.ps1
- Modules\Public\InventoryModules\Hybrid\ArcDataControllers.ps1
- output\20260723_011003\govviz\repo\img\releasetrigger.png
- output\20260723_081532\govviz\repo\pwsh\AzGovVizParallel.ps1
- src\ingest\Import-Governance.ps1
- Modules\Public\InventoryModules\Hybrid\ArcExtensions.ps1
- output\20260723_011003\govviz\repo\img\ScopeInsights.png
- output\20260723_081532\govviz\repo\pwsh\prerequisites.ps1
- src\ingest\Invoke-ArgQueryPack.ps1
- Modules\Public\InventoryModules\Hybrid\ArcGateways.ps1
- output\20260723_011003\govviz\repo\img\stats.jpg
- output\20260723_081532\govviz\repo\slides\AzGovViz_intro.pdf
- src\report\Export-Report.ps1
- Modules\Public\InventoryModules\Hybrid\ArcKubernetes.ps1
- output\20260723_011003\govviz\repo\img\TenantSummary.png
- output\20260723_081656\govviz\repo\.devcontainer\devcontainer.json
- src\report\Get-ScoutDrift.ps1
- Modules\Public\InventoryModules\Hybrid\ArcResourceBridge.ps1
- output\20260723_011003\govviz\repo\img\TenantSummary_20221129.png
- output\20260723_081656\govviz\repo\.devcontainer\Dockerfile
- src\report\Get-ScoutInventoryDrift.ps1
- Modules\Public\InventoryModules\Hybrid\ArcServerOperationalData.ps1
- output\20260723_011003\govviz\repo\img\webapp_authentication.png
- output\20260723_081656\govviz\repo\img\aad850.png
- Modules\Private\Extraction\Get-AZTIAPIResources.ps1
- Modules\Public\InventoryModules\Hybrid\ARCServers.ps1
- output\20260723_011003\govviz\repo\img\webapp_AzDO_yml.png
- output\20260723_081656\govviz\repo\img\aadpermissionsportal_4.jpg
- Modules\Private\Extraction\Get-AZTICostInventory.ps1
- Modules\Public\InventoryModules\Hybrid\ArcSites.ps1
- output\20260723_011003\govviz\repo\img\webapp_configure.png
- output\20260723_081656\govviz\repo\img\azadserviceprincipalinsights73.png
- Modules\Private\Extraction\Get-AZTIManagementGroups.ps1
- Modules\Public\InventoryModules\Hybrid\ArcSQLManagedInstances.ps1
- output\20260723_011003\govviz\repo\img\webapp_create.png
- output\20260723_081656\govviz\repo\img\azadserviceprincipalinsights_preview.png
- Modules\Private\Extraction\Get-AZTISubscriptions.ps1
- Modules\Public\InventoryModules\Hybrid\ArcSQLServers.ps1
- output\20260723_011003\govviz\repo\img\webapp_defaultdocs.png
- output\20260723_081656\govviz\repo\img\azadserviceprincipalinsights_preview_entra-id.png
- Modules\Private\Extraction\Invoke-AZTIInventoryLoop.ps1
- Modules\Public\InventoryModules\Hybrid\Clusters.ps1
- output\20260723_011003\govviz\repo\img\webapp_GitHub_yml.png
- output\20260723_081656\govviz\repo\img\AzADServicePrincipalInsights_preview_s.png
- Modules\Private\Extraction\Start-AZTIDevOpsExtraction.ps1
- Modules\Public\InventoryModules\Hybrid\GalleryImages.ps1
- output\20260723_011003\govviz\repo\pwsh\AzGovVizParallel.ps1
- output\20260723_081656\govviz\repo\img\azadvertizer70.png
- Modules\Private\Extraction\Start-AZTIEntraExtraction.ps1
- Modules\Public\InventoryModules\Hybrid\LogicalNetworks.ps1
- output\20260723_011003\govviz\repo\pwsh\prerequisites.ps1
- output\20260723_081656\govviz\repo\img\azdo_aad_oidc_0.jpg
- Modules\Private\Extraction\Start-AZTIGraphExtraction.ps1
- Modules\Public\InventoryModules\Hybrid\MarketplaceGalleryImages.ps1
- output\20260723_011003\govviz\repo\slides\AzGovViz_intro.pdf
- output\20260723_081656\govviz\repo\img\azdo_aad_oidc_1.jpg
- Modules\Private\Main\Clear-AZTICacheFolder.ps1
- Modules\Public\InventoryModules\Hybrid\StorageContainers.ps1
- output\20260723_080510\govviz\repo\.devcontainer\devcontainer.json
- output\20260723_081656\govviz\repo\img\AzDO_md.png
- Modules\Private\Main\Clear-AZTIMemory.ps1
- Modules\Public\InventoryModules\Hybrid\VirtualMachines.ps1
- output\20260723_080510\govviz\repo\.devcontainer\Dockerfile
- output\20260723_081656\govviz\repo\img\AzDO_md_v4.png
- Modules\Private\Main\Connect-AZTILoginSession.ps1
- Modules\Public\InventoryModules\Identity\AdminUnits.ps1
- output\20260723_080510\govviz\repo\img\aad850.png
- output\20260723_081656\govviz\repo\img\azdo_oidc_0.jpg
- Modules\Private\Main\Get-AZTICollectedValue.ps1
- Modules\Public\InventoryModules\Identity\AppRegistrations.ps1
- output\20260723_080510\govviz\repo\img\aadpermissionsportal_4.jpg
- output\20260723_081656\govviz\repo\img\azdo_oidc_1.jpg
- Modules\Private\Main\Get-AZTIGraphToken.ps1
- Modules\Public\InventoryModules\Identity\ConditionalAccess.ps1
- output\20260723_080510\govviz\repo\img\azadserviceprincipalinsights73.png
- output\20260723_081656\govviz\repo\img\AzDO_Repo-Permissions.png
- Modules\Private\Main\Get-AZTIUnsupportedData.ps1
- Modules\Public\InventoryModules\Identity\CrossTenantAccess.ps1
- output\20260723_080510\govviz\repo\img\azadserviceprincipalinsights_preview.png
- output\20260723_081656\govviz\repo\img\AzGovVizConnectingDots_v4.2.png
- Modules\Private\Main\Invoke-AZTIGraphRequest.ps1
- Modules\Public\InventoryModules\Identity\DirectoryRoles.ps1
- output\20260723_080510\govviz\repo\img\azadserviceprincipalinsights_preview_entra-id.png
- output\20260723_081656\govviz\repo\img\azgvz_MDfC_securityAlert.png
- Modules\Private\Main\Invoke-AZTIPermissionAudit.ps1
- Modules\Public\InventoryModules\Identity\Domains.ps1
- output\20260723_080510\govviz\repo\img\AzADServicePrincipalInsights_preview_s.png
- output\20260723_081656\govviz\repo\img\azureappdeployconfig.png
- Modules\Private\Main\Invoke-AZTISubscriptionContext.ps1
- Modules\Public\InventoryModules\Identity\Groups.ps1
- output\20260723_080510\govviz\repo\img\azadvertizer70.png
- output\20260723_081656\govviz\repo\img\buildpipeline.png
- Modules\Private\Main\Set-AZTIFolder.ps1
- Modules\Public\InventoryModules\Identity\IdentityProviders.ps1
- output\20260723_080510\govviz\repo\img\azdo_aad_oidc_0.jpg
- output\20260723_081656\govviz\repo\img\buildpipeline2.png
- Modules\Private\Main\Set-AZTIReportPath.ps1
- Modules\Public\InventoryModules\Identity\Licensing.ps1
- output\20260723_080510\govviz\repo\img\azdo_aad_oidc_1.jpg
- output\20260723_081656\govviz\repo\img\buildpipeline3.png
- Modules\Private\Main\Start-AZTIExtractionOrchestration.ps1
- Modules\Public\InventoryModules\Identity\ManagedIdentities.ps1
- output\20260723_080510\govviz\repo\img\AzDO_md.png
- output\20260723_081656\govviz\repo\img\chatGPT.png
- Modules\Private\Main\Start-AZTIProcessOrchestration.ps1
- Modules\Public\InventoryModules\Identity\ManagedIds.ps1
- output\20260723_080510\govviz\repo\img\AzDO_md_v4.png
- output\20260723_081656\govviz\repo\img\codespaces0.png
- Modules\Private\Main\Start-AZTIReporOrchestration.ps1
- Modules\Public\InventoryModules\Identity\NamedLocations.ps1
- output\20260723_080510\govviz\repo\img\azdo_oidc_0.jpg
- output\20260723_081656\govviz\repo\img\codespaces1.png
- Modules\Private\Main\Test-AZSCModuleUpdate.ps1
- Modules\Public\InventoryModules\Identity\PIMAssignments.ps1
- output\20260723_080510\govviz\repo\img\azdo_oidc_1.jpg
- output\20260723_081656\govviz\repo\img\codespaces2.png
- Modules\Private\Main\Test-AZTIManagementGroupAccess.ps1
- Modules\Public\InventoryModules\Identity\RiskyUsers.ps1
- output\20260723_080510\govviz\repo\img\AzDO_Repo-Permissions.png
- output\20260723_081656\govviz\repo\img\codespaces3.png
- Modules\Private\Main\Test-AZTIPS.ps1
- Modules\Public\InventoryModules\Identity\SecurityDefaults.ps1
- output\20260723_080510\govviz\repo\img\AzGovVizConnectingDots_v4.2.png
- output\20260723_081656\govviz\repo\img\codespaces4.png
- Modules\Private\Main\Write-AZTIRunLog.ps1
- Modules\Public\InventoryModules\Identity\SecurityPolicies.ps1
- output\20260723_080510\govviz\repo\img\azgvz_MDfC_securityAlert.png
- output\20260723_081656\govviz\repo\img\consumption.png
- Modules\Private\Processing\Build-AZTICacheFiles.ps1
- Modules\Public\InventoryModules\Identity\ServicePrincipals.ps1
- output\20260723_080510\govviz\repo\img\azureappdeployconfig.png
- output\20260723_081656\govviz\repo\img\criticalMemoryUsage.png
- Modules\Private\Processing\Invoke-AZTIAdvisoryJob.ps1
- Modules\Public\InventoryModules\Identity\Users.ps1
- output\20260723_080510\govviz\repo\img\buildpipeline.png
- output\20260723_081656\govviz\repo\img\DefinitionInsights.png
- Modules\Private\Processing\Invoke-AZTIDrawIOJob.ps1
- Modules\Public\InventoryModules\Integration\APIM.ps1
- output\20260723_080510\govviz\repo\img\buildpipeline2.png
- output\20260723_081656\govviz\repo\img\demo4_66.png
- Modules\Private\Processing\Invoke-AZTIPolicyJob.ps1
- Modules\Public\InventoryModules\Integration\ServiceBUS.ps1
- output\20260723_080510\govviz\repo\img\buildpipeline3.png
- output\20260723_081656\govviz\repo\img\downloadcsv450.png
- Modules\Private\Processing\Invoke-AZTISecurityCenterJob.ps1
- Modules\Public\InventoryModules\IoT\IOTHubs.ps1
- output\20260723_080510\govviz\repo\img\chatGPT.png
- output\20260723_081656\govviz\repo\img\gitdiff600.jpg
- Modules\Private\Processing\Invoke-AZTISubJob.ps1
- Modules\Public\InventoryModules\Management\AdvisorScore.ps1
- output\20260723_080510\govviz\repo\img\codespaces0.png
- output\20260723_081656\govviz\repo\img\HierarchyMap.png
- Modules\Private\Processing\Start-AZTIAutProcessJob.ps1
- Modules\Public\InventoryModules\Management\AllSubscriptions.ps1
- output\20260723_080510\govviz\repo\img\codespaces1.png
- output\20260723_081656\govviz\repo\img\identifier.jpg
- Modules\Private\Processing\Start-AZTIExtraJobs.ps1
- Modules\Public\InventoryModules\Management\AutomationAccounts.ps1
- output\20260723_080510\govviz\repo\img\codespaces2.png
- output\20260723_081656\govviz\repo\img\insights_map_pwsh.png
- Modules\Private\Processing\Start-AZTIProcessJob.ps1
- Modules\Public\InventoryModules\Management\Backup.ps1
- output\20260723_080510\govviz\repo\img\codespaces3.png
- output\20260723_081656\govviz\repo\img\jsonfolderfull450.jpg
- Modules\Private\Reporting\Build-AZTIAdvisoryReport.ps1
- Modules\Public\InventoryModules\Management\CustomRoleDefinitions.ps1
- output\20260723_080510\govviz\repo\img\codespaces4.png
- output\20260723_081656\govviz\repo\img\MicrosoftDefenderForCloudCoverage_preview.png
- Modules\Private\Reporting\Build-AZTICostManagementReport.ps1
- Modules\Public\InventoryModules\Management\DevOpsAgentPools.ps1
- output\20260723_080510\govviz\repo\img\consumption.png
- output\20260723_081656\govviz\repo\img\orphanedResourcesCostSavings.png
- Modules\Private\Reporting\Build-AZTIMonitorReport.ps1
- Modules\Public\InventoryModules\Management\DevOpsPipelines.ps1
- output\20260723_080510\govviz\repo\img\criticalMemoryUsage.png
- output\20260723_081656\govviz\repo\img\orphaned_stoppedVMs.png
- Modules\Private\Reporting\Build-AZTIPolicyReport.ps1
- Modules\Public\InventoryModules\Management\DevOpsProjects.ps1
- output\20260723_080510\govviz\repo\img\DefinitionInsights.png
- output\20260723_081656\govviz\repo\img\permissions.png
- Modules\Private\Reporting\Build-AZTIQuotaReport.ps1
- Modules\Public\InventoryModules\Management\DevOpsRepositories.ps1
- output\20260723_080510\govviz\repo\img\demo4_66.png
- output\20260723_081656\govviz\repo\img\pimeligibilityIntegrateRoleassignmentsall.png
- Modules\Private\Reporting\Build-AZTISecCenterReport.ps1
- Modules\Public\InventoryModules\Management\DevOpsServiceConnections.ps1
- output\20260723_080510\govviz\repo\img\downloadcsv450.png
- output\20260723_081656\govviz\repo\img\PSRuleForAzure_preview.png
- Modules\Private\Reporting\Build-AZTISecurityOverviewReport.ps1
- Modules\Public\InventoryModules\Management\LighthouseDelegations.ps1
- output\20260723_080510\govviz\repo\img\gitdiff600.jpg
- output\20260723_081656\govviz\repo\img\releaseartifactconfig.png
- Modules\Private\Reporting\Build-AZTISubsReport.ps1
- Modules\Public\InventoryModules\Management\MaintenanceConfigurations.ps1
- output\20260723_080510\govviz\repo\img\HierarchyMap.png
- output\20260723_081656\govviz\repo\img\releasepipeline.png
- Modules\Private\Reporting\Build-AZTIUpdateManagerReport.ps1
- Modules\Public\InventoryModules\Management\ManagementGroups.ps1
- output\20260723_080510\govviz\repo\img\identifier.jpg
- output\20260723_081656\govviz\repo\img\releaseschedule.png
- Modules\Private\Reporting\Export-AZSCPowerBIReport.ps1
- Modules\Public\InventoryModules\Management\PolicyComplianceStates.ps1
- output\20260723_080510\govviz\repo\img\insights_map_pwsh.png
- output\20260723_081656\govviz\repo\img\releasetrigger.png
- Modules\Private\Reporting\Export-AZTIAsciiDocReport.ps1
- Modules\Public\InventoryModules\Management\PolicyDefinitions.ps1
- output\20260723_080510\govviz\repo\img\jsonfolderfull450.jpg
- output\20260723_081656\govviz\repo\img\ScopeInsights.png
- Modules\Private\Reporting\Export-AZTIJsonReport.ps1
- Modules\Public\InventoryModules\Management\PolicySetDefinitions.ps1
- output\20260723_080510\govviz\repo\img\MicrosoftDefenderForCloudCoverage_preview.png
- output\20260723_081656\govviz\repo\img\stats.jpg
- Modules\Private\Reporting\Export-AZTIMarkdownReport.ps1
- Modules\Public\InventoryModules\Management\RecoveryVault.ps1
- output\20260723_080510\govviz\repo\img\orphanedResourcesCostSavings.png
- output\20260723_081656\govviz\repo\img\TenantSummary.png
- Modules\Private\Reporting\New-AZSCPowerBITemplate.ps1
- Modules\Public\InventoryModules\Management\ReservationRecom.ps1
- output\20260723_080510\govviz\repo\img\orphaned_stoppedVMs.png
- output\20260723_081656\govviz\repo\img\TenantSummary_20221129.png
- Modules\Private\Reporting\Start-AZTIExcelExtraData.ps1
- Modules\Public\InventoryModules\Management\SupportTickets.ps1
- output\20260723_080510\govviz\repo\img\permissions.png
- output\20260723_081656\govviz\repo\img\webapp_authentication.png
- Modules\Private\Reporting\Start-AZTIExcelJob.ps1
- Modules\Public\InventoryModules\Monitor\ActionGroups.ps1
- output\20260723_080510\govviz\repo\img\pimeligibilityIntegrateRoleassignmentsall.png
- output\20260723_081656\govviz\repo\img\webapp_AzDO_yml.png
- Modules\Private\Reporting\Start-AZTIExtraReports.ps1
- Modules\Public\InventoryModules\Monitor\ActivityLogAlertRules.ps1
- output\20260723_080510\govviz\repo\img\PSRuleForAzure_preview.png
- output\20260723_081656\govviz\repo\img\webapp_configure.png
- Modules\Public\InventoryModules\Module-template.tpl
- Modules\Public\InventoryModules\Monitor\AppInsights.ps1
- output\20260723_080510\govviz\repo\img\releaseartifactconfig.png
- output\20260723_081656\govviz\repo\img\webapp_create.png
- Modules\Public\PublicFunctions\Invoke-AzureScout.ps1
- Modules\Public\InventoryModules\Monitor\AppInsightsAvailabilityTests.ps1
- output\20260723_080510\govviz\repo\img\releasepipeline.png
- output\20260723_081656\govviz\repo\img\webapp_defaultdocs.png
- Modules\Public\PublicFunctions\Start-AZSCWizard.ps1
- Modules\Public\InventoryModules\Monitor\AppInsightsContinuousExport.ps1
- output\20260723_080510\govviz\repo\img\releaseschedule.png
- output\20260723_081656\govviz\repo\img\webapp_GitHub_yml.png
- output\20260723_081209\govviz\repo\pwsh\dev\functions\showMemoryUsage.ps1
- Modules\Public\PublicFunctions\Test-AZTIPermissions.ps1
- Modules\Public\InventoryModules\Monitor\AppInsightsProactiveDetection.ps1
- output\20260723_080510\govviz\repo\img\releasetrigger.png
- output\20260723_081656\govviz\repo\pwsh\AzGovVizParallel.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\stats.ps1
- output\20260723_012323\powerbi\dim_gaps.csv
- Modules\Public\InventoryModules\Monitor\AppInsightsWebTests.ps1
- output\20260723_080510\govviz\repo\img\ScopeInsights.png
- output\20260723_081656\govviz\repo\pwsh\prerequisites.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\testGuid.ps1
- output\20260723_012323\powerbi\fact_area_scores.csv
- Modules\Public\InventoryModules\Monitor\AppInsightsWorkItems.ps1
- output\20260723_080510\govviz\repo\img\stats.jpg
- output\20260723_081656\govviz\repo\slides\AzGovViz_intro.pdf
- output\20260723_081209\govviz\repo\pwsh\dev\functions\testPowerShellVersion.ps1
- output\20260723_012323\powerbi\fact_findings.csv
- Modules\Public\InventoryModules\Monitor\AutoscaleSettings.ps1
- output\20260723_080510\govviz\repo\img\TenantSummary.png
- output\20260723_082108\govviz\repo\.devcontainer\devcontainer.json
- output\20260723_081209\govviz\repo\pwsh\dev\functions\validateAccess.ps1
- output\20260723_012323\powerbi\fact_framework.csv
- Modules\Public\InventoryModules\Monitor\DataCollectionEndpoints.ps1
- output\20260723_080510\govviz\repo\img\TenantSummary_20221129.png
- output\20260723_082108\govviz\repo\.devcontainer\Dockerfile
- output\20260723_081209\govviz\repo\pwsh\dev\functions\validateLeastPrivilegeForUser.ps1
- output\20260723_012323\powerbi\README.txt
- Modules\Public\InventoryModules\Monitor\DataCollectionRules.ps1
- output\20260723_080510\govviz\repo\img\webapp_authentication.png
- output\20260723_082108\govviz\repo\img\aad850.png
- output\20260723_081209\govviz\repo\pwsh\dev\functions\verifyModules3rd.ps1
- output\20260723_012446\powerbi\dim_gaps.csv
- Modules\Public\InventoryModules\Monitor\LAWorkspaceLinkedServices.ps1
- output\20260723_080510\govviz\repo\img\webapp_AzDO_yml.png
- output\20260723_082108\govviz\repo\img\aadpermissionsportal_4.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\prerequisites\deployPrerequisites.json
- output\20260723_012446\powerbi\fact_area_scores.csv
- Modules\Public\InventoryModules\Monitor\LAWorkspaceSavedSearches.ps1
- output\20260723_080510\govviz\repo\img\webapp_configure.png
- output\20260723_082108\govviz\repo\img\azadserviceprincipalinsights73.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\azureFirewall.json
- output\20260723_012446\powerbi\fact_findings.csv
- Modules\Public\InventoryModules\Monitor\LAWorkspaceSolutions.ps1
- output\20260723_080510\govviz\repo\img\webapp_create.png
- output\20260723_082108\govviz\repo\img\azadserviceprincipalinsights_preview.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\dataCollectionRule-CT.json
- output\20260723_012446\powerbi\fact_framework.csv
- Modules\Public\InventoryModules\Monitor\MetricAlertRules.ps1
- output\20260723_080510\govviz\repo\img\webapp_defaultdocs.png
- output\20260723_082108\govviz\repo\img\azadserviceprincipalinsights_preview_entra-id.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\dataCollectionRule-DefenderSQL.json
- output\20260723_012446\powerbi\README.txt
- Modules\Public\InventoryModules\Monitor\MonitorMetricsIngestion.ps1
- output\20260723_080510\govviz\repo\img\webapp_GitHub_yml.png
- output\20260723_082108\govviz\repo\img\AzADServicePrincipalInsights_preview_s.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\dataCollectionRule-VmInsights.json
- output\20260723_082108\powerbi\dim_gaps.csv
- Modules\Public\InventoryModules\Monitor\MonitorPrivateLinkScopes.ps1
- output\20260723_080510\govviz\repo\pwsh\AzGovVizParallel.ps1
- output\20260723_082108\govviz\repo\img\azadvertizer70.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\ddosProtection.json
- output\20260723_082108\powerbi\fact_area_scores.csv
- Modules\Public\InventoryModules\Monitor\MonitorWorkbooks.ps1
- output\20260723_080510\govviz\repo\pwsh\prerequisites.ps1
- output\20260723_082108\govviz\repo\img\azdo_aad_oidc_0.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\expressRouteCircuit.json
- output\20260723_082108\powerbi\fact_findings.csv
- Modules\Public\InventoryModules\Monitor\Outages.ps1
- output\20260723_080510\govviz\repo\slides\AzGovViz_intro.pdf
- output\20260723_082108\govviz\repo\img\azdo_aad_oidc_1.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\privateDnsZones.json
- output\20260723_082108\powerbi\fact_framework.csv
- Modules\Public\InventoryModules\Monitor\ResourceDiagnosticSettings.ps1
- output\20260723_081209\govviz\repo\.devcontainer\devcontainer.json
- output\20260723_082108\govviz\repo\img\AzDO_md.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\userAssignedIdentity.json
- output\20260723_082108\powerbi\README.txt
- Modules\Public\InventoryModules\Monitor\ScheduledQueryRules.ps1
- output\20260723_081209\govviz\repo\.devcontainer\Dockerfile
- output\20260723_082108\govviz\repo\img\AzDO_md_v4.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\resourceGroupTemplates\vnetRouteTable.json
- src\assess\benchmarks\alz-reference.json
- Modules\Public\InventoryModules\Monitor\SmartDetectorAlertRules.ps1
- output\20260723_081209\govviz\repo\img\aad850.png
- output\20260723_082108\govviz\repo\img\azdo_oidc_0.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\ascConfiguration.json
- src\assess\engine\Get-RuleSet.ps1
- Modules\Public\InventoryModules\Monitor\SubscriptionDiagnosticSettings.ps1
- output\20260723_081209\govviz\repo\img\aadpermissionsportal_4.jpg
- output\20260723_082108\govviz\repo\img\azdo_oidc_1.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\avnmConfiguration.json
- src\assess\engine\Get-Score.ps1
- Modules\Public\InventoryModules\Monitor\Workspaces.ps1
- output\20260723_081209\govviz\repo\img\azadserviceprincipalinsights73.png
- output\20260723_082108\govviz\repo\img\AzDO_Repo-Permissions.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\avnmPolicy.json
- src\assess\engine\Invoke-Rule.ps1
- Modules\Public\InventoryModules\Networking\ApplicationGateways.ps1
- output\20260723_081209\govviz\repo\img\azadserviceprincipalinsights_preview.png
- output\20260723_082108\govviz\repo\img\AzGovVizConnectingDots_v4.2.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\azActivityDiagnostics.json
- src\assess\engine\Resolve-JsonPath.ps1
- Modules\Public\InventoryModules\Networking\AzureFirewall.ps1
- output\20260723_081209\govviz\repo\img\azadserviceprincipalinsights_preview_entra-id.png
- output\20260723_082108\govviz\repo\img\azgvz_MDfC_securityAlert.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\azFw-basepolicy.json
- src\assess\rules\caf.ai.yaml
- Modules\Public\InventoryModules\Networking\BastionHosts.ps1
- output\20260723_081209\govviz\repo\img\AzADServicePrincipalInsights_preview_s.png
- output\20260723_082108\govviz\repo\img\azureappdeployconfig.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\bastion.json
- src\assess\rules\caf.analytics.yaml
- Modules\Public\InventoryModules\Networking\Connections.ps1
- output\20260723_081209\govviz\repo\img\azadvertizer70.png
- output\20260723_082108\govviz\repo\img\buildpipeline.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\corp-vnet-peering.json
- src\assess\rules\caf.billing.yaml
- Modules\Public\InventoryModules\Networking\ExpressRoute.ps1
- output\20260723_081209\govviz\repo\img\azdo_aad_oidc_0.jpg
- output\20260723_082108\govviz\repo\img\buildpipeline2.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\hubspoke-connectivity.json
- src\assess\rules\caf.containers.yaml
- Modules\Public\InventoryModules\Networking\Frontdoor.ps1
- output\20260723_081209\govviz\repo\img\azdo_aad_oidc_1.jpg
- output\20260723_082108\govviz\repo\img\buildpipeline3.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\logAnalyticsWorkspace.json
- src\assess\rules\caf.databases.yaml
- Modules\Public\InventoryModules\Networking\LoadBalancer.ps1
- output\20260723_081209\govviz\repo\img\AzDO_md.png
- output\20260723_082108\govviz\repo\img\chatGPT.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\mdfcConfiguration.json
- src\assess\rules\caf.governance.yaml
- Modules\Public\InventoryModules\Networking\NATGateway.ps1
- output\20260723_081209\govviz\repo\img\AzDO_md_v4.png
- output\20260723_082108\govviz\repo\img\codespaces0.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\nvahubspoke-connectivity.json
- src\assess\rules\caf.hybrid.yaml
- Modules\Public\InventoryModules\Networking\NetworkInterface.ps1
- output\20260723_082108\govviz\repo\img\codespaces1.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\privateDnsResolver.json
- src\assess\rules\caf.identity.yaml
- Modules\Public\InventoryModules\Networking\NetworkSecurityGroup.ps1
- output\20260723_082108\govviz\repo\img\codespaces2.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\resourceGroup.json
- src\assess\rules\caf.integration.yaml
- Modules\Public\InventoryModules\Networking\NetworkWatchers.ps1
- output\20260723_082108\govviz\repo\img\codespaces3.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\vnetPeering.json
- src\assess\rules\caf.iot.yaml
- Modules\Public\InventoryModules\Networking\PrivateDNS.ps1
- output\20260723_082108\govviz\repo\img\codespaces4.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\vnetPeeringHub.json
- src\assess\rules\caf.management.yaml
- Modules\Public\InventoryModules\Networking\PrivateEndpoint.ps1
- output\20260723_082108\govviz\repo\img\consumption.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\vnetPeeringVwan.json
- src\assess\rules\caf.network.yaml
- Modules\Public\InventoryModules\Networking\PublicDNS.ps1
- output\20260723_082108\govviz\repo\img\criticalMemoryUsage.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\vpnGateway.json
- src\assess\rules\caf.platformauto.yaml
- Modules\Public\InventoryModules\Networking\PublicIP.ps1
- output\20260723_082108\govviz\repo\img\DefinitionInsights.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\vwan-connectivity.json
- src\assess\rules\caf.resourceorg.yaml
- Modules\Public\InventoryModules\Networking\RouteTables.ps1
- output\20260723_082108\govviz\repo\img\demo4_66.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\subscriptionTemplates\vwan-sidecar.json
- src\assess\rules\caf.security.yaml
- Modules\Public\InventoryModules\Networking\TrafficManager.ps1
- output\20260723_082108\govviz\repo\img\downloadcsv450.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\Alz.Tools.psd1
- src\assess\rules\caf.storage.yaml
- Modules\Public\InventoryModules\Networking\VirtualNetwork.ps1
- output\20260723_082108\govviz\repo\img\gitdiff600.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\Alz.Tools.psm1
- src\assess\rules\caf.web.yaml
- Modules\Public\InventoryModules\Networking\VirtualNetworkGateways.ps1
- output\20260723_082108\govviz\repo\img\HierarchyMap.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\ProviderApiVersions.zip
- src\assess\rules\waf.cost.yaml
- Modules\Public\InventoryModules\Networking\VirtualWAN.ps1
- output\20260723_082108\govviz\repo\img\identifier.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\portal\release.json
- src\assess\rules\waf.operational.yaml
- Modules\Public\InventoryModules\Networking\vNETPeering.ps1
- output\20260723_082108\govviz\repo\img\insights_map_pwsh.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\Export-ResourcesFromARM.ps1
- src\assess\rules\waf.performance.yaml
- Modules\Public\InventoryModules\Security\DefenderAlerts.ps1
- output\20260723_082108\govviz\repo\img\jsonfolderfull450.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\Invoke-ActionGenerateEslzArmConfig.ps1
- src\assess\rules\waf.reliability.yaml
- Modules\Public\InventoryModules\Security\DefenderAssessments.ps1
- output\20260723_082108\govviz\repo\img\MicrosoftDefenderForCloudCoverage_preview.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\Invoke-ActionRegisterSubscriptions.ps1
- src\assess\rules\waf.security.yaml
- Modules\Public\InventoryModules\Security\DefenderPricing.ps1
- output\20260723_082108\govviz\repo\img\orphanedResourcesCostSavings.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\Invoke-ActionRemoveOrphanedRBAC.ps1
- src\assess\rules\waf.storage.yaml
- Modules\Public\InventoryModules\Security\DefenderSecureScore.ps1
- output\20260723_082108\govviz\repo\img\orphaned_stoppedVMs.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\Invoke-ActionRunEslzArmDeployment.ps1
- src\report\renderers\Export-EChartsDashboard.ps1
- Modules\Public\InventoryModules\Security\Vault.ps1
- output\20260723_082108\govviz\repo\img\permissions.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\Invoke-AlzCustomPolicyCheckAgainstBuiltIn.ps1
- src\report\renderers\Export-Excel.ps1
- Modules\Public\InventoryModules\Storage\NetApp.ps1
- output\20260723_082108\govviz\repo\img\pimeligibilityIntegrateRoleassignmentsall.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\New-AlzPoliciesArmTemplate.ps1
- src\report\renderers\Export-Html.ps1
- Modules\Public\InventoryModules\Storage\StorageAccounts.ps1
- output\20260723_082108\govviz\repo\img\PSRuleForAzure_preview.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\Set-RBACAmaPolicyAssignment.ps1
- src\report\renderers\Export-JsonEvidence.ps1
- Modules\Public\InventoryModules\Web\APPServicePlan.ps1
- output\20260723_082108\govviz\repo\img\releaseartifactconfig.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\scripts\Update-AzureLandingZonesToAMA.ps1
- src\report\renderers\Export-Pdf.ps1
- Modules\Public\InventoryModules\Web\APPServices.ps1
- output\20260723_082108\govviz\repo\img\releasepipeline.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\templates\initiatives.bicep
- src\report\renderers\Export-PowerBi.ps1
- Modules\Public\PublicFunctions\Diagram\Build-AZTIDiagramSubnet.ps1
- output\20260723_082108\govviz\repo\img\releaseschedule.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\templates\policies.bicep
- src\report\renderers\Export-Pptx.ps1
- Modules\Public\PublicFunctions\Diagram\Set-AZTIDiagramFile.ps1
- output\20260723_082108\govviz\repo\img\releasetrigger.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\templates\roles.bicep
- src\report\renderers\Export-React.ps1
- Modules\Public\PublicFunctions\Diagram\Start-AZTIDiagramJob.ps1
- output\20260723_082108\govviz\repo\img\ScopeInsights.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\utils\github\alz-repo-standard-labels.csv
- src\report\renderers\Export-Word.ps1
- Modules\Public\PublicFunctions\Diagram\Start-AZTIDiagramNetwork.ps1
- output\20260723_082108\govviz\repo\img\stats.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\utils\github\Set-AlzGitHubLabels.ps1
- src\report\templates\report-react.html.template
- Modules\Public\PublicFunctions\Diagram\Start-AZTIDiagramOrganization.ps1
- output\20260723_082108\govviz\repo\img\TenantSummary.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\utils\policyTesting\Install-PolicySetDefinitions.ps1
- src\report\templates\report.html.template
- Modules\Public\PublicFunctions\Diagram\Start-AZTIDiagramSubscription.ps1
- output\20260723_082108\govviz\repo\img\TenantSummary_20221129.png
- output\20260723_081532\govviz\repo\pwsh\dev\functions\addHtParameters.ps1
- Modules\Private\Extraction\ResourceDetails\Get-AZTIVMQuotas.ps1
- Modules\Public\PublicFunctions\Diagram\Start-AZTIDrawIODiagram.ps1
- output\20260723_082108\govviz\repo\img\webapp_authentication.png
- output\20260723_081532\govviz\repo\pwsh\dev\functions\addIndexNumberToArray.ps1
- Modules\Private\Extraction\ResourceDetails\Get-AZTIVMSkuDetails.ps1
- Modules\Public\PublicFunctions\Jobs\Start-AZTIAdvisoryJob.ps1
- output\20260723_082108\govviz\repo\img\webapp_AzDO_yml.png
- output\20260723_081532\govviz\repo\pwsh\dev\functions\addRowToTable.ps1
- Modules\Private\Reporting\StyleFunctions\Build-AZTIDashboardTabs.ps1
- Modules\Public\PublicFunctions\Jobs\Start-AZTIPolicyJob.ps1
- output\20260723_082108\govviz\repo\img\webapp_configure.png
- output\20260723_081532\govviz\repo\pwsh\dev\functions\apiCallTracking.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\detectPolicyEffect.ps1
- Modules\Private\Reporting\StyleFunctions\Build-AZTIExcelChart.ps1
- Modules\Public\PublicFunctions\Jobs\Start-AZTISecCenterJob.ps1
- output\20260723_082108\govviz\repo\img\webapp_create.png
- output\20260723_081532\govviz\repo\pwsh\dev\functions\buildJSON.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\exportBaseCSV.ps1
- Modules\Private\Reporting\StyleFunctions\Build-AZTIExcelComObject.ps1
- Modules\Public\PublicFunctions\Jobs\Start-AZTISubscriptionJob.ps1
- output\20260723_082108\govviz\repo\img\webapp_defaultdocs.png
- output\20260723_081532\govviz\repo\pwsh\dev\functions\buildMD.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\exportResourceLocks.ps1
- Modules\Private\Reporting\StyleFunctions\Build-AZTIExcelinitialBlock.ps1
- Modules\Public\PublicFunctions\Jobs\Wait-AZTIJob.ps1
- output\20260723_082108\govviz\repo\img\webapp_GitHub_yml.png
- output\20260723_081532\govviz\repo\pwsh\dev\functions\buildPolicyAllJSON.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getConsumption.ps1
- Modules\Private\Reporting\StyleFunctions\Out-AZTIReportResults.ps1
- output\.tools\openxml\3.0.2\DocumentFormat.OpenXml.dll
- output\20260723_082108\govviz\repo\pwsh\AzGovVizParallel.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\buildTree.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getConsumptionv2.ps1
- Modules\Private\Reporting\StyleFunctions\Retirement.kql
- output\.tools\openxml\3.0.2\DocumentFormat.OpenXml.Framework.dll
- output\20260723_082108\govviz\repo\pwsh\prerequisites.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\cacheBuiltIn.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getDefaultManagementGroup.ps1
- Modules\Private\Reporting\StyleFunctions\Start-AZTIExcelCustomization.ps1
- output\.tools\openxml\3.0.2\System.IO.Packaging.dll
- output\20260723_082108\govviz\repo\slides\AzGovViz_intro.pdf
- output\20260723_081532\govviz\repo\pwsh\dev\functions\checkAzGovVizVersion.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getEntities.ps1
- Modules\Private\Reporting\StyleFunctions\Start-AZTIExcelOrdening.ps1
- output\20260723_011003\govviz\repo\LICENSE
- output\20260723_011003\govviz\repo\.azuredevops\pipelines\AzGovViz.pipeline.yml
- output\20260723_081532\govviz\repo\pwsh\dev\functions\createTagList.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getFileNaming.ps1
- Modules\Private\Reporting\StyleFunctions\Support.json
- output\20260723_011003\govviz\repo\version.json
- output\20260723_011003\govviz\repo\.azuredevops\pipelines\AzGovViz.variables.yml
- output\20260723_081532\govviz\repo\pwsh\dev\functions\detailSubscriptions.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getGroupmembers.ps1
- Modules\Public\InventoryModules\AI\AIFoundryHubs.ps1
- output\20260723_011003\govviz\repo\version.txt
- output\20260723_011003\govviz\repo\pwsh\dev\buildAzGovVizParallel.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\detectPolicyEffect.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getMDfCSecureScoreMG.ps1
- Modules\Public\InventoryModules\AI\AIFoundryProjects.ps1
- output\20260723_080510\govviz\repo\LICENSE
- output\20260723_011003\govviz\repo\pwsh\dev\devAzGovVizParallel.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\exportBaseCSV.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getOrphanedResources.ps1
- Modules\Public\InventoryModules\AI\AppliedAIServices.ps1
- output\20260723_080510\govviz\repo\version.json
- output\20260723_080510\govviz\repo\.azuredevops\pipelines\AzGovViz.pipeline.yml
- output\20260723_081532\govviz\repo\pwsh\dev\functions\exportResourceLocks.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getPIMEligible.ps1
- Modules\Public\InventoryModules\AI\AzureAI.ps1
- output\20260723_080510\govviz\repo\version.txt
- output\20260723_080510\govviz\repo\.azuredevops\pipelines\AzGovViz.variables.yml
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getConsumption.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getPolicyHash.ps1
- Modules\Public\InventoryModules\AI\BotServices.ps1
- output\20260723_081209\govviz\repo\LICENSE
- output\20260723_080510\govviz\repo\pwsh\dev\buildAzGovVizParallel.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getConsumptionv2.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getPolicyRemediation.ps1
- Modules\Public\InventoryModules\AI\ComputerVision.ps1
- output\20260723_081209\govviz\repo\version.json
- output\20260723_080510\govviz\repo\pwsh\dev\devAzGovVizParallel.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getDefaultManagementGroup.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getPrivateEndpointCapableResourceTypes.ps1
- Modules\Public\InventoryModules\AI\ContentModerator.ps1
- output\20260723_081209\govviz\repo\version.txt
- output\20260723_081209\govviz\repo\.azuredevops\pipelines\AzGovViz.pipeline.yml
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getEntities.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getResourceDiagnosticsCapability.ps1
- Modules\Public\InventoryModules\AI\ContentSafety.ps1
- output\20260723_081532\govviz\repo\LICENSE
- output\20260723_081209\govviz\repo\.azuredevops\pipelines\AzGovViz.variables.yml
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getFileNaming.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getSubscriptions.ps1
- Modules\Public\InventoryModules\AI\CustomVision.ps1
- output\20260723_081532\govviz\repo\version.json
- output\20260723_081209\govviz\repo\pwsh\dev\buildAzGovVizParallel.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getGroupmembers.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\getTenantDetails.ps1
- Modules\Public\InventoryModules\AI\FaceAPI.ps1
- output\20260723_081532\govviz\repo\version.txt
- output\20260723_081209\govviz\repo\pwsh\dev\devAzGovVizParallel.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getMDfCSecureScoreMG.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\handleCloudEnvironment.ps1
- Modules\Public\InventoryModules\AI\FormRecognizer.ps1
- output\20260723_081656\govviz\repo\LICENSE
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\eslz-portal.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getOrphanedResources.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\namingValidation.ps1
- Modules\Public\InventoryModules\AI\HealthInsights.ps1
- output\20260723_081656\govviz\repo\version.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\eslzArm.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getPIMEligible.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\prepareData.ps1
- Modules\Public\InventoryModules\AI\ImmersiveReader.ps1
- output\20260723_081656\govviz\repo\version.txt
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\eslzArm.terraform-sync.param.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getPolicyHash.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processAADGroups.ps1
- Modules\Public\InventoryModules\AI\MachineLearning.ps1
- output\20260723_082108\govviz\repo\LICENSE
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\eslzArm.test.param.hns.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getPolicyRemediation.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processALZPolicyAssignmentsChecker.ps1
- Modules\Public\InventoryModules\AI\MLComputes.ps1
- output\20260723_082108\govviz\repo\version.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\eslzArm.test.param.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getPrivateEndpointCapableResourceTypes.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processALZPolicyVersionChecker.ps1
- Modules\Public\InventoryModules\AI\MLDatasets.ps1
- output\20260723_082108\govviz\repo\version.txt
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\eslzArm.test.param.std.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getResourceDiagnosticsCapability.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processApplications.ps1
- Modules\Public\InventoryModules\AI\MLDatastores.ps1
- output\20260723_011003\govviz\repo\.devcontainer\devcontainer.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\eslzArm.test.param.vwan.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getSubscriptions.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processDataCollection.ps1
- Modules\Public\InventoryModules\AI\MLEndpoints.ps1
- output\20260723_011003\govviz\repo\.devcontainer\Dockerfile
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\fairfaxeslz-portal.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\getTenantDetails.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processDefinitionInsights.ps1
- Modules\Public\InventoryModules\AI\MLModels.ps1
- output\20260723_011003\govviz\repo\img\aad850.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\10-create-managementgroup.parameters.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\handleCloudEnvironment.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processDiagramMermaid.ps1
- Modules\Public\InventoryModules\AI\MLPipelines.ps1
- output\20260723_011003\govviz\repo\img\aadpermissionsportal_4.jpg
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\20-create-child-managementgroup.parameters.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\namingValidation.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processHierarchyMapOnly.ps1
- Modules\Public\InventoryModules\AI\OpenAIAccounts.ps1
- output\20260723_011003\govviz\repo\img\azadserviceprincipalinsights73.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\30-create-policydefinition-at-managementgroup.parameters.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\prepareData.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processHierarchyMapOnlyCustomData.ps1
- Modules\Public\InventoryModules\AI\OpenAIDeployments.ps1
- output\20260723_011003\govviz\repo\img\azadserviceprincipalinsights_preview.png
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\40-create-policyassignment-at-managementgroup.parameters.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processAADGroups.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processManagedIdentities.ps1
- Modules\Public\InventoryModules\AI\SearchIndexes.ps1
- output\20260723_011003\govviz\repo\img\azadserviceprincipalinsights_preview_entra-id.png
- output\20260723_081532\govviz\repo\.azuredevops\pipelines\AzGovViz.pipeline.yml
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processALZPolicyAssignmentsChecker.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processMDfCCoverage.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processALZPolicyVersionChecker.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processNetwork.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processApplications.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processPrivateEndpoints.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processDataCollection.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processScopeInsightsMgOrSub.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processDefinitionInsights.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processStorageAccountAnalysis.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processDiagramMermaid.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\processTenantSummary.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processHierarchyMapOnly.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\removeInvalidFileNameChars.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processHierarchyMapOnlyCustomData.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\resolveObjectIds.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processManagedIdentities.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\runInfo.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processMDfCCoverage.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\selectMg.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processNetwork.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\setBaseVariablesMG.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processPrivateEndpoints.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\setOutput.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processScopeInsightsMgOrSub.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\setTranscript.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processStorageAccountAnalysis.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\showMemoryUsage.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\processTenantSummary.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\stats.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\removeInvalidFileNameChars.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\testGuid.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\resolveObjectIds.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\testPowerShellVersion.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\runInfo.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\validateAccess.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\selectMg.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\validateLeastPrivilegeForUser.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\setBaseVariablesMG.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\verifyModules3rd.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\setOutput.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\dataCollection\dataCollectionFunctions.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\setTranscript.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\html\htmlFunctions.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\showMemoryUsage.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\dataCollection\dataCollectionFunctions.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\stats.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\html\htmlFunctions.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\testGuid.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\dataCollection\dataCollectionFunctions.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\testPowerShellVersion.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\html\htmlFunctions.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\functions\validateAccess.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\diagSettingsMGs\diagSettingsMGs.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\validateLeastPrivilegeForUser.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\mgmtGroupStructure\mgmtGroups.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\verifyModules3rd.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\mgmtGroupStructure\mgmtGroupsLite.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\addHtParameters.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\AUDIT-AppGwWafPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\addIndexNumberToArray.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\AUDIT-PeDnsZonesPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\addRowToTable.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\AUDIT-ResourceRGLocationPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\apiCallTracking.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\AUDIT-TrustedLaunchPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\buildJSON.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\AUDIT-UnusedResourcesPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\buildMD.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\AUDIT-ZoneResilientPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\buildPolicyAllJSON.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-AksPrivEscalationPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\buildTree.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-AksPrivilegedPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\cacheBuiltIn.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-AksWithoutHttpsPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\checkAzGovVizVersion.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-ClassicResourceTypesPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\createTagList.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-DINE-APPEND-TLS-SSL-PolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\detailSubscriptions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-HybridNetworkingPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\detectPolicyEffect.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-IPForwardingPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\exportBaseCSV.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-MgmtPortsFromInternetPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\exportResourceLocks.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-PublicEndpointPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getConsumption.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-PublicIpAddressOnNICPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getConsumptionv2.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-PublicIpAddressPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getDefaultManagementGroup.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-StorageWithoutHttpsPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getEntities.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-SubnetWithoutNsgPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getFileNaming.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENY-VMUnmanagedDiskPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getGroupmembers.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DENYACTION-DeleteUAMIAMAPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getMDfCSecureScoreMG.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-ActivityLogPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getOrphanedResources.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-ASB2PolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getPIMEligible.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-ASBPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getPolicyHash.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-AtpOssDbPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getPolicyRemediation.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-AtpSqlDbPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getPrivateEndpointCapableResourceTypes.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-ChangeTrackingVMArcPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getResourceDiagnosticsCapability.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-ChangeTrackingVMPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getSubscriptions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-ChangeTrackingVMSSPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\getTenantDetails.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-MDEndpointsAMAPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\handleCloudEnvironment.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-MDEndpointsPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\namingValidation.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-MDFCConfigPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\prepareData.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-MDFCDefenderSQLAMAPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processAADGroups.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-PrivateDNSZonesPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processALZPolicyAssignmentsChecker.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-ResourceDiagnosticsPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processALZPolicyVersionChecker.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-ServiceHealthBuiltInPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processApplications.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-SQLAuditingPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processDataCollection.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-SQLEncryptionPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processDefinitionInsights.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-SQLThreatPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processDiagramMermaid.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-TrustedLaunchGuestAttestationAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processHierarchyMapOnly.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-VMBackupPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processHierarchyMapOnlyCustomData.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-VMHybridMonitoringPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processManagedIdentities.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-VMMonitoringPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processMDfCCoverage.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\DINE-VMSSMonitoringPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processNetwork.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-AcsbPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processPrivateEndpoints.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-ALDO-ServicesPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processScopeInsightsMgOrSub.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-ALZ-DecommissionedPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processStorageAccountAnalysis.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-ALZ-SandboxPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\processTenantSummary.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-BackupPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\removeInvalidFileNameChars.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-EncryptionCMKPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\resolveObjectIds.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsAPIMPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\runInfo.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsAppServicesPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\selectMg.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsAutomationPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\setBaseVariablesMG.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsBotServicePolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\setOutput.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsCognitiveServicesPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\setTranscript.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsComputePolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\showMemoryUsage.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsContainerAppsPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\stats.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsContainerInstancePolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\testGuid.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsContainerRegistryPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\testPowerShellVersion.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsCosmosDbPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\validateAccess.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsDataExplorerPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\validateLeastPrivilegeForUser.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsDataFactoryPolicyAssignment.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\verifyModules3rd.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsEventGridPolicyAssignment.json
- output\20260723_082108\govviz\repo\pwsh\dev\functions\addHtParameters.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsEventHubPolicyAssignment.json
- output\20260723_082108\govviz\repo\pwsh\dev\functions\addIndexNumberToArray.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsKeyVaultPolicyAssignment.json
- output\20260723_082108\govviz\repo\pwsh\dev\functions\addRowToTable.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsKeyVaultSupPolicyAssignment.json
- output\20260723_082108\govviz\repo\pwsh\dev\functions\apiCallTracking.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsKubernetesPolicyAssignment.json
- output\20260723_082108\govviz\repo\pwsh\dev\functions\buildJSON.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsMachineLearningPolicyAssignment.json
- output\20260723_082108\govviz\repo\pwsh\dev\functions\buildMD.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\buildPolicyAllJSON.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\buildTree.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\cacheBuiltIn.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\checkAzGovVizVersion.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\createTagList.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\functions\detailSubscriptions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-CognitiveServices-NetworkAcls.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsMySQLPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-CognitiveServices-Resource-Kinds.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsNetworkPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-CognitiveServices-RestrictOutboundNetworkAccess.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsOpenAIPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Databricks-NoPublicIp.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsPostgreSQLPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Databricks-Sku.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsServiceBusPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Databricks-VirtualNetwork.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsSQLPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-EH-minTLS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsStoragePolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-EH-Premium-CMK.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsSynapsePolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-FileServices-InsecureAuth.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-GuardrailsVirtualDesktopPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-FileServices-InsecureKerberos.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-RegulatoryCompliancePolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-FileServices-InsecureSmbChannel.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\ENFORCE-SubnetPrivatePolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-FileServices-InsecureSmbVersions.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\MODIFY-AUM-CheckUpdatesPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-KeyVaultPaasPublicIP.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\MODIFY-DDoSPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-LogicApp-Public-Network.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyDefinitions\initiatives.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-LogicApps-Without-Https.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyDefinitions\policies.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MachineLearning-Aks.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\roleAssignments\roleAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MachineLearning-Compute-SubnetId.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\roleDefinitions\customRoleDefinitions.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MachineLearning-Compute-VmSize.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\subscriptionOrganization\subscriptionOrganization.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MachineLearning-ComputeCluster-RemoteLoginPortPublicAccess.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\landing-zones\connected-subscription\connectedSubscription.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MachineLearning-ComputeCluster-Scale.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\landing-zones\empty-subscription\emptySubscription.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MachineLearning-HbiWorkspace.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\landing-zones\subscription-into-managementGroup\subscriptionIntoManagementGroup.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MachineLearning-PublicAccessWhenBehindVnet.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\landing-zones\subscription-with-rbac\portal-subscriptionWithRbac.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MgmtPorts-From-Internet.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\landing-zones\subscription-with-rbac\subscriptionWithRbac.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-MySql-http.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\landing-zones\tagged-subscription\taggedSubscription.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-PostgreSql-http.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\management-groups\child-group\child-group.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Private-DNS-Zones.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\examples\policies\policy-definition\policy-definition.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Redis-http.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\Alz.Classes\Alz.Classes.psd1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Service-Endpoints.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\Alz.Classes\Alz.Classes.psm1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Sql-minTLS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\Alz.Enums\Alz.Enums.psd1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-SqlMi-minTLS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\Alz.Enums\Alz.Enums.psm1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-ContainerDeleteRetentionPolicy.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\functions\Alz.Tools.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-CopyScope.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\Alz.Tools\scripts\Update-ProviderApiVersionsZip.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-CorsRules.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\dataCollection\dataCollectionFunctions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-LocalUser.json
- output\20260723_081532\govviz\repo\pwsh\dev\functions\html\htmlFunctions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-NetworkAclsBypass.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\dataCollection\dataCollectionFunctions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-NetworkAclsVirtualNetworkRules.json
- output\20260723_081656\govviz\repo\pwsh\dev\functions\html\htmlFunctions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-ResourceAccessRulesResourceId.json
- output\20260723_082108\govviz\repo\pwsh\dev\functions\dataCollection\dataCollectionFunctions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-ResourceAccessRulesTenantId.json
- output\20260723_082108\govviz\repo\pwsh\dev\functions\html\htmlFunctions.ps1
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-ServicesEncryption.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\china\mcDINE-MDFCConfigPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Storage-SFTP.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\gov\fairfaxDINE-MDFCConfigPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-StorageAccount-CustomDomain.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\eslzArm\managementGroupTemplates\policyAssignments\gov\fairfaxDINE-PrivateDNSZonesPolicyAssignment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Subnet-Without-Nsg.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Append-AppService-httpsonly.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Subnet-Without-Penp.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Append-AppService-latestTLS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-Subnet-Without-Udr.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Append-KV-SoftDelete.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-UDR-With-Specific-NextHop.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Append-Redis-disableNonSslPort.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-VNET-Peer-Cross-Sub.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Append-Redis-sslEnforcement.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-VNET-Peering-To-Non-Approved-VNETs.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-AKS-kubenet.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-VNet-Peering.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-AzureHybridBenefit.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\DenyAction-ActivityLogs.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-Disks-UnusedResourcesCostOptimization.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\DenyAction-DeleteResources.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-MachineLearning-PrivateEndpointId.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\DenyAction-DiagnosticLogs.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-PrivateLinkDnsZones.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-ActivityLogs-to-LA-workspace.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-PublicIpAddresses-UnusedResourcesCostOptimization.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-ASC-SecurityContacts.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-ServerFarms-UnusedResourcesCostOptimization.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Budget.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-Tags-Mandatory-Rg.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Custom-Route-Table.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Audit-Tags-Mandatory.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-DDoSProtection.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AA-child-resources.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Default-Udr.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AFSPaasPublicIP.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Default-Udr.AzureUSGovernment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-APIM-TLS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-AA.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AppGw-Without-Tls.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-ACI.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AppGW-Without-WAF.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-ACR.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AppService-without-BYOC.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-AnalysisService.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AppServiceApiApp-http.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-ApiForFHIR.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AppServiceFunctionApp-http.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-APIMgmt.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AppServiceWebApp-http.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-ApplicationGateway.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deny-AzFw-Without-Policy.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-AVDScalingPlans.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-Bastion.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-CDNEndpoints.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-CognitiveServices.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-CosmosDB.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-Databricks.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-DataExplorerCluster.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-DataFactory.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-DLAnalytics.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-EventGridSub.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-EventGridSystemTopic.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-EventGridTopic.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-ExpressRoute.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-Firewall.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-FrontDoor.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-Function.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-HDInsight.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-iotHub.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-LoadBalancer.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-LogAnalytics.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-LogicAppsISE.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-MariaDB.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-MediaService.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-MlWorkspace.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-MySQL.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-NetworkSecurityGroups.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-NIC.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-PostgreSQL.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-PowerBIEmbedded.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-RedisCache.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-Relay.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-SignalR.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-SQLElasticPools.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-SQLMI.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-TimeSeriesInsights.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-TrafficManager.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-VirtualNetwork.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-VM.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-VMSS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-VNetGW.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-VWanS2SVPNGW.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-WebServerFarm.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-Website.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-WVDAppGroup.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-WVDHostPools.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Diagnostics-WVDWorkspace.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-FirewallPolicy.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-LogicApp-TLS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-MySQL-sslEnforcement.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-MySQLCMKEffect.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-PostgreSQL-sslEnforcement.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-PostgreSQLCMKEffect.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Private-DNS-Azure-File-Sync.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Private-DNS-Azure-KeyVault.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Private-DNS-Azure-Web.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Private-DNS-Generic.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Sql-AuditingSettings.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-SQL-minTLS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Sql-SecurityAlertPolicies.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Sql-Tde.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Sql-vulnerabilityAssessments.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Sql-vulnerabilityAssessments_20230706.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-SqlMi-minTLS.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Storage-sslEnforcement.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-UserAssignedManagedIdentity-VMInsights.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Vm-autoShutdown.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-VNET-HubSpoke.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Deploy-Windows-DomainJoin.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Modify-NSG.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policyDefinitions\Modify-UDR.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Audit-TrustedLaunch.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Audit-UnusedResourcesCostOptimization.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deny-PublicPaaSEndpoints.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deny-PublicPaaSEndpoints.AzureUSGovernment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deny-PublicPaaSEndpoints.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\DenyAction-DeleteProtection.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-AUM-CheckUpdates.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-Diagnostics-LogAnalytics.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-Diagnostics-LogAnalytics.AzureUSGovernment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-MDFC-Config.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-MDFC-Config.AzureUSGovernment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-MDFC-Config_20240319.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-Private-DNS-Zones.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-Private-DNS-Zones.AzureUSGovernment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-Private-DNS-Zones.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Deploy-Sql-Security_20240529.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-ACSB.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-ALZ-Decomm.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-ALZ-Sandbox.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Backup.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Encryption-CMK.AzureChinaCloud.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Encryption-CMK.AzureUSGovernment.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Encryption-CMK_20250218.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-EncryptTransit_20240509.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-EncryptTransit_20241211.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-APIM.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-AppServices.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-Automation.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-BotService.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-CognitiveServices.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-Compute.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-ContainerApps.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-ContainerInstance.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-ContainerRegistry.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-CosmosDb.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-DataExplorer.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-DataFactory.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-EventGrid.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-EventHub.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-KeyVault-Sup.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-KeyVault_20260203.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-Kubernetes.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-MachineLearning.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-MySQL.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-Network_20250326.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-OpenAI.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-PostgreSQL.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-ServiceBus.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-SQL.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-Storage.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-Synapse.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\policySetDefinitions\Enforce-Guardrails-VirtualDesktop.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\roleDefinitions\Application-Owners.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\roleDefinitions\Network-Management.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\roleDefinitions\OssDb-Owners.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\roleDefinitions\Security-Operations.json
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\src\resources\Microsoft.Authorization\roleDefinitions\Subscription-Owner.json
- output\20260723_081209\govviz\repo\img\azdo_oidc_0.jpg
- output\20260723_081209\govviz\repo\img\azdo_oidc_1.jpg
- output\20260723_081209\govviz\repo\img\AzDO_Repo-Permissions.png
- output\20260723_081209\govviz\repo\img\AzGovVizConnectingDots_v4.2.png
- output\20260723_081209\govviz\repo\img\azgvz_MDfC_securityAlert.png
- output\20260723_081209\govviz\repo\img\azureappdeployconfig.png
- output\20260723_081209\govviz\repo\img\buildpipeline.png
- output\20260723_081209\govviz\repo\img\buildpipeline2.png
- output\20260723_081209\govviz\repo\img\buildpipeline3.png
- output\20260723_081209\govviz\repo\img\chatGPT.png
- output\20260723_081209\govviz\repo\img\codespaces0.png
- output\20260723_081209\govviz\repo\img\codespaces1.png
- output\20260723_081209\govviz\repo\img\codespaces2.png
- output\20260723_081209\govviz\repo\img\codespaces3.png
- output\20260723_081209\govviz\repo\img\codespaces4.png
- output\20260723_081209\govviz\repo\img\consumption.png
- output\20260723_081209\govviz\repo\img\criticalMemoryUsage.png
- output\20260723_081209\govviz\repo\img\DefinitionInsights.png
- output\20260723_081209\govviz\repo\img\demo4_66.png
- output\20260723_081209\govviz\repo\img\downloadcsv450.png
- output\20260723_081209\govviz\repo\img\gitdiff600.jpg
- output\20260723_081209\govviz\repo\img\HierarchyMap.png
- output\20260723_081209\govviz\repo\img\identifier.jpg
- output\20260723_081209\govviz\repo\img\insights_map_pwsh.png
- output\20260723_081209\govviz\repo\img\jsonfolderfull450.jpg
- output\20260723_081209\govviz\repo\img\MicrosoftDefenderForCloudCoverage_preview.png
- output\20260723_081209\govviz\repo\img\orphanedResourcesCostSavings.png
- output\20260723_081209\govviz\repo\img\orphaned_stoppedVMs.png
- output\20260723_081209\govviz\repo\img\permissions.png
- output\20260723_081209\govviz\repo\img\pimeligibilityIntegrateRoleassignmentsall.png
- output\20260723_081209\govviz\repo\img\PSRuleForAzure_preview.png
- output\20260723_081209\govviz\repo\img\releaseartifactconfig.png
- output\20260723_081209\govviz\repo\img\releasepipeline.png
- output\20260723_081209\govviz\repo\img\releaseschedule.png
- output\20260723_081209\govviz\repo\img\releasetrigger.png
- output\20260723_081209\govviz\repo\img\ScopeInsights.png
- output\20260723_081209\govviz\repo\img\stats.jpg
- output\20260723_081209\govviz\repo\img\TenantSummary.png
- output\20260723_081209\govviz\repo\img\TenantSummary_20221129.png
- output\20260723_081209\govviz\repo\img\webapp_authentication.png
- output\20260723_081209\govviz\repo\img\webapp_AzDO_yml.png
- output\20260723_081209\govviz\repo\img\webapp_configure.png
- output\20260723_081209\govviz\repo\img\webapp_create.png
- output\20260723_081209\govviz\repo\img\webapp_defaultdocs.png
- output\20260723_081209\govviz\repo\img\webapp_GitHub_yml.png
- output\20260723_081209\govviz\repo\pwsh\AzGovVizParallel.ps1
- output\20260723_081209\govviz\repo\pwsh\prerequisites.ps1
- output\20260723_081209\govviz\repo\slides\AzGovViz_intro.pdf
- output\20260723_081532\govviz\ALZ_20260723_081601\Enterprise-Scale\LICENSE
- output\20260723_081532\govviz\repo\.devcontainer\devcontainer.json
- output\20260723_081532\govviz\repo\.devcontainer\Dockerfile
- output\20260723_081532\govviz\repo\img\aad850.png
- output\20260723_081532\govviz\repo\img\aadpermissionsportal_4.jpg
- output\20260723_081532\govviz\repo\img\azadserviceprincipalinsights73.png
- output\20260723_081532\govviz\repo\img\azadserviceprincipalinsights_preview.png
- output\20260723_081532\govviz\repo\img\azadserviceprincipalinsights_preview_entra-id.png
- output\20260723_081532\govviz\repo\img\AzADServicePrincipalInsights_preview_s.png
- output\20260723_081532\govviz\repo\img\azadvertizer70.png
- output\20260723_081532\govviz\repo\img\azdo_aad_oidc_0.jpg
- output\20260723_081532\govviz\repo\img\azdo_aad_oidc_1.jpg
- output\20260723_081532\govviz\repo\img\AzDO_md.png
- output\20260723_081532\govviz\repo\img\AzDO_md_v4.png
- output\20260723_081532\govviz\repo\img\azdo_oidc_0.jpg
- output\20260723_081532\govviz\repo\img\azdo_oidc_1.jpg
- output\20260723_081532\govviz\repo\.azuredevops\pipelines\AzGovViz.variables.yml
- output\20260723_081532\govviz\repo\pwsh\dev\buildAzGovVizParallel.ps1
- output\20260723_081532\govviz\repo\pwsh\dev\devAzGovVizParallel.ps1
- output\20260723_081656\govviz\repo\.azuredevops\pipelines\AzGovViz.pipeline.yml
- output\20260723_081656\govviz\repo\.azuredevops\pipelines\AzGovViz.variables.yml
- output\20260723_081656\govviz\repo\pwsh\dev\buildAzGovVizParallel.ps1
- output\20260723_081656\govviz\repo\pwsh\dev\devAzGovVizParallel.ps1
- output\20260723_082108\govviz\repo\.azuredevops\pipelines\AzGovViz.pipeline.yml
- output\20260723_082108\govviz\repo\.azuredevops\pipelines\AzGovViz.variables.yml
- output\20260723_082108\govviz\repo\pwsh\dev\buildAzGovVizParallel.ps1
- output\20260723_082108\govviz\repo\pwsh\dev\devAzGovVizParallel.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\addHtParameters.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\addIndexNumberToArray.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\addRowToTable.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\apiCallTracking.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\buildJSON.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\buildMD.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\buildPolicyAllJSON.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\buildTree.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\cacheBuiltIn.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\checkAzGovVizVersion.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\createTagList.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\detailSubscriptions.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\detectPolicyEffect.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\exportBaseCSV.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\exportResourceLocks.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getConsumption.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getConsumptionv2.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getDefaultManagementGroup.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getEntities.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getFileNaming.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getGroupmembers.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getMDfCSecureScoreMG.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getOrphanedResources.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getPIMEligible.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getPolicyHash.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getPolicyRemediation.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getPrivateEndpointCapableResourceTypes.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getResourceDiagnosticsCapability.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getSubscriptions.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\getTenantDetails.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\handleCloudEnvironment.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\namingValidation.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\prepareData.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processAADGroups.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processALZPolicyAssignmentsChecker.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processALZPolicyVersionChecker.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processApplications.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processDataCollection.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processDefinitionInsights.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processDiagramMermaid.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processHierarchyMapOnly.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processHierarchyMapOnlyCustomData.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processManagedIdentities.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processMDfCCoverage.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processNetwork.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processPrivateEndpoints.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processScopeInsightsMgOrSub.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processStorageAccountAnalysis.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\processTenantSummary.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\removeInvalidFileNameChars.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\resolveObjectIds.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\runInfo.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\selectMg.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\setBaseVariablesMG.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\setOutput.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\setTranscript.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\showMemoryUsage.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\stats.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\testGuid.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\testPowerShellVersion.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\validateAccess.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\validateLeastPrivilegeForUser.ps1
- output\20260723_011003\govviz\repo\pwsh\dev\functions\verifyModules3rd.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\addHtParameters.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\addIndexNumberToArray.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\addRowToTable.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\apiCallTracking.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\buildJSON.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\buildMD.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\buildPolicyAllJSON.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\buildTree.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\cacheBuiltIn.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\checkAzGovVizVersion.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\createTagList.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\detailSubscriptions.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\detectPolicyEffect.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\exportBaseCSV.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\exportResourceLocks.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getConsumption.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getConsumptionv2.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getDefaultManagementGroup.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getEntities.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getFileNaming.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getGroupmembers.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getMDfCSecureScoreMG.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getOrphanedResources.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getPIMEligible.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getPolicyHash.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getPolicyRemediation.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getPrivateEndpointCapableResourceTypes.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getResourceDiagnosticsCapability.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getSubscriptions.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\getTenantDetails.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\handleCloudEnvironment.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\namingValidation.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\prepareData.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processAADGroups.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processALZPolicyAssignmentsChecker.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processALZPolicyVersionChecker.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processApplications.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processDataCollection.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processDefinitionInsights.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processDiagramMermaid.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processHierarchyMapOnly.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processHierarchyMapOnlyCustomData.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processManagedIdentities.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processMDfCCoverage.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processNetwork.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processPrivateEndpoints.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processScopeInsightsMgOrSub.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processStorageAccountAnalysis.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\processTenantSummary.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\removeInvalidFileNameChars.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\resolveObjectIds.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\runInfo.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\selectMg.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\setBaseVariablesMG.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\setOutput.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\setTranscript.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\showMemoryUsage.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\stats.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\testGuid.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\testPowerShellVersion.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\validateAccess.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\validateLeastPrivilegeForUser.ps1
- output\20260723_080510\govviz\repo\pwsh\dev\functions\verifyModules3rd.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\addHtParameters.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\addIndexNumberToArray.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\addRowToTable.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\apiCallTracking.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\buildJSON.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\buildMD.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\buildPolicyAllJSON.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\buildTree.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\cacheBuiltIn.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\checkAzGovVizVersion.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\createTagList.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\detailSubscriptions.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\detectPolicyEffect.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\exportBaseCSV.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\exportResourceLocks.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getConsumption.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getConsumptionv2.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getDefaultManagementGroup.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getEntities.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getFileNaming.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getGroupmembers.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getMDfCSecureScoreMG.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getOrphanedResources.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getPIMEligible.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getPolicyHash.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getPolicyRemediation.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getPrivateEndpointCapableResourceTypes.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getResourceDiagnosticsCapability.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getSubscriptions.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\getTenantDetails.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\handleCloudEnvironment.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\namingValidation.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\prepareData.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processAADGroups.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processALZPolicyAssignmentsChecker.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processALZPolicyVersionChecker.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processApplications.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processDataCollection.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processDefinitionInsights.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processDiagramMermaid.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processHierarchyMapOnly.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processHierarchyMapOnlyCustomData.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processManagedIdentities.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processMDfCCoverage.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processNetwork.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processPrivateEndpoints.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processScopeInsightsMgOrSub.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processStorageAccountAnalysis.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\processTenantSummary.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\removeInvalidFileNameChars.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\resolveObjectIds.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\runInfo.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\selectMg.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\setBaseVariablesMG.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\setOutput.ps1
- output\20260723_081209\govviz\repo\pwsh\dev\functions\setTranscript.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 2.11.0 | 8 | 7/26/2026 |
| 2.10.0 | 5 | 7/26/2026 |
| 2.9.0 | 6 | 7/26/2026 |
| 2.8.0 | 5 | 7/26/2026 |
| 2.7.0 | 5 | 7/26/2026 |
| 2.6.0 | 5 | 7/26/2026 |
| 2.5.3 (current version) | 4 | 7/25/2026 |
| 2.5.2 | 6 | 7/25/2026 |
| 2.5.1 | 4 | 7/25/2026 |
| 2.5.0 | 5 | 7/25/2026 |
| 2.4.0 | 4 | 7/25/2026 |
| 2.3.0 | 6 | 7/25/2026 |
| 2.2.0 | 4 | 7/24/2026 |
| 2.1.0 | 5 | 7/24/2026 |
| 2.0.1 | 5 | 7/23/2026 |
| 2.0.0 | 3 | 7/23/2026 |
| 1.0.0 | 48 | 2/25/2026 |