Skip to content

Commit d7bdcab

Browse files
add to beta profile (#1189)
Co-authored-by: Peter Ombwa <[email protected]>
1 parent 207e8a1 commit d7bdcab

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Identity.Governance/Identity.Governance/custom/Get-MgEntitlementManagementAccessPackage.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.gove
3838
function Get-MgEntitlementManagementAccessPackage {
3939
[OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAccessPackage])]
4040
[CmdletBinding(DefaultParameterSetName='ListAll', PositionalBinding=$false)]
41+
[Microsoft.Graph.PowerShell.Profile('v1.0-beta')]
4142
param(
4243

4344
[Parameter()]

src/Identity.Governance/Identity.Governance/custom/Get-MgEntitlementManagementConnectedOrganization.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.gove
3939
function Get-MgEntitlementManagementConnectedOrganization {
4040
[OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphConnectedOrganization])]
4141
[CmdletBinding(DefaultParameterSetName='ListAll', PositionalBinding=$false)]
42+
[Microsoft.Graph.PowerShell.Profile('v1.0-beta')]
4243
param(
4344
[Parameter()]
4445
[Alias('Expand')]

src/Identity.Governance/Identity.Governance/custom/New-MgEntitlementManagementConnectedOrganization.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.gove
3333
function New-MgEntitlementManagementConnectedOrganization {
3434
[OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphConnectedOrganization])]
3535
[CmdletBinding(DefaultParameterSetName='CreateWithDomainIdentitySource', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
36+
[Microsoft.Graph.PowerShell.Profile('v1.0-beta')]
3637
param(
3738

3839
[Parameter(ParameterSetName='CreateWithDomainIdentitySource')]

src/Identity.Governance/Identity.Governance/custom/Split-MgEntitlementManagementConnectedOrganization.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.gove
2626
#>
2727
function Split-MgEntitlementManagementConnectedOrganization {
2828
[CmdletBinding(DefaultParameterSetName='SplitByIdentitySource', PositionalBinding=$false, ConfirmImpact='Medium')]
29+
[Microsoft.Graph.PowerShell.Profile('v1.0-beta')]
2930
param(
3031

3132
[Parameter(ValueFromPipeline=$true,ParameterSetName='SplitByIdentitySource')]

0 commit comments

Comments
 (0)