Skip to content

Commit

Permalink
dot files
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittel committed Jan 8, 2024
1 parent 3cec9da commit b4c92cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .azuredevops/pipelines/AzGovViz.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ schedules:
- master #CHECK branch 'master' is applicable? - delete me :)

#Running AzOps? Run Azure Governance Visualizer after 'AzOps - Push' ..
#AzOps Accellerator https://github.com/Azure/AzOps-Accelerator
#AzOps Accelerator https://github.com/Azure/AzOps-Accelerator
#resources:
# pipelines:
# - pipeline: 'Push'
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
}
else {
Write-Host "Assuming and insisting that you do not want to publish your tenant insights to the public"
Write-Host "HTML NOT published. Please configure authentication on the webApp ($($env:WEBAPPNAME))"
Write-Host "HTML NOT published. Please configure authentication on the Azure Web App ($($env:WEBAPPNAME))."
exit 1
}
azurePowerShellVersion: latestVersion
Expand Down
6 changes: 3 additions & 3 deletions .azuredevops/pipelines/AzGovViz.variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ variables:
# String | example: value: "westus"
value: 'westeurope'

# Defines the limit (default=500) of AAD Group members; For AAD Groups that have more members than the defined limit Group members will not be resolved
# Defines the limit (default=500) of Microsoft Entra group members; For Microsoft Entra groups that have more members than the defined limit, group members will not be resolved
- name: AADGroupMembersLimit
# Integer | default = 500 | example: value: 333
value:

# Define warning period for Service Principal secret and certificate expiry
# Define warning period for the service principal secret and certificate expiry
- name: AADServicePrincipalExpiryWarningDays
# Integer | default = 14 | example: value: 21
value:
Expand Down Expand Up @@ -276,7 +276,7 @@ variables:
# Switch | example: value: true
value:

# Define the number of script blocks running in parallel. Leveraging PowerShell Core´s parallel capability you can define the ThrottleLimit (default=5)
# Define the number of script blocks running in parallel. Using PowerShell's parallel capability you can define the ThrottleLimit (default=5).
- name: ThrottleLimit
# Integer | Default = 10 | example: value: 11
value:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AzGovViz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
}
else {
Write-Host 'Assuming and insisting that you do not want to publish your tenant insights to the public'
Write-Host "HTML NOT published. Please configure authentication on the webApp ($($env:WebAppName))"
Write-Host "HTML NOT published. Please configure authentication on the Azure Web App ($($env:WebAppName))."
exit 1
}
azPSVersion: "latest"
2 changes: 1 addition & 1 deletion .github/workflows/AzGovViz_OIDC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
}
else {
Write-Host 'Assuming and insisting that you do not want to publish your tenant insights to the public'
Write-Host "HTML NOT published. Please configure authentication on the webApp ($($env:WebAppName))"
Write-Host "HTML NOT published. Please configure authentication on the Azure Web App ($($env:WebAppName))."
exit 1
}
azPSVersion: "latest"

0 comments on commit b4c92cd

Please sign in to comment.