Skip to content

Commit 4318de9

Browse files
authored
Storage/STG93 Update documents for UPN (#5391)
* update documentation for upn. * Remove en-us in link.
1 parent 1949bfd commit 4318de9

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_options.hpp

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
322322
/**
323323
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
324324
* identity values returned in the owner and group fields of each list entry will be transformed
325-
* from Azure Active Directory Object IDs to User Principal Names. If "false", the values will
326-
* be returned as Azure Active Directory Object IDs. The default value is false. Note that group
327-
* and application Object IDs are not translated because they do not have unique friendly names.
325+
* from Azure Active Directory Object IDs to User Principal Names. If "false" or not provided,
326+
* the values will be returned as Azure Active Directory Object IDs. Note that group and
327+
* application Object IDs are not translated because they do not have unique friendly names.
328+
* More Details about UserPrincipalName, See
329+
* https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-userprincipalname#what-is-userprincipalname
328330
*/
329331
Azure::Nullable<bool> UserPrincipalName;
330332

@@ -770,9 +772,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
770772
/**
771773
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
772774
* identity values returned in the owner and group fields of each list entry will be transformed
773-
* from Azure Active Directory Object IDs to User Principal Names. If "false", the values will
774-
* be returned as Azure Active Directory Object IDs. The default value is false. Note that group
775-
* and application Object IDs are not translated because they do not have unique friendly names.
775+
* from Azure Active Directory Object IDs to User Principal Names. If "false" or not provided,
776+
* the values will be returned as Azure Active Directory Object IDs. Note that group and
777+
* application Object IDs are not translated because they do not have unique friendly names.
778+
* More Details about UserPrincipalName, See
779+
* https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-userprincipalname#what-is-userprincipalname
776780
*/
777781
Nullable<bool> IncludeUserPrincipalName;
778782
};
@@ -791,9 +795,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
791795
/**
792796
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
793797
* identity values returned in the owner and group fields of each list entry will be transformed
794-
* from Azure Active Directory Object IDs to User Principal Names. If "false", the values will
795-
* be returned as Azure Active Directory Object IDs. The default value is false. Note that group
796-
* and application Object IDs are not translated because they do not have unique friendly names.
798+
* from Azure Active Directory Object IDs to User Principal Names. If "false" or not provided,
799+
* the values will be returned as Azure Active Directory Object IDs. Note that group and
800+
* application Object IDs are not translated because they do not have unique friendly names.
801+
* More Details about UserPrincipalName, See
802+
* https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-userprincipalname#what-is-userprincipalname
797803
*/
798804
Nullable<bool> IncludeUserPrincipalName;
799805
};
@@ -824,9 +830,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
824830
/**
825831
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
826832
* identity values returned in the owner and group fields of each list entry will be transformed
827-
* from Azure Active Directory Object IDs to User Principal Names. If "false", the values will
828-
* be returned as Azure Active Directory Object IDs. The default value is false. Note that group
829-
* and application Object IDs are not translated because they do not have unique friendly names.
833+
* from Azure Active Directory Object IDs to User Principal Names. If "false" or not provided,
834+
* the values will be returned as Azure Active Directory Object IDs. Note that group and
835+
* application Object IDs are not translated because they do not have unique friendly names.
836+
* More Details about UserPrincipalName, See
837+
* https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-userprincipalname#what-is-userprincipalname
830838
*/
831839
Nullable<bool> IncludeUserPrincipalName;
832840
};

0 commit comments

Comments
 (0)