@azure/arm-powerbiembedded 2.0.3-alpha.20250218.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.
- package/README.md +21 -15
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceCollections.d.ts +3 -3
- package/dist/browser/operations/workspaceCollections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceCollections.js +36 -40
- package/dist/browser/operations/workspaceCollections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +3 -3
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.js +2 -2
- package/dist/browser/operations/workspaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceCollections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceCollections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/powerBIEmbeddedManagementClient.d.ts +2 -2
- package/dist/browser/powerBIEmbeddedManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/powerBIEmbeddedManagementClient.js +17 -20
- package/dist/browser/powerBIEmbeddedManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +230 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +31 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +19 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +459 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +116 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/workspaceCollections.d.ts +110 -0
- package/dist/commonjs/operations/workspaceCollections.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceCollections.js +470 -0
- package/dist/commonjs/operations/workspaceCollections.js.map +1 -0
- package/dist/commonjs/operations/workspaces.d.ts +30 -0
- package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaces.js +109 -0
- package/dist/commonjs/operations/workspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceCollections.d.ts +87 -0
- package/dist/commonjs/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceCollections.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceCollections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/powerBIEmbeddedManagementClient.d.ts +27 -0
- package/dist/commonjs/powerBIEmbeddedManagementClient.d.ts.map +1 -0
- package/dist/commonjs/powerBIEmbeddedManagementClient.js +131 -0
- package/dist/commonjs/powerBIEmbeddedManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +230 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +28 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +19 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +456 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +113 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/workspaceCollections.d.ts +110 -0
- package/dist/esm/operations/workspaceCollections.d.ts.map +1 -0
- package/dist/esm/operations/workspaceCollections.js +466 -0
- package/dist/esm/operations/workspaceCollections.js.map +1 -0
- package/dist/esm/operations/workspaces.d.ts +30 -0
- package/dist/esm/operations/workspaces.d.ts.map +1 -0
- package/dist/esm/operations/workspaces.js +105 -0
- package/dist/esm/operations/workspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceCollections.d.ts +87 -0
- package/dist/esm/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/workspaceCollections.js} +2 -3
- package/dist/esm/operationsInterfaces/workspaceCollections.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts +13 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/workspaces.js} +2 -3
- package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/powerBIEmbeddedManagementClient.d.ts +27 -0
- package/dist/esm/powerBIEmbeddedManagementClient.d.ts.map +1 -0
- package/dist/esm/powerBIEmbeddedManagementClient.js +126 -0
- package/dist/esm/powerBIEmbeddedManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +230 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +28 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +19 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +456 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +113 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/workspaceCollections.d.ts +110 -0
- package/dist/react-native/operations/workspaceCollections.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceCollections.js +466 -0
- package/dist/react-native/operations/workspaceCollections.js.map +1 -0
- package/dist/react-native/operations/workspaces.d.ts +30 -0
- package/dist/react-native/operations/workspaces.d.ts.map +1 -0
- package/dist/react-native/operations/workspaces.js +105 -0
- package/dist/react-native/operations/workspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceCollections.d.ts +87 -0
- package/dist/react-native/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceCollections.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceCollections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/powerBIEmbeddedManagementClient.d.ts +27 -0
- package/dist/react-native/powerBIEmbeddedManagementClient.d.ts.map +1 -0
- package/dist/react-native/powerBIEmbeddedManagementClient.js +126 -0
- package/dist/react-native/powerBIEmbeddedManagementClient.js.map +1 -0
- package/package.json +68 -37
- package/dist/index.js +0 -1388
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/workspaceCollections.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaceCollections.js.map +0 -1
- package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceCollections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceCollections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/powerBIEmbeddedManagementClient.d.ts.map +0 -1
- package/dist-esm/src/powerBIEmbeddedManagementClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -279
- package/src/models/mappers.ts +0 -474
- package/src/models/parameters.ts +0 -137
- package/src/operations/workspaceCollections.ts +0 -611
- package/src/operations/workspaces.ts +0 -141
- package/src/operationsInterfaces/workspaceCollections.ts +0 -163
- package/src/operationsInterfaces/workspaces.ts +0 -26
- package/src/pagingHelper.ts +0 -39
- package/src/powerBIEmbeddedManagementClient.ts +0 -181
- package/tsconfig.json +0 -33
- package/types/arm-powerbiembedded.d.ts +0 -409
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceCollections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1,409 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
import { PollerLike } from '@azure/core-lro';
|
|
5
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/** Defines values for AccessKeyName. */
|
|
8
|
-
export declare type AccessKeyName = "key1" | "key2";
|
|
9
|
-
|
|
10
|
-
export declare interface AzureSku {
|
|
11
|
-
/** SKU name */
|
|
12
|
-
name: AzureSkuName;
|
|
13
|
-
/** SKU tier */
|
|
14
|
-
tier: AzureSkuTier;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Defines values for AzureSkuName. \
|
|
19
|
-
* {@link KnownAzureSkuName} can be used interchangeably with AzureSkuName,
|
|
20
|
-
* this enum contains the known values that the service supports.
|
|
21
|
-
* ### Known values supported by the service
|
|
22
|
-
* **S1**
|
|
23
|
-
*/
|
|
24
|
-
export declare type AzureSkuName = string;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Defines values for AzureSkuTier. \
|
|
28
|
-
* {@link KnownAzureSkuTier} can be used interchangeably with AzureSkuTier,
|
|
29
|
-
* this enum contains the known values that the service supports.
|
|
30
|
-
* ### Known values supported by the service
|
|
31
|
-
* **Standard**
|
|
32
|
-
*/
|
|
33
|
-
export declare type AzureSkuTier = string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Defines values for CheckNameReason. \
|
|
37
|
-
* {@link KnownCheckNameReason} can be used interchangeably with CheckNameReason,
|
|
38
|
-
* this enum contains the known values that the service supports.
|
|
39
|
-
* ### Known values supported by the service
|
|
40
|
-
* **Unavailable** \
|
|
41
|
-
* **Invalid**
|
|
42
|
-
*/
|
|
43
|
-
export declare type CheckNameReason = string;
|
|
44
|
-
|
|
45
|
-
export declare interface CheckNameRequest {
|
|
46
|
-
/** Workspace collection name */
|
|
47
|
-
name?: string;
|
|
48
|
-
/** Resource type */
|
|
49
|
-
type?: string;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export declare interface CheckNameResponse {
|
|
53
|
-
/** Specifies a Boolean value that indicates whether the specified Power BI Workspace Collection name is available to use. */
|
|
54
|
-
nameAvailable?: boolean;
|
|
55
|
-
/** Reason why the workspace collection name cannot be used. */
|
|
56
|
-
reason?: CheckNameReason;
|
|
57
|
-
/** Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. */
|
|
58
|
-
message?: string;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export declare interface CreateWorkspaceCollectionRequest {
|
|
62
|
-
/** Azure location */
|
|
63
|
-
location?: string;
|
|
64
|
-
/** Dictionary of <string> */
|
|
65
|
-
tags?: {
|
|
66
|
-
[propertyName: string]: string;
|
|
67
|
-
};
|
|
68
|
-
sku?: AzureSku;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export declare interface Display {
|
|
72
|
-
/** 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. */
|
|
73
|
-
provider?: string;
|
|
74
|
-
/** 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. */
|
|
75
|
-
resource?: string;
|
|
76
|
-
/** 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. */
|
|
77
|
-
operation?: string;
|
|
78
|
-
/** 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. */
|
|
79
|
-
description?: string;
|
|
80
|
-
/** 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' */
|
|
81
|
-
origin?: string;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export declare interface ErrorDetail {
|
|
85
|
-
code?: string;
|
|
86
|
-
message?: string;
|
|
87
|
-
target?: string;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
export declare interface ErrorModel {
|
|
91
|
-
code?: string;
|
|
92
|
-
message?: string;
|
|
93
|
-
target?: string;
|
|
94
|
-
details?: ErrorDetail[];
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/** Optional parameters. */
|
|
98
|
-
export declare interface GetAvailableOperationsOptionalParams extends coreClient.OperationOptions {
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/** Contains response data for the getAvailableOperations operation. */
|
|
102
|
-
export declare type GetAvailableOperationsResponse = OperationList;
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* Given a result page from a pageable operation, returns a
|
|
106
|
-
* continuation token that can be used to begin paging from
|
|
107
|
-
* that point later.
|
|
108
|
-
* @param page A result object from calling .byPage() on a paged operation.
|
|
109
|
-
* @returns The continuation token that can be passed into byPage().
|
|
110
|
-
*/
|
|
111
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
112
|
-
|
|
113
|
-
/** Known values of {@link AzureSkuName} that the service accepts. */
|
|
114
|
-
export declare enum KnownAzureSkuName {
|
|
115
|
-
/** S1 */
|
|
116
|
-
S1 = "S1"
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/** Known values of {@link AzureSkuTier} that the service accepts. */
|
|
120
|
-
export declare enum KnownAzureSkuTier {
|
|
121
|
-
/** Standard */
|
|
122
|
-
Standard = "Standard"
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
/** Known values of {@link CheckNameReason} that the service accepts. */
|
|
126
|
-
export declare enum KnownCheckNameReason {
|
|
127
|
-
/** Unavailable */
|
|
128
|
-
Unavailable = "Unavailable",
|
|
129
|
-
/** Invalid */
|
|
130
|
-
Invalid = "Invalid"
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
export declare interface MigrateWorkspaceCollectionRequest {
|
|
134
|
-
/** Name of the resource group the Power BI workspace collections will be migrated to. */
|
|
135
|
-
targetResourceGroup?: string;
|
|
136
|
-
resources?: string[];
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
export declare interface Operation {
|
|
140
|
-
/** 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. */
|
|
141
|
-
name?: string;
|
|
142
|
-
display?: Display;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
export declare interface OperationList {
|
|
146
|
-
value?: Operation[];
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
export declare class PowerBIEmbeddedManagementClient extends coreClient.ServiceClient {
|
|
150
|
-
$host: string;
|
|
151
|
-
subscriptionId: string;
|
|
152
|
-
apiVersion: string;
|
|
153
|
-
/**
|
|
154
|
-
* Initializes a new instance of the PowerBIEmbeddedManagementClient class.
|
|
155
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
156
|
-
* @param subscriptionId Gets subscription credentials which uniquely identify a Microsoft Azure
|
|
157
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
158
|
-
* @param options The parameter options
|
|
159
|
-
*/
|
|
160
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PowerBIEmbeddedManagementClientOptionalParams);
|
|
161
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
162
|
-
private addCustomApiVersionPolicy;
|
|
163
|
-
/**
|
|
164
|
-
* Indicates which operations can be performed by the Power BI Resource Provider.
|
|
165
|
-
* @param options The options parameters.
|
|
166
|
-
*/
|
|
167
|
-
getAvailableOperations(options?: GetAvailableOperationsOptionalParams): Promise<GetAvailableOperationsResponse>;
|
|
168
|
-
workspaceCollections: WorkspaceCollections;
|
|
169
|
-
workspaces: Workspaces;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
/** Optional parameters. */
|
|
173
|
-
export declare interface PowerBIEmbeddedManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
174
|
-
/** server parameter */
|
|
175
|
-
$host?: string;
|
|
176
|
-
/** Api Version */
|
|
177
|
-
apiVersion?: string;
|
|
178
|
-
/** Overrides client endpoint. */
|
|
179
|
-
endpoint?: string;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
export declare interface UpdateWorkspaceCollectionRequest {
|
|
183
|
-
/** Dictionary of <string> */
|
|
184
|
-
tags?: {
|
|
185
|
-
[propertyName: string]: string;
|
|
186
|
-
};
|
|
187
|
-
sku?: AzureSku;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
export declare interface Workspace {
|
|
191
|
-
/** Workspace id */
|
|
192
|
-
id?: string;
|
|
193
|
-
/** Workspace name */
|
|
194
|
-
name?: string;
|
|
195
|
-
/** Resource type */
|
|
196
|
-
type?: string;
|
|
197
|
-
/** Property bag */
|
|
198
|
-
properties?: Record<string, unknown>;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
export declare interface WorkspaceCollection {
|
|
202
|
-
/** Resource id */
|
|
203
|
-
id?: string;
|
|
204
|
-
/** Workspace collection name */
|
|
205
|
-
name?: string;
|
|
206
|
-
/** Resource type */
|
|
207
|
-
type?: string;
|
|
208
|
-
/** Azure location */
|
|
209
|
-
location?: string;
|
|
210
|
-
/** Dictionary of <string> */
|
|
211
|
-
tags?: {
|
|
212
|
-
[propertyName: string]: string;
|
|
213
|
-
};
|
|
214
|
-
sku?: AzureSku;
|
|
215
|
-
/** Properties */
|
|
216
|
-
properties?: Record<string, unknown>;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
export declare interface WorkspaceCollectionAccessKey {
|
|
220
|
-
/** Key name */
|
|
221
|
-
keyName?: AccessKeyName;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
export declare interface WorkspaceCollectionAccessKeys {
|
|
225
|
-
/** Access key 1 */
|
|
226
|
-
key1?: string;
|
|
227
|
-
/** Access key 2 */
|
|
228
|
-
key2?: string;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
export declare interface WorkspaceCollectionList {
|
|
232
|
-
value?: WorkspaceCollection[];
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
/** Interface representing a WorkspaceCollections. */
|
|
236
|
-
export declare interface WorkspaceCollections {
|
|
237
|
-
/**
|
|
238
|
-
* Retrieves all existing Power BI workspace collections in the specified resource group.
|
|
239
|
-
* @param resourceGroupName Azure resource group
|
|
240
|
-
* @param options The options parameters.
|
|
241
|
-
*/
|
|
242
|
-
listByResourceGroup(resourceGroupName: string, options?: WorkspaceCollectionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WorkspaceCollection>;
|
|
243
|
-
/**
|
|
244
|
-
* Retrieves all existing Power BI workspace collections in the specified subscription.
|
|
245
|
-
* @param options The options parameters.
|
|
246
|
-
*/
|
|
247
|
-
listBySubscription(options?: WorkspaceCollectionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<WorkspaceCollection>;
|
|
248
|
-
/**
|
|
249
|
-
* Retrieves an existing Power BI Workspace Collection.
|
|
250
|
-
* @param resourceGroupName Azure resource group
|
|
251
|
-
* @param workspaceCollectionName Power BI Embedded Workspace Collection name
|
|
252
|
-
* @param options The options parameters.
|
|
253
|
-
*/
|
|
254
|
-
getByName(resourceGroupName: string, workspaceCollectionName: string, options?: WorkspaceCollectionsGetByNameOptionalParams): Promise<WorkspaceCollectionsGetByNameResponse>;
|
|
255
|
-
/**
|
|
256
|
-
* Creates a new Power BI Workspace Collection with the specified properties. A Power BI Workspace
|
|
257
|
-
* Collection contains one or more workspaces, and can be used to provision keys that provide API
|
|
258
|
-
* access to those workspaces.
|
|
259
|
-
* @param resourceGroupName Azure resource group
|
|
260
|
-
* @param workspaceCollectionName Power BI Embedded Workspace Collection name
|
|
261
|
-
* @param body Create workspace collection request
|
|
262
|
-
* @param options The options parameters.
|
|
263
|
-
*/
|
|
264
|
-
create(resourceGroupName: string, workspaceCollectionName: string, body: CreateWorkspaceCollectionRequest, options?: WorkspaceCollectionsCreateOptionalParams): Promise<WorkspaceCollectionsCreateResponse>;
|
|
265
|
-
/**
|
|
266
|
-
* Update an existing Power BI Workspace Collection with the specified properties.
|
|
267
|
-
* @param resourceGroupName Azure resource group
|
|
268
|
-
* @param workspaceCollectionName Power BI Embedded Workspace Collection name
|
|
269
|
-
* @param body Update workspace collection request
|
|
270
|
-
* @param options The options parameters.
|
|
271
|
-
*/
|
|
272
|
-
update(resourceGroupName: string, workspaceCollectionName: string, body: UpdateWorkspaceCollectionRequest, options?: WorkspaceCollectionsUpdateOptionalParams): Promise<WorkspaceCollectionsUpdateResponse>;
|
|
273
|
-
/**
|
|
274
|
-
* Delete a Power BI Workspace Collection.
|
|
275
|
-
* @param resourceGroupName Azure resource group
|
|
276
|
-
* @param workspaceCollectionName Power BI Embedded Workspace Collection name
|
|
277
|
-
* @param options The options parameters.
|
|
278
|
-
*/
|
|
279
|
-
beginDelete(resourceGroupName: string, workspaceCollectionName: string, options?: WorkspaceCollectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
280
|
-
/**
|
|
281
|
-
* Delete a Power BI Workspace Collection.
|
|
282
|
-
* @param resourceGroupName Azure resource group
|
|
283
|
-
* @param workspaceCollectionName Power BI Embedded Workspace Collection name
|
|
284
|
-
* @param options The options parameters.
|
|
285
|
-
*/
|
|
286
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceCollectionName: string, options?: WorkspaceCollectionsDeleteOptionalParams): Promise<void>;
|
|
287
|
-
/**
|
|
288
|
-
* Verify the specified Power BI Workspace Collection name is valid and not already in use.
|
|
289
|
-
* @param location Azure location
|
|
290
|
-
* @param body Check name availability request
|
|
291
|
-
* @param options The options parameters.
|
|
292
|
-
*/
|
|
293
|
-
checkNameAvailability(location: string, body: CheckNameRequest, options?: WorkspaceCollectionsCheckNameAvailabilityOptionalParams): Promise<WorkspaceCollectionsCheckNameAvailabilityResponse>;
|
|
294
|
-
/**
|
|
295
|
-
* Retrieves the primary and secondary access keys for the specified Power BI Workspace Collection.
|
|
296
|
-
* @param resourceGroupName Azure resource group
|
|
297
|
-
* @param workspaceCollectionName Power BI Embedded Workspace Collection name
|
|
298
|
-
* @param options The options parameters.
|
|
299
|
-
*/
|
|
300
|
-
getAccessKeys(resourceGroupName: string, workspaceCollectionName: string, options?: WorkspaceCollectionsGetAccessKeysOptionalParams): Promise<WorkspaceCollectionsGetAccessKeysResponse>;
|
|
301
|
-
/**
|
|
302
|
-
* Regenerates the primary or secondary access key for the specified Power BI Workspace Collection.
|
|
303
|
-
* @param resourceGroupName Azure resource group
|
|
304
|
-
* @param workspaceCollectionName Power BI Embedded Workspace Collection name
|
|
305
|
-
* @param body Access key to regenerate
|
|
306
|
-
* @param options The options parameters.
|
|
307
|
-
*/
|
|
308
|
-
regenerateKey(resourceGroupName: string, workspaceCollectionName: string, body: WorkspaceCollectionAccessKey, options?: WorkspaceCollectionsRegenerateKeyOptionalParams): Promise<WorkspaceCollectionsRegenerateKeyResponse>;
|
|
309
|
-
/**
|
|
310
|
-
* Migrates an existing Power BI Workspace Collection to a different resource group and/or
|
|
311
|
-
* subscription.
|
|
312
|
-
* @param resourceGroupName Azure resource group
|
|
313
|
-
* @param body Workspace migration request
|
|
314
|
-
* @param options The options parameters.
|
|
315
|
-
*/
|
|
316
|
-
migrate(resourceGroupName: string, body: MigrateWorkspaceCollectionRequest, options?: WorkspaceCollectionsMigrateOptionalParams): Promise<void>;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
/** Optional parameters. */
|
|
320
|
-
export declare interface WorkspaceCollectionsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
324
|
-
export declare type WorkspaceCollectionsCheckNameAvailabilityResponse = CheckNameResponse;
|
|
325
|
-
|
|
326
|
-
/** Optional parameters. */
|
|
327
|
-
export declare interface WorkspaceCollectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
/** Contains response data for the create operation. */
|
|
331
|
-
export declare type WorkspaceCollectionsCreateResponse = WorkspaceCollection;
|
|
332
|
-
|
|
333
|
-
/** Optional parameters. */
|
|
334
|
-
export declare interface WorkspaceCollectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
335
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
336
|
-
updateIntervalInMs?: number;
|
|
337
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
338
|
-
resumeFrom?: string;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/** Optional parameters. */
|
|
342
|
-
export declare interface WorkspaceCollectionsGetAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/** Contains response data for the getAccessKeys operation. */
|
|
346
|
-
export declare type WorkspaceCollectionsGetAccessKeysResponse = WorkspaceCollectionAccessKeys;
|
|
347
|
-
|
|
348
|
-
/** Optional parameters. */
|
|
349
|
-
export declare interface WorkspaceCollectionsGetByNameOptionalParams extends coreClient.OperationOptions {
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
/** Contains response data for the getByName operation. */
|
|
353
|
-
export declare type WorkspaceCollectionsGetByNameResponse = WorkspaceCollection;
|
|
354
|
-
|
|
355
|
-
/** Optional parameters. */
|
|
356
|
-
export declare interface WorkspaceCollectionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
360
|
-
export declare type WorkspaceCollectionsListByResourceGroupResponse = WorkspaceCollectionList;
|
|
361
|
-
|
|
362
|
-
/** Optional parameters. */
|
|
363
|
-
export declare interface WorkspaceCollectionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
/** Contains response data for the listBySubscription operation. */
|
|
367
|
-
export declare type WorkspaceCollectionsListBySubscriptionResponse = WorkspaceCollectionList;
|
|
368
|
-
|
|
369
|
-
/** Optional parameters. */
|
|
370
|
-
export declare interface WorkspaceCollectionsMigrateOptionalParams extends coreClient.OperationOptions {
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
/** Optional parameters. */
|
|
374
|
-
export declare interface WorkspaceCollectionsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
/** Contains response data for the regenerateKey operation. */
|
|
378
|
-
export declare type WorkspaceCollectionsRegenerateKeyResponse = WorkspaceCollectionAccessKeys;
|
|
379
|
-
|
|
380
|
-
/** Optional parameters. */
|
|
381
|
-
export declare interface WorkspaceCollectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
/** Contains response data for the update operation. */
|
|
385
|
-
export declare type WorkspaceCollectionsUpdateResponse = WorkspaceCollection;
|
|
386
|
-
|
|
387
|
-
export declare interface WorkspaceList {
|
|
388
|
-
value?: Workspace[];
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
/** Interface representing a Workspaces. */
|
|
392
|
-
export declare interface Workspaces {
|
|
393
|
-
/**
|
|
394
|
-
* Retrieves all existing Power BI workspaces in the specified workspace collection.
|
|
395
|
-
* @param resourceGroupName Azure resource group
|
|
396
|
-
* @param workspaceCollectionName Power BI Embedded Workspace Collection name
|
|
397
|
-
* @param options The options parameters.
|
|
398
|
-
*/
|
|
399
|
-
list(resourceGroupName: string, workspaceCollectionName: string, options?: WorkspacesListOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/** Optional parameters. */
|
|
403
|
-
export declare interface WorkspacesListOptionalParams extends coreClient.OperationOptions {
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
/** Contains response data for the list operation. */
|
|
407
|
-
export declare type WorkspacesListResponse = WorkspaceList;
|
|
408
|
-
|
|
409
|
-
export { }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|