@pulumi/azuread 5.42.0 → 5.43.0-alpha.1696441362
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/package.json +1 -1
- package/types/input.d.ts +8 -8
- package/types/output.d.ts +8 -8
- package/scripts/install-pulumi-plugin.js +0 -21
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -154,41 +154,41 @@ export interface AccessPackageAssignmentPolicyQuestionChoice {
|
|
|
154
154
|
}
|
|
155
155
|
export interface AccessPackageAssignmentPolicyQuestionChoiceDisplayValue {
|
|
156
156
|
/**
|
|
157
|
-
* The default text of this question.
|
|
157
|
+
* The default text of this question choice.
|
|
158
158
|
*/
|
|
159
159
|
defaultText: pulumi.Input<string>;
|
|
160
160
|
/**
|
|
161
|
-
* One or more blocks describing localized text of this question, as documented below.
|
|
161
|
+
* One or more blocks describing localized text of this question choice, as documented below.
|
|
162
162
|
*/
|
|
163
163
|
localizedTexts?: pulumi.Input<pulumi.Input<inputs.AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText>[]>;
|
|
164
164
|
}
|
|
165
165
|
export interface AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText {
|
|
166
166
|
/**
|
|
167
|
-
* The localized content of this question.
|
|
167
|
+
* The localized content of this question choice.
|
|
168
168
|
*/
|
|
169
169
|
content: pulumi.Input<string>;
|
|
170
170
|
/**
|
|
171
|
-
* The ISO 639 language code for this question content.
|
|
171
|
+
* The ISO 639 language code for this question choice content.
|
|
172
172
|
*/
|
|
173
173
|
languageCode: pulumi.Input<string>;
|
|
174
174
|
}
|
|
175
175
|
export interface AccessPackageAssignmentPolicyQuestionText {
|
|
176
176
|
/**
|
|
177
|
-
* The default text of this question.
|
|
177
|
+
* The default text of this question choice.
|
|
178
178
|
*/
|
|
179
179
|
defaultText: pulumi.Input<string>;
|
|
180
180
|
/**
|
|
181
|
-
* One or more blocks describing localized text of this question, as documented below.
|
|
181
|
+
* One or more blocks describing localized text of this question choice, as documented below.
|
|
182
182
|
*/
|
|
183
183
|
localizedTexts?: pulumi.Input<pulumi.Input<inputs.AccessPackageAssignmentPolicyQuestionTextLocalizedText>[]>;
|
|
184
184
|
}
|
|
185
185
|
export interface AccessPackageAssignmentPolicyQuestionTextLocalizedText {
|
|
186
186
|
/**
|
|
187
|
-
* The localized content of this question.
|
|
187
|
+
* The localized content of this question choice.
|
|
188
188
|
*/
|
|
189
189
|
content: pulumi.Input<string>;
|
|
190
190
|
/**
|
|
191
|
-
* The ISO 639 language code for this question content.
|
|
191
|
+
* The ISO 639 language code for this question choice content.
|
|
192
192
|
*/
|
|
193
193
|
languageCode: pulumi.Input<string>;
|
|
194
194
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -153,41 +153,41 @@ export interface AccessPackageAssignmentPolicyQuestionChoice {
|
|
|
153
153
|
}
|
|
154
154
|
export interface AccessPackageAssignmentPolicyQuestionChoiceDisplayValue {
|
|
155
155
|
/**
|
|
156
|
-
* The default text of this question.
|
|
156
|
+
* The default text of this question choice.
|
|
157
157
|
*/
|
|
158
158
|
defaultText: string;
|
|
159
159
|
/**
|
|
160
|
-
* One or more blocks describing localized text of this question, as documented below.
|
|
160
|
+
* One or more blocks describing localized text of this question choice, as documented below.
|
|
161
161
|
*/
|
|
162
162
|
localizedTexts?: outputs.AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText[];
|
|
163
163
|
}
|
|
164
164
|
export interface AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText {
|
|
165
165
|
/**
|
|
166
|
-
* The localized content of this question.
|
|
166
|
+
* The localized content of this question choice.
|
|
167
167
|
*/
|
|
168
168
|
content: string;
|
|
169
169
|
/**
|
|
170
|
-
* The ISO 639 language code for this question content.
|
|
170
|
+
* The ISO 639 language code for this question choice content.
|
|
171
171
|
*/
|
|
172
172
|
languageCode: string;
|
|
173
173
|
}
|
|
174
174
|
export interface AccessPackageAssignmentPolicyQuestionText {
|
|
175
175
|
/**
|
|
176
|
-
* The default text of this question.
|
|
176
|
+
* The default text of this question choice.
|
|
177
177
|
*/
|
|
178
178
|
defaultText: string;
|
|
179
179
|
/**
|
|
180
|
-
* One or more blocks describing localized text of this question, as documented below.
|
|
180
|
+
* One or more blocks describing localized text of this question choice, as documented below.
|
|
181
181
|
*/
|
|
182
182
|
localizedTexts?: outputs.AccessPackageAssignmentPolicyQuestionTextLocalizedText[];
|
|
183
183
|
}
|
|
184
184
|
export interface AccessPackageAssignmentPolicyQuestionTextLocalizedText {
|
|
185
185
|
/**
|
|
186
|
-
* The localized content of this question.
|
|
186
|
+
* The localized content of this question choice.
|
|
187
187
|
*/
|
|
188
188
|
content: string;
|
|
189
189
|
/**
|
|
190
|
-
* The ISO 639 language code for this question content.
|
|
190
|
+
* The ISO 639 language code for this question choice content.
|
|
191
191
|
*/
|
|
192
192
|
languageCode: string;
|
|
193
193
|
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var childProcess = require("child_process");
|
|
3
|
-
|
|
4
|
-
var args = process.argv.slice(2);
|
|
5
|
-
var res = childProcess.spawnSync("pulumi", ["plugin", "install"].concat(args), {
|
|
6
|
-
stdio: ["ignore", "inherit", "inherit"]
|
|
7
|
-
});
|
|
8
|
-
|
|
9
|
-
if (res.error && res.error.code === "ENOENT") {
|
|
10
|
-
console.error("\nThere was an error installing the resource provider plugin. " +
|
|
11
|
-
"It looks like `pulumi` is not installed on your system. " +
|
|
12
|
-
"Please visit https://pulumi.com/ to install the Pulumi CLI.\n" +
|
|
13
|
-
"You may try manually installing the plugin by running " +
|
|
14
|
-
"`pulumi plugin install " + args.join(" ") + "`");
|
|
15
|
-
} else if (res.error || res.status !== 0) {
|
|
16
|
-
console.error("\nThere was an error installing the resource provider plugin. " +
|
|
17
|
-
"You may try to manually installing the plugin by running " +
|
|
18
|
-
"`pulumi plugin install " + args.join(" ") + "`");
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
process.exit(0);
|