@azure/arm-powerbiembedded 2.0.3-alpha.20250217.1 → 2.0.3-alpha.20250219.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +21 -15
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/dist/browser/models/index.js.map +1 -0
  9. package/dist/browser/models/mappers.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/dist/browser/operations/index.d.ts +3 -0
  13. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  14. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  15. package/dist/browser/operations/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/workspaceCollections.d.ts +3 -3
  17. package/dist/browser/operations/workspaceCollections.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/workspaceCollections.js +36 -40
  19. package/dist/browser/operations/workspaceCollections.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +3 -3
  21. package/dist/browser/operations/workspaces.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/workspaces.js +2 -2
  23. package/dist/browser/operations/workspaces.js.map +1 -0
  24. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  25. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  26. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  27. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceCollections.d.ts +1 -1
  29. package/dist/browser/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
  30. package/dist/browser/operationsInterfaces/workspaceCollections.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +1 -1
  32. package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
  33. package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
  34. package/dist/browser/package.json +3 -0
  35. package/dist/browser/pagingHelper.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/powerBIEmbeddedManagementClient.d.ts +2 -2
  37. package/dist/browser/powerBIEmbeddedManagementClient.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/powerBIEmbeddedManagementClient.js +17 -20
  39. package/dist/browser/powerBIEmbeddedManagementClient.js.map +1 -0
  40. package/dist/commonjs/index.d.ts +5 -0
  41. package/dist/commonjs/index.d.ts.map +1 -0
  42. package/dist/commonjs/index.js +19 -0
  43. package/dist/commonjs/index.js.map +1 -0
  44. package/dist/commonjs/lroImpl.d.ts +16 -0
  45. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  46. package/dist/commonjs/lroImpl.js +29 -0
  47. package/dist/commonjs/lroImpl.js.map +1 -0
  48. package/dist/commonjs/models/index.d.ts +230 -0
  49. package/dist/commonjs/models/index.d.ts.map +1 -0
  50. package/dist/commonjs/models/index.js +31 -0
  51. package/dist/commonjs/models/index.js.map +1 -0
  52. package/dist/commonjs/models/mappers.d.ts +19 -0
  53. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  54. package/dist/commonjs/models/mappers.js +459 -0
  55. package/dist/commonjs/models/mappers.js.map +1 -0
  56. package/dist/commonjs/models/parameters.d.ts +15 -0
  57. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  58. package/dist/commonjs/models/parameters.js +116 -0
  59. package/dist/commonjs/models/parameters.js.map +1 -0
  60. package/dist/commonjs/operations/index.d.ts +3 -0
  61. package/dist/commonjs/operations/index.d.ts.map +1 -0
  62. package/dist/commonjs/operations/index.js +13 -0
  63. package/dist/commonjs/operations/index.js.map +1 -0
  64. package/dist/commonjs/operations/workspaceCollections.d.ts +110 -0
  65. package/dist/commonjs/operations/workspaceCollections.d.ts.map +1 -0
  66. package/dist/commonjs/operations/workspaceCollections.js +470 -0
  67. package/dist/commonjs/operations/workspaceCollections.js.map +1 -0
  68. package/dist/commonjs/operations/workspaces.d.ts +30 -0
  69. package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
  70. package/dist/commonjs/operations/workspaces.js +109 -0
  71. package/dist/commonjs/operations/workspaces.js.map +1 -0
  72. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  73. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  74. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  75. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  76. package/dist/commonjs/operationsInterfaces/workspaceCollections.d.ts +87 -0
  77. package/dist/commonjs/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
  78. package/dist/commonjs/operationsInterfaces/workspaceCollections.js +10 -0
  79. package/dist/commonjs/operationsInterfaces/workspaceCollections.js.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/workspaces.d.ts +13 -0
  81. package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
  83. package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
  84. package/dist/commonjs/package.json +3 -0
  85. package/dist/commonjs/pagingHelper.d.ts +13 -0
  86. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  87. package/dist/commonjs/pagingHelper.js +36 -0
  88. package/dist/commonjs/pagingHelper.js.map +1 -0
  89. package/dist/commonjs/powerBIEmbeddedManagementClient.d.ts +27 -0
  90. package/dist/commonjs/powerBIEmbeddedManagementClient.d.ts.map +1 -0
  91. package/dist/commonjs/powerBIEmbeddedManagementClient.js +131 -0
  92. package/dist/commonjs/powerBIEmbeddedManagementClient.js.map +1 -0
  93. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  94. package/dist/esm/index.d.ts +5 -0
  95. package/dist/esm/index.d.ts.map +1 -0
  96. package/{src/index.ts → dist/esm/index.js} +5 -5
  97. package/dist/esm/index.js.map +1 -0
  98. package/dist/esm/lroImpl.d.ts +16 -0
  99. package/dist/esm/lroImpl.d.ts.map +1 -0
  100. package/dist/esm/lroImpl.js +25 -0
  101. package/dist/esm/lroImpl.js.map +1 -0
  102. package/dist/esm/models/index.d.ts +230 -0
  103. package/dist/esm/models/index.d.ts.map +1 -0
  104. package/dist/esm/models/index.js +28 -0
  105. package/dist/esm/models/index.js.map +1 -0
  106. package/dist/esm/models/mappers.d.ts +19 -0
  107. package/dist/esm/models/mappers.d.ts.map +1 -0
  108. package/dist/esm/models/mappers.js +456 -0
  109. package/dist/esm/models/mappers.js.map +1 -0
  110. package/dist/esm/models/parameters.d.ts +15 -0
  111. package/dist/esm/models/parameters.d.ts.map +1 -0
  112. package/dist/esm/models/parameters.js +113 -0
  113. package/dist/esm/models/parameters.js.map +1 -0
  114. package/dist/esm/operations/index.d.ts +3 -0
  115. package/dist/esm/operations/index.d.ts.map +1 -0
  116. package/dist/esm/operations/index.js +10 -0
  117. package/dist/esm/operations/index.js.map +1 -0
  118. package/dist/esm/operations/workspaceCollections.d.ts +110 -0
  119. package/dist/esm/operations/workspaceCollections.d.ts.map +1 -0
  120. package/dist/esm/operations/workspaceCollections.js +466 -0
  121. package/dist/esm/operations/workspaceCollections.js.map +1 -0
  122. package/dist/esm/operations/workspaces.d.ts +30 -0
  123. package/dist/esm/operations/workspaces.d.ts.map +1 -0
  124. package/dist/esm/operations/workspaces.js +105 -0
  125. package/dist/esm/operations/workspaces.js.map +1 -0
  126. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  127. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  128. package/dist/esm/operationsInterfaces/index.js +10 -0
  129. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  130. package/dist/esm/operationsInterfaces/workspaceCollections.d.ts +87 -0
  131. package/dist/esm/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
  132. package/{src/operations/index.ts → dist/esm/operationsInterfaces/workspaceCollections.js} +2 -3
  133. package/dist/esm/operationsInterfaces/workspaceCollections.js.map +1 -0
  134. package/dist/esm/operationsInterfaces/workspaces.d.ts +13 -0
  135. package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
  136. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/workspaces.js} +2 -3
  137. package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
  138. package/dist/esm/package.json +3 -0
  139. package/dist/esm/pagingHelper.d.ts +13 -0
  140. package/dist/esm/pagingHelper.d.ts.map +1 -0
  141. package/dist/esm/pagingHelper.js +32 -0
  142. package/dist/esm/pagingHelper.js.map +1 -0
  143. package/dist/esm/powerBIEmbeddedManagementClient.d.ts +27 -0
  144. package/dist/esm/powerBIEmbeddedManagementClient.d.ts.map +1 -0
  145. package/dist/esm/powerBIEmbeddedManagementClient.js +126 -0
  146. package/dist/esm/powerBIEmbeddedManagementClient.js.map +1 -0
  147. package/dist/react-native/index.d.ts +5 -0
  148. package/dist/react-native/index.d.ts.map +1 -0
  149. package/dist/react-native/index.js +13 -0
  150. package/dist/react-native/index.js.map +1 -0
  151. package/dist/react-native/lroImpl.d.ts +16 -0
  152. package/dist/react-native/lroImpl.d.ts.map +1 -0
  153. package/dist/react-native/lroImpl.js +25 -0
  154. package/dist/react-native/lroImpl.js.map +1 -0
  155. package/dist/react-native/models/index.d.ts +230 -0
  156. package/dist/react-native/models/index.d.ts.map +1 -0
  157. package/dist/react-native/models/index.js +28 -0
  158. package/dist/react-native/models/index.js.map +1 -0
  159. package/dist/react-native/models/mappers.d.ts +19 -0
  160. package/dist/react-native/models/mappers.d.ts.map +1 -0
  161. package/dist/react-native/models/mappers.js +456 -0
  162. package/dist/react-native/models/mappers.js.map +1 -0
  163. package/dist/react-native/models/parameters.d.ts +15 -0
  164. package/dist/react-native/models/parameters.d.ts.map +1 -0
  165. package/dist/react-native/models/parameters.js +113 -0
  166. package/dist/react-native/models/parameters.js.map +1 -0
  167. package/dist/react-native/operations/index.d.ts +3 -0
  168. package/dist/react-native/operations/index.d.ts.map +1 -0
  169. package/dist/react-native/operations/index.js +10 -0
  170. package/dist/react-native/operations/index.js.map +1 -0
  171. package/dist/react-native/operations/workspaceCollections.d.ts +110 -0
  172. package/dist/react-native/operations/workspaceCollections.d.ts.map +1 -0
  173. package/dist/react-native/operations/workspaceCollections.js +466 -0
  174. package/dist/react-native/operations/workspaceCollections.js.map +1 -0
  175. package/dist/react-native/operations/workspaces.d.ts +30 -0
  176. package/dist/react-native/operations/workspaces.d.ts.map +1 -0
  177. package/dist/react-native/operations/workspaces.js +105 -0
  178. package/dist/react-native/operations/workspaces.js.map +1 -0
  179. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  180. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  181. package/dist/react-native/operationsInterfaces/index.js +10 -0
  182. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  183. package/dist/react-native/operationsInterfaces/workspaceCollections.d.ts +87 -0
  184. package/dist/react-native/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
  185. package/dist/react-native/operationsInterfaces/workspaceCollections.js +9 -0
  186. package/dist/react-native/operationsInterfaces/workspaceCollections.js.map +1 -0
  187. package/dist/react-native/operationsInterfaces/workspaces.d.ts +13 -0
  188. package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
  189. package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
  190. package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
  191. package/dist/react-native/package.json +3 -0
  192. package/dist/react-native/pagingHelper.d.ts +13 -0
  193. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  194. package/dist/react-native/pagingHelper.js +32 -0
  195. package/dist/react-native/pagingHelper.js.map +1 -0
  196. package/dist/react-native/powerBIEmbeddedManagementClient.d.ts +27 -0
  197. package/dist/react-native/powerBIEmbeddedManagementClient.d.ts.map +1 -0
  198. package/dist/react-native/powerBIEmbeddedManagementClient.js +126 -0
  199. package/dist/react-native/powerBIEmbeddedManagementClient.js.map +1 -0
  200. package/package.json +68 -37
  201. package/dist/index.js +0 -1388
  202. package/dist/index.js.map +0 -1
  203. package/dist/index.min.js +0 -1
  204. package/dist/index.min.js.map +0 -1
  205. package/dist-esm/src/index.d.ts +0 -5
  206. package/dist-esm/src/index.js.map +0 -1
  207. package/dist-esm/src/lroImpl.js +0 -29
  208. package/dist-esm/src/lroImpl.js.map +0 -1
  209. package/dist-esm/src/models/index.js.map +0 -1
  210. package/dist-esm/src/models/mappers.js.map +0 -1
  211. package/dist-esm/src/models/parameters.js.map +0 -1
  212. package/dist-esm/src/operations/index.d.ts +0 -3
  213. package/dist-esm/src/operations/index.js.map +0 -1
  214. package/dist-esm/src/operations/workspaceCollections.d.ts.map +0 -1
  215. package/dist-esm/src/operations/workspaceCollections.js.map +0 -1
  216. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  217. package/dist-esm/src/operations/workspaces.js.map +0 -1
  218. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  219. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  220. package/dist-esm/src/operationsInterfaces/workspaceCollections.d.ts.map +0 -1
  221. package/dist-esm/src/operationsInterfaces/workspaceCollections.js.map +0 -1
  222. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  223. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  224. package/dist-esm/src/pagingHelper.js.map +0 -1
  225. package/dist-esm/src/powerBIEmbeddedManagementClient.d.ts.map +0 -1
  226. package/dist-esm/src/powerBIEmbeddedManagementClient.js.map +0 -1
  227. package/dist-esm/test/sampleTest.d.ts +0 -2
  228. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  229. package/dist-esm/test/sampleTest.js +0 -42
  230. package/dist-esm/test/sampleTest.js.map +0 -1
  231. package/src/lroImpl.ts +0 -34
  232. package/src/models/index.ts +0 -279
  233. package/src/models/mappers.ts +0 -474
  234. package/src/models/parameters.ts +0 -137
  235. package/src/operations/workspaceCollections.ts +0 -611
  236. package/src/operations/workspaces.ts +0 -141
  237. package/src/operationsInterfaces/workspaceCollections.ts +0 -163
  238. package/src/operationsInterfaces/workspaces.ts +0 -26
  239. package/src/pagingHelper.ts +0 -39
  240. package/src/powerBIEmbeddedManagementClient.ts +0 -181
  241. package/tsconfig.json +0 -33
  242. package/types/arm-powerbiembedded.d.ts +0 -409
  243. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  244. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  245. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  246. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  247. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  248. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  249. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  250. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  251. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  252. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  253. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceCollections.js +0 -0
  254. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
  255. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  256. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  257. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,279 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- export interface WorkspaceCollection {
12
- /** Resource id */
13
- id?: string;
14
- /** Workspace collection name */
15
- name?: string;
16
- /** Resource type */
17
- type?: string;
18
- /** Azure location */
19
- location?: string;
20
- /** Dictionary of <string> */
21
- tags?: { [propertyName: string]: string };
22
- sku?: AzureSku;
23
- /** Properties */
24
- properties?: Record<string, unknown>;
25
- }
26
-
27
- export interface AzureSku {
28
- /** SKU name */
29
- name: AzureSkuName;
30
- /** SKU tier */
31
- tier: AzureSkuTier;
32
- }
33
-
34
- export interface ErrorModel {
35
- code?: string;
36
- message?: string;
37
- target?: string;
38
- details?: ErrorDetail[];
39
- }
40
-
41
- export interface ErrorDetail {
42
- code?: string;
43
- message?: string;
44
- target?: string;
45
- }
46
-
47
- export interface CreateWorkspaceCollectionRequest {
48
- /** Azure location */
49
- location?: string;
50
- /** Dictionary of <string> */
51
- tags?: { [propertyName: string]: string };
52
- sku?: AzureSku;
53
- }
54
-
55
- export interface UpdateWorkspaceCollectionRequest {
56
- /** Dictionary of <string> */
57
- tags?: { [propertyName: string]: string };
58
- sku?: AzureSku;
59
- }
60
-
61
- export interface CheckNameRequest {
62
- /** Workspace collection name */
63
- name?: string;
64
- /** Resource type */
65
- type?: string;
66
- }
67
-
68
- export interface CheckNameResponse {
69
- /** Specifies a Boolean value that indicates whether the specified Power BI Workspace Collection name is available to use. */
70
- nameAvailable?: boolean;
71
- /** Reason why the workspace collection name cannot be used. */
72
- reason?: CheckNameReason;
73
- /** Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. */
74
- message?: string;
75
- }
76
-
77
- export interface WorkspaceCollectionList {
78
- value?: WorkspaceCollection[];
79
- }
80
-
81
- export interface WorkspaceCollectionAccessKeys {
82
- /** Access key 1 */
83
- key1?: string;
84
- /** Access key 2 */
85
- key2?: string;
86
- }
87
-
88
- export interface WorkspaceCollectionAccessKey {
89
- /** Key name */
90
- keyName?: AccessKeyName;
91
- }
92
-
93
- export interface OperationList {
94
- value?: Operation[];
95
- }
96
-
97
- export interface Operation {
98
- /** The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service. */
99
- name?: string;
100
- display?: Display;
101
- }
102
-
103
- export interface Display {
104
- /** The localized friendly form of the resource provider name. This form is also expected to include the publisher/company responsible. Use Title Casing. Begin with "Microsoft" for 1st party services. */
105
- provider?: string;
106
- /** The localized friendly form of the resource type related to this action/operation. This form should match the public documentation for the resource provider. Use Title Casing. For examples, refer to the "name" section. */
107
- resource?: string;
108
- /** The localized friendly name for the operation as shown to the user. This name should be concise (to fit in drop downs), but clear (self-documenting). Use Title Casing and include the entity/resource to which it applies. */
109
- operation?: string;
110
- /** The localized friendly description for the operation as shown to the user. This description should be thorough, yet concise. It will be used in tool-tips and detailed views. */
111
- description?: string;
112
- /** The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is 'user,system' */
113
- origin?: string;
114
- }
115
-
116
- export interface WorkspaceList {
117
- value?: Workspace[];
118
- }
119
-
120
- export interface Workspace {
121
- /** Workspace id */
122
- id?: string;
123
- /** Workspace name */
124
- name?: string;
125
- /** Resource type */
126
- type?: string;
127
- /** Property bag */
128
- properties?: Record<string, unknown>;
129
- }
130
-
131
- export interface MigrateWorkspaceCollectionRequest {
132
- /** Name of the resource group the Power BI workspace collections will be migrated to. */
133
- targetResourceGroup?: string;
134
- resources?: string[];
135
- }
136
-
137
- /** Known values of {@link AzureSkuName} that the service accepts. */
138
- export enum KnownAzureSkuName {
139
- /** S1 */
140
- S1 = "S1"
141
- }
142
-
143
- /**
144
- * Defines values for AzureSkuName. \
145
- * {@link KnownAzureSkuName} can be used interchangeably with AzureSkuName,
146
- * this enum contains the known values that the service supports.
147
- * ### Known values supported by the service
148
- * **S1**
149
- */
150
- export type AzureSkuName = string;
151
-
152
- /** Known values of {@link AzureSkuTier} that the service accepts. */
153
- export enum KnownAzureSkuTier {
154
- /** Standard */
155
- Standard = "Standard"
156
- }
157
-
158
- /**
159
- * Defines values for AzureSkuTier. \
160
- * {@link KnownAzureSkuTier} can be used interchangeably with AzureSkuTier,
161
- * this enum contains the known values that the service supports.
162
- * ### Known values supported by the service
163
- * **Standard**
164
- */
165
- export type AzureSkuTier = string;
166
-
167
- /** Known values of {@link CheckNameReason} that the service accepts. */
168
- export enum KnownCheckNameReason {
169
- /** Unavailable */
170
- Unavailable = "Unavailable",
171
- /** Invalid */
172
- Invalid = "Invalid"
173
- }
174
-
175
- /**
176
- * Defines values for CheckNameReason. \
177
- * {@link KnownCheckNameReason} can be used interchangeably with CheckNameReason,
178
- * this enum contains the known values that the service supports.
179
- * ### Known values supported by the service
180
- * **Unavailable** \
181
- * **Invalid**
182
- */
183
- export type CheckNameReason = string;
184
- /** Defines values for AccessKeyName. */
185
- export type AccessKeyName = "key1" | "key2";
186
-
187
- /** Optional parameters. */
188
- export interface WorkspaceCollectionsGetByNameOptionalParams
189
- extends coreClient.OperationOptions {}
190
-
191
- /** Contains response data for the getByName operation. */
192
- export type WorkspaceCollectionsGetByNameResponse = WorkspaceCollection;
193
-
194
- /** Optional parameters. */
195
- export interface WorkspaceCollectionsCreateOptionalParams
196
- extends coreClient.OperationOptions {}
197
-
198
- /** Contains response data for the create operation. */
199
- export type WorkspaceCollectionsCreateResponse = WorkspaceCollection;
200
-
201
- /** Optional parameters. */
202
- export interface WorkspaceCollectionsUpdateOptionalParams
203
- extends coreClient.OperationOptions {}
204
-
205
- /** Contains response data for the update operation. */
206
- export type WorkspaceCollectionsUpdateResponse = WorkspaceCollection;
207
-
208
- /** Optional parameters. */
209
- export interface WorkspaceCollectionsDeleteOptionalParams
210
- extends coreClient.OperationOptions {
211
- /** Delay to wait until next poll, in milliseconds. */
212
- updateIntervalInMs?: number;
213
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
214
- resumeFrom?: string;
215
- }
216
-
217
- /** Optional parameters. */
218
- export interface WorkspaceCollectionsCheckNameAvailabilityOptionalParams
219
- extends coreClient.OperationOptions {}
220
-
221
- /** Contains response data for the checkNameAvailability operation. */
222
- export type WorkspaceCollectionsCheckNameAvailabilityResponse = CheckNameResponse;
223
-
224
- /** Optional parameters. */
225
- export interface WorkspaceCollectionsListByResourceGroupOptionalParams
226
- extends coreClient.OperationOptions {}
227
-
228
- /** Contains response data for the listByResourceGroup operation. */
229
- export type WorkspaceCollectionsListByResourceGroupResponse = WorkspaceCollectionList;
230
-
231
- /** Optional parameters. */
232
- export interface WorkspaceCollectionsListBySubscriptionOptionalParams
233
- extends coreClient.OperationOptions {}
234
-
235
- /** Contains response data for the listBySubscription operation. */
236
- export type WorkspaceCollectionsListBySubscriptionResponse = WorkspaceCollectionList;
237
-
238
- /** Optional parameters. */
239
- export interface WorkspaceCollectionsGetAccessKeysOptionalParams
240
- extends coreClient.OperationOptions {}
241
-
242
- /** Contains response data for the getAccessKeys operation. */
243
- export type WorkspaceCollectionsGetAccessKeysResponse = WorkspaceCollectionAccessKeys;
244
-
245
- /** Optional parameters. */
246
- export interface WorkspaceCollectionsRegenerateKeyOptionalParams
247
- extends coreClient.OperationOptions {}
248
-
249
- /** Contains response data for the regenerateKey operation. */
250
- export type WorkspaceCollectionsRegenerateKeyResponse = WorkspaceCollectionAccessKeys;
251
-
252
- /** Optional parameters. */
253
- export interface WorkspaceCollectionsMigrateOptionalParams
254
- extends coreClient.OperationOptions {}
255
-
256
- /** Optional parameters. */
257
- export interface GetAvailableOperationsOptionalParams
258
- extends coreClient.OperationOptions {}
259
-
260
- /** Contains response data for the getAvailableOperations operation. */
261
- export type GetAvailableOperationsResponse = OperationList;
262
-
263
- /** Optional parameters. */
264
- export interface WorkspacesListOptionalParams
265
- extends coreClient.OperationOptions {}
266
-
267
- /** Contains response data for the list operation. */
268
- export type WorkspacesListResponse = WorkspaceList;
269
-
270
- /** Optional parameters. */
271
- export interface PowerBIEmbeddedManagementClientOptionalParams
272
- extends coreClient.ServiceClientOptions {
273
- /** server parameter */
274
- $host?: string;
275
- /** Api Version */
276
- apiVersion?: string;
277
- /** Overrides client endpoint. */
278
- endpoint?: string;
279
- }