@pulumi/azure 5.21.0 → 5.22.0-alpha.1666280187
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/apimanagement/api.d.ts +36 -0
- package/apimanagement/api.js +6 -0
- package/apimanagement/api.js.map +1 -1
- package/appconfiguration/configurationStore.d.ts +42 -3
- package/appconfiguration/configurationStore.js +8 -0
- package/appconfiguration/configurationStore.js.map +1 -1
- package/appconfiguration/getConfigurationStore.d.ts +15 -0
- package/appconfiguration/getConfigurationStore.js.map +1 -1
- package/authorization/userAssignedIdentity.d.ts +28 -34
- package/authorization/userAssignedIdentity.js +10 -7
- package/authorization/userAssignedIdentity.js.map +1 -1
- package/automation/runBook.d.ts +27 -0
- package/automation/runBook.js +4 -0
- package/automation/runBook.js.map +1 -1
- package/cdn/{frontdoorCustomEndpoint.d.ts → frontdoorCustomDomain.d.ts} +20 -30
- package/cdn/{frontdoorCustomEndpoint.js → frontdoorCustomDomain.js} +18 -16
- package/cdn/frontdoorCustomDomain.js.map +1 -0
- package/cdn/frontdoorCustomDomainAssociation.d.ts +86 -0
- package/cdn/frontdoorCustomDomainAssociation.js +83 -0
- package/cdn/frontdoorCustomDomainAssociation.js.map +1 -0
- package/cdn/frontdoorRoute.d.ts +27 -3
- package/cdn/frontdoorRoute.js +4 -0
- package/cdn/frontdoorRoute.js.map +1 -1
- package/cdn/frontdoorRouteDisableLinkToDefaultDomain.d.ts +21 -7
- package/cdn/frontdoorRouteDisableLinkToDefaultDomain.js +3 -1
- package/cdn/frontdoorRouteDisableLinkToDefaultDomain.js.map +1 -1
- package/cdn/frontdoorRule.d.ts +1 -1
- package/cdn/frontdoorRule.js +1 -1
- package/cdn/index.d.ts +6 -3
- package/cdn/index.js +11 -6
- package/cdn/index.js.map +1 -1
- package/compute/snapshot.d.ts +9 -0
- package/compute/snapshot.js.map +1 -1
- package/containerservice/kubernetesCluster.d.ts +12 -0
- package/containerservice/kubernetesCluster.js +2 -0
- package/containerservice/kubernetesCluster.js.map +1 -1
- package/containerservice/kubernetesClusterNodePool.d.ts +12 -0
- package/containerservice/kubernetesClusterNodePool.js +2 -0
- package/containerservice/kubernetesClusterNodePool.js.map +1 -1
- package/containerservice/registry.d.ts +1 -1
- package/containerservice/registry.js +1 -1
- package/cosmosdb/getSqlDatabase.d.ts +71 -0
- package/cosmosdb/getSqlDatabase.js +40 -0
- package/cosmosdb/getSqlDatabase.js.map +1 -0
- package/cosmosdb/getSqlRoleDefinition.d.ts +79 -0
- package/cosmosdb/getSqlRoleDefinition.js +40 -0
- package/cosmosdb/getSqlRoleDefinition.js.map +1 -0
- package/cosmosdb/index.d.ts +6 -0
- package/cosmosdb/index.js +7 -1
- package/cosmosdb/index.js.map +1 -1
- package/hsm/module.d.ts +20 -4
- package/hsm/module.js +7 -1
- package/hsm/module.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/iotcentral/application.d.ts +6 -6
- package/iotcentral/applicationNetworkRuleSet.d.ts +129 -0
- package/iotcentral/applicationNetworkRuleSet.js +101 -0
- package/iotcentral/applicationNetworkRuleSet.js.map +1 -0
- package/iotcentral/index.d.ts +3 -0
- package/iotcentral/index.js +6 -1
- package/iotcentral/index.js.map +1 -1
- package/keyvault/key.d.ts +3 -3
- package/loadtest/loadTest.d.ts +42 -25
- package/loadtest/loadTest.js +12 -17
- package/loadtest/loadTest.js.map +1 -1
- package/msi/userAssignedIdentity.d.ts +28 -34
- package/msi/userAssignedIdentity.js +10 -7
- package/msi/userAssignedIdentity.js.map +1 -1
- package/mssql/database.d.ts +15 -3
- package/mssql/database.js +2 -0
- package/mssql/database.js.map +1 -1
- package/network/firewall.d.ts +3 -3
- package/network/firewallPolicy.d.ts +3 -3
- package/nginx/deployment.d.ts +239 -0
- package/nginx/deployment.js +116 -0
- package/nginx/deployment.js.map +1 -0
- package/nginx/index.d.ts +3 -0
- package/nginx/index.js +22 -0
- package/nginx/index.js.map +1 -0
- package/orbital/contactProfile.d.ts +220 -0
- package/orbital/contactProfile.js +147 -0
- package/orbital/contactProfile.js.map +1 -0
- package/orbital/index.d.ts +3 -0
- package/orbital/index.js +6 -1
- package/orbital/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/sentinel/dataConnectorOfficeAtp.d.ts +109 -0
- package/sentinel/dataConnectorOfficeAtp.js +93 -0
- package/sentinel/dataConnectorOfficeAtp.js.map +1 -0
- package/sentinel/index.d.ts +3 -0
- package/sentinel/index.js +6 -1
- package/sentinel/index.js.map +1 -1
- package/servicebus/namespaceNetworkRuleSet.d.ts +1 -1
- package/servicebus/namespaceNetworkRuleSet.js +1 -1
- package/streamanalytics/outputServiceBusQueue.d.ts +12 -0
- package/streamanalytics/outputServiceBusQueue.js +2 -0
- package/streamanalytics/outputServiceBusQueue.js.map +1 -1
- package/types/input.d.ts +645 -12
- package/types/output.d.ts +728 -12
- package/cdn/frontdoorCustomEndpoint.js.map +0 -1
package/apimanagement/api.d.ts
CHANGED
|
@@ -64,6 +64,10 @@ export declare class Api extends pulumi.CustomResource {
|
|
|
64
64
|
* Type of API. Possible values are `graphql`, `http`, `soap`, and `websocket`. Defaults to `http`.
|
|
65
65
|
*/
|
|
66
66
|
readonly apiType: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* A `contact` block as documented below.
|
|
69
|
+
*/
|
|
70
|
+
readonly contact: pulumi.Output<outputs.apimanagement.ApiContact | undefined>;
|
|
67
71
|
/**
|
|
68
72
|
* A description of the API Management API, which may include HTML formatting tags.
|
|
69
73
|
*/
|
|
@@ -84,6 +88,10 @@ export declare class Api extends pulumi.CustomResource {
|
|
|
84
88
|
* Is this API Revision online/accessible via the Gateway?
|
|
85
89
|
*/
|
|
86
90
|
readonly isOnline: pulumi.Output<boolean>;
|
|
91
|
+
/**
|
|
92
|
+
* A `license` block as documented below.
|
|
93
|
+
*/
|
|
94
|
+
readonly license: pulumi.Output<outputs.apimanagement.ApiLicense | undefined>;
|
|
87
95
|
/**
|
|
88
96
|
* The name of the API Management API. Changing this forces a new resource to be created.
|
|
89
97
|
*/
|
|
@@ -138,6 +146,10 @@ export declare class Api extends pulumi.CustomResource {
|
|
|
138
146
|
* Should this API require a subscription key?
|
|
139
147
|
*/
|
|
140
148
|
readonly subscriptionRequired: pulumi.Output<boolean | undefined>;
|
|
149
|
+
/**
|
|
150
|
+
* Absolute URL of the Terms of Service for the API.
|
|
151
|
+
*/
|
|
152
|
+
readonly termsOfServiceUrl: pulumi.Output<string | undefined>;
|
|
141
153
|
/**
|
|
142
154
|
* The Version number of this API, if this API is versioned.
|
|
143
155
|
*/
|
|
@@ -171,6 +183,10 @@ export interface ApiState {
|
|
|
171
183
|
* Type of API. Possible values are `graphql`, `http`, `soap`, and `websocket`. Defaults to `http`.
|
|
172
184
|
*/
|
|
173
185
|
apiType?: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* A `contact` block as documented below.
|
|
188
|
+
*/
|
|
189
|
+
contact?: pulumi.Input<inputs.apimanagement.ApiContact>;
|
|
174
190
|
/**
|
|
175
191
|
* A description of the API Management API, which may include HTML formatting tags.
|
|
176
192
|
*/
|
|
@@ -191,6 +207,10 @@ export interface ApiState {
|
|
|
191
207
|
* Is this API Revision online/accessible via the Gateway?
|
|
192
208
|
*/
|
|
193
209
|
isOnline?: pulumi.Input<boolean>;
|
|
210
|
+
/**
|
|
211
|
+
* A `license` block as documented below.
|
|
212
|
+
*/
|
|
213
|
+
license?: pulumi.Input<inputs.apimanagement.ApiLicense>;
|
|
194
214
|
/**
|
|
195
215
|
* The name of the API Management API. Changing this forces a new resource to be created.
|
|
196
216
|
*/
|
|
@@ -245,6 +265,10 @@ export interface ApiState {
|
|
|
245
265
|
* Should this API require a subscription key?
|
|
246
266
|
*/
|
|
247
267
|
subscriptionRequired?: pulumi.Input<boolean>;
|
|
268
|
+
/**
|
|
269
|
+
* Absolute URL of the Terms of Service for the API.
|
|
270
|
+
*/
|
|
271
|
+
termsOfServiceUrl?: pulumi.Input<string>;
|
|
248
272
|
/**
|
|
249
273
|
* The Version number of this API, if this API is versioned.
|
|
250
274
|
*/
|
|
@@ -270,6 +294,10 @@ export interface ApiArgs {
|
|
|
270
294
|
* Type of API. Possible values are `graphql`, `http`, `soap`, and `websocket`. Defaults to `http`.
|
|
271
295
|
*/
|
|
272
296
|
apiType?: pulumi.Input<string>;
|
|
297
|
+
/**
|
|
298
|
+
* A `contact` block as documented below.
|
|
299
|
+
*/
|
|
300
|
+
contact?: pulumi.Input<inputs.apimanagement.ApiContact>;
|
|
273
301
|
/**
|
|
274
302
|
* A description of the API Management API, which may include HTML formatting tags.
|
|
275
303
|
*/
|
|
@@ -282,6 +310,10 @@ export interface ApiArgs {
|
|
|
282
310
|
* A `import` block as documented below.
|
|
283
311
|
*/
|
|
284
312
|
import?: pulumi.Input<inputs.apimanagement.ApiImport>;
|
|
313
|
+
/**
|
|
314
|
+
* A `license` block as documented below.
|
|
315
|
+
*/
|
|
316
|
+
license?: pulumi.Input<inputs.apimanagement.ApiLicense>;
|
|
285
317
|
/**
|
|
286
318
|
* The name of the API Management API. Changing this forces a new resource to be created.
|
|
287
319
|
*/
|
|
@@ -336,6 +368,10 @@ export interface ApiArgs {
|
|
|
336
368
|
* Should this API require a subscription key?
|
|
337
369
|
*/
|
|
338
370
|
subscriptionRequired?: pulumi.Input<boolean>;
|
|
371
|
+
/**
|
|
372
|
+
* Absolute URL of the Terms of Service for the API.
|
|
373
|
+
*/
|
|
374
|
+
termsOfServiceUrl?: pulumi.Input<string>;
|
|
339
375
|
/**
|
|
340
376
|
* The Version number of this API, if this API is versioned.
|
|
341
377
|
*/
|
package/apimanagement/api.js
CHANGED
|
@@ -52,11 +52,13 @@ class Api extends pulumi.CustomResource {
|
|
|
52
52
|
const state = argsOrState;
|
|
53
53
|
resourceInputs["apiManagementName"] = state ? state.apiManagementName : undefined;
|
|
54
54
|
resourceInputs["apiType"] = state ? state.apiType : undefined;
|
|
55
|
+
resourceInputs["contact"] = state ? state.contact : undefined;
|
|
55
56
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
56
57
|
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
57
58
|
resourceInputs["import"] = state ? state.import : undefined;
|
|
58
59
|
resourceInputs["isCurrent"] = state ? state.isCurrent : undefined;
|
|
59
60
|
resourceInputs["isOnline"] = state ? state.isOnline : undefined;
|
|
61
|
+
resourceInputs["license"] = state ? state.license : undefined;
|
|
60
62
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
61
63
|
resourceInputs["oauth2Authorization"] = state ? state.oauth2Authorization : undefined;
|
|
62
64
|
resourceInputs["openidAuthentication"] = state ? state.openidAuthentication : undefined;
|
|
@@ -70,6 +72,7 @@ class Api extends pulumi.CustomResource {
|
|
|
70
72
|
resourceInputs["sourceApiId"] = state ? state.sourceApiId : undefined;
|
|
71
73
|
resourceInputs["subscriptionKeyParameterNames"] = state ? state.subscriptionKeyParameterNames : undefined;
|
|
72
74
|
resourceInputs["subscriptionRequired"] = state ? state.subscriptionRequired : undefined;
|
|
75
|
+
resourceInputs["termsOfServiceUrl"] = state ? state.termsOfServiceUrl : undefined;
|
|
73
76
|
resourceInputs["version"] = state ? state.version : undefined;
|
|
74
77
|
resourceInputs["versionDescription"] = state ? state.versionDescription : undefined;
|
|
75
78
|
resourceInputs["versionSetId"] = state ? state.versionSetId : undefined;
|
|
@@ -87,9 +90,11 @@ class Api extends pulumi.CustomResource {
|
|
|
87
90
|
}
|
|
88
91
|
resourceInputs["apiManagementName"] = args ? args.apiManagementName : undefined;
|
|
89
92
|
resourceInputs["apiType"] = args ? args.apiType : undefined;
|
|
93
|
+
resourceInputs["contact"] = args ? args.contact : undefined;
|
|
90
94
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
91
95
|
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
92
96
|
resourceInputs["import"] = args ? args.import : undefined;
|
|
97
|
+
resourceInputs["license"] = args ? args.license : undefined;
|
|
93
98
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
94
99
|
resourceInputs["oauth2Authorization"] = args ? args.oauth2Authorization : undefined;
|
|
95
100
|
resourceInputs["openidAuthentication"] = args ? args.openidAuthentication : undefined;
|
|
@@ -103,6 +108,7 @@ class Api extends pulumi.CustomResource {
|
|
|
103
108
|
resourceInputs["sourceApiId"] = args ? args.sourceApiId : undefined;
|
|
104
109
|
resourceInputs["subscriptionKeyParameterNames"] = args ? args.subscriptionKeyParameterNames : undefined;
|
|
105
110
|
resourceInputs["subscriptionRequired"] = args ? args.subscriptionRequired : undefined;
|
|
111
|
+
resourceInputs["termsOfServiceUrl"] = args ? args.termsOfServiceUrl : undefined;
|
|
106
112
|
resourceInputs["version"] = args ? args.version : undefined;
|
|
107
113
|
resourceInputs["versionDescription"] = args ? args.versionDescription : undefined;
|
|
108
114
|
resourceInputs["versionSetId"] = args ? args.versionSetId : undefined;
|
package/apimanagement/api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../apimanagement/api.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../apimanagement/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -41,6 +41,7 @@ export declare class ConfigurationStore extends pulumi.CustomResource {
|
|
|
41
41
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
42
|
*/
|
|
43
43
|
static isInstance(obj: any): obj is ConfigurationStore;
|
|
44
|
+
readonly encryption: pulumi.Output<outputs.appconfiguration.ConfigurationStoreEncryption | undefined>;
|
|
44
45
|
/**
|
|
45
46
|
* The URL of the App Configuration.
|
|
46
47
|
*/
|
|
@@ -49,6 +50,10 @@ export declare class ConfigurationStore extends pulumi.CustomResource {
|
|
|
49
50
|
* An `identity` block as defined below.
|
|
50
51
|
*/
|
|
51
52
|
readonly identity: pulumi.Output<outputs.appconfiguration.ConfigurationStoreIdentity | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* Whether local authentication methods is enabled. Defaults to `true`.
|
|
55
|
+
*/
|
|
56
|
+
readonly localAuthEnabled: pulumi.Output<boolean | undefined>;
|
|
52
57
|
/**
|
|
53
58
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
54
59
|
*/
|
|
@@ -66,9 +71,13 @@ export declare class ConfigurationStore extends pulumi.CustomResource {
|
|
|
66
71
|
*/
|
|
67
72
|
readonly primaryWriteKeys: pulumi.Output<outputs.appconfiguration.ConfigurationStorePrimaryWriteKey[]>;
|
|
68
73
|
/**
|
|
69
|
-
* The Public Network Access setting of
|
|
74
|
+
* The Public Network Access setting of the App Configuration. Possible values are `Enabled` and `Disabled`.
|
|
70
75
|
*/
|
|
71
76
|
readonly publicNetworkAccess: pulumi.Output<string | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* Whether Purge Protection is enabled. This field only works for `standard` sku. Defaults to `false`.
|
|
79
|
+
*/
|
|
80
|
+
readonly purgeProtectionEnabled: pulumi.Output<boolean | undefined>;
|
|
72
81
|
/**
|
|
73
82
|
* The name of the resource group in which to create the App Configuration. Changing this forces a new resource to be created.
|
|
74
83
|
*/
|
|
@@ -85,6 +94,10 @@ export declare class ConfigurationStore extends pulumi.CustomResource {
|
|
|
85
94
|
* The SKU name of the App Configuration. Possible values are `free` and `standard`.
|
|
86
95
|
*/
|
|
87
96
|
readonly sku: pulumi.Output<string | undefined>;
|
|
97
|
+
/**
|
|
98
|
+
* The number of days that items should be retained for once soft-deleted. This field only works for `standard` sku. This value can be between `1` and `7` days. Defaults to `7`. Changing this forces a new resource to be created.
|
|
99
|
+
*/
|
|
100
|
+
readonly softDeleteRetentionDays: pulumi.Output<number | undefined>;
|
|
88
101
|
/**
|
|
89
102
|
* A mapping of tags to assign to the resource.
|
|
90
103
|
*/
|
|
@@ -104,6 +117,7 @@ export declare class ConfigurationStore extends pulumi.CustomResource {
|
|
|
104
117
|
* Input properties used for looking up and filtering ConfigurationStore resources.
|
|
105
118
|
*/
|
|
106
119
|
export interface ConfigurationStoreState {
|
|
120
|
+
encryption?: pulumi.Input<inputs.appconfiguration.ConfigurationStoreEncryption>;
|
|
107
121
|
/**
|
|
108
122
|
* The URL of the App Configuration.
|
|
109
123
|
*/
|
|
@@ -112,6 +126,10 @@ export interface ConfigurationStoreState {
|
|
|
112
126
|
* An `identity` block as defined below.
|
|
113
127
|
*/
|
|
114
128
|
identity?: pulumi.Input<inputs.appconfiguration.ConfigurationStoreIdentity>;
|
|
129
|
+
/**
|
|
130
|
+
* Whether local authentication methods is enabled. Defaults to `true`.
|
|
131
|
+
*/
|
|
132
|
+
localAuthEnabled?: pulumi.Input<boolean>;
|
|
115
133
|
/**
|
|
116
134
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
117
135
|
*/
|
|
@@ -129,9 +147,13 @@ export interface ConfigurationStoreState {
|
|
|
129
147
|
*/
|
|
130
148
|
primaryWriteKeys?: pulumi.Input<pulumi.Input<inputs.appconfiguration.ConfigurationStorePrimaryWriteKey>[]>;
|
|
131
149
|
/**
|
|
132
|
-
* The Public Network Access setting of
|
|
150
|
+
* The Public Network Access setting of the App Configuration. Possible values are `Enabled` and `Disabled`.
|
|
133
151
|
*/
|
|
134
152
|
publicNetworkAccess?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* Whether Purge Protection is enabled. This field only works for `standard` sku. Defaults to `false`.
|
|
155
|
+
*/
|
|
156
|
+
purgeProtectionEnabled?: pulumi.Input<boolean>;
|
|
135
157
|
/**
|
|
136
158
|
* The name of the resource group in which to create the App Configuration. Changing this forces a new resource to be created.
|
|
137
159
|
*/
|
|
@@ -148,6 +170,10 @@ export interface ConfigurationStoreState {
|
|
|
148
170
|
* The SKU name of the App Configuration. Possible values are `free` and `standard`.
|
|
149
171
|
*/
|
|
150
172
|
sku?: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* The number of days that items should be retained for once soft-deleted. This field only works for `standard` sku. This value can be between `1` and `7` days. Defaults to `7`. Changing this forces a new resource to be created.
|
|
175
|
+
*/
|
|
176
|
+
softDeleteRetentionDays?: pulumi.Input<number>;
|
|
151
177
|
/**
|
|
152
178
|
* A mapping of tags to assign to the resource.
|
|
153
179
|
*/
|
|
@@ -159,10 +185,15 @@ export interface ConfigurationStoreState {
|
|
|
159
185
|
* The set of arguments for constructing a ConfigurationStore resource.
|
|
160
186
|
*/
|
|
161
187
|
export interface ConfigurationStoreArgs {
|
|
188
|
+
encryption?: pulumi.Input<inputs.appconfiguration.ConfigurationStoreEncryption>;
|
|
162
189
|
/**
|
|
163
190
|
* An `identity` block as defined below.
|
|
164
191
|
*/
|
|
165
192
|
identity?: pulumi.Input<inputs.appconfiguration.ConfigurationStoreIdentity>;
|
|
193
|
+
/**
|
|
194
|
+
* Whether local authentication methods is enabled. Defaults to `true`.
|
|
195
|
+
*/
|
|
196
|
+
localAuthEnabled?: pulumi.Input<boolean>;
|
|
166
197
|
/**
|
|
167
198
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
168
199
|
*/
|
|
@@ -172,9 +203,13 @@ export interface ConfigurationStoreArgs {
|
|
|
172
203
|
*/
|
|
173
204
|
name?: pulumi.Input<string>;
|
|
174
205
|
/**
|
|
175
|
-
* The Public Network Access setting of
|
|
206
|
+
* The Public Network Access setting of the App Configuration. Possible values are `Enabled` and `Disabled`.
|
|
176
207
|
*/
|
|
177
208
|
publicNetworkAccess?: pulumi.Input<string>;
|
|
209
|
+
/**
|
|
210
|
+
* Whether Purge Protection is enabled. This field only works for `standard` sku. Defaults to `false`.
|
|
211
|
+
*/
|
|
212
|
+
purgeProtectionEnabled?: pulumi.Input<boolean>;
|
|
178
213
|
/**
|
|
179
214
|
* The name of the resource group in which to create the App Configuration. Changing this forces a new resource to be created.
|
|
180
215
|
*/
|
|
@@ -183,6 +218,10 @@ export interface ConfigurationStoreArgs {
|
|
|
183
218
|
* The SKU name of the App Configuration. Possible values are `free` and `standard`.
|
|
184
219
|
*/
|
|
185
220
|
sku?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* The number of days that items should be retained for once soft-deleted. This field only works for `standard` sku. This value can be between `1` and `7` days. Defaults to `7`. Changing this forces a new resource to be created.
|
|
223
|
+
*/
|
|
224
|
+
softDeleteRetentionDays?: pulumi.Input<number>;
|
|
186
225
|
/**
|
|
187
226
|
* A mapping of tags to assign to the resource.
|
|
188
227
|
*/
|
|
@@ -35,17 +35,21 @@ class ConfigurationStore extends pulumi.CustomResource {
|
|
|
35
35
|
opts = opts || {};
|
|
36
36
|
if (opts.id) {
|
|
37
37
|
const state = argsOrState;
|
|
38
|
+
resourceInputs["encryption"] = state ? state.encryption : undefined;
|
|
38
39
|
resourceInputs["endpoint"] = state ? state.endpoint : undefined;
|
|
39
40
|
resourceInputs["identity"] = state ? state.identity : undefined;
|
|
41
|
+
resourceInputs["localAuthEnabled"] = state ? state.localAuthEnabled : undefined;
|
|
40
42
|
resourceInputs["location"] = state ? state.location : undefined;
|
|
41
43
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
42
44
|
resourceInputs["primaryReadKeys"] = state ? state.primaryReadKeys : undefined;
|
|
43
45
|
resourceInputs["primaryWriteKeys"] = state ? state.primaryWriteKeys : undefined;
|
|
44
46
|
resourceInputs["publicNetworkAccess"] = state ? state.publicNetworkAccess : undefined;
|
|
47
|
+
resourceInputs["purgeProtectionEnabled"] = state ? state.purgeProtectionEnabled : undefined;
|
|
45
48
|
resourceInputs["resourceGroupName"] = state ? state.resourceGroupName : undefined;
|
|
46
49
|
resourceInputs["secondaryReadKeys"] = state ? state.secondaryReadKeys : undefined;
|
|
47
50
|
resourceInputs["secondaryWriteKeys"] = state ? state.secondaryWriteKeys : undefined;
|
|
48
51
|
resourceInputs["sku"] = state ? state.sku : undefined;
|
|
52
|
+
resourceInputs["softDeleteRetentionDays"] = state ? state.softDeleteRetentionDays : undefined;
|
|
49
53
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
50
54
|
}
|
|
51
55
|
else {
|
|
@@ -53,12 +57,16 @@ class ConfigurationStore extends pulumi.CustomResource {
|
|
|
53
57
|
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
54
58
|
throw new Error("Missing required property 'resourceGroupName'");
|
|
55
59
|
}
|
|
60
|
+
resourceInputs["encryption"] = args ? args.encryption : undefined;
|
|
56
61
|
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
62
|
+
resourceInputs["localAuthEnabled"] = args ? args.localAuthEnabled : undefined;
|
|
57
63
|
resourceInputs["location"] = args ? args.location : undefined;
|
|
58
64
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
59
65
|
resourceInputs["publicNetworkAccess"] = args ? args.publicNetworkAccess : undefined;
|
|
66
|
+
resourceInputs["purgeProtectionEnabled"] = args ? args.purgeProtectionEnabled : undefined;
|
|
60
67
|
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
61
68
|
resourceInputs["sku"] = args ? args.sku : undefined;
|
|
69
|
+
resourceInputs["softDeleteRetentionDays"] = args ? args.softDeleteRetentionDays : undefined;
|
|
62
70
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
63
71
|
resourceInputs["endpoint"] = undefined /*out*/;
|
|
64
72
|
resourceInputs["primaryReadKeys"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurationStore.js","sourceRoot":"","sources":["../../appconfiguration/configurationStore.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"configurationStore.js","sourceRoot":"","sources":["../../appconfiguration/configurationStore.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,6 +34,7 @@ export interface GetConfigurationStoreArgs {
|
|
|
34
34
|
* A collection of values returned by getConfigurationStore.
|
|
35
35
|
*/
|
|
36
36
|
export interface GetConfigurationStoreResult {
|
|
37
|
+
readonly encryptions: outputs.appconfiguration.GetConfigurationStoreEncryption[];
|
|
37
38
|
/**
|
|
38
39
|
* The Endpoint used to access this App Configuration.
|
|
39
40
|
*/
|
|
@@ -42,6 +43,11 @@ export interface GetConfigurationStoreResult {
|
|
|
42
43
|
* The provider-assigned unique ID for this managed resource.
|
|
43
44
|
*/
|
|
44
45
|
readonly id: string;
|
|
46
|
+
readonly identities: outputs.appconfiguration.GetConfigurationStoreIdentity[];
|
|
47
|
+
/**
|
|
48
|
+
* Whether local authentication methods is enabled.
|
|
49
|
+
*/
|
|
50
|
+
readonly localAuthEnabled: boolean;
|
|
45
51
|
/**
|
|
46
52
|
* The Azure Region where the App Configuration exists.
|
|
47
53
|
*/
|
|
@@ -59,6 +65,11 @@ export interface GetConfigurationStoreResult {
|
|
|
59
65
|
* The Public Network Access setting of this App Configuration.
|
|
60
66
|
*/
|
|
61
67
|
readonly publicNetworkAccess: string;
|
|
68
|
+
readonly publicNetworkAccessEnabled: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Whether Purge Protection is enabled.
|
|
71
|
+
*/
|
|
72
|
+
readonly purgeProtectionEnabled: boolean;
|
|
62
73
|
readonly resourceGroupName: string;
|
|
63
74
|
/**
|
|
64
75
|
* A `secondaryReadKey` block as defined below containing the secondary read access key.
|
|
@@ -72,6 +83,10 @@ export interface GetConfigurationStoreResult {
|
|
|
72
83
|
* The name of the SKU used for this App Configuration.
|
|
73
84
|
*/
|
|
74
85
|
readonly sku: string;
|
|
86
|
+
/**
|
|
87
|
+
* The number of days that items should be retained for once soft-deleted.
|
|
88
|
+
*/
|
|
89
|
+
readonly softDeleteRetentionDays: number;
|
|
75
90
|
/**
|
|
76
91
|
* A mapping of tags assigned to the App Configuration.
|
|
77
92
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConfigurationStore.js","sourceRoot":"","sources":["../../appconfiguration/getConfigurationStore.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sDAUC;
|
|
1
|
+
{"version":3,"file":"getConfigurationStore.js","sourceRoot":"","sources":["../../appconfiguration/getConfigurationStore.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sDAUC;AA+ED,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* <!-- Note: This documentation is generated. Any manual changes will be overwritten -->
|
|
4
|
+
*
|
|
5
|
+
* Manages a User Assigned Identity.
|
|
4
6
|
*
|
|
5
7
|
* ## Example Usage
|
|
6
8
|
*
|
|
@@ -8,20 +10,21 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
11
|
* import * as azure from "@pulumi/azure";
|
|
10
12
|
*
|
|
11
|
-
* const
|
|
12
|
-
*
|
|
13
|
-
* resourceGroupName:
|
|
14
|
-
* location: exampleResourceGroup.location,
|
|
13
|
+
* const example = new azure.authorization.UserAssignedIdentity("example", {
|
|
14
|
+
* location: azurerm_resource_group.example.location,
|
|
15
|
+
* resourceGroupName: azurerm_resource_group.example.name,
|
|
15
16
|
* });
|
|
16
17
|
* ```
|
|
17
18
|
*
|
|
18
19
|
* ## Import
|
|
19
20
|
*
|
|
20
|
-
* User Assigned
|
|
21
|
+
* An existing User Assigned Identity can be imported into Terraform using the `resource id`, e.g.
|
|
21
22
|
*
|
|
22
23
|
* ```sh
|
|
23
|
-
* $ pulumi import azure:authorization/userAssignedIdentity:UserAssignedIdentity
|
|
24
|
+
* $ pulumi import azure:authorization/userAssignedIdentity:UserAssignedIdentity example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}
|
|
24
25
|
* ```
|
|
26
|
+
*
|
|
27
|
+
* * Where `{subscriptionId}` is the ID of the Azure Subscription where the User Assigned Identity exists. For example `12345678-1234-9876-4563-123456789012`. * Where `{resourceGroupName}` is the name of Resource Group where this User Assigned Identity exists. For example `example-resource-group`. * Where `{resourceName}` is the name of the Resource. For example `resourceValue`.
|
|
25
28
|
*/
|
|
26
29
|
export declare class UserAssignedIdentity extends pulumi.CustomResource {
|
|
27
30
|
/**
|
|
@@ -40,36 +43,33 @@ export declare class UserAssignedIdentity extends pulumi.CustomResource {
|
|
|
40
43
|
*/
|
|
41
44
|
static isInstance(obj: any): obj is UserAssignedIdentity;
|
|
42
45
|
/**
|
|
43
|
-
*
|
|
46
|
+
* The ID of the app associated with the Identity.
|
|
44
47
|
*/
|
|
45
48
|
readonly clientId: pulumi.Output<string>;
|
|
46
49
|
/**
|
|
47
|
-
* The
|
|
48
|
-
* created.
|
|
50
|
+
* The Azure Region where the User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
|
|
49
51
|
*/
|
|
50
52
|
readonly location: pulumi.Output<string>;
|
|
51
53
|
/**
|
|
52
|
-
*
|
|
53
|
-
* new identity to be created.
|
|
54
|
+
* Specifies the name of this User Assigned Identity. Changing this forces a new User Assigned Identity to be created.
|
|
54
55
|
*/
|
|
55
56
|
readonly name: pulumi.Output<string>;
|
|
56
57
|
/**
|
|
57
|
-
* Service Principal
|
|
58
|
+
* The ID of the Service Principal object associated with the created Identity.
|
|
58
59
|
*/
|
|
59
60
|
readonly principalId: pulumi.Output<string>;
|
|
60
61
|
/**
|
|
61
|
-
*
|
|
62
|
-
* create the user assigned identity.
|
|
62
|
+
* Specifies the name of the Resource Group within which this User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
|
|
63
63
|
*/
|
|
64
64
|
readonly resourceGroupName: pulumi.Output<string>;
|
|
65
65
|
/**
|
|
66
|
-
* A mapping of tags
|
|
66
|
+
* A mapping of tags which should be assigned to the User Assigned Identity.
|
|
67
67
|
*/
|
|
68
68
|
readonly tags: pulumi.Output<{
|
|
69
69
|
[key: string]: string;
|
|
70
70
|
} | undefined>;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* The ID of the Tenant which the Identity belongs to.
|
|
73
73
|
*/
|
|
74
74
|
readonly tenantId: pulumi.Output<string>;
|
|
75
75
|
/**
|
|
@@ -86,36 +86,33 @@ export declare class UserAssignedIdentity extends pulumi.CustomResource {
|
|
|
86
86
|
*/
|
|
87
87
|
export interface UserAssignedIdentityState {
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* The ID of the app associated with the Identity.
|
|
90
90
|
*/
|
|
91
91
|
clientId?: pulumi.Input<string>;
|
|
92
92
|
/**
|
|
93
|
-
* The
|
|
94
|
-
* created.
|
|
93
|
+
* The Azure Region where the User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
|
|
95
94
|
*/
|
|
96
95
|
location?: pulumi.Input<string>;
|
|
97
96
|
/**
|
|
98
|
-
*
|
|
99
|
-
* new identity to be created.
|
|
97
|
+
* Specifies the name of this User Assigned Identity. Changing this forces a new User Assigned Identity to be created.
|
|
100
98
|
*/
|
|
101
99
|
name?: pulumi.Input<string>;
|
|
102
100
|
/**
|
|
103
|
-
* Service Principal
|
|
101
|
+
* The ID of the Service Principal object associated with the created Identity.
|
|
104
102
|
*/
|
|
105
103
|
principalId?: pulumi.Input<string>;
|
|
106
104
|
/**
|
|
107
|
-
*
|
|
108
|
-
* create the user assigned identity.
|
|
105
|
+
* Specifies the name of the Resource Group within which this User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
|
|
109
106
|
*/
|
|
110
107
|
resourceGroupName?: pulumi.Input<string>;
|
|
111
108
|
/**
|
|
112
|
-
* A mapping of tags
|
|
109
|
+
* A mapping of tags which should be assigned to the User Assigned Identity.
|
|
113
110
|
*/
|
|
114
111
|
tags?: pulumi.Input<{
|
|
115
112
|
[key: string]: pulumi.Input<string>;
|
|
116
113
|
}>;
|
|
117
114
|
/**
|
|
118
|
-
*
|
|
115
|
+
* The ID of the Tenant which the Identity belongs to.
|
|
119
116
|
*/
|
|
120
117
|
tenantId?: pulumi.Input<string>;
|
|
121
118
|
}
|
|
@@ -124,22 +121,19 @@ export interface UserAssignedIdentityState {
|
|
|
124
121
|
*/
|
|
125
122
|
export interface UserAssignedIdentityArgs {
|
|
126
123
|
/**
|
|
127
|
-
* The
|
|
128
|
-
* created.
|
|
124
|
+
* The Azure Region where the User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
|
|
129
125
|
*/
|
|
130
126
|
location?: pulumi.Input<string>;
|
|
131
127
|
/**
|
|
132
|
-
*
|
|
133
|
-
* new identity to be created.
|
|
128
|
+
* Specifies the name of this User Assigned Identity. Changing this forces a new User Assigned Identity to be created.
|
|
134
129
|
*/
|
|
135
130
|
name?: pulumi.Input<string>;
|
|
136
131
|
/**
|
|
137
|
-
*
|
|
138
|
-
* create the user assigned identity.
|
|
132
|
+
* Specifies the name of the Resource Group within which this User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
|
|
139
133
|
*/
|
|
140
134
|
resourceGroupName: pulumi.Input<string>;
|
|
141
135
|
/**
|
|
142
|
-
* A mapping of tags
|
|
136
|
+
* A mapping of tags which should be assigned to the User Assigned Identity.
|
|
143
137
|
*/
|
|
144
138
|
tags?: pulumi.Input<{
|
|
145
139
|
[key: string]: pulumi.Input<string>;
|
|
@@ -6,7 +6,9 @@ exports.UserAssignedIdentity = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* <!-- Note: This documentation is generated. Any manual changes will be overwritten -->
|
|
10
|
+
*
|
|
11
|
+
* Manages a User Assigned Identity.
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
12
14
|
*
|
|
@@ -14,20 +16,21 @@ const utilities = require("../utilities");
|
|
|
14
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
17
|
* import * as azure from "@pulumi/azure";
|
|
16
18
|
*
|
|
17
|
-
* const
|
|
18
|
-
*
|
|
19
|
-
* resourceGroupName:
|
|
20
|
-
* location: exampleResourceGroup.location,
|
|
19
|
+
* const example = new azure.authorization.UserAssignedIdentity("example", {
|
|
20
|
+
* location: azurerm_resource_group.example.location,
|
|
21
|
+
* resourceGroupName: azurerm_resource_group.example.name,
|
|
21
22
|
* });
|
|
22
23
|
* ```
|
|
23
24
|
*
|
|
24
25
|
* ## Import
|
|
25
26
|
*
|
|
26
|
-
* User Assigned
|
|
27
|
+
* An existing User Assigned Identity can be imported into Terraform using the `resource id`, e.g.
|
|
27
28
|
*
|
|
28
29
|
* ```sh
|
|
29
|
-
* $ pulumi import azure:authorization/userAssignedIdentity:UserAssignedIdentity
|
|
30
|
+
* $ pulumi import azure:authorization/userAssignedIdentity:UserAssignedIdentity example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}
|
|
30
31
|
* ```
|
|
32
|
+
*
|
|
33
|
+
* * Where `{subscriptionId}` is the ID of the Azure Subscription where the User Assigned Identity exists. For example `12345678-1234-9876-4563-123456789012`. * Where `{resourceGroupName}` is the name of Resource Group where this User Assigned Identity exists. For example `example-resource-group`. * Where `{resourceName}` is the name of the Resource. For example `resourceValue`.
|
|
31
34
|
*/
|
|
32
35
|
class UserAssignedIdentity extends pulumi.CustomResource {
|
|
33
36
|
constructor(name, argsOrState, opts) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userAssignedIdentity.js","sourceRoot":"","sources":["../../authorization/userAssignedIdentity.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"userAssignedIdentity.js","sourceRoot":"","sources":["../../authorization/userAssignedIdentity.ts"],"names":[],"mappings":"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"}
|