@@ -322,9 +322,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
322
322
/* *
323
323
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
324
324
* 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
328
330
*/
329
331
Azure::Nullable<bool > UserPrincipalName;
330
332
@@ -770,9 +772,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
770
772
/* *
771
773
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
772
774
* 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
776
780
*/
777
781
Nullable<bool > IncludeUserPrincipalName;
778
782
};
@@ -791,9 +795,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
791
795
/* *
792
796
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
793
797
* 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
797
803
*/
798
804
Nullable<bool > IncludeUserPrincipalName;
799
805
};
@@ -824,9 +830,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
824
830
/* *
825
831
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
826
832
* 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
830
838
*/
831
839
Nullable<bool > IncludeUserPrincipalName;
832
840
};
0 commit comments