@rpothin/powerplatform 0.1.42 → 0.1.43
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/bin/billingPolicy.d.ts +76 -0
- package/bin/billingPolicy.d.ts.map +1 -0
- package/{billingPolicy.ts → bin/billingPolicy.js} +39 -64
- package/bin/billingPolicy.js.map +1 -0
- package/bin/config/index.d.ts +2 -0
- package/bin/config/index.d.ts.map +1 -0
- package/bin/config/index.js +21 -0
- package/bin/config/index.js.map +1 -0
- package/bin/config/vars.d.ts +13 -0
- package/bin/config/vars.d.ts.map +1 -0
- package/bin/config/vars.js +48 -0
- package/bin/config/vars.js.map +1 -0
- package/bin/dlpPolicy.d.ts +64 -0
- package/bin/dlpPolicy.d.ts.map +1 -0
- package/{dlpPolicy.ts → bin/dlpPolicy.js} +39 -52
- package/bin/dlpPolicy.js.map +1 -0
- package/bin/environment.d.ts +172 -0
- package/bin/environment.d.ts.map +1 -0
- package/bin/environment.js +124 -0
- package/bin/environment.js.map +1 -0
- package/bin/environmentBackup.d.ts +58 -0
- package/bin/environmentBackup.d.ts.map +1 -0
- package/{environmentBackup.ts → bin/environmentBackup.js} +39 -46
- package/bin/environmentBackup.js.map +1 -0
- package/bin/environmentGroup.d.ts +66 -0
- package/bin/environmentGroup.d.ts.map +1 -0
- package/{environmentGroup.ts → bin/environmentGroup.js} +39 -54
- package/bin/environmentGroup.js.map +1 -0
- package/bin/environmentSettings.d.ts +82 -0
- package/bin/environmentSettings.d.ts.map +1 -0
- package/{environmentSettings.ts → bin/environmentSettings.js} +39 -70
- package/bin/environmentSettings.js.map +1 -0
- package/bin/getApps.d.ts +29 -0
- package/bin/getApps.d.ts.map +1 -0
- package/bin/getApps.js +51 -0
- package/bin/getApps.js.map +1 -0
- package/bin/getConnectors.d.ts +29 -0
- package/bin/getConnectors.d.ts.map +1 -0
- package/bin/getConnectors.js +51 -0
- package/bin/getConnectors.js.map +1 -0
- package/{getEnvironments.ts → bin/getEnvironments.d.ts} +3 -25
- package/bin/getEnvironments.d.ts.map +1 -0
- package/bin/getEnvironments.js +55 -0
- package/bin/getEnvironments.js.map +1 -0
- package/bin/getFlows.d.ts +29 -0
- package/bin/getFlows.d.ts.map +1 -0
- package/bin/getFlows.js +51 -0
- package/bin/getFlows.js.map +1 -0
- package/bin/index.d.ts +46 -0
- package/bin/index.d.ts.map +1 -0
- package/bin/index.js +105 -0
- package/bin/index.js.map +1 -0
- package/bin/isvContract.d.ts +66 -0
- package/bin/isvContract.d.ts.map +1 -0
- package/{isvContract.ts → bin/isvContract.js} +39 -54
- package/bin/isvContract.js.map +1 -0
- package/bin/managedEnvironment.d.ts +46 -0
- package/bin/managedEnvironment.d.ts.map +1 -0
- package/{managedEnvironment.ts → bin/managedEnvironment.js} +39 -34
- package/bin/managedEnvironment.js.map +1 -0
- package/bin/package.json +31 -0
- package/bin/provider.d.ts +22 -0
- package/bin/provider.d.ts.map +1 -0
- package/bin/provider.js +61 -0
- package/bin/provider.js.map +1 -0
- package/bin/roleAssignment.d.ts +70 -0
- package/bin/roleAssignment.d.ts.map +1 -0
- package/{roleAssignment.ts → bin/roleAssignment.js} +39 -58
- package/bin/roleAssignment.js.map +1 -0
- package/bin/types/index.d.ts +4 -0
- package/bin/types/index.d.ts.map +1 -0
- package/bin/types/index.js +34 -0
- package/bin/types/index.js.map +1 -0
- package/{types/input.ts → bin/types/input.d.ts} +4 -10
- package/bin/types/input.d.ts.map +1 -0
- package/{config/index.ts → bin/types/input.js} +3 -3
- package/bin/types/input.js.map +1 -0
- package/{types/output.ts → bin/types/output.d.ts} +4 -16
- package/bin/types/output.d.ts.map +1 -0
- package/bin/types/output.js +5 -0
- package/bin/types/output.js.map +1 -0
- package/bin/utilities.d.ts +5 -0
- package/bin/utilities.d.ts.map +1 -0
- package/{utilities.ts → bin/utilities.js} +46 -28
- package/bin/utilities.js.map +1 -0
- package/package.json +6 -1
- package/.gitattributes +0 -1
- package/config/vars.ts +0 -42
- package/environment.ts +0 -245
- package/getApps.ts +0 -47
- package/getConnectors.ts +0 -47
- package/getFlows.ts +0 -47
- package/index.ts +0 -124
- package/provider.ts +0 -44
- package/tsconfig.json +0 -44
- package/types/index.ts +0 -13
package/getFlows.ts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
2
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
-
|
|
4
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
-
import * as inputs from "./types/input";
|
|
6
|
-
import * as outputs from "./types/output";
|
|
7
|
-
import * as utilities from "./utilities";
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Lists Cloud Flows in a Power Platform environment.
|
|
11
|
-
*/
|
|
12
|
-
export function getFlows(args: GetFlowsArgs, opts?: pulumi.InvokeOptions): Promise<GetFlowsResult> {
|
|
13
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
-
return pulumi.runtime.invoke("powerplatform:index:getFlows", {
|
|
15
|
-
"environmentId": args.environmentId,
|
|
16
|
-
}, opts);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface GetFlowsArgs {
|
|
20
|
-
/**
|
|
21
|
-
* The ID of the environment to list flows for.
|
|
22
|
-
*/
|
|
23
|
-
environmentId: string;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export interface GetFlowsResult {
|
|
27
|
-
/**
|
|
28
|
-
* The list of Cloud Flows.
|
|
29
|
-
*/
|
|
30
|
-
readonly flows: outputs.FlowSummary[];
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Lists Cloud Flows in a Power Platform environment.
|
|
34
|
-
*/
|
|
35
|
-
export function getFlowsOutput(args: GetFlowsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFlowsResult> {
|
|
36
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
37
|
-
return pulumi.runtime.invokeOutput("powerplatform:index:getFlows", {
|
|
38
|
-
"environmentId": args.environmentId,
|
|
39
|
-
}, opts);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export interface GetFlowsOutputArgs {
|
|
43
|
-
/**
|
|
44
|
-
* The ID of the environment to list flows for.
|
|
45
|
-
*/
|
|
46
|
-
environmentId: pulumi.Input<string>;
|
|
47
|
-
}
|
package/index.ts
DELETED
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
2
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
-
|
|
4
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
-
import * as utilities from "./utilities";
|
|
6
|
-
|
|
7
|
-
// Export members:
|
|
8
|
-
export { BillingPolicyArgs } from "./billingPolicy";
|
|
9
|
-
export type BillingPolicy = import("./billingPolicy").BillingPolicy;
|
|
10
|
-
export const BillingPolicy: typeof import("./billingPolicy").BillingPolicy = null as any;
|
|
11
|
-
utilities.lazyLoad(exports, ["BillingPolicy"], () => require("./billingPolicy"));
|
|
12
|
-
|
|
13
|
-
export { DlpPolicyArgs } from "./dlpPolicy";
|
|
14
|
-
export type DlpPolicy = import("./dlpPolicy").DlpPolicy;
|
|
15
|
-
export const DlpPolicy: typeof import("./dlpPolicy").DlpPolicy = null as any;
|
|
16
|
-
utilities.lazyLoad(exports, ["DlpPolicy"], () => require("./dlpPolicy"));
|
|
17
|
-
|
|
18
|
-
export { EnvironmentArgs } from "./environment";
|
|
19
|
-
export type Environment = import("./environment").Environment;
|
|
20
|
-
export const Environment: typeof import("./environment").Environment = null as any;
|
|
21
|
-
utilities.lazyLoad(exports, ["Environment"], () => require("./environment"));
|
|
22
|
-
|
|
23
|
-
export { EnvironmentBackupArgs } from "./environmentBackup";
|
|
24
|
-
export type EnvironmentBackup = import("./environmentBackup").EnvironmentBackup;
|
|
25
|
-
export const EnvironmentBackup: typeof import("./environmentBackup").EnvironmentBackup = null as any;
|
|
26
|
-
utilities.lazyLoad(exports, ["EnvironmentBackup"], () => require("./environmentBackup"));
|
|
27
|
-
|
|
28
|
-
export { EnvironmentGroupArgs } from "./environmentGroup";
|
|
29
|
-
export type EnvironmentGroup = import("./environmentGroup").EnvironmentGroup;
|
|
30
|
-
export const EnvironmentGroup: typeof import("./environmentGroup").EnvironmentGroup = null as any;
|
|
31
|
-
utilities.lazyLoad(exports, ["EnvironmentGroup"], () => require("./environmentGroup"));
|
|
32
|
-
|
|
33
|
-
export { EnvironmentSettingsArgs } from "./environmentSettings";
|
|
34
|
-
export type EnvironmentSettings = import("./environmentSettings").EnvironmentSettings;
|
|
35
|
-
export const EnvironmentSettings: typeof import("./environmentSettings").EnvironmentSettings = null as any;
|
|
36
|
-
utilities.lazyLoad(exports, ["EnvironmentSettings"], () => require("./environmentSettings"));
|
|
37
|
-
|
|
38
|
-
export { GetAppsArgs, GetAppsResult, GetAppsOutputArgs } from "./getApps";
|
|
39
|
-
export const getApps: typeof import("./getApps").getApps = null as any;
|
|
40
|
-
export const getAppsOutput: typeof import("./getApps").getAppsOutput = null as any;
|
|
41
|
-
utilities.lazyLoad(exports, ["getApps","getAppsOutput"], () => require("./getApps"));
|
|
42
|
-
|
|
43
|
-
export { GetConnectorsArgs, GetConnectorsResult, GetConnectorsOutputArgs } from "./getConnectors";
|
|
44
|
-
export const getConnectors: typeof import("./getConnectors").getConnectors = null as any;
|
|
45
|
-
export const getConnectorsOutput: typeof import("./getConnectors").getConnectorsOutput = null as any;
|
|
46
|
-
utilities.lazyLoad(exports, ["getConnectors","getConnectorsOutput"], () => require("./getConnectors"));
|
|
47
|
-
|
|
48
|
-
export { GetEnvironmentsArgs, GetEnvironmentsResult, GetEnvironmentsOutputArgs } from "./getEnvironments";
|
|
49
|
-
export const getEnvironments: typeof import("./getEnvironments").getEnvironments = null as any;
|
|
50
|
-
export const getEnvironmentsOutput: typeof import("./getEnvironments").getEnvironmentsOutput = null as any;
|
|
51
|
-
utilities.lazyLoad(exports, ["getEnvironments","getEnvironmentsOutput"], () => require("./getEnvironments"));
|
|
52
|
-
|
|
53
|
-
export { GetFlowsArgs, GetFlowsResult, GetFlowsOutputArgs } from "./getFlows";
|
|
54
|
-
export const getFlows: typeof import("./getFlows").getFlows = null as any;
|
|
55
|
-
export const getFlowsOutput: typeof import("./getFlows").getFlowsOutput = null as any;
|
|
56
|
-
utilities.lazyLoad(exports, ["getFlows","getFlowsOutput"], () => require("./getFlows"));
|
|
57
|
-
|
|
58
|
-
export { IsvContractArgs } from "./isvContract";
|
|
59
|
-
export type IsvContract = import("./isvContract").IsvContract;
|
|
60
|
-
export const IsvContract: typeof import("./isvContract").IsvContract = null as any;
|
|
61
|
-
utilities.lazyLoad(exports, ["IsvContract"], () => require("./isvContract"));
|
|
62
|
-
|
|
63
|
-
export { ManagedEnvironmentArgs } from "./managedEnvironment";
|
|
64
|
-
export type ManagedEnvironment = import("./managedEnvironment").ManagedEnvironment;
|
|
65
|
-
export const ManagedEnvironment: typeof import("./managedEnvironment").ManagedEnvironment = null as any;
|
|
66
|
-
utilities.lazyLoad(exports, ["ManagedEnvironment"], () => require("./managedEnvironment"));
|
|
67
|
-
|
|
68
|
-
export { ProviderArgs } from "./provider";
|
|
69
|
-
export type Provider = import("./provider").Provider;
|
|
70
|
-
export const Provider: typeof import("./provider").Provider = null as any;
|
|
71
|
-
utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
|
|
72
|
-
|
|
73
|
-
export { RoleAssignmentArgs } from "./roleAssignment";
|
|
74
|
-
export type RoleAssignment = import("./roleAssignment").RoleAssignment;
|
|
75
|
-
export const RoleAssignment: typeof import("./roleAssignment").RoleAssignment = null as any;
|
|
76
|
-
utilities.lazyLoad(exports, ["RoleAssignment"], () => require("./roleAssignment"));
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
// Export sub-modules:
|
|
80
|
-
import * as config from "./config";
|
|
81
|
-
import * as types from "./types";
|
|
82
|
-
|
|
83
|
-
export {
|
|
84
|
-
config,
|
|
85
|
-
types,
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
const _module = {
|
|
89
|
-
version: utilities.getVersion(),
|
|
90
|
-
construct: (name: string, type: string, urn: string): pulumi.Resource => {
|
|
91
|
-
switch (type) {
|
|
92
|
-
case "powerplatform:index:BillingPolicy":
|
|
93
|
-
return new BillingPolicy(name, <any>undefined, { urn })
|
|
94
|
-
case "powerplatform:index:DlpPolicy":
|
|
95
|
-
return new DlpPolicy(name, <any>undefined, { urn })
|
|
96
|
-
case "powerplatform:index:Environment":
|
|
97
|
-
return new Environment(name, <any>undefined, { urn })
|
|
98
|
-
case "powerplatform:index:EnvironmentBackup":
|
|
99
|
-
return new EnvironmentBackup(name, <any>undefined, { urn })
|
|
100
|
-
case "powerplatform:index:EnvironmentGroup":
|
|
101
|
-
return new EnvironmentGroup(name, <any>undefined, { urn })
|
|
102
|
-
case "powerplatform:index:EnvironmentSettings":
|
|
103
|
-
return new EnvironmentSettings(name, <any>undefined, { urn })
|
|
104
|
-
case "powerplatform:index:IsvContract":
|
|
105
|
-
return new IsvContract(name, <any>undefined, { urn })
|
|
106
|
-
case "powerplatform:index:ManagedEnvironment":
|
|
107
|
-
return new ManagedEnvironment(name, <any>undefined, { urn })
|
|
108
|
-
case "powerplatform:index:RoleAssignment":
|
|
109
|
-
return new RoleAssignment(name, <any>undefined, { urn })
|
|
110
|
-
default:
|
|
111
|
-
throw new Error(`unknown resource type ${type}`);
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
};
|
|
115
|
-
pulumi.runtime.registerResourceModule("powerplatform", "index", _module)
|
|
116
|
-
pulumi.runtime.registerResourcePackage("powerplatform", {
|
|
117
|
-
version: utilities.getVersion(),
|
|
118
|
-
constructProvider: (name: string, type: string, urn: string): pulumi.ProviderResource => {
|
|
119
|
-
if (type !== "pulumi:providers:powerplatform") {
|
|
120
|
-
throw new Error(`unknown provider type ${type}`);
|
|
121
|
-
}
|
|
122
|
-
return new Provider(name, <any>undefined, { urn });
|
|
123
|
-
},
|
|
124
|
-
});
|
package/provider.ts
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
2
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
-
|
|
4
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
-
import * as utilities from "./utilities";
|
|
6
|
-
|
|
7
|
-
export class Provider extends pulumi.ProviderResource {
|
|
8
|
-
/** @internal */
|
|
9
|
-
public static readonly __pulumiType = 'powerplatform';
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Returns true if the given object is an instance of Provider. This is designed to work even
|
|
13
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
14
|
-
*/
|
|
15
|
-
public static isInstance(obj: any): obj is Provider {
|
|
16
|
-
if (obj === undefined || obj === null) {
|
|
17
|
-
return false;
|
|
18
|
-
}
|
|
19
|
-
return obj['__pulumiType'] === "pulumi:providers:" + Provider.__pulumiType;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Create a Provider resource with the given unique name, arguments, and options.
|
|
25
|
-
*
|
|
26
|
-
* @param name The _unique_ name of the resource.
|
|
27
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
28
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
29
|
-
*/
|
|
30
|
-
constructor(name: string, args?: ProviderArgs, opts?: pulumi.ResourceOptions) {
|
|
31
|
-
let resourceInputs: pulumi.Inputs = {};
|
|
32
|
-
opts = opts || {};
|
|
33
|
-
{
|
|
34
|
-
}
|
|
35
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
36
|
-
super(Provider.__pulumiType, name, resourceInputs, opts);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* The set of arguments for constructing a Provider resource.
|
|
42
|
-
*/
|
|
43
|
-
export interface ProviderArgs {
|
|
44
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
// Output
|
|
4
|
-
"outDir": "bin",
|
|
5
|
-
"declaration": true,
|
|
6
|
-
"declarationMap": true,
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"stripInternal": true,
|
|
9
|
-
// Environment
|
|
10
|
-
"target": "ES2022",
|
|
11
|
-
"module": "nodenext",
|
|
12
|
-
"moduleResolution": "nodenext",
|
|
13
|
-
"moduleDetection": "force",
|
|
14
|
-
"types": ["node"],
|
|
15
|
-
// Type Checking
|
|
16
|
-
"strict": true,
|
|
17
|
-
"noFallthroughCasesInSwitch": true,
|
|
18
|
-
"noImplicitReturns": true,
|
|
19
|
-
"skipLibCheck": true
|
|
20
|
-
},
|
|
21
|
-
"files": [
|
|
22
|
-
"billingPolicy.ts",
|
|
23
|
-
"config/index.ts",
|
|
24
|
-
"config/vars.ts",
|
|
25
|
-
"dlpPolicy.ts",
|
|
26
|
-
"environment.ts",
|
|
27
|
-
"environmentBackup.ts",
|
|
28
|
-
"environmentGroup.ts",
|
|
29
|
-
"environmentSettings.ts",
|
|
30
|
-
"getApps.ts",
|
|
31
|
-
"getConnectors.ts",
|
|
32
|
-
"getEnvironments.ts",
|
|
33
|
-
"getFlows.ts",
|
|
34
|
-
"index.ts",
|
|
35
|
-
"isvContract.ts",
|
|
36
|
-
"managedEnvironment.ts",
|
|
37
|
-
"provider.ts",
|
|
38
|
-
"roleAssignment.ts",
|
|
39
|
-
"types/index.ts",
|
|
40
|
-
"types/input.ts",
|
|
41
|
-
"types/output.ts",
|
|
42
|
-
"utilities.ts"
|
|
43
|
-
]
|
|
44
|
-
}
|
package/types/index.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
2
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
-
|
|
4
|
-
import * as utilities from "../utilities";
|
|
5
|
-
|
|
6
|
-
// Export sub-modules:
|
|
7
|
-
import * as input from "./input";
|
|
8
|
-
import * as output from "./output";
|
|
9
|
-
|
|
10
|
-
export {
|
|
11
|
-
input,
|
|
12
|
-
output,
|
|
13
|
-
};
|