AsBuiltReport / AsBuiltReport.Microsoft.Azure

Repository for AsBuiltReport Microsoft Azure module
MIT License
11 stars 11 forks source link

v0.1.5 release #11

Closed tpcarman closed 1 year ago

tpcarman commented 1 year ago

Description

Added

Related Issue

Fixed

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

github-actions[bot] commented 1 year ago

PSScriptAnalyzer results:

Errors: [0], Warnings: [3], Information: [0]

``` RuleName : PSUseSingularNouns Severity : Warning ScriptName : Get-AbrAsrProtectedItems.ps1 Line : 1 Message : The cmdlet 'Get-AbrAsrProtectedItems' uses a plural noun. A singular noun should be used instead. RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-RequiredModule.ps1 Line : 18 Message : Command accepts pipeline input but has not defined a process block. RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-RequiredModule.ps1 Line : 22 Message : Command accepts pipeline input but has not defined a process block. ```