-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BULK] - DocuTune - Rebranding of Azure Active Dir
- Loading branch information
1 parent
cce5b01
commit e30d991
Showing
40 changed files
with
133 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ PS C:\> Set-AzKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -UserPrincipalNam | |
PS C:\> Set-AzKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -UserPrincipalName '[email protected]' -PermissionsToKeys @() -PassThru | ||
``` | ||
|
||
The first command grants permissions for a user in your Azure Active Directory, [email protected], to perform operations on keys and secrets with a key vault named Contoso03Vault. | ||
The first command grants permissions for a user in your Microsoft Entra ID, [email protected], to perform operations on keys and secrets with a key vault named Contoso03Vault. | ||
|
||
The second command modifies the permissions that were granted to [email protected] in the first command, to now allow getting secrets in addition to setting and deleting them. The permissions to key operations remain unchanged after this command. The *PassThru* parameter results in the updated object being returned by the cmdlet. | ||
|
||
|
@@ -95,7 +95,7 @@ PS C:\>Set-AzKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -ServicePrincipalN | |
|
||
This command grants permissions for an application for a key vault named Contoso03Vault. | ||
|
||
The *ServicePrincipalName* parameter specifies the application. The application must be registered in your Azure Active Directory. The value of the *ServicePrincipalName* parameter must be either the service principal name of the application or the application ID GUID. | ||
The *ServicePrincipalName* parameter specifies the application. The application must be registered in your Microsoft Entra ID. The value of the *ServicePrincipalName* parameter must be either the service principal name of the application or the application ID GUID. | ||
|
||
This example specifies the service principal name `http://payroll.contoso.com`, and the command grants the application permissions to read and write secrets. | ||
|
||
|
@@ -167,7 +167,7 @@ Accept wildcard characters: False | |
``` | ||
### -BypassObjectIdValidation | ||
Enables you to specify an object ID without validating that the object exists in Azure Active Directory. | ||
Enables you to specify an object ID without validating that the object exists in Microsoft Entra ID. | ||
Use this parameter only if you want to grant access to your key vault to an object ID that refers to a delegated security group from another Azure tenant. | ||
|
@@ -261,7 +261,7 @@ Accept wildcard characters: False | |
``` | ||
### -ObjectId | ||
Specifies the object ID of the user or service principal in Azure Active Directory for which to grant permissions. | ||
Specifies the object ID of the user or service principal in Microsoft Entra ID for which to grant permissions. | ||
```yaml | ||
Type: String | ||
|
@@ -419,7 +419,7 @@ Accept wildcard characters: False | |
### -ServicePrincipalName | ||
Specifies the service principal name of the application to which to grant permissions. | ||
Specify the application ID, also known as client ID, registered for the application in AzureActive Directory. The application with the service principal name that this parameter specifies must be registered in the Azure directory that contains your current subscription. | ||
Specify the application ID, also known as client ID, registered for the application in Microsoft Entra ID. The application with the service principal name that this parameter specifies must be registered in the Azure directory that contains your current subscription. | ||
```yaml | ||
Type: String | ||
|
@@ -515,4 +515,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable | |
[Get-AzKeyVault](./Get-AzKeyVault.md) | ||
[Remove-AzKeyVaultAccessPolicy](./Remove-AzKeyVaultAccessPolicy.md) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.