Skip to content

Commit

Permalink
Add relevant comments when no VNET is present (#46)
Browse files Browse the repository at this point in the history
* Add relevant comments when no vnet is present

* update zipped module
  • Loading branch information
singhgss authored Dec 13, 2023
1 parent 950199a commit 258a8ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified psmodules/Check-NetworkWatcherEnabled.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 @@ -257,7 +257,7 @@ resource module14 'modules' = if (newDeployment || updatePSModules) {
properties: {
contentLink: {
uri: '${ModuleBaseURL}/Check-NetworkWatcherEnabled.zip'
version: '1.0.0'
version: '1.0.2'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\Check-NetworkWatcherEnabled.psm1'

# Version number of this module.
ModuleVersion = '1.0.1'
ModuleVersion = '1.0.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function Get-NetworkWatcherStatus {
$RegionObject = [PSCustomObject]@{
SubscriptionName = $sub.Name
ComplianceStatus = $ComplianceStatus
Comments = $Comments
Comments = $msgTable.networkWatcherConfigNoRegions
ItemName = $msgTable.networkWatcherConfigNoRegions
itsgcode = $itsgcode
ControlName = $ControlName
Expand Down

0 comments on commit 258a8ad

Please sign in to comment.