Skip to content

Commit

Permalink
[Update] GR8 Validation 1 HighLevelDesign expected format (#342)
Browse files Browse the repository at this point in the history
* adding more expected format

* version update in bicep
  • Loading branch information
dutt0 authored Jan 3, 2025
1 parent aa700a0 commit 6cca008
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified psmodules/GR-Common.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion setup/IaC/modules/automationaccount.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ resource guardrailsAC 'Microsoft.Automation/automationAccounts@2021-06-22' = if
properties: {
contentLink: {
uri: '${ModuleBaseURL}/GR-Common.zip'
version: '1.2.2'
version: '1.2.3'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Guardrails-Common/GR-Common.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
RootModule = 'GR-Common'

# Version number of this module.
ModuleVersion = '1.2.2'
ModuleVersion = '1.2.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion src/Guardrails-Common/GR-Common.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ function add-documentFileExtensions {
$ItemName.ToLower() -eq "diagramme d'architecture réseau" -or
$ItemName.ToLower() -eq 'documentation de Conception de haut niveau'){

$fileExtensions = @(".pdf", ".png", ".jpeg", ".vsdx")
$fileExtensions = @(".pdf", ".png", ".jpeg", ".vsdx",".txt",".docx", ".doc")
}
elseif ($ItemName.ToLower() -eq 'dedicated user accounts for administration' -or
$ItemName.ToLower() -eq "Comptes d'utilisateurs dédiés pour l'administration") {
Expand Down

0 comments on commit 6cca008

Please sign in to comment.