You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/KeyVault/KeyVault/Commands/RemoveAzureKeyVaultAccessPolicy.cs
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -172,13 +172,11 @@ public class RemoveAzureKeyVaultAccessPolicy : KeyVaultManagementCmdletBase
172
172
/// </summary>
173
173
[Parameter(Mandatory=true,
174
174
ParameterSetName=ByServicePrincipalName,
175
-
HelpMessage="Specifies the service principal name of the application whose permissions you want to remove. Specify the application ID, also known as client ID, registered for the application in Azure Active Directory.")]
175
+
HelpMessage="Specifies the service principal name of the application whose permissions you want to remove. Specify the application ID, also known as client ID, registered for the application in Microsoft Entra ID.")]
HelpMessage="Specifies the service principal name of the application whose permissions you want to remove. Specify the application ID, also known as client ID, registered for the application in Azure Active Directory.")]
HelpMessage="Specifies the service principal name of the application whose permissions you want to remove. Specify the application ID, also known as client ID, registered for the application in Azure Active Directory.")]
Copy file name to clipboardExpand all lines: src/KeyVault/KeyVault/Commands/SetAzureKeyVaultAccessPolicy.cs
+6-14Lines changed: 6 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -172,13 +172,9 @@ public class SetAzureKeyVaultAccessPolicy : KeyVaultManagementCmdletBase
172
172
/// </summary>
173
173
[Parameter(Mandatory=true,
174
174
ParameterSetName=ByServicePrincipalName,
175
-
HelpMessage="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 Azure Active Directory. The application with the service principal name that this parameter specifies must be registered in the Azure directory that contains your current subscription.")]
HelpMessage="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 Azure Active Directory. The application with the service principal name that this parameter specifies must be registered in the Azure directory that contains your current subscription.")]
HelpMessage="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 Azure Active Directory. The application with the service principal name that this parameter specifies must be registered in the Azure directory that contains your current subscription.")]
175
+
HelpMessage="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 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.")]
@@ -204,13 +200,9 @@ public class SetAzureKeyVaultAccessPolicy : KeyVaultManagementCmdletBase
204
200
/// </summary>
205
201
[Parameter(Mandatory=true,
206
202
ParameterSetName=ByObjectId,
207
-
HelpMessage="Specifies the object ID of the user or service principal in Azure Active Directory for which to grant permissions. Its value is in the format of GUID.")]
208
-
[Parameter(Mandatory=true,
209
-
ParameterSetName=InputObjectByObjectId,
210
-
HelpMessage="Specifies the object ID of the user or service principal in Azure Active Directory for which to grant permissions. Its value is in the format of GUID.")]
211
-
[Parameter(Mandatory=true,
212
-
ParameterSetName=ResourceIdByObjectId,
213
-
HelpMessage="Specifies the object ID of the user or service principal in Azure Active Directory for which to grant permissions. Its value is in the format of GUID.")]
203
+
HelpMessage="Specifies the object ID of the user or service principal in Microsoft Entra ID for which to grant permissions. Its value is in the format of GUID.")]
0 commit comments