fix: Remove output type for output functions. Add Later
This commit is contained in:
@@ -10,11 +10,9 @@
|
|||||||
#>
|
#>
|
||||||
function Get-CISAadOutput {
|
function Get-CISAadOutput {
|
||||||
[cmdletBinding()]
|
[cmdletBinding()]
|
||||||
[OutputType([string])]
|
|
||||||
param(
|
param(
|
||||||
[Parameter(Mandatory = $true)]
|
[Parameter(Mandatory = $true)]
|
||||||
[String]
|
[String]$Rec
|
||||||
$Rec
|
|
||||||
)
|
)
|
||||||
begin {
|
begin {
|
||||||
# Begin Block #
|
# Begin Block #
|
||||||
|
@@ -10,11 +10,9 @@
|
|||||||
#>
|
#>
|
||||||
function Get-CISExoOutput {
|
function Get-CISExoOutput {
|
||||||
[cmdletBinding()]
|
[cmdletBinding()]
|
||||||
[OutputType([string])]
|
|
||||||
param(
|
param(
|
||||||
[Parameter(Mandatory = $true)]
|
[Parameter(Mandatory = $true)]
|
||||||
[String]
|
[String]$Rec
|
||||||
$Rec
|
|
||||||
)
|
)
|
||||||
begin {
|
begin {
|
||||||
# Begin Block #
|
# Begin Block #
|
||||||
|
@@ -10,11 +10,9 @@
|
|||||||
#>
|
#>
|
||||||
function Get-CISMSTeamsOutput {
|
function Get-CISMSTeamsOutput {
|
||||||
[cmdletBinding()]
|
[cmdletBinding()]
|
||||||
[OutputType([string])]
|
|
||||||
param(
|
param(
|
||||||
[Parameter(Mandatory = $true)]
|
[Parameter(Mandatory = $true)]
|
||||||
[String]
|
[String]$Rec
|
||||||
$Rec
|
|
||||||
)
|
)
|
||||||
begin {
|
begin {
|
||||||
# Begin Block #
|
# Begin Block #
|
||||||
|
@@ -10,11 +10,9 @@
|
|||||||
#>
|
#>
|
||||||
function Get-CISSpoOutput {
|
function Get-CISSpoOutput {
|
||||||
[cmdletBinding()]
|
[cmdletBinding()]
|
||||||
[OutputType([string])]
|
|
||||||
param(
|
param(
|
||||||
[Parameter(Mandatory = $true)]
|
[Parameter(Mandatory = $true)]
|
||||||
[String]
|
[String]$Rec
|
||||||
$Rec
|
|
||||||
)
|
)
|
||||||
begin {
|
begin {
|
||||||
# Begin Block #
|
# Begin Block #
|
||||||
|
Reference in New Issue
Block a user