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
@@ -519,7 +519,7 @@ public string MinimumTlsVersion
519
519
[Parameter(
520
520
Mandatory=false,
521
521
HelpMessage="Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. "+
522
-
"If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). "+
522
+
"If false, then all requests, including shared access signatures, must be authorized with Microsoft Entra ID. "+
523
523
"The default value is null, which is equivalent to true.")]
524
524
[ValidateNotNullOrEmpty]
525
525
publicboolAllowSharedKeyAccess
@@ -554,7 +554,7 @@ public bool EnableNfsV3
554
554
555
555
[Parameter(
556
556
Mandatory=false,
557
-
HelpMessage="Gets or sets allow or disallow cross AAD tenant object replication. The default interpretation is true for this property.")]
557
+
HelpMessage="Gets or sets allow or disallow cross Microsoft Entra tenant object replication. The default interpretation is true for this property.")]
558
558
[ValidateNotNullOrEmpty]
559
559
publicboolAllowCrossTenantReplication
560
560
{
@@ -616,7 +616,7 @@ public int ImmutabilityPeriod
616
616
[ValidateNotNullOrEmpty]
617
617
publicstringImmutabilityPolicyState{get;set;}
618
618
619
-
[Parameter(Mandatory=false,HelpMessage="Set restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. Possible values include: 'PrivateLink', 'AAD'")]
619
+
[Parameter(Mandatory=false,HelpMessage="Set restrict copy to and from Storage Accounts within a Microsoft Entra tenant or with Private Links to the same VNet. Possible values include: 'PrivateLink', 'AAD'")]
Copy file name to clipboardExpand all lines: src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ public string MinimumTlsVersion
433
433
[Parameter(
434
434
Mandatory=false,
435
435
HelpMessage="Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. "+
436
-
"If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). "+
436
+
"If false, then all requests, including shared access signatures, must be authorized with Microsoft Entra ID. "+
437
437
"The default value is null, which is equivalent to true.")]
438
438
[ValidateNotNullOrEmpty]
439
439
publicboolAllowSharedKeyAccess
@@ -479,7 +479,7 @@ public int KeyExpirationPeriodInDay
479
479
480
480
[Parameter(
481
481
Mandatory=false,
482
-
HelpMessage="Gets or sets allow or disallow cross AAD tenant object replication. The default interpretation is true for this property.")]
482
+
HelpMessage="Gets or sets allow or disallow cross Microsoft Entra tenant object replication. The default interpretation is true for this property.")]
483
483
[ValidateNotNullOrEmpty]
484
484
publicboolAllowCrossTenantReplication
485
485
{
@@ -570,7 +570,7 @@ public bool EnableLocalUser
570
570
}
571
571
privatebool?enableLocalUser=null;
572
572
573
-
[Parameter(Mandatory=false,HelpMessage="Set restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. Possible values include: 'PrivateLink', 'AAD'")]
573
+
[Parameter(Mandatory=false,HelpMessage="Set restrict copy to and from Storage Accounts within a Microsoft Entra tenant or with Private Links to the same VNet. Possible values include: 'PrivateLink', 'AAD'")]
[Parameter(Mandatory=false,ParameterSetName=OAuthParameterSet,HelpMessage="Required parameter to use with OAuth (Azure AD) Authentication for Files. This will bypass any file/directory level permission checks and allow access, based on the allowed data actions, even if there are ACLs in place for those files/directories.")]
288
-
[Parameter(Mandatory=false,ParameterSetName=OAuthEnvironmentParameterSet,HelpMessage="Required parameter to use with OAuth (Azure AD) Authentication for Files. This will bypass any file/directory level permission checks and allow access, based on the allowed data actions, even if there are ACLs in place for those files/directories.")]
289
-
[Parameter(Mandatory=false,ParameterSetName=OAuthServiceEndpointParameterSet,HelpMessage="Required parameter to use with OAuth (Azure AD) Authentication for Files. This will bypass any file/directory level permission checks and allow access, based on the allowed data actions, even if there are ACLs in place for those files/directories.")]
287
+
[Parameter(Mandatory=false,ParameterSetName=OAuthParameterSet,HelpMessage="Required parameter to use with OAuth (Microsoft Entra ID) Authentication for Files. This will bypass any file/directory level permission checks and allow access, based on the allowed data actions, even if there are ACLs in place for those files/directories.")]
288
+
[Parameter(Mandatory=false,ParameterSetName=OAuthEnvironmentParameterSet,HelpMessage="Required parameter to use with OAuth (Microsoft Entra ID) Authentication for Files. This will bypass any file/directory level permission checks and allow access, based on the allowed data actions, even if there are ACLs in place for those files/directories.")]
289
+
[Parameter(Mandatory=false,ParameterSetName=OAuthServiceEndpointParameterSet,HelpMessage="Required parameter to use with OAuth (Microsoft Entra ID) Authentication for Files. This will bypass any file/directory level permission checks and allow access, based on the allowed data actions, even if there are ACLs in place for those files/directories.")]
Copy file name to clipboardExpand all lines: src/Storage/Storage/DatalakeGen2/Cmdlet/GetAzDataLakeGen2ChildItem.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,8 @@ public int? MaxCount
80
80
publicSwitchParameterAsJob{get;set;}
81
81
82
82
[Alias("UserPrincipalName")]
83
-
[Parameter(Mandatory=false,HelpMessage="If speicify this parameter, the user identity values returned in the owner and group fields of each list entry will be transformed from Azure Active Directory Object IDs to User Principal Names. "
84
-
+"If not speicify this parameter, the values will be returned as Azure Active Directory Object IDs. Note that group and application Object IDs are not translated because they do not have unique friendly names.")]
83
+
[Parameter(Mandatory=false,HelpMessage="If speicify this parameter, the user identity values returned in the owner and group fields of each list entry will be transformed from Microsoft Entra Object IDs to User Principal Names. "
84
+
+"If not speicify this parameter, the values will be returned as Microsoft Entra Object IDs. Note that group and application Object IDs are not translated because they do not have unique friendly names.")]
0 commit comments