Skip to content

Commit

Permalink
minor changes in the stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajalp1079 committed Oct 2, 2024
1 parent b76d84d commit b3097f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Get-TargetResource
$InformationUrl,

[Parameter()]
[System.Boolean]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down Expand Up @@ -197,7 +197,7 @@ function Set-TargetResource
$InformationUrl,

[Parameter()]
[System.Boolean]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down Expand Up @@ -321,7 +321,7 @@ function Test-TargetResource
$InformationUrl,

[Parameter()]
[System.Boolean]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down
87 changes: 13 additions & 74 deletions Tests/Unit/Stubs/Microsoft365.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -17917,7 +17917,7 @@ function New-MgBetaDeviceAppManagementMobileApp {
$InformationUrl,

[Parameter()]
[System.Boolean]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down Expand Up @@ -17967,7 +17967,7 @@ function Get-MgBetaDeviceAppManagementMobileApp {
$InformationUrl,

[Parameter()]
[System.Boolean]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down Expand Up @@ -18016,7 +18016,7 @@ function Update-MgBetaDeviceAppManagementMobileApp {
$InformationUrl,

[Parameter()]
[System.Boolean]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down Expand Up @@ -18066,7 +18066,7 @@ function Remove-MgBetaDeviceAppManagementMobileApp {
$InformationUrl,

[Parameter()]
[System.Boolean]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down Expand Up @@ -18874,7 +18874,7 @@ function New-MgBetaDeviceManagementAssignmentFilter
$HttpPipelineAppend
)
}
function New-MgBetaDeviceManagementConfigurationPolicy #TODOK: What is the use of this file? Why almost all Intune cmdlets are already here?
function New-MgBetaDeviceManagementConfigurationPolicy
{
[CmdletBinding()]
param(
Expand Down Expand Up @@ -83113,7 +83113,7 @@ function Update-MgBetaDeviceAppManagementPolicySetAssignment
#endregion

#region MgBetaDeviceAppManagementMobileApp
function Get-MgBetaDeviceAppManagementMobileApp
function Get-MgBetaDeviceAppManagementMobileApp # TODOK
{
[CmdletBinding()]
param
Expand Down Expand Up @@ -83200,7 +83200,7 @@ function Get-MgBetaDeviceAppManagementMobileApp
)
}

function New-MgBetaDeviceAppManagementMobileApp
function New-MgBetaDeviceAppManagementMobileApp # TODOK
{
[CmdletBinding()]
param
Expand Down Expand Up @@ -83258,7 +83258,8 @@ function New-MgBetaDeviceAppManagementMobileApp
$IsAssigned,

[Parameter()]
[System.Management.Automation.SwitchParameter]
#[System.Management.Automation.SwitchParameter]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down Expand Up @@ -83339,58 +83340,7 @@ function New-MgBetaDeviceAppManagementMobileApp
)
}

function Remove-MgBetaDeviceAppManagementMobileApp
{
[CmdletBinding()]
param
(
[Parameter()]
[System.String]
$MobileAppId,

[Parameter()]
[PSObject]
$InputObject,

[Parameter()]
[System.String]
$ResponseHeadersVariable,

[Parameter()]
[System.Management.Automation.SwitchParameter]
$Break,

[Parameter()]
[System.Collections.IDictionary]
$Headers,

[Parameter()]
[PSObject[]]
$HttpPipelineAppend,

[Parameter()]
[PSObject[]]
$HttpPipelinePrepend,

[Parameter()]
[System.Management.Automation.SwitchParameter]
$PassThru,

[Parameter()]
[System.Uri]
$Proxy,

[Parameter()]
[System.Management.Automation.PSCredential]
$ProxyCredential,

[Parameter()]
[System.Management.Automation.SwitchParameter]
$ProxyUseDefaultCredentials
)
}

function Set-MgBetaDeviceAppManagementMobileApp
function Remove-MgBetaDeviceAppManagementMobileApp # TODOK
{
[CmdletBinding()]
param
Expand All @@ -83403,22 +83353,10 @@ function Set-MgBetaDeviceAppManagementMobileApp
[PSObject]
$InputObject,

[Parameter()]
[PSObject]
$BodyParameter,

[Parameter()]
[System.String]
$ResponseHeadersVariable,

[Parameter()]
[System.Collections.Hashtable]
$AdditionalProperties,

[Parameter()]
[PSObject[]]
$MobileAppAssignments,

[Parameter()]
[System.Management.Automation.SwitchParameter]
$Break,
Expand Down Expand Up @@ -83453,7 +83391,7 @@ function Set-MgBetaDeviceAppManagementMobileApp
)
}

function Update-MgBetaDeviceAppManagementMobileApp
function Update-MgBetaDeviceAppManagementMobileApp # TODOK
{
[CmdletBinding()]
param
Expand Down Expand Up @@ -83519,7 +83457,8 @@ function Update-MgBetaDeviceAppManagementMobileApp
$IsAssigned,

[Parameter()]
[System.Management.Automation.SwitchParameter]
#[System.Management.Automation.SwitchParameter]
[System.String]
$IsFeatured,

[Parameter()]
Expand Down

0 comments on commit b3097f5

Please sign in to comment.