@@ -22,8 +22,7 @@ public static partial class AdminExtensions
2222 ///
2323 /// ## Permissions
2424 ///
25- /// The user must have administrator rights (such as Office 365 Global
26- /// Administrator or Power BI Service Administrator).
25+ /// The user must be a Fabric administrator.
2726 ///
2827 /// ## Required Scope
2928 ///
@@ -52,8 +51,7 @@ public static TenantKey AddPowerBIEncryptionKey(this IAdmin operations, TenantKe
5251 ///
5352 /// ## Permissions
5453 ///
55- /// The user must have administrator rights (such as Office 365 Global
56- /// Administrator or Power BI Service Administrator).
54+ /// The user must be a Fabric administrator.
5755 ///
5856 /// ## Required Scope
5957 ///
@@ -88,9 +86,8 @@ public static TenantKey AddPowerBIEncryptionKey(this IAdmin operations, TenantKe
8886 ///
8987 /// ## Permissions
9088 ///
91- /// - The user must have administrator rights (such as Office 365 Global
92- /// Administrator or Power BI Service Administrator) or authenticate using a
93- /// service principal.
89+ /// - The user must be a Fabric administrator or authenticate using a service
90+ /// principal.
9491 /// - Delegated permissions are supported.
9592 ///
9693 /// When running under service prinicipal authentication, an app **must not**
@@ -121,9 +118,8 @@ public static TenantKeys GetPowerBIEncryptionKeys(this IAdmin operations)
121118 ///
122119 /// ## Permissions
123120 ///
124- /// - The user must have administrator rights (such as Office 365 Global
125- /// Administrator or Power BI Service Administrator) or authenticate using a
126- /// service principal.
121+ /// - The user must be a Fabric administrator or authenticate using a service
122+ /// principal.
127123 /// - Delegated permissions are supported.
128124 ///
129125 /// When running under service prinicipal authentication, an app **must not**
@@ -160,8 +156,7 @@ public static TenantKeys GetPowerBIEncryptionKeys(this IAdmin operations)
160156 ///
161157 /// ## Permissions
162158 ///
163- /// The user must have administrator rights (such as Office 365 Global
164- /// Administrator or Power BI Service Administrator).
159+ /// The user must be a Fabric administrator.
165160 ///
166161 /// ## Required Scope
167162 ///
@@ -193,8 +188,7 @@ public static TenantKey RotatePowerBIEncryptionKey(this IAdmin operations, Syste
193188 ///
194189 /// ## Permissions
195190 ///
196- /// The user must have administrator rights (such as Office 365 Global
197- /// Administrator or Power BI Service Administrator).
191+ /// The user must be a Fabric administrator.
198192 ///
199193 /// ## Required Scope
200194 ///
@@ -232,9 +226,8 @@ public static TenantKey RotatePowerBIEncryptionKey(this IAdmin operations, Syste
232226 ///
233227 /// ## Permissions
234228 ///
235- /// - The user must have administrator rights (such as Office 365 Global
236- /// Administrator or Power BI Service Administrator) or authenticate using a
237- /// service principal.
229+ /// - The user must be a Fabric administrator or authenticate using a service
230+ /// principal.
238231 /// - Delegated permissions are supported.
239232 ///
240233 /// When running under service prinicipal authentication, an app **must not**
@@ -268,9 +261,8 @@ public static TenantKey RotatePowerBIEncryptionKey(this IAdmin operations, Syste
268261 ///
269262 /// ## Permissions
270263 ///
271- /// - The user must have administrator rights (such as Office 365 Global
272- /// Administrator or Power BI Service Administrator) or authenticate using a
273- /// service principal.
264+ /// - The user must be a Fabric administrator or authenticate using a service
265+ /// principal.
274266 /// - Delegated permissions are supported.
275267 ///
276268 /// When running under service prinicipal authentication, an app **must not**
@@ -311,8 +303,7 @@ public static TenantKey RotatePowerBIEncryptionKey(this IAdmin operations, Syste
311303 ///
312304 /// ## Permissions
313305 ///
314- /// The user must have administrator rights (such as Office 365 Global
315- /// Administrator or Power BI Service Administrator).
306+ /// The user must be a Fabric administrator.
316307 ///
317308 /// ## Required Scope
318309 ///
@@ -341,8 +332,7 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
341332 ///
342333 /// ## Permissions
343334 ///
344- /// The user must have administrator rights (such as Office 365 Global
345- /// Administrator or Power BI Service Administrator).
335+ /// The user must be a Fabric administrator.
346336 ///
347337 /// ## Required Scope
348338 ///
@@ -376,9 +366,8 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
376366 ///
377367 /// ## Permissions
378368 ///
379- /// - The user must have administrator rights (such as Office 365 Global
380- /// Administrator or Power BI Service Administrator) or authenticate using a
381- /// service principal.
369+ /// - The user must be a Fabric administrator or authenticate using a service
370+ /// principal.
382371 /// - Delegated permissions are supported.
383372 ///
384373 /// When running under service prinicipal authentication, an app **must not**
@@ -428,9 +417,8 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
428417 ///
429418 /// ## Permissions
430419 ///
431- /// - The user must have administrator rights (such as Office 365 Global
432- /// Administrator or Power BI Service Administrator) or authenticate using a
433- /// service principal.
420+ /// - The user must be a Fabric administrator or authenticate using a service
421+ /// principal.
434422 /// - Delegated permissions are supported.
435423 ///
436424 /// When running under service prinicipal authentication, an app **must not**
@@ -487,9 +475,8 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
487475 ///
488476 /// ## Permissions
489477 ///
490- /// - The user must have administrator rights (such as Office 365 Global
491- /// Administrator or Power BI Service Administrator) or authenticate using a
492- /// service principal.
478+ /// - The user must be a Fabric administrator or authenticate using a service
479+ /// principal.
493480 /// - Delegated permissions are supported.
494481 ///
495482 /// When running under service prinicipal authentication, an app **must not**
@@ -543,9 +530,8 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
543530 ///
544531 /// ## Permissions
545532 ///
546- /// - The user must have administrator rights (such as Office 365 Global
547- /// Administrator or Power BI Service Administrator) or authenticate using a
548- /// service principal.
533+ /// - The user must be a Fabric administrator or authenticate using a service
534+ /// principal.
549535 /// - Delegated permissions are supported.
550536 ///
551537 /// When running under service prinicipal authentication, an app **must not**
@@ -605,9 +591,8 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
605591 ///
606592 /// ## Permissions
607593 ///
608- /// - The user must have administrator rights (such as Office 365 Global
609- /// Administrator or Power BI Service Administrator) or authenticate using a
610- /// service principal.
594+ /// - The user must be a Fabric administrator or authenticate using a service
595+ /// principal.
611596 /// - Delegated permissions are supported.
612597 ///
613598 /// When running under service prinicipal authentication, an app **must not**
@@ -652,9 +637,8 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
652637 ///
653638 /// ## Permissions
654639 ///
655- /// - The user must have administrator rights (such as Office 365 Global
656- /// Administrator or Power BI Service Administrator) or authenticate using a
657- /// service principal.
640+ /// - The user must be a Fabric administrator or authenticate using a service
641+ /// principal.
658642 /// - Delegated permissions are supported.
659643 ///
660644 /// When running under service prinicipal authentication, an app **must not**
@@ -705,9 +689,8 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
705689 ///
706690 /// ## Permissions
707691 ///
708- /// - The user must have administrator rights (such as Office 365 Global
709- /// Administrator or Power BI Service Administrator) or authenticate using a
710- /// service principal.
692+ /// - The user must be a Fabric administrator or authenticate using a service
693+ /// principal.
711694 /// - Delegated permissions are supported.
712695 ///
713696 /// When running under service prinicipal authentication, an app **must not**
@@ -762,9 +745,8 @@ public static void PatchCapacityAsAdmin(this IAdmin operations, System.Guid capa
762745 ///
763746 /// ## Permissions
764747 ///
765- /// - The user must have administrator rights (such as Office 365 Global
766- /// Administrator or Power BI Service Administrator) or authenticate using a
767- /// service principal.
748+ /// - The user must be a Fabric administrator or authenticate using a service
749+ /// principal.
768750 /// - Delegated permissions are supported.
769751 ///
770752 /// When running under service prinicipal authentication, an app **must not**
0 commit comments