@pulumi/azure 5.70.0-alpha.1710997894 → 5.70.0-alpha.1711520347
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 +3 -3
- package/attestation/provider.d.ts +3 -3
- package/automation/softwareUpdateConfiguration.d.ts +2 -2
- package/bot/channelWebChat.d.ts +3 -3
- package/bot/channelsRegistration.d.ts +3 -3
- package/cdn/frontdoorOrigin.d.ts +3 -3
- package/compute/linuxVirtualMachineScaleSet.d.ts +9 -9
- package/compute/windowsVirtualMachineScaleSet.d.ts +9 -9
- package/containerservice/kubernetesCluster.d.ts +6 -6
- package/core/resourceGroupPolicyRemediation.d.ts +3 -3
- package/core/resourcePolicyRemediation.d.ts +3 -3
- package/core/subscriptionPolicyRemediation.d.ts +3 -3
- package/databricks/workspaceCustomerManagedKey.d.ts +3 -3
- package/devtest/lab.d.ts +3 -3
- package/hdinsight/kafkaCluster.d.ts +3 -3
- package/machinelearning/workspace.d.ts +3 -3
- package/managedapplication/application.d.ts +3 -3
- package/management/groupPolicyRemediation.d.ts +6 -6
- package/monitoring/aadDiagnosticSetting.d.ts +3 -3
- package/monitoring/diagnosticSetting.d.ts +3 -3
- package/monitoring/getDiagnosticCategories.d.ts +1 -1
- package/network/subnet.d.ts +6 -6
- package/network/vnpGatewayNatRule.d.ts +6 -6
- package/package.json +1 -1
- package/sentinel/authomationRule.d.ts +3 -3
- package/sentinel/automationRule.d.ts +3 -3
- package/sentinel/logAnalyticsWorkspaceOnboarding.d.ts +6 -6
- package/servicebus/getNamespaceAuthorizationRule.d.ts +6 -6
- package/servicebus/getNamespaceDisasterRecoveryConfig.d.ts +6 -6
- package/servicebus/getQueue.d.ts +6 -6
- package/servicebus/getSubscription.d.ts +9 -9
- package/servicebus/getTopic.d.ts +6 -6
- package/signalr/service.d.ts +3 -3
- package/siterecovery/replicationRecoveryPlan.d.ts +3 -3
- package/types/input.d.ts +20 -20
- package/types/output.d.ts +20 -20
package/apimanagement/api.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ export declare class Api extends pulumi.CustomResource {
|
|
|
142
142
|
*
|
|
143
143
|
* > **NOTE:** This property has been deprecated in favour of the `apiType` property and will be removed in version 4.0 of the provider.
|
|
144
144
|
*
|
|
145
|
-
* @deprecated `
|
|
145
|
+
* @deprecated `soapPassThrough` will be removed in favour of the property `apiType` in version 4.0 of the AzureRM Provider
|
|
146
146
|
*/
|
|
147
147
|
readonly soapPassThrough: pulumi.Output<boolean>;
|
|
148
148
|
/**
|
|
@@ -267,7 +267,7 @@ export interface ApiState {
|
|
|
267
267
|
*
|
|
268
268
|
* > **NOTE:** This property has been deprecated in favour of the `apiType` property and will be removed in version 4.0 of the provider.
|
|
269
269
|
*
|
|
270
|
-
* @deprecated `
|
|
270
|
+
* @deprecated `soapPassThrough` will be removed in favour of the property `apiType` in version 4.0 of the AzureRM Provider
|
|
271
271
|
*/
|
|
272
272
|
soapPassThrough?: pulumi.Input<boolean>;
|
|
273
273
|
/**
|
|
@@ -376,7 +376,7 @@ export interface ApiArgs {
|
|
|
376
376
|
*
|
|
377
377
|
* > **NOTE:** This property has been deprecated in favour of the `apiType` property and will be removed in version 4.0 of the provider.
|
|
378
378
|
*
|
|
379
|
-
* @deprecated `
|
|
379
|
+
* @deprecated `soapPassThrough` will be removed in favour of the property `apiType` in version 4.0 of the AzureRM Provider
|
|
380
380
|
*/
|
|
381
381
|
soapPassThrough?: pulumi.Input<boolean>;
|
|
382
382
|
/**
|
|
@@ -68,7 +68,7 @@ export declare class Provider extends pulumi.CustomResource {
|
|
|
68
68
|
*/
|
|
69
69
|
readonly openEnclavePolicyBase64: pulumi.Output<string | undefined>;
|
|
70
70
|
/**
|
|
71
|
-
* @deprecated This field is no longer used and will be removed in v4.0 of the Azure Provider - use `
|
|
71
|
+
* @deprecated This field is no longer used and will be removed in v4.0 of the Azure Provider - use `openEnclavePolicyBase64`, `sgxEnclavePolicyBase64`, `tpmPolicyBase64` and `sevSnpPolicyBase64` instead.
|
|
72
72
|
*/
|
|
73
73
|
readonly policies: pulumi.Output<outputs.attestation.ProviderPolicy[] | undefined>;
|
|
74
74
|
/**
|
|
@@ -135,7 +135,7 @@ export interface ProviderState {
|
|
|
135
135
|
*/
|
|
136
136
|
openEnclavePolicyBase64?: pulumi.Input<string>;
|
|
137
137
|
/**
|
|
138
|
-
* @deprecated This field is no longer used and will be removed in v4.0 of the Azure Provider - use `
|
|
138
|
+
* @deprecated This field is no longer used and will be removed in v4.0 of the Azure Provider - use `openEnclavePolicyBase64`, `sgxEnclavePolicyBase64`, `tpmPolicyBase64` and `sevSnpPolicyBase64` instead.
|
|
139
139
|
*/
|
|
140
140
|
policies?: pulumi.Input<pulumi.Input<inputs.attestation.ProviderPolicy>[]>;
|
|
141
141
|
/**
|
|
@@ -190,7 +190,7 @@ export interface ProviderArgs {
|
|
|
190
190
|
*/
|
|
191
191
|
openEnclavePolicyBase64?: pulumi.Input<string>;
|
|
192
192
|
/**
|
|
193
|
-
* @deprecated This field is no longer used and will be removed in v4.0 of the Azure Provider - use `
|
|
193
|
+
* @deprecated This field is no longer used and will be removed in v4.0 of the Azure Provider - use `openEnclavePolicyBase64`, `sgxEnclavePolicyBase64`, `tpmPolicyBase64` and `sevSnpPolicyBase64` instead.
|
|
194
194
|
*/
|
|
195
195
|
policies?: pulumi.Input<pulumi.Input<inputs.attestation.ProviderPolicy>[]>;
|
|
196
196
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class SoftwareUpdateConfiguration extends pulumi.CustomResource {
|
|
|
97
97
|
/**
|
|
98
98
|
* The Error message indicating why the operation failed.
|
|
99
99
|
*
|
|
100
|
-
* @deprecated `
|
|
100
|
+
* @deprecated `errorMeesage` will be removed in favour of `errorMessage` in version 4.0 of the AzureRM Provider
|
|
101
101
|
*/
|
|
102
102
|
readonly errorMeesage: pulumi.Output<string>;
|
|
103
103
|
readonly errorMessage: pulumi.Output<string>;
|
|
@@ -171,7 +171,7 @@ export interface SoftwareUpdateConfigurationState {
|
|
|
171
171
|
/**
|
|
172
172
|
* The Error message indicating why the operation failed.
|
|
173
173
|
*
|
|
174
|
-
* @deprecated `
|
|
174
|
+
* @deprecated `errorMeesage` will be removed in favour of `errorMessage` in version 4.0 of the AzureRM Provider
|
|
175
175
|
*/
|
|
176
176
|
errorMeesage?: pulumi.Input<string>;
|
|
177
177
|
errorMessage?: pulumi.Input<string>;
|
package/bot/channelWebChat.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class ChannelWebChat extends pulumi.CustomResource {
|
|
|
75
75
|
*
|
|
76
76
|
* > **NOTE:** `siteNames` is deprecated and will be removed in favour of the property `site` in version 4.0 of the AzureRM Provider.
|
|
77
77
|
*
|
|
78
|
-
* @deprecated `
|
|
78
|
+
* @deprecated `siteNames` will be removed in favour of the property `site` in version 4.0 of the AzureRM Provider.
|
|
79
79
|
*/
|
|
80
80
|
readonly siteNames: pulumi.Output<string[]>;
|
|
81
81
|
/**
|
|
@@ -112,7 +112,7 @@ export interface ChannelWebChatState {
|
|
|
112
112
|
*
|
|
113
113
|
* > **NOTE:** `siteNames` is deprecated and will be removed in favour of the property `site` in version 4.0 of the AzureRM Provider.
|
|
114
114
|
*
|
|
115
|
-
* @deprecated `
|
|
115
|
+
* @deprecated `siteNames` will be removed in favour of the property `site` in version 4.0 of the AzureRM Provider.
|
|
116
116
|
*/
|
|
117
117
|
siteNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
118
118
|
/**
|
|
@@ -141,7 +141,7 @@ export interface ChannelWebChatArgs {
|
|
|
141
141
|
*
|
|
142
142
|
* > **NOTE:** `siteNames` is deprecated and will be removed in favour of the property `site` in version 4.0 of the AzureRM Provider.
|
|
143
143
|
*
|
|
144
|
-
* @deprecated `
|
|
144
|
+
* @deprecated `siteNames` will be removed in favour of the property `site` in version 4.0 of the AzureRM Provider.
|
|
145
145
|
*/
|
|
146
146
|
siteNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
147
147
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class ChannelsRegistration extends pulumi.CustomResource {
|
|
|
89
89
|
*
|
|
90
90
|
* > **NOTE:** `isolatedNetworkEnabled` is deprecated and will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
91
91
|
*
|
|
92
|
-
* @deprecated `
|
|
92
|
+
* @deprecated `isolatedNetworkEnabled` will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
93
93
|
*/
|
|
94
94
|
readonly isolatedNetworkEnabled: pulumi.Output<boolean>;
|
|
95
95
|
/**
|
|
@@ -180,7 +180,7 @@ export interface ChannelsRegistrationState {
|
|
|
180
180
|
*
|
|
181
181
|
* > **NOTE:** `isolatedNetworkEnabled` is deprecated and will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
182
182
|
*
|
|
183
|
-
* @deprecated `
|
|
183
|
+
* @deprecated `isolatedNetworkEnabled` will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
184
184
|
*/
|
|
185
185
|
isolatedNetworkEnabled?: pulumi.Input<boolean>;
|
|
186
186
|
/**
|
|
@@ -263,7 +263,7 @@ export interface ChannelsRegistrationArgs {
|
|
|
263
263
|
*
|
|
264
264
|
* > **NOTE:** `isolatedNetworkEnabled` is deprecated and will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
265
265
|
*
|
|
266
|
-
* @deprecated `
|
|
266
|
+
* @deprecated `isolatedNetworkEnabled` will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
267
267
|
*/
|
|
268
268
|
isolatedNetworkEnabled?: pulumi.Input<boolean>;
|
|
269
269
|
/**
|
package/cdn/frontdoorOrigin.d.ts
CHANGED
|
@@ -230,7 +230,7 @@ export declare class FrontdoorOrigin extends pulumi.CustomResource {
|
|
|
230
230
|
*/
|
|
231
231
|
readonly enabled: pulumi.Output<boolean>;
|
|
232
232
|
/**
|
|
233
|
-
* @deprecated `
|
|
233
|
+
* @deprecated `healthProbesEnabled` will be removed in favour of the `enabled` property in version 4.0 of the AzureRM Provider.
|
|
234
234
|
*/
|
|
235
235
|
readonly healthProbesEnabled: pulumi.Output<boolean>;
|
|
236
236
|
/**
|
|
@@ -299,7 +299,7 @@ export interface FrontdoorOriginState {
|
|
|
299
299
|
*/
|
|
300
300
|
enabled?: pulumi.Input<boolean>;
|
|
301
301
|
/**
|
|
302
|
-
* @deprecated `
|
|
302
|
+
* @deprecated `healthProbesEnabled` will be removed in favour of the `enabled` property in version 4.0 of the AzureRM Provider.
|
|
303
303
|
*/
|
|
304
304
|
healthProbesEnabled?: pulumi.Input<boolean>;
|
|
305
305
|
/**
|
|
@@ -360,7 +360,7 @@ export interface FrontdoorOriginArgs {
|
|
|
360
360
|
*/
|
|
361
361
|
enabled?: pulumi.Input<boolean>;
|
|
362
362
|
/**
|
|
363
|
-
* @deprecated `
|
|
363
|
+
* @deprecated `healthProbesEnabled` will be removed in favour of the `enabled` property in version 4.0 of the AzureRM Provider.
|
|
364
364
|
*/
|
|
365
365
|
healthProbesEnabled?: pulumi.Input<boolean>;
|
|
366
366
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class LinuxVirtualMachineScaleSet extends pulumi.CustomResource {
|
|
|
195
195
|
*/
|
|
196
196
|
readonly galleryApplication: pulumi.Output<outputs.compute.LinuxVirtualMachineScaleSetGalleryApplication[]>;
|
|
197
197
|
/**
|
|
198
|
-
* @deprecated `
|
|
198
|
+
* @deprecated `galleryApplications` has been renamed to `galleryApplication` and will be deprecated in 4.0
|
|
199
199
|
*/
|
|
200
200
|
readonly galleryApplications: pulumi.Output<outputs.compute.LinuxVirtualMachineScaleSetGalleryApplication[]>;
|
|
201
201
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class LinuxVirtualMachineScaleSet extends pulumi.CustomResource {
|
|
|
279
279
|
*/
|
|
280
280
|
readonly scaleIn: pulumi.Output<outputs.compute.LinuxVirtualMachineScaleSetScaleIn>;
|
|
281
281
|
/**
|
|
282
|
-
* @deprecated `
|
|
282
|
+
* @deprecated `scaleInPolicy` will be removed in favour of the `scaleIn` code block in version 4.0 of the AzureRM Provider.
|
|
283
283
|
*/
|
|
284
284
|
readonly scaleInPolicy: pulumi.Output<string>;
|
|
285
285
|
/**
|
|
@@ -325,7 +325,7 @@ export declare class LinuxVirtualMachineScaleSet extends pulumi.CustomResource {
|
|
|
325
325
|
*
|
|
326
326
|
* > **Note:** This property has been deprecated in favour of the `terminationNotification` property and will be removed in version 4.0 of the provider.
|
|
327
327
|
*
|
|
328
|
-
* @deprecated `
|
|
328
|
+
* @deprecated `terminateNotification` has been renamed to `terminationNotification` and will be removed in 4.0.
|
|
329
329
|
*/
|
|
330
330
|
readonly terminateNotification: pulumi.Output<outputs.compute.LinuxVirtualMachineScaleSetTerminateNotification>;
|
|
331
331
|
/**
|
|
@@ -471,7 +471,7 @@ export interface LinuxVirtualMachineScaleSetState {
|
|
|
471
471
|
*/
|
|
472
472
|
galleryApplication?: pulumi.Input<pulumi.Input<inputs.compute.LinuxVirtualMachineScaleSetGalleryApplication>[]>;
|
|
473
473
|
/**
|
|
474
|
-
* @deprecated `
|
|
474
|
+
* @deprecated `galleryApplications` has been renamed to `galleryApplication` and will be deprecated in 4.0
|
|
475
475
|
*/
|
|
476
476
|
galleryApplications?: pulumi.Input<pulumi.Input<inputs.compute.LinuxVirtualMachineScaleSetGalleryApplication>[]>;
|
|
477
477
|
/**
|
|
@@ -555,7 +555,7 @@ export interface LinuxVirtualMachineScaleSetState {
|
|
|
555
555
|
*/
|
|
556
556
|
scaleIn?: pulumi.Input<inputs.compute.LinuxVirtualMachineScaleSetScaleIn>;
|
|
557
557
|
/**
|
|
558
|
-
* @deprecated `
|
|
558
|
+
* @deprecated `scaleInPolicy` will be removed in favour of the `scaleIn` code block in version 4.0 of the AzureRM Provider.
|
|
559
559
|
*/
|
|
560
560
|
scaleInPolicy?: pulumi.Input<string>;
|
|
561
561
|
/**
|
|
@@ -601,7 +601,7 @@ export interface LinuxVirtualMachineScaleSetState {
|
|
|
601
601
|
*
|
|
602
602
|
* > **Note:** This property has been deprecated in favour of the `terminationNotification` property and will be removed in version 4.0 of the provider.
|
|
603
603
|
*
|
|
604
|
-
* @deprecated `
|
|
604
|
+
* @deprecated `terminateNotification` has been renamed to `terminationNotification` and will be removed in 4.0.
|
|
605
605
|
*/
|
|
606
606
|
terminateNotification?: pulumi.Input<inputs.compute.LinuxVirtualMachineScaleSetTerminateNotification>;
|
|
607
607
|
/**
|
|
@@ -739,7 +739,7 @@ export interface LinuxVirtualMachineScaleSetArgs {
|
|
|
739
739
|
*/
|
|
740
740
|
galleryApplication?: pulumi.Input<pulumi.Input<inputs.compute.LinuxVirtualMachineScaleSetGalleryApplication>[]>;
|
|
741
741
|
/**
|
|
742
|
-
* @deprecated `
|
|
742
|
+
* @deprecated `galleryApplications` has been renamed to `galleryApplication` and will be deprecated in 4.0
|
|
743
743
|
*/
|
|
744
744
|
galleryApplications?: pulumi.Input<pulumi.Input<inputs.compute.LinuxVirtualMachineScaleSetGalleryApplication>[]>;
|
|
745
745
|
/**
|
|
@@ -823,7 +823,7 @@ export interface LinuxVirtualMachineScaleSetArgs {
|
|
|
823
823
|
*/
|
|
824
824
|
scaleIn?: pulumi.Input<inputs.compute.LinuxVirtualMachineScaleSetScaleIn>;
|
|
825
825
|
/**
|
|
826
|
-
* @deprecated `
|
|
826
|
+
* @deprecated `scaleInPolicy` will be removed in favour of the `scaleIn` code block in version 4.0 of the AzureRM Provider.
|
|
827
827
|
*/
|
|
828
828
|
scaleInPolicy?: pulumi.Input<string>;
|
|
829
829
|
/**
|
|
@@ -869,7 +869,7 @@ export interface LinuxVirtualMachineScaleSetArgs {
|
|
|
869
869
|
*
|
|
870
870
|
* > **Note:** This property has been deprecated in favour of the `terminationNotification` property and will be removed in version 4.0 of the provider.
|
|
871
871
|
*
|
|
872
|
-
* @deprecated `
|
|
872
|
+
* @deprecated `terminateNotification` has been renamed to `terminationNotification` and will be removed in 4.0.
|
|
873
873
|
*/
|
|
874
874
|
terminateNotification?: pulumi.Input<inputs.compute.LinuxVirtualMachineScaleSetTerminateNotification>;
|
|
875
875
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class WindowsVirtualMachineScaleSet extends pulumi.CustomResource
|
|
|
186
186
|
*/
|
|
187
187
|
readonly galleryApplication: pulumi.Output<outputs.compute.WindowsVirtualMachineScaleSetGalleryApplication[]>;
|
|
188
188
|
/**
|
|
189
|
-
* @deprecated `
|
|
189
|
+
* @deprecated `galleryApplications` has been renamed to `galleryApplication` and will be deprecated in 4.0
|
|
190
190
|
*/
|
|
191
191
|
readonly galleryApplications: pulumi.Output<outputs.compute.WindowsVirtualMachineScaleSetGalleryApplication[]>;
|
|
192
192
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class WindowsVirtualMachineScaleSet extends pulumi.CustomResource
|
|
|
274
274
|
*/
|
|
275
275
|
readonly scaleIn: pulumi.Output<outputs.compute.WindowsVirtualMachineScaleSetScaleIn>;
|
|
276
276
|
/**
|
|
277
|
-
* @deprecated `
|
|
277
|
+
* @deprecated `scaleInPolicy` will be removed in favour of the `scaleIn` code block in version 4.0 of the AzureRM Provider.
|
|
278
278
|
*/
|
|
279
279
|
readonly scaleInPolicy: pulumi.Output<string>;
|
|
280
280
|
/**
|
|
@@ -320,7 +320,7 @@ export declare class WindowsVirtualMachineScaleSet extends pulumi.CustomResource
|
|
|
320
320
|
*
|
|
321
321
|
* > **Note:** This property has been deprecated in favour of the `terminationNotification` property and will be removed in version 4.0 of the provider.
|
|
322
322
|
*
|
|
323
|
-
* @deprecated `
|
|
323
|
+
* @deprecated `terminateNotification` has been renamed to `terminationNotification` and will be removed in 4.0.
|
|
324
324
|
*/
|
|
325
325
|
readonly terminateNotification: pulumi.Output<outputs.compute.WindowsVirtualMachineScaleSetTerminateNotification>;
|
|
326
326
|
/**
|
|
@@ -464,7 +464,7 @@ export interface WindowsVirtualMachineScaleSetState {
|
|
|
464
464
|
*/
|
|
465
465
|
galleryApplication?: pulumi.Input<pulumi.Input<inputs.compute.WindowsVirtualMachineScaleSetGalleryApplication>[]>;
|
|
466
466
|
/**
|
|
467
|
-
* @deprecated `
|
|
467
|
+
* @deprecated `galleryApplications` has been renamed to `galleryApplication` and will be deprecated in 4.0
|
|
468
468
|
*/
|
|
469
469
|
galleryApplications?: pulumi.Input<pulumi.Input<inputs.compute.WindowsVirtualMachineScaleSetGalleryApplication>[]>;
|
|
470
470
|
/**
|
|
@@ -552,7 +552,7 @@ export interface WindowsVirtualMachineScaleSetState {
|
|
|
552
552
|
*/
|
|
553
553
|
scaleIn?: pulumi.Input<inputs.compute.WindowsVirtualMachineScaleSetScaleIn>;
|
|
554
554
|
/**
|
|
555
|
-
* @deprecated `
|
|
555
|
+
* @deprecated `scaleInPolicy` will be removed in favour of the `scaleIn` code block in version 4.0 of the AzureRM Provider.
|
|
556
556
|
*/
|
|
557
557
|
scaleInPolicy?: pulumi.Input<string>;
|
|
558
558
|
/**
|
|
@@ -598,7 +598,7 @@ export interface WindowsVirtualMachineScaleSetState {
|
|
|
598
598
|
*
|
|
599
599
|
* > **Note:** This property has been deprecated in favour of the `terminationNotification` property and will be removed in version 4.0 of the provider.
|
|
600
600
|
*
|
|
601
|
-
* @deprecated `
|
|
601
|
+
* @deprecated `terminateNotification` has been renamed to `terminationNotification` and will be removed in 4.0.
|
|
602
602
|
*/
|
|
603
603
|
terminateNotification?: pulumi.Input<inputs.compute.WindowsVirtualMachineScaleSetTerminateNotification>;
|
|
604
604
|
/**
|
|
@@ -734,7 +734,7 @@ export interface WindowsVirtualMachineScaleSetArgs {
|
|
|
734
734
|
*/
|
|
735
735
|
galleryApplication?: pulumi.Input<pulumi.Input<inputs.compute.WindowsVirtualMachineScaleSetGalleryApplication>[]>;
|
|
736
736
|
/**
|
|
737
|
-
* @deprecated `
|
|
737
|
+
* @deprecated `galleryApplications` has been renamed to `galleryApplication` and will be deprecated in 4.0
|
|
738
738
|
*/
|
|
739
739
|
galleryApplications?: pulumi.Input<pulumi.Input<inputs.compute.WindowsVirtualMachineScaleSetGalleryApplication>[]>;
|
|
740
740
|
/**
|
|
@@ -822,7 +822,7 @@ export interface WindowsVirtualMachineScaleSetArgs {
|
|
|
822
822
|
*/
|
|
823
823
|
scaleIn?: pulumi.Input<inputs.compute.WindowsVirtualMachineScaleSetScaleIn>;
|
|
824
824
|
/**
|
|
825
|
-
* @deprecated `
|
|
825
|
+
* @deprecated `scaleInPolicy` will be removed in favour of the `scaleIn` code block in version 4.0 of the AzureRM Provider.
|
|
826
826
|
*/
|
|
827
827
|
scaleInPolicy?: pulumi.Input<string>;
|
|
828
828
|
/**
|
|
@@ -868,7 +868,7 @@ export interface WindowsVirtualMachineScaleSetArgs {
|
|
|
868
868
|
*
|
|
869
869
|
* > **Note:** This property has been deprecated in favour of the `terminationNotification` property and will be removed in version 4.0 of the provider.
|
|
870
870
|
*
|
|
871
|
-
* @deprecated `
|
|
871
|
+
* @deprecated `terminateNotification` has been renamed to `terminationNotification` and will be removed in 4.0.
|
|
872
872
|
*/
|
|
873
873
|
terminateNotification?: pulumi.Input<inputs.compute.WindowsVirtualMachineScaleSetTerminateNotification>;
|
|
874
874
|
/**
|
|
@@ -72,7 +72,7 @@ export declare class KubernetesCluster extends pulumi.CustomResource {
|
|
|
72
72
|
*/
|
|
73
73
|
readonly apiServerAccessProfile: pulumi.Output<outputs.containerservice.KubernetesClusterApiServerAccessProfile>;
|
|
74
74
|
/**
|
|
75
|
-
* @deprecated This property has been renamed to `
|
|
75
|
+
* @deprecated This property has been renamed to `authorizedIpRanges` within the `apiServerAccessProfile` block and will be removed in v4.0 of the provider
|
|
76
76
|
*/
|
|
77
77
|
readonly apiServerAuthorizedIpRanges: pulumi.Output<string[]>;
|
|
78
78
|
/**
|
|
@@ -350,7 +350,7 @@ export declare class KubernetesCluster extends pulumi.CustomResource {
|
|
|
350
350
|
*
|
|
351
351
|
* !> **Note:** `publicNetworkAccessEnabled` is currently not functional and is not passed to the Azure API. For further information please see this [issue](https://github.com/Azure/AKS/issues/3690). For controlling the public and private exposure of a cluster please see the properties `privateClusterEnabled` and `apiServerAccessProfile`.
|
|
352
352
|
*
|
|
353
|
-
* @deprecated `
|
|
353
|
+
* @deprecated `publicNetworkAccessEnabled` is currently not functional and is not be passed to the API
|
|
354
354
|
*/
|
|
355
355
|
readonly publicNetworkAccessEnabled: pulumi.Output<boolean | undefined>;
|
|
356
356
|
/**
|
|
@@ -439,7 +439,7 @@ export interface KubernetesClusterState {
|
|
|
439
439
|
*/
|
|
440
440
|
apiServerAccessProfile?: pulumi.Input<inputs.containerservice.KubernetesClusterApiServerAccessProfile>;
|
|
441
441
|
/**
|
|
442
|
-
* @deprecated This property has been renamed to `
|
|
442
|
+
* @deprecated This property has been renamed to `authorizedIpRanges` within the `apiServerAccessProfile` block and will be removed in v4.0 of the provider
|
|
443
443
|
*/
|
|
444
444
|
apiServerAuthorizedIpRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
445
445
|
/**
|
|
@@ -717,7 +717,7 @@ export interface KubernetesClusterState {
|
|
|
717
717
|
*
|
|
718
718
|
* !> **Note:** `publicNetworkAccessEnabled` is currently not functional and is not passed to the Azure API. For further information please see this [issue](https://github.com/Azure/AKS/issues/3690). For controlling the public and private exposure of a cluster please see the properties `privateClusterEnabled` and `apiServerAccessProfile`.
|
|
719
719
|
*
|
|
720
|
-
* @deprecated `
|
|
720
|
+
* @deprecated `publicNetworkAccessEnabled` is currently not functional and is not be passed to the API
|
|
721
721
|
*/
|
|
722
722
|
publicNetworkAccessEnabled?: pulumi.Input<boolean>;
|
|
723
723
|
/**
|
|
@@ -798,7 +798,7 @@ export interface KubernetesClusterArgs {
|
|
|
798
798
|
*/
|
|
799
799
|
apiServerAccessProfile?: pulumi.Input<inputs.containerservice.KubernetesClusterApiServerAccessProfile>;
|
|
800
800
|
/**
|
|
801
|
-
* @deprecated This property has been renamed to `
|
|
801
|
+
* @deprecated This property has been renamed to `authorizedIpRanges` within the `apiServerAccessProfile` block and will be removed in v4.0 of the provider
|
|
802
802
|
*/
|
|
803
803
|
apiServerAuthorizedIpRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
804
804
|
/**
|
|
@@ -1032,7 +1032,7 @@ export interface KubernetesClusterArgs {
|
|
|
1032
1032
|
*
|
|
1033
1033
|
* !> **Note:** `publicNetworkAccessEnabled` is currently not functional and is not passed to the Azure API. For further information please see this [issue](https://github.com/Azure/AKS/issues/3690). For controlling the public and private exposure of a cluster please see the properties `privateClusterEnabled` and `apiServerAccessProfile`.
|
|
1034
1034
|
*
|
|
1035
|
-
* @deprecated `
|
|
1035
|
+
* @deprecated `publicNetworkAccessEnabled` is currently not functional and is not be passed to the API
|
|
1036
1036
|
*/
|
|
1037
1037
|
publicNetworkAccessEnabled?: pulumi.Input<boolean>;
|
|
1038
1038
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class ResourceGroupPolicyRemediation extends pulumi.CustomResourc
|
|
|
105
105
|
*
|
|
106
106
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
107
107
|
*
|
|
108
|
-
* @deprecated `
|
|
108
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
109
109
|
*/
|
|
110
110
|
readonly policyDefinitionId: pulumi.Output<string | undefined>;
|
|
111
111
|
/**
|
|
@@ -162,7 +162,7 @@ export interface ResourceGroupPolicyRemediationState {
|
|
|
162
162
|
*
|
|
163
163
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
164
164
|
*
|
|
165
|
-
* @deprecated `
|
|
165
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
166
166
|
*/
|
|
167
167
|
policyDefinitionId?: pulumi.Input<string>;
|
|
168
168
|
/**
|
|
@@ -211,7 +211,7 @@ export interface ResourceGroupPolicyRemediationArgs {
|
|
|
211
211
|
*
|
|
212
212
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
213
213
|
*
|
|
214
|
-
* @deprecated `
|
|
214
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
215
215
|
*/
|
|
216
216
|
policyDefinitionId?: pulumi.Input<string>;
|
|
217
217
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class ResourcePolicyRemediation extends pulumi.CustomResource {
|
|
|
100
100
|
*
|
|
101
101
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
102
102
|
*
|
|
103
|
-
* @deprecated `
|
|
103
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
104
104
|
*/
|
|
105
105
|
readonly policyDefinitionId: pulumi.Output<string | undefined>;
|
|
106
106
|
/**
|
|
@@ -157,7 +157,7 @@ export interface ResourcePolicyRemediationState {
|
|
|
157
157
|
*
|
|
158
158
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
159
159
|
*
|
|
160
|
-
* @deprecated `
|
|
160
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
161
161
|
*/
|
|
162
162
|
policyDefinitionId?: pulumi.Input<string>;
|
|
163
163
|
/**
|
|
@@ -206,7 +206,7 @@ export interface ResourcePolicyRemediationArgs {
|
|
|
206
206
|
*
|
|
207
207
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
208
208
|
*
|
|
209
|
-
* @deprecated `
|
|
209
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
210
210
|
*/
|
|
211
211
|
policyDefinitionId?: pulumi.Input<string>;
|
|
212
212
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class SubscriptionPolicyRemediation extends pulumi.CustomResource
|
|
|
83
83
|
*
|
|
84
84
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
85
85
|
*
|
|
86
|
-
* @deprecated `
|
|
86
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
87
87
|
*/
|
|
88
88
|
readonly policyDefinitionId: pulumi.Output<string | undefined>;
|
|
89
89
|
/**
|
|
@@ -140,7 +140,7 @@ export interface SubscriptionPolicyRemediationState {
|
|
|
140
140
|
*
|
|
141
141
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
142
142
|
*
|
|
143
|
-
* @deprecated `
|
|
143
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
144
144
|
*/
|
|
145
145
|
policyDefinitionId?: pulumi.Input<string>;
|
|
146
146
|
/**
|
|
@@ -189,7 +189,7 @@ export interface SubscriptionPolicyRemediationArgs {
|
|
|
189
189
|
*
|
|
190
190
|
* > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
|
|
191
191
|
*
|
|
192
|
-
* @deprecated `
|
|
192
|
+
* @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
|
|
193
193
|
*/
|
|
194
194
|
policyDefinitionId?: pulumi.Input<string>;
|
|
195
195
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class WorkspaceCustomerManagedKey extends pulumi.CustomResource {
|
|
|
126
126
|
/**
|
|
127
127
|
* The ID of the Databricks Workspace..
|
|
128
128
|
*
|
|
129
|
-
* @deprecated this resource has been deprecated in favour of the `
|
|
129
|
+
* @deprecated this resource has been deprecated in favour of the `azure.databricks.WorkspaceRootDbfsCustomerManagedKey` resource and will be removed from the v4.0 azurerm provider.
|
|
130
130
|
*/
|
|
131
131
|
readonly workspaceId: pulumi.Output<string>;
|
|
132
132
|
/**
|
|
@@ -149,7 +149,7 @@ export interface WorkspaceCustomerManagedKeyState {
|
|
|
149
149
|
/**
|
|
150
150
|
* The ID of the Databricks Workspace..
|
|
151
151
|
*
|
|
152
|
-
* @deprecated this resource has been deprecated in favour of the `
|
|
152
|
+
* @deprecated this resource has been deprecated in favour of the `azure.databricks.WorkspaceRootDbfsCustomerManagedKey` resource and will be removed from the v4.0 azurerm provider.
|
|
153
153
|
*/
|
|
154
154
|
workspaceId?: pulumi.Input<string>;
|
|
155
155
|
}
|
|
@@ -164,7 +164,7 @@ export interface WorkspaceCustomerManagedKeyArgs {
|
|
|
164
164
|
/**
|
|
165
165
|
* The ID of the Databricks Workspace..
|
|
166
166
|
*
|
|
167
|
-
* @deprecated this resource has been deprecated in favour of the `
|
|
167
|
+
* @deprecated this resource has been deprecated in favour of the `azure.databricks.WorkspaceRootDbfsCustomerManagedKey` resource and will be removed from the v4.0 azurerm provider.
|
|
168
168
|
*/
|
|
169
169
|
workspaceId: pulumi.Input<string>;
|
|
170
170
|
}
|
package/devtest/lab.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare class Lab extends pulumi.CustomResource {
|
|
|
85
85
|
*
|
|
86
86
|
* > **Note:** `storageType` has been deprecated as the API no longer supports it and will be removed in Version 4.0 of the provider.
|
|
87
87
|
*
|
|
88
|
-
* @deprecated `
|
|
88
|
+
* @deprecated `storageType` is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0.
|
|
89
89
|
*/
|
|
90
90
|
readonly storageType: pulumi.Output<string | undefined>;
|
|
91
91
|
/**
|
|
@@ -148,7 +148,7 @@ export interface LabState {
|
|
|
148
148
|
*
|
|
149
149
|
* > **Note:** `storageType` has been deprecated as the API no longer supports it and will be removed in Version 4.0 of the provider.
|
|
150
150
|
*
|
|
151
|
-
* @deprecated `
|
|
151
|
+
* @deprecated `storageType` is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0.
|
|
152
152
|
*/
|
|
153
153
|
storageType?: pulumi.Input<string>;
|
|
154
154
|
/**
|
|
@@ -183,7 +183,7 @@ export interface LabArgs {
|
|
|
183
183
|
*
|
|
184
184
|
* > **Note:** `storageType` has been deprecated as the API no longer supports it and will be removed in Version 4.0 of the provider.
|
|
185
185
|
*
|
|
186
|
-
* @deprecated `
|
|
186
|
+
* @deprecated `storageType` is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0.
|
|
187
187
|
*/
|
|
188
188
|
storageType?: pulumi.Input<string>;
|
|
189
189
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class KafkaCluster extends pulumi.CustomResource {
|
|
|
161
161
|
/**
|
|
162
162
|
* A `roles` block as defined below.
|
|
163
163
|
*
|
|
164
|
-
* @deprecated `
|
|
164
|
+
* @deprecated `kafkaManagementNode` will be removed in version 4.0 of the AzureRM Provider since it no longer support configurations from the user
|
|
165
165
|
*/
|
|
166
166
|
readonly roles: pulumi.Output<outputs.hdinsight.KafkaClusterRoles>;
|
|
167
167
|
/**
|
|
@@ -276,7 +276,7 @@ export interface KafkaClusterState {
|
|
|
276
276
|
/**
|
|
277
277
|
* A `roles` block as defined below.
|
|
278
278
|
*
|
|
279
|
-
* @deprecated `
|
|
279
|
+
* @deprecated `kafkaManagementNode` will be removed in version 4.0 of the AzureRM Provider since it no longer support configurations from the user
|
|
280
280
|
*/
|
|
281
281
|
roles?: pulumi.Input<inputs.hdinsight.KafkaClusterRoles>;
|
|
282
282
|
/**
|
|
@@ -375,7 +375,7 @@ export interface KafkaClusterArgs {
|
|
|
375
375
|
/**
|
|
376
376
|
* A `roles` block as defined below.
|
|
377
377
|
*
|
|
378
|
-
* @deprecated `
|
|
378
|
+
* @deprecated `kafkaManagementNode` will be removed in version 4.0 of the AzureRM Provider since it no longer support configurations from the user
|
|
379
379
|
*/
|
|
380
380
|
roles: pulumi.Input<inputs.hdinsight.KafkaClusterRoles>;
|
|
381
381
|
/**
|
|
@@ -364,7 +364,7 @@ export declare class Workspace extends pulumi.CustomResource {
|
|
|
364
364
|
/**
|
|
365
365
|
* Enable public access when this Machine Learning Workspace is behind a VNet. Changing this forces a new resource to be created.
|
|
366
366
|
*
|
|
367
|
-
* @deprecated `
|
|
367
|
+
* @deprecated `publicAccessBehindVirtualNetworkEnabled` will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
368
368
|
*/
|
|
369
369
|
readonly publicAccessBehindVirtualNetworkEnabled: pulumi.Output<boolean | undefined>;
|
|
370
370
|
/**
|
|
@@ -483,7 +483,7 @@ export interface WorkspaceState {
|
|
|
483
483
|
/**
|
|
484
484
|
* Enable public access when this Machine Learning Workspace is behind a VNet. Changing this forces a new resource to be created.
|
|
485
485
|
*
|
|
486
|
-
* @deprecated `
|
|
486
|
+
* @deprecated `publicAccessBehindVirtualNetworkEnabled` will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
487
487
|
*/
|
|
488
488
|
publicAccessBehindVirtualNetworkEnabled?: pulumi.Input<boolean>;
|
|
489
489
|
/**
|
|
@@ -590,7 +590,7 @@ export interface WorkspaceArgs {
|
|
|
590
590
|
/**
|
|
591
591
|
* Enable public access when this Machine Learning Workspace is behind a VNet. Changing this forces a new resource to be created.
|
|
592
592
|
*
|
|
593
|
-
* @deprecated `
|
|
593
|
+
* @deprecated `publicAccessBehindVirtualNetworkEnabled` will be removed in favour of the property `publicNetworkAccessEnabled` in version 4.0 of the AzureRM Provider.
|
|
594
594
|
*/
|
|
595
595
|
publicAccessBehindVirtualNetworkEnabled?: pulumi.Input<boolean>;
|
|
596
596
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class Application extends pulumi.CustomResource {
|
|
|
120
120
|
*
|
|
121
121
|
* > **NOTE:** `parameters` only supports values with `string` or `secureString` type and will be deprecated in version 4.0 of the provider - please use `parameterValues` instead which supports more parameter types.
|
|
122
122
|
*
|
|
123
|
-
* @deprecated This property has been deprecated in favour of `
|
|
123
|
+
* @deprecated This property has been deprecated in favour of `parameterValues`
|
|
124
124
|
*/
|
|
125
125
|
readonly parameters: pulumi.Output<{
|
|
126
126
|
[key: string]: string;
|
|
@@ -187,7 +187,7 @@ export interface ApplicationState {
|
|
|
187
187
|
*
|
|
188
188
|
* > **NOTE:** `parameters` only supports values with `string` or `secureString` type and will be deprecated in version 4.0 of the provider - please use `parameterValues` instead which supports more parameter types.
|
|
189
189
|
*
|
|
190
|
-
* @deprecated This property has been deprecated in favour of `
|
|
190
|
+
* @deprecated This property has been deprecated in favour of `parameterValues`
|
|
191
191
|
*/
|
|
192
192
|
parameters?: pulumi.Input<{
|
|
193
193
|
[key: string]: pulumi.Input<string>;
|
|
@@ -240,7 +240,7 @@ export interface ApplicationArgs {
|
|
|
240
240
|
*
|
|
241
241
|
* > **NOTE:** `parameters` only supports values with `string` or `secureString` type and will be deprecated in version 4.0 of the provider - please use `parameterValues` instead which supports more parameter types.
|
|
242
242
|
*
|
|
243
|
-
* @deprecated This property has been deprecated in favour of `
|
|
243
|
+
* @deprecated This property has been deprecated in favour of `parameterValues`
|
|
244
244
|
*/
|
|
245
245
|
parameters?: pulumi.Input<{
|
|
246
246
|
[key: string]: pulumi.Input<string>;
|