Skip to content

Commit 4ac843d

Browse files
authored
Merge branch 'live' into patch-1
2 parents 66541d1 + cbd24d3 commit 4ac843d

File tree

309 files changed

+17237
-2961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+17237
-2961
lines changed

.openpublishing.publish.config.json

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@
1919
"Conceptual": "Content",
2020
"ManagedReference": "Content",
2121
"RestApi": "Content",
22-
"AzurePSModulePage": "Content",
22+
"PowershellModule": "Content",
23+
"PowershellCmdlet": "Content",
2324
"Tutorial": "Content"
2425
},
2526
"build_entry_point": "docs",
2627
"template_folder": "_themes",
2728
"version": 0,
28-
"customized_template_paths": [
29-
"_dependentPackages/azurecli.plugins/azurecli"
30-
],
3129
"customized_tasks": {
3230
"docset_prebuild": [
33-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
31+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
3432
]
3533
}
3634
}
@@ -60,15 +58,9 @@
6058
],
6159
"dependent_packages": [
6260
{
63-
"path_to_root": "_dependentPackages/azurecli.plugins",
64-
"id": "opbuild.templates.azurecli",
65-
"version": "latest",
66-
"nuget_feed": "https://www.myget.org/F/op/api/v2"
67-
},
68-
{
69-
"id": "Microsoft.OpenPublishing.CommonPlugins",
61+
"id": "Microsoft.DocAsCode.MAML2Yaml",
7062
"nuget_feed": "https://www.myget.org/F/op/api/v2",
71-
"path_to_root": "_dependentPackages/CommonPlugins",
63+
"path_to_root": "_dependentPackages/MAML2Yaml",
7264
"target_framework": "net45",
7365
"version": "latest"
7466
}
@@ -77,5 +69,8 @@
7769
"mapping/monikerMapping.json"
7870
],
7971
"need_generate_pdf_url_template": false,
80-
"dest": "_site"
72+
"dest": "_site",
73+
"docs_build_engine": {
74+
"name": "docfx_v3"
75+
}
8176
}

README.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
1-
# azure-docs-powershell-azuread
2-
Cmdlets reference help docs for Powershell Azure AD
1+
# Microsoft AzureAD 2.0 PowerShell Module and AzureAD 2.0 Preview PowerShell Module Documentation
2+
3+
Welcome to the open-source [documentation](https://docs.microsoft.com/azure) of the [Microsoft AzureAD 2.0 PowerShell Module](https://docs.microsoft.com/powershell/module/azuread/?view=azureadps-2.0) and the [Microsoft AzureAD 2.0 Preview PowerShell Module](https://docs.microsoft.com/powershell/module/azuread/?view=azureadps-2.0-preview). Please review this README file to understand how you can assist in contributing to the Microsoft Azure documentation.
4+
5+
## Getting Started
6+
7+
Contributing to open source is more than just providing updates, it's also about letting us know when there is an issue. Read our [Contributing guidance](CONTRIBUTING.md) to find out more.
8+
9+
### Prerequisites
10+
11+
You've decided to contribute, that's great! To contribute to the documentation, you need a few tools.
12+
13+
Contributing to the documentation requires a GitHub account. If you don't have an account, follow the instructions for the [GitHub account setup](https://docs.microsoft.com/contribute/get-started-setup-github) from our contributor guide.
14+
15+
#### Download
16+
17+
Install the following tools:
18+
19+
* [Git](https://git-scm.com/download)
20+
* [Visual Studio Code](https://code.visualstudio.com/Download)
21+
* [Docs Authoring Pack](https://marketplace.visualstudio.com/items?itemName=docsmsft.docs-authoring-pack) extension for Visual Studio Code
22+
23+
#### Install
24+
25+
Follow the instructions provided in the [Install content authoring tools](https://docs.microsoft.com/contribute/get-started-setup-tools) from our contributor guide.
26+
27+
## License
28+
29+
Please refer to [LICENSE](LICENSE), [LICENSE-CODE](LICENSE-CODE) and [ThirdPartyNotices](ThirdPartyNotices.md) for all Licensing information.
30+
31+
## Code of Conduct
32+
33+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
34+
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
35+
36+
## Current State of Repo
37+
We are currently aware of the backlog for this repo and are working to address this. Please be aware that if you have any updates to automatically generated reference content, you should create an issue and not a PR. The issue will then be created into a bug and triaged accordingly. We do this because the reference content must mirror the *dll-help.xml file and subsequent updates to the reference content may overwrite any changes made through the repo. Capturing it in the source code ensures that this does not occur. Any PR with changes to automatically generated reference content will be closed.
38+
39+
Automatically generated reference content is any of the content under this Reference node, such as [Get-AzureADUser](https://docs.microsoft.com/powershell/module/AzureAD/Get-AzureADUser?view=azureadps-2.0)
40+
41+
This only applies to reference content and not conceputal content. Pull requests for changes to conceptual content are accepted and encouraged. An example of the conceputal content is the [Overview](https://docs.microsoft.com/powershell/azure/active-directory/overview?view=azureadps-2.0) or a scenario such as [importing data](https://docs.microsoft.com/powershell/azure/active-directory/importing-data?view=azureadps-2.0).

azureadps-1.0/MSOnline/AzureActiveDirectory.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.custom: iamfeature=PowerShell
1212
# MSOnline Module
1313
## Description
1414

15-
Note: this is the older MSOnline V1 PowerShell module for Azure Active Directory. Customers are encouraged to use the newer Azure Active Directory V2 PowerShell module instead of this module. For more information about the V2 module please see [Azure Active Directory V2 PowerShell](https://docs.microsoft.com/en-us/powershell/azuread/v2/azureactivedirectory).
15+
Note: this is the older MSOnline V1 PowerShell module for Azure Active Directory. Customers are encouraged to use the newer Azure Active Directory V2 PowerShell module instead of this module. For more information about the V2 module please see [Azure Active Directory V2 PowerShell](https://docs.microsoft.com/powershell/azuread/v2/azureactivedirectory).
1616

17-
For more detail info on installation of the AzureAD cmdlets please see: [Azure ActiveDirectory (MSOnline)](https://docs.microsoft.com/en-us/powershell/azure/active-directory/overview?view=azureadps-1.0).
17+
For more detail info on installation of the AzureAD cmdlets please see: [Azure ActiveDirectory (MSOnline)](https://docs.microsoft.com/powershell/azure/active-directory/overview?view=azureadps-1.0).
1818

1919
This topic displays help topics for the Azure Active Directory MSOnline module.
2020

@@ -446,6 +446,6 @@ These include the following:
446446

447447
## See Also
448448

449-
[Administering your Azure AD directory](https://msdn.microsoft.com/en-us/library/azure/hh967611(v=azure.98).aspx)
449+
[Administering your Azure AD directory](https://msdn.microsoft.com/library/azure/hh967611(v=azure.98).aspx)
450450

451-
[Install Windows PowerShell for directory synchronization](https://msdn.microsoft.com/en-us/library/azure/jj151828(v=azure.98).aspx)
451+
[Install Windows PowerShell for directory synchronization](https://msdn.microsoft.com/library/azure/jj151828(v=azure.98).aspx)
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
external help file: Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
3+
Module Name: AzureADPreview
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Add-AzureADMSApplicationOwner
9+
10+
## SYNOPSIS
11+
Adds an owner for an application object.
12+
13+
## SYNTAX
14+
15+
```
16+
Add-AzureADMSApplicationOwner -ObjectId <String> -RefObjectId <String> [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
Adds an owner for an application object.
21+
22+
## EXAMPLES
23+
24+
### Example 1: Add an owner to an application
25+
```
26+
PS C:\>Add-AzureADMSApplicationOwner -ObjectId 3ddd22e7-a150-4bb3-b100-e410dea1cb84 -RefObjectId c13dd34a-492b-4561-b171-40fcce2916c5
27+
```
28+
29+
This command adds an owner to an application.
30+
31+
## PARAMETERS
32+
33+
### -ObjectId
34+
The unique identifier of the object specific Azure Active Directory object
35+
36+
```yaml
37+
Type: String
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: True
42+
Position: Named
43+
Default value: None
44+
Accept pipeline input: True (ByPropertyName, ByValue)
45+
Accept wildcard characters: False
46+
```
47+
48+
### -RefObjectId
49+
The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member
50+
51+
```yaml
52+
Type: String
53+
Parameter Sets: (All)
54+
Aliases:
55+
56+
Required: True
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: True (ByPropertyName, ByValue)
60+
Accept wildcard characters: False
61+
```
62+
63+
### CommonParameters
64+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
65+
66+
## INPUTS
67+
68+
### string
69+
## OUTPUTS
70+
71+
## NOTES
72+
73+
## RELATED LINKS
74+
75+
[Get-AzureADMSApplicationOwner]()
76+
77+
[Remove-AzureADMSApplicationOwner]()
78+
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
---
2+
external help file: Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
3+
Module Name: AzureADPreview
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Add-AzureADMSServicePrincipalDelegatedPermissionClassification
9+
10+
## SYNOPSIS
11+
Add a classification for a delegated permission.
12+
13+
## SYNTAX
14+
15+
```
16+
Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId <String>
17+
-Classification <ClassificationEnum> -PermissionId <String> -PermissionName <String> [<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
The Add-AzureADMSServicePrincipalDelegatedPermissionClassification cmdlet creates a delegated permission classification for the given permission on service principal.
22+
23+
## EXAMPLES
24+
25+
### Example 1: Create Delegated Permission Classification
26+
```
27+
PS C:\> Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -PermissionId "205e70e5-aba6-4c52-a976-6d2d46c48043" -Classification Low -PermissionName "Sites.Read.All"
28+
29+
Classification : Low
30+
Id : 5XBeIKarUkypdm0tRsSAQwE
31+
PermissionId : 205e70e5-aba6-4c52-a976-6d2d46c48043
32+
PermissionName : Sites.Read.All
33+
```
34+
35+
This command creates a delegated permission classification for the given permission on the service principal.
36+
37+
## PARAMETERS
38+
39+
### -ServicePrincipalId
40+
The unique identifier of a service principal object in Azure Active Directory.
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: (All)
45+
Aliases:
46+
47+
Required: True
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: True (ByPropertyName, ByValue)
51+
Accept wildcard characters: False
52+
```
53+
54+
### -PermissionId
55+
The id for a delegated permission.
56+
57+
```yaml
58+
Type: String
59+
Parameter Sets: (All)
60+
Aliases:
61+
62+
Required: True
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -PermissionName
70+
The name for a delegated permission.
71+
72+
```yaml
73+
Type: String
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: True
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### -Classification
85+
The classification for a delegated permission.
86+
This parameter can take one of the following values:
87+
88+
* "Low" - Specifies a classification for a permission as low impact.
89+
* "Medium" - Specifies a classification for a permission as medium impact.
90+
* "High" - Specifies a classification for a permission as high impact.
91+
92+
```yaml
93+
Type: ClassificationEnum
94+
Parameter Sets: (All)
95+
Aliases:
96+
97+
Required: True
98+
Position: Named
99+
Default value: None
100+
Accept pipeline input: False
101+
Accept wildcard characters: False
102+
```
103+
104+
### CommonParameters
105+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
106+
107+
## INPUTS
108+
109+
## OUTPUTS
110+
111+
### Microsoft.Online.Administration.DelegatedPermissionClassification
112+
## NOTES
113+
## RELATED LINKS

azureadps-2.0-preview/AzureAD/AzureADPreview.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ Locale: en-US
88

99
# AzureADPreview Module
1010
## Description
11-
{{Manually Enter Description Here}}
11+
The Azure Active Directory PowerShell for Graph Preview module can be downloaded and installed from the PowerShell Gallery, www.powershellgallery.com. The gallery uses the PowerShellGet module. The PowerShellGet module requires PowerShell 3.0 or newer and requires one of the following operating systems:
12+
13+
Windows 10 Windows 8.1 Pro Windows 8.1 Enterprise Windows 7 SP1 Windows Server 2016 TP5 Windows Server 2012 R2 Windows Server 2008 R2 SP1
14+
15+
PowerShellGet also requires .NET Framework 4.5 or above. You can install .NET Framework 4.5 or above from here. For more information, please refer to this link For more detailed info on installation of the AzureAD cmdlets please see: Azure Active Directory PowerShell for Graph.
16+
17+
These are the cmdlets in the Azure Active Directory PowerShell for Graph Preview module.
1218

1319
## AzureADPreview Cmdlets
1420
### [Add-AzureADAdministrativeUnitMember](Add-AzureADAdministrativeUnitMember.md)
@@ -725,3 +731,11 @@ Allows an admin to remove a group from the cloud authentication rollout policy i
725731

726732
### [Set-AzureADMSFeatureRolloutPolicy](Set-AzureADMSFeatureRolloutPolicy.md)
727733
Allows an admin to modify the policy for cloud authentication roll-out in Azure AD.
734+
735+
### [Get-AzureADMSAuthorizationPolicy](Get-AzureADMSAuthorizationPolicy.md)
736+
Gets an authorization policy.
737+
738+
### [Set-AzureADMSAuthorizationPolicy](Set-AzureADMSAuthorizationPolicy.md)
739+
Sets an authorization policy.
740+
741+

0 commit comments

Comments
 (0)