@rpothin/powerplatform 0.1.33 → 0.1.35

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 (97) hide show
  1. package/.gitattributes +1 -0
  2. package/{bin/billingPolicy.js → billingPolicy.ts} +64 -39
  3. package/{bin/types/input.js → config/index.ts} +3 -3
  4. package/config/vars.ts +42 -0
  5. package/{bin/dlpPolicy.js → dlpPolicy.ts} +52 -39
  6. package/environment.ts +245 -0
  7. package/{bin/environmentBackup.js → environmentBackup.ts} +46 -39
  8. package/{bin/environmentGroup.js → environmentGroup.ts} +54 -39
  9. package/{bin/environmentSettings.js → environmentSettings.ts} +70 -39
  10. package/getApps.ts +47 -0
  11. package/getConnectors.ts +47 -0
  12. package/{bin/getEnvironments.d.ts → getEnvironments.ts} +25 -3
  13. package/getFlows.ts +47 -0
  14. package/index.ts +124 -0
  15. package/{bin/isvContract.js → isvContract.ts} +54 -39
  16. package/{bin/managedEnvironment.js → managedEnvironment.ts} +34 -39
  17. package/package.json +2 -7
  18. package/provider.ts +44 -0
  19. package/{bin/roleAssignment.js → roleAssignment.ts} +58 -39
  20. package/tsconfig.json +44 -0
  21. package/types/index.ts +13 -0
  22. package/types/input.ts +122 -0
  23. package/{bin/types/output.d.ts → types/output.ts} +94 -4
  24. package/{bin/utilities.js → utilities.ts} +28 -46
  25. package/bin/billingPolicy.d.ts +0 -76
  26. package/bin/billingPolicy.d.ts.map +0 -1
  27. package/bin/billingPolicy.js.map +0 -1
  28. package/bin/config/index.d.ts +0 -2
  29. package/bin/config/index.d.ts.map +0 -1
  30. package/bin/config/index.js +0 -21
  31. package/bin/config/index.js.map +0 -1
  32. package/bin/config/vars.d.ts +0 -13
  33. package/bin/config/vars.d.ts.map +0 -1
  34. package/bin/config/vars.js +0 -48
  35. package/bin/config/vars.js.map +0 -1
  36. package/bin/dlpPolicy.d.ts +0 -64
  37. package/bin/dlpPolicy.d.ts.map +0 -1
  38. package/bin/dlpPolicy.js.map +0 -1
  39. package/bin/environment.d.ts +0 -106
  40. package/bin/environment.d.ts.map +0 -1
  41. package/bin/environment.js +0 -108
  42. package/bin/environment.js.map +0 -1
  43. package/bin/environmentBackup.d.ts +0 -58
  44. package/bin/environmentBackup.d.ts.map +0 -1
  45. package/bin/environmentBackup.js.map +0 -1
  46. package/bin/environmentGroup.d.ts +0 -66
  47. package/bin/environmentGroup.d.ts.map +0 -1
  48. package/bin/environmentGroup.js.map +0 -1
  49. package/bin/environmentSettings.d.ts +0 -82
  50. package/bin/environmentSettings.d.ts.map +0 -1
  51. package/bin/environmentSettings.js.map +0 -1
  52. package/bin/getApps.d.ts +0 -29
  53. package/bin/getApps.d.ts.map +0 -1
  54. package/bin/getApps.js +0 -51
  55. package/bin/getApps.js.map +0 -1
  56. package/bin/getConnectors.d.ts +0 -29
  57. package/bin/getConnectors.d.ts.map +0 -1
  58. package/bin/getConnectors.js +0 -51
  59. package/bin/getConnectors.js.map +0 -1
  60. package/bin/getEnvironments.d.ts.map +0 -1
  61. package/bin/getEnvironments.js +0 -55
  62. package/bin/getEnvironments.js.map +0 -1
  63. package/bin/getFlows.d.ts +0 -29
  64. package/bin/getFlows.d.ts.map +0 -1
  65. package/bin/getFlows.js +0 -51
  66. package/bin/getFlows.js.map +0 -1
  67. package/bin/index.d.ts +0 -46
  68. package/bin/index.d.ts.map +0 -1
  69. package/bin/index.js +0 -105
  70. package/bin/index.js.map +0 -1
  71. package/bin/isvContract.d.ts +0 -66
  72. package/bin/isvContract.d.ts.map +0 -1
  73. package/bin/isvContract.js.map +0 -1
  74. package/bin/managedEnvironment.d.ts +0 -46
  75. package/bin/managedEnvironment.d.ts.map +0 -1
  76. package/bin/managedEnvironment.js.map +0 -1
  77. package/bin/package.json +0 -31
  78. package/bin/provider.d.ts +0 -22
  79. package/bin/provider.d.ts.map +0 -1
  80. package/bin/provider.js +0 -61
  81. package/bin/provider.js.map +0 -1
  82. package/bin/roleAssignment.d.ts +0 -70
  83. package/bin/roleAssignment.d.ts.map +0 -1
  84. package/bin/roleAssignment.js.map +0 -1
  85. package/bin/types/index.d.ts +0 -4
  86. package/bin/types/index.d.ts.map +0 -1
  87. package/bin/types/index.js +0 -34
  88. package/bin/types/index.js.map +0 -1
  89. package/bin/types/input.d.ts +0 -38
  90. package/bin/types/input.d.ts.map +0 -1
  91. package/bin/types/input.js.map +0 -1
  92. package/bin/types/output.d.ts.map +0 -1
  93. package/bin/types/output.js +0 -5
  94. package/bin/types/output.js.map +0 -1
  95. package/bin/utilities.d.ts +0 -5
  96. package/bin/utilities.d.ts.map +0 -1
  97. package/bin/utilities.js.map +0 -1
@@ -1,106 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * Manages a Power Platform environment. Environments are containers for apps, flows, data, and other resources. Uses the BAP admin REST API for lifecycle management.
4
- */
5
- export declare class Environment extends pulumi.CustomResource {
6
- /**
7
- * Get an existing Environment resource's state with the given name, ID, and optional extra
8
- * properties used to qualify the lookup.
9
- *
10
- * @param name The _unique_ name of the resulting resource.
11
- * @param id The _unique_ provider ID of the resource to lookup.
12
- * @param opts Optional settings to control the behavior of the CustomResource.
13
- */
14
- static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Environment;
15
- /**
16
- * Returns true if the given object is an instance of Environment. This is designed to work even
17
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
- */
19
- static isInstance(obj: any): obj is Environment;
20
- /**
21
- * The timestamp when the environment was created.
22
- */
23
- readonly createdTime: pulumi.Output<string | undefined>;
24
- /**
25
- * The currency code of the Dataverse database.
26
- */
27
- readonly currencyCode: pulumi.Output<string | undefined>;
28
- /**
29
- * The description of the environment.
30
- */
31
- readonly description: pulumi.Output<string | undefined>;
32
- /**
33
- * The display name of the environment.
34
- */
35
- readonly displayName: pulumi.Output<string>;
36
- /**
37
- * The domain name of the Dataverse database.
38
- */
39
- readonly domainName: pulumi.Output<string | undefined>;
40
- /**
41
- * The type (SKU) of the environment.
42
- */
43
- readonly environmentType: pulumi.Output<string>;
44
- /**
45
- * The base language code of the Dataverse database.
46
- */
47
- readonly languageCode: pulumi.Output<string | undefined>;
48
- /**
49
- * The timestamp when the environment was last modified.
50
- */
51
- readonly lastModifiedTime: pulumi.Output<string | undefined>;
52
- /**
53
- * The geographic region of the environment.
54
- */
55
- readonly location: pulumi.Output<string>;
56
- /**
57
- * The current state of the environment (e.g., Ready, Preparing).
58
- */
59
- readonly state: pulumi.Output<string | undefined>;
60
- /**
61
- * The Dataverse instance URL of the environment.
62
- */
63
- readonly url: pulumi.Output<string | undefined>;
64
- /**
65
- * Create a Environment resource with the given unique name, arguments, and options.
66
- *
67
- * @param name The _unique_ name of the resource.
68
- * @param args The arguments to use to populate this resource's properties.
69
- * @param opts A bag of options that control this resource's behavior.
70
- */
71
- constructor(name: string, args: EnvironmentArgs, opts?: pulumi.CustomResourceOptions);
72
- }
73
- /**
74
- * The set of arguments for constructing a Environment resource.
75
- */
76
- export interface EnvironmentArgs {
77
- /**
78
- * The currency code for the Dataverse database (e.g., USD, EUR).
79
- */
80
- currencyCode?: pulumi.Input<string>;
81
- /**
82
- * A description of the environment.
83
- */
84
- description?: pulumi.Input<string>;
85
- /**
86
- * The display name of the environment.
87
- */
88
- displayName: pulumi.Input<string>;
89
- /**
90
- * The domain name for the Dataverse database associated with the environment.
91
- */
92
- domainName?: pulumi.Input<string>;
93
- /**
94
- * The type (SKU) of the environment: Sandbox, Production, Trial, Developer, or Default. Immutable after creation.
95
- */
96
- environmentType: pulumi.Input<string>;
97
- /**
98
- * The base language code for the Dataverse database (e.g., 1033 for English).
99
- */
100
- languageCode?: pulumi.Input<string>;
101
- /**
102
- * The geographic region for the environment (e.g., unitedstates, europe). Immutable after creation.
103
- */
104
- location: pulumi.Input<string>;
105
- }
106
- //# sourceMappingURL=environment.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../environment.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,qBAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,WAAW;IAO9G;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,WAAW;IAOtD;;OAEG;IACH,SAAgC,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/E;;OAEG;IACH,SAAwB,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACtE;;OAEG;IACH,SAAwB,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAwB,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxE;;OAEG;IACH,SAAgC,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACpF;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxD;;OAEG;IACH,SAAgC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACzE;;OAEG;IACH,SAAgC,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAEvE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAwCvF;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAClC"}
@@ -1,108 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
- if (k2 === undefined) k2 = k;
6
- var desc = Object.getOwnPropertyDescriptor(m, k);
7
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
- desc = { enumerable: true, get: function() { return m[k]; } };
9
- }
10
- Object.defineProperty(o, k2, desc);
11
- }) : (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- o[k2] = m[k];
14
- }));
15
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
- Object.defineProperty(o, "default", { enumerable: true, value: v });
17
- }) : function(o, v) {
18
- o["default"] = v;
19
- });
20
- var __importStar = (this && this.__importStar) || function (mod) {
21
- if (mod && mod.__esModule) return mod;
22
- var result = {};
23
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
- __setModuleDefault(result, mod);
25
- return result;
26
- };
27
- Object.defineProperty(exports, "__esModule", { value: true });
28
- exports.Environment = void 0;
29
- const pulumi = __importStar(require("@pulumi/pulumi"));
30
- const utilities = __importStar(require("./utilities"));
31
- /**
32
- * Manages a Power Platform environment. Environments are containers for apps, flows, data, and other resources. Uses the BAP admin REST API for lifecycle management.
33
- */
34
- class Environment extends pulumi.CustomResource {
35
- /**
36
- * Get an existing Environment resource's state with the given name, ID, and optional extra
37
- * properties used to qualify the lookup.
38
- *
39
- * @param name The _unique_ name of the resulting resource.
40
- * @param id The _unique_ provider ID of the resource to lookup.
41
- * @param opts Optional settings to control the behavior of the CustomResource.
42
- */
43
- static get(name, id, opts) {
44
- return new Environment(name, undefined, { ...opts, id: id });
45
- }
46
- /** @internal */
47
- static __pulumiType = 'powerplatform:index:Environment';
48
- /**
49
- * Returns true if the given object is an instance of Environment. This is designed to work even
50
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
- */
52
- static isInstance(obj) {
53
- if (obj === undefined || obj === null) {
54
- return false;
55
- }
56
- return obj['__pulumiType'] === Environment.__pulumiType;
57
- }
58
- /**
59
- * Create a Environment resource with the given unique name, arguments, and options.
60
- *
61
- * @param name The _unique_ name of the resource.
62
- * @param args The arguments to use to populate this resource's properties.
63
- * @param opts A bag of options that control this resource's behavior.
64
- */
65
- constructor(name, args, opts) {
66
- let resourceInputs = {};
67
- opts = opts || {};
68
- if (!opts.id) {
69
- if (args?.displayName === undefined && !opts.urn) {
70
- throw new Error("Missing required property 'displayName'");
71
- }
72
- if (args?.environmentType === undefined && !opts.urn) {
73
- throw new Error("Missing required property 'environmentType'");
74
- }
75
- if (args?.location === undefined && !opts.urn) {
76
- throw new Error("Missing required property 'location'");
77
- }
78
- resourceInputs["currencyCode"] = args?.currencyCode;
79
- resourceInputs["description"] = args?.description;
80
- resourceInputs["displayName"] = args?.displayName;
81
- resourceInputs["domainName"] = args?.domainName;
82
- resourceInputs["environmentType"] = args?.environmentType;
83
- resourceInputs["languageCode"] = args?.languageCode;
84
- resourceInputs["location"] = args?.location;
85
- resourceInputs["createdTime"] = undefined /*out*/;
86
- resourceInputs["lastModifiedTime"] = undefined /*out*/;
87
- resourceInputs["state"] = undefined /*out*/;
88
- resourceInputs["url"] = undefined /*out*/;
89
- }
90
- else {
91
- resourceInputs["createdTime"] = undefined /*out*/;
92
- resourceInputs["currencyCode"] = undefined /*out*/;
93
- resourceInputs["description"] = undefined /*out*/;
94
- resourceInputs["displayName"] = undefined /*out*/;
95
- resourceInputs["domainName"] = undefined /*out*/;
96
- resourceInputs["environmentType"] = undefined /*out*/;
97
- resourceInputs["languageCode"] = undefined /*out*/;
98
- resourceInputs["lastModifiedTime"] = undefined /*out*/;
99
- resourceInputs["location"] = undefined /*out*/;
100
- resourceInputs["state"] = undefined /*out*/;
101
- resourceInputs["url"] = undefined /*out*/;
102
- }
103
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
104
- super(Environment.__pulumiType, name, resourceInputs, opts);
105
- }
106
- }
107
- exports.Environment = Environment;
108
- //# sourceMappingURL=environment.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environment.js","sourceRoot":"","sources":["../environment.ts"],"names":[],"mappings":"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"}
@@ -1,58 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * Creates a manual backup of a Power Platform environment. Backups are immutable — any change to inputs triggers replacement.
4
- */
5
- export declare class EnvironmentBackup extends pulumi.CustomResource {
6
- /**
7
- * Get an existing EnvironmentBackup resource's state with the given name, ID, and optional extra
8
- * properties used to qualify the lookup.
9
- *
10
- * @param name The _unique_ name of the resulting resource.
11
- * @param id The _unique_ provider ID of the resource to lookup.
12
- * @param opts Optional settings to control the behavior of the CustomResource.
13
- */
14
- static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EnvironmentBackup;
15
- /**
16
- * Returns true if the given object is an instance of EnvironmentBackup. This is designed to work even
17
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
- */
19
- static isInstance(obj: any): obj is EnvironmentBackup;
20
- /**
21
- * The date and time when the backup expires.
22
- */
23
- readonly backupExpiryDateTime: pulumi.Output<string | undefined>;
24
- /**
25
- * The date and time when the backup was created.
26
- */
27
- readonly backupPointDateTime: pulumi.Output<string | undefined>;
28
- /**
29
- * The ID of the backed-up environment.
30
- */
31
- readonly environmentId: pulumi.Output<string>;
32
- /**
33
- * The label for the backup.
34
- */
35
- readonly label: pulumi.Output<string>;
36
- /**
37
- * Create a EnvironmentBackup resource with the given unique name, arguments, and options.
38
- *
39
- * @param name The _unique_ name of the resource.
40
- * @param args The arguments to use to populate this resource's properties.
41
- * @param opts A bag of options that control this resource's behavior.
42
- */
43
- constructor(name: string, args: EnvironmentBackupArgs, opts?: pulumi.CustomResourceOptions);
44
- }
45
- /**
46
- * The set of arguments for constructing a EnvironmentBackup resource.
47
- */
48
- export interface EnvironmentBackupArgs {
49
- /**
50
- * The ID of the environment to back up.
51
- */
52
- environmentId: pulumi.Input<string>;
53
- /**
54
- * A descriptive label for the backup.
55
- */
56
- label: pulumi.Input<string>;
57
- }
58
- //# sourceMappingURL=environmentBackup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentBackup.d.ts","sourceRoot":"","sources":["../environmentBackup.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,iBAAiB;IAOpH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,iBAAiB;IAO5D;;OAEG;IACH,SAAgC,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxF;;OAEG;IACH,SAAgC,mBAAmB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvF;;OAEG;IACH,SAAwB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAErD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAuB7F;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentBackup.js","sourceRoot":"","sources":["../environmentBackup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;GAEG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,uCAAuC,CAAC;IAE9E;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7D;aAAM;YACH,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAzEL,8CA0EC"}
@@ -1,66 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * Manages a Power Platform environment group. Environment groups allow you to organize environments and apply policies at a group level.
4
- */
5
- export declare class EnvironmentGroup extends pulumi.CustomResource {
6
- /**
7
- * Get an existing EnvironmentGroup resource's state with the given name, ID, and optional extra
8
- * properties used to qualify the lookup.
9
- *
10
- * @param name The _unique_ name of the resulting resource.
11
- * @param id The _unique_ provider ID of the resource to lookup.
12
- * @param opts Optional settings to control the behavior of the CustomResource.
13
- */
14
- static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EnvironmentGroup;
15
- /**
16
- * Returns true if the given object is an instance of EnvironmentGroup. This is designed to work even
17
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
- */
19
- static isInstance(obj: any): obj is EnvironmentGroup;
20
- /**
21
- * The timestamp when the group was created.
22
- */
23
- readonly createdTime: pulumi.Output<string | undefined>;
24
- /**
25
- * The description of the environment group.
26
- */
27
- readonly description: pulumi.Output<string | undefined>;
28
- /**
29
- * The display name of the environment group.
30
- */
31
- readonly displayName: pulumi.Output<string>;
32
- /**
33
- * The timestamp when the group was last modified.
34
- */
35
- readonly lastModifiedTime: pulumi.Output<string | undefined>;
36
- /**
37
- * The ID of the parent environment group.
38
- */
39
- readonly parentGroupId: pulumi.Output<string | undefined>;
40
- /**
41
- * Create a EnvironmentGroup resource with the given unique name, arguments, and options.
42
- *
43
- * @param name The _unique_ name of the resource.
44
- * @param args The arguments to use to populate this resource's properties.
45
- * @param opts A bag of options that control this resource's behavior.
46
- */
47
- constructor(name: string, args: EnvironmentGroupArgs, opts?: pulumi.CustomResourceOptions);
48
- }
49
- /**
50
- * The set of arguments for constructing a EnvironmentGroup resource.
51
- */
52
- export interface EnvironmentGroupArgs {
53
- /**
54
- * A description of the environment group.
55
- */
56
- description?: pulumi.Input<string>;
57
- /**
58
- * The display name for the environment group.
59
- */
60
- displayName: pulumi.Input<string>;
61
- /**
62
- * The ID of the parent environment group, if this is a nested group.
63
- */
64
- parentGroupId?: pulumi.Input<string>;
65
- }
66
- //# sourceMappingURL=environmentGroup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentGroup.d.ts","sourceRoot":"","sources":["../environmentGroup.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,gBAAgB;IAOnH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,gBAAgB;IAO3D;;OAEG;IACH,SAAgC,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/E;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;OAEG;IACH,SAAgC,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACpF;;OAEG;IACH,SAAwB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAEzE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,oBAAoB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAsB5F;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACxC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentGroup.js","sourceRoot":"","sources":["../environmentGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;GAEG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,sCAAsC,CAAC;IAE7E;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAuBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;aAAM;YACH,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA5EL,4CA6EC"}
@@ -1,82 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * Manages settings on a Power Platform environment. Settings are applied via PATCH to the BAP admin API. Deletion removes the resource from Pulumi state only (settings cannot be unset).
4
- */
5
- export declare class EnvironmentSettings extends pulumi.CustomResource {
6
- /**
7
- * Get an existing EnvironmentSettings resource's state with the given name, ID, and optional extra
8
- * properties used to qualify the lookup.
9
- *
10
- * @param name The _unique_ name of the resulting resource.
11
- * @param id The _unique_ provider ID of the resource to lookup.
12
- * @param opts Optional settings to control the behavior of the CustomResource.
13
- */
14
- static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EnvironmentSettings;
15
- /**
16
- * Returns true if the given object is an instance of EnvironmentSettings. This is designed to work even
17
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
- */
19
- static isInstance(obj: any): obj is EnvironmentSettings;
20
- /**
21
- * The ID of the environment.
22
- */
23
- readonly environmentId: pulumi.Output<string>;
24
- /**
25
- * Whether activity logging is enabled.
26
- */
27
- readonly isActivityLoggingEnabled: pulumi.Output<string | undefined>;
28
- /**
29
- * Whether auditing is enabled.
30
- */
31
- readonly isAuditEnabled: pulumi.Output<string | undefined>;
32
- /**
33
- * Whether user access auditing is enabled.
34
- */
35
- readonly isUserAccessAuditEnabled: pulumi.Output<string | undefined>;
36
- /**
37
- * Maximum file upload size in bytes.
38
- */
39
- readonly maxUploadFileSize: pulumi.Output<string | undefined>;
40
- /**
41
- * Plugin trace log setting.
42
- */
43
- readonly pluginTraceLogSetting: pulumi.Output<string | undefined>;
44
- /**
45
- * Create a EnvironmentSettings resource with the given unique name, arguments, and options.
46
- *
47
- * @param name The _unique_ name of the resource.
48
- * @param args The arguments to use to populate this resource's properties.
49
- * @param opts A bag of options that control this resource's behavior.
50
- */
51
- constructor(name: string, args: EnvironmentSettingsArgs, opts?: pulumi.CustomResourceOptions);
52
- }
53
- /**
54
- * The set of arguments for constructing a EnvironmentSettings resource.
55
- */
56
- export interface EnvironmentSettingsArgs {
57
- /**
58
- * The ID of the environment to manage settings for. Immutable after creation.
59
- */
60
- environmentId: pulumi.Input<string>;
61
- /**
62
- * Whether activity logging is enabled (true or false).
63
- */
64
- isActivityLoggingEnabled?: pulumi.Input<string>;
65
- /**
66
- * Whether auditing is enabled (true or false).
67
- */
68
- isAuditEnabled?: pulumi.Input<string>;
69
- /**
70
- * Whether user access auditing is enabled (true or false).
71
- */
72
- isUserAccessAuditEnabled?: pulumi.Input<string>;
73
- /**
74
- * Maximum file upload size in bytes.
75
- */
76
- maxUploadFileSize?: pulumi.Input<string>;
77
- /**
78
- * Plugin trace log setting (Off, Exception, All).
79
- */
80
- pluginTraceLogSetting?: pulumi.Input<string>;
81
- }
82
- //# sourceMappingURL=environmentSettings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentSettings.d.ts","sourceRoot":"","sources":["../environmentSettings.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,mBAAmB;IAOtH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,mBAAmB;IAO9D;;OAEG;IACH,SAAwB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAwB,wBAAwB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACpF;;OAEG;IACH,SAAwB,cAAc,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1E;;OAEG;IACH,SAAwB,wBAAwB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACpF;;OAEG;IACH,SAAwB,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7E;;OAEG;IACH,SAAwB,qBAAqB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAEjF;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAwB/F;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChD;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChD;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACzC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentSettings.js","sourceRoot":"","sources":["../environmentSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;GAEG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,yCAAyC,CAAC;IAEhF;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA2BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA6B,EAAE,IAAmC;QACxF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;SACzE;aAAM;YACH,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAlFL,kDAmFC"}
package/bin/getApps.d.ts DELETED
@@ -1,29 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as outputs from "./types/output";
3
- /**
4
- * Lists Power Apps in a Power Platform environment.
5
- */
6
- export declare function getApps(args: GetAppsArgs, opts?: pulumi.InvokeOptions): Promise<GetAppsResult>;
7
- export interface GetAppsArgs {
8
- /**
9
- * The ID of the environment to list apps for.
10
- */
11
- environmentId: string;
12
- }
13
- export interface GetAppsResult {
14
- /**
15
- * The list of Power Apps.
16
- */
17
- readonly apps: outputs.AppSummary[];
18
- }
19
- /**
20
- * Lists Power Apps in a Power Platform environment.
21
- */
22
- export declare function getAppsOutput(args: GetAppsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAppsResult>;
23
- export interface GetAppsOutputArgs {
24
- /**
25
- * The ID of the environment to list apps for.
26
- */
27
- environmentId: pulumi.Input<string>;
28
- }
29
- //# sourceMappingURL=getApps.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getApps.d.ts","sourceRoot":"","sources":["../getApps.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;GAEG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,aAAa,CAAC,CAK9F;AAED,MAAM,WAAW,WAAW;IACxB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC,UAAU,EAAE,CAAC;CACvC;AACD;;GAEG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAKtH;AAED,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACvC"}
package/bin/getApps.js DELETED
@@ -1,51 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
- if (k2 === undefined) k2 = k;
6
- var desc = Object.getOwnPropertyDescriptor(m, k);
7
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
- desc = { enumerable: true, get: function() { return m[k]; } };
9
- }
10
- Object.defineProperty(o, k2, desc);
11
- }) : (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- o[k2] = m[k];
14
- }));
15
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
- Object.defineProperty(o, "default", { enumerable: true, value: v });
17
- }) : function(o, v) {
18
- o["default"] = v;
19
- });
20
- var __importStar = (this && this.__importStar) || function (mod) {
21
- if (mod && mod.__esModule) return mod;
22
- var result = {};
23
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
- __setModuleDefault(result, mod);
25
- return result;
26
- };
27
- Object.defineProperty(exports, "__esModule", { value: true });
28
- exports.getAppsOutput = exports.getApps = void 0;
29
- const pulumi = __importStar(require("@pulumi/pulumi"));
30
- const utilities = __importStar(require("./utilities"));
31
- /**
32
- * Lists Power Apps in a Power Platform environment.
33
- */
34
- function getApps(args, opts) {
35
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
36
- return pulumi.runtime.invoke("powerplatform:index:getApps", {
37
- "environmentId": args.environmentId,
38
- }, opts);
39
- }
40
- exports.getApps = getApps;
41
- /**
42
- * Lists Power Apps in a Power Platform environment.
43
- */
44
- function getAppsOutput(args, opts) {
45
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
46
- return pulumi.runtime.invokeOutput("powerplatform:index:getApps", {
47
- "environmentId": args.environmentId,
48
- }, opts);
49
- }
50
- exports.getAppsOutput = getAppsOutput;
51
- //# sourceMappingURL=getApps.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getApps.js","sourceRoot":"","sources":["../getApps.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
@@ -1,29 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as outputs from "./types/output";
3
- /**
4
- * Lists connectors available in a Power Platform environment.
5
- */
6
- export declare function getConnectors(args: GetConnectorsArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectorsResult>;
7
- export interface GetConnectorsArgs {
8
- /**
9
- * The ID of the environment to list connectors for.
10
- */
11
- environmentId: string;
12
- }
13
- export interface GetConnectorsResult {
14
- /**
15
- * The list of connectors.
16
- */
17
- readonly connectors: outputs.ConnectorSummary[];
18
- }
19
- /**
20
- * Lists connectors available in a Power Platform environment.
21
- */
22
- export declare function getConnectorsOutput(args: GetConnectorsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectorsResult>;
23
- export interface GetConnectorsOutputArgs {
24
- /**
25
- * The ID of the environment to list connectors for.
26
- */
27
- environmentId: pulumi.Input<string>;
28
- }
29
- //# sourceMappingURL=getConnectors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getConnectors.d.ts","sourceRoot":"","sources":["../getConnectors.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;GAEG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAKhH;AAED,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,gBAAgB,EAAE,CAAC;CACnD;AACD;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAKxI;AAED,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACvC"}
@@ -1,51 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
- if (k2 === undefined) k2 = k;
6
- var desc = Object.getOwnPropertyDescriptor(m, k);
7
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
- desc = { enumerable: true, get: function() { return m[k]; } };
9
- }
10
- Object.defineProperty(o, k2, desc);
11
- }) : (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- o[k2] = m[k];
14
- }));
15
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
- Object.defineProperty(o, "default", { enumerable: true, value: v });
17
- }) : function(o, v) {
18
- o["default"] = v;
19
- });
20
- var __importStar = (this && this.__importStar) || function (mod) {
21
- if (mod && mod.__esModule) return mod;
22
- var result = {};
23
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
- __setModuleDefault(result, mod);
25
- return result;
26
- };
27
- Object.defineProperty(exports, "__esModule", { value: true });
28
- exports.getConnectorsOutput = exports.getConnectors = void 0;
29
- const pulumi = __importStar(require("@pulumi/pulumi"));
30
- const utilities = __importStar(require("./utilities"));
31
- /**
32
- * Lists connectors available in a Power Platform environment.
33
- */
34
- function getConnectors(args, opts) {
35
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
36
- return pulumi.runtime.invoke("powerplatform:index:getConnectors", {
37
- "environmentId": args.environmentId,
38
- }, opts);
39
- }
40
- exports.getConnectors = getConnectors;
41
- /**
42
- * Lists connectors available in a Power Platform environment.
43
- */
44
- function getConnectorsOutput(args, opts) {
45
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
46
- return pulumi.runtime.invokeOutput("powerplatform:index:getConnectors", {
47
- "environmentId": args.environmentId,
48
- }, opts);
49
- }
50
- exports.getConnectorsOutput = getConnectorsOutput;
51
- //# sourceMappingURL=getConnectors.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getConnectors.js","sourceRoot":"","sources":["../getConnectors.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAeD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}