Skip to content

Commit f92564e

Browse files
authored
Merge pull request Azure#437 from Azure/master
7/7/2020 Publish
2 parents 86c4bdb + 5828772 commit f92564e

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

azureadps-2.0-preview/AzureAD/AzureADPreview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,3 +725,11 @@ Allows an admin to remove a group from the cloud authentication rollout policy i
725725

726726
### [Set-AzureADMSFeatureRolloutPolicy](Set-AzureADMSFeatureRolloutPolicy.md)
727727
Allows an admin to modify the policy for cloud authentication roll-out in Azure AD.
728+
729+
### [Get-AzureADMSAuthorizationPolicy](Get-AzureADMSAuthorizationPolicy.md)
730+
Gets an authorization policy.
731+
732+
### [Set-AzureADMSAuthorizationPolicy](Set-AzureADMSAuthorizationPolicy.md)
733+
Sets an authorization policy.
734+
735+

docs-conceptual/azureadps-2.0-preview/working-with-licenses.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.author: rodejo
1212
ms.custom: posh-docs-conceptual
1313
ms.reviewer: rodejo
1414
---
15+
16+
# Working with licenses
17+
1518
(Get-AzureADUser).AssignedPlans gets you a list of assigned plans and their “capability status” – whether the particular service is Enabled or disabled based on the subscription status in commerce. The “Service” field is the type of the service behind the plan, and not the name of the service plan itself (the name is not included in this object at all, just the guid ID of the plan)
1619

1720
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/assignedplan

docs-conceptual/azureadps-2.0/working-with-licenses.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.author: rodejo
1212
ms.custom: posh-docs-conceptual
1313
ms.reviewer: rodejo
1414
---
15+
# Working with licenses
16+
1517
(Get-AzureADUser).AssignedPlans gets you a list of assigned plans and their “capability status” – whether the particular service is Enabled or disabled based on the subscription status in commerce. The “Service” field is the type of the service behind the plan, and not the name of the service plan itself (the name is not included in this object at all, just the guid ID of the plan)
1618

1719
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/assignedplan

mapping/groupMapping-2.0-preview.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@
227227
"New-AzureADMSFeatureRolloutPolicy" : "Staged Rollout",
228228
"Remove-AzureADMSFeatureRolloutPolicy" : "Staged Rollout",
229229
"Remove-AzureADMSFeatureRolloutPolicyDirectoryObject" : "Staged Rollout",
230-
"Set-AzureADMSFeatureRolloutPolicy" : "Staged Rollout"
230+
"Set-AzureADMSFeatureRolloutPolicy" : "Staged Rollout",
231+
"Get-AzureADMSAuthorizationPolicy" : "Groups",
232+
"Set-AzureADMSAuthorizationPolicy" : "Groups"
231233

232234
}

0 commit comments

Comments
 (0)