@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.
Files changed (36) hide show
  1. package/apimanagement/api.d.ts +3 -3
  2. package/attestation/provider.d.ts +3 -3
  3. package/automation/softwareUpdateConfiguration.d.ts +2 -2
  4. package/bot/channelWebChat.d.ts +3 -3
  5. package/bot/channelsRegistration.d.ts +3 -3
  6. package/cdn/frontdoorOrigin.d.ts +3 -3
  7. package/compute/linuxVirtualMachineScaleSet.d.ts +9 -9
  8. package/compute/windowsVirtualMachineScaleSet.d.ts +9 -9
  9. package/containerservice/kubernetesCluster.d.ts +6 -6
  10. package/core/resourceGroupPolicyRemediation.d.ts +3 -3
  11. package/core/resourcePolicyRemediation.d.ts +3 -3
  12. package/core/subscriptionPolicyRemediation.d.ts +3 -3
  13. package/databricks/workspaceCustomerManagedKey.d.ts +3 -3
  14. package/devtest/lab.d.ts +3 -3
  15. package/hdinsight/kafkaCluster.d.ts +3 -3
  16. package/machinelearning/workspace.d.ts +3 -3
  17. package/managedapplication/application.d.ts +3 -3
  18. package/management/groupPolicyRemediation.d.ts +6 -6
  19. package/monitoring/aadDiagnosticSetting.d.ts +3 -3
  20. package/monitoring/diagnosticSetting.d.ts +3 -3
  21. package/monitoring/getDiagnosticCategories.d.ts +1 -1
  22. package/network/subnet.d.ts +6 -6
  23. package/network/vnpGatewayNatRule.d.ts +6 -6
  24. package/package.json +1 -1
  25. package/sentinel/authomationRule.d.ts +3 -3
  26. package/sentinel/automationRule.d.ts +3 -3
  27. package/sentinel/logAnalyticsWorkspaceOnboarding.d.ts +6 -6
  28. package/servicebus/getNamespaceAuthorizationRule.d.ts +6 -6
  29. package/servicebus/getNamespaceDisasterRecoveryConfig.d.ts +6 -6
  30. package/servicebus/getQueue.d.ts +6 -6
  31. package/servicebus/getSubscription.d.ts +9 -9
  32. package/servicebus/getTopic.d.ts +6 -6
  33. package/signalr/service.d.ts +3 -3
  34. package/siterecovery/replicationRecoveryPlan.d.ts +3 -3
  35. package/types/input.d.ts +20 -20
  36. package/types/output.d.ts +20 -20
@@ -84,7 +84,7 @@ export declare class GroupPolicyRemediation extends pulumi.CustomResource {
84
84
  *
85
85
  * > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
86
86
  *
87
- * @deprecated `policy_definition_id` will be removed in version 4.0 of the AzureRM Provider in favour of `policy_definition_reference_id`.
87
+ * @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
88
88
  */
89
89
  readonly policyDefinitionId: pulumi.Output<string | undefined>;
90
90
  /**
@@ -100,7 +100,7 @@ export declare class GroupPolicyRemediation extends pulumi.CustomResource {
100
100
  *
101
101
  * > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider as evaluating compliance before remediation is only supported at subscription scope and below.
102
102
  *
103
- * @deprecated `resource_discovery_mode` will be removed in version 4.0 of the AzureRM Provider as evaluating compliance before remediation is only supported at subscription scope and below.
103
+ * @deprecated `resourceDiscoveryMode` will be removed in version 4.0 of the AzureRM Provider as evaluating compliance before remediation is only supported at subscription scope and below.
104
104
  */
105
105
  readonly resourceDiscoveryMode: pulumi.Output<string | undefined>;
106
106
  /**
@@ -145,7 +145,7 @@ export interface GroupPolicyRemediationState {
145
145
  *
146
146
  * > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
147
147
  *
148
- * @deprecated `policy_definition_id` will be removed in version 4.0 of the AzureRM Provider in favour of `policy_definition_reference_id`.
148
+ * @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
149
149
  */
150
150
  policyDefinitionId?: pulumi.Input<string>;
151
151
  /**
@@ -161,7 +161,7 @@ export interface GroupPolicyRemediationState {
161
161
  *
162
162
  * > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider as evaluating compliance before remediation is only supported at subscription scope and below.
163
163
  *
164
- * @deprecated `resource_discovery_mode` will be removed in version 4.0 of the AzureRM Provider as evaluating compliance before remediation is only supported at subscription scope and below.
164
+ * @deprecated `resourceDiscoveryMode` will be removed in version 4.0 of the AzureRM Provider as evaluating compliance before remediation is only supported at subscription scope and below.
165
165
  */
166
166
  resourceDiscoveryMode?: pulumi.Input<string>;
167
167
  }
@@ -198,7 +198,7 @@ export interface GroupPolicyRemediationArgs {
198
198
  *
199
199
  * > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider in favour of `policyDefinitionReferenceId`.
200
200
  *
201
- * @deprecated `policy_definition_id` will be removed in version 4.0 of the AzureRM Provider in favour of `policy_definition_reference_id`.
201
+ * @deprecated `policyDefinitionId` will be removed in version 4.0 of the AzureRM Provider in favour of `policyDefinitionReferenceId`.
202
202
  */
203
203
  policyDefinitionId?: pulumi.Input<string>;
204
204
  /**
@@ -214,7 +214,7 @@ export interface GroupPolicyRemediationArgs {
214
214
  *
215
215
  * > **Note:** This property has been deprecated and will be removed in version 4.0 of the provider as evaluating compliance before remediation is only supported at subscription scope and below.
216
216
  *
217
- * @deprecated `resource_discovery_mode` will be removed in version 4.0 of the AzureRM Provider as evaluating compliance before remediation is only supported at subscription scope and below.
217
+ * @deprecated `resourceDiscoveryMode` will be removed in version 4.0 of the AzureRM Provider as evaluating compliance before remediation is only supported at subscription scope and below.
218
218
  */
219
219
  resourceDiscoveryMode?: pulumi.Input<string>;
220
220
  }
@@ -111,7 +111,7 @@ export declare class AadDiagnosticSetting extends pulumi.CustomResource {
111
111
  *
112
112
  * > **NOTE:** `log` is deprecated in favour of the `enabledLog` property and will be removed in version 4.0 of the AzureRM Provider.
113
113
  *
114
- * @deprecated `log` has been superseded by `enabled_log` and will be removed in version 4.0 of the AzureRM Provider.
114
+ * @deprecated `log` has been superseded by `enabledLog` and will be removed in version 4.0 of the AzureRM Provider.
115
115
  */
116
116
  readonly logs: pulumi.Output<outputs.monitoring.AadDiagnosticSettingLog[]>;
117
117
  /**
@@ -162,7 +162,7 @@ export interface AadDiagnosticSettingState {
162
162
  *
163
163
  * > **NOTE:** `log` is deprecated in favour of the `enabledLog` property and will be removed in version 4.0 of the AzureRM Provider.
164
164
  *
165
- * @deprecated `log` has been superseded by `enabled_log` and will be removed in version 4.0 of the AzureRM Provider.
165
+ * @deprecated `log` has been superseded by `enabledLog` and will be removed in version 4.0 of the AzureRM Provider.
166
166
  */
167
167
  logs?: pulumi.Input<pulumi.Input<inputs.monitoring.AadDiagnosticSettingLog>[]>;
168
168
  /**
@@ -205,7 +205,7 @@ export interface AadDiagnosticSettingArgs {
205
205
  *
206
206
  * > **NOTE:** `log` is deprecated in favour of the `enabledLog` property and will be removed in version 4.0 of the AzureRM Provider.
207
207
  *
208
- * @deprecated `log` has been superseded by `enabled_log` and will be removed in version 4.0 of the AzureRM Provider.
208
+ * @deprecated `log` has been superseded by `enabledLog` and will be removed in version 4.0 of the AzureRM Provider.
209
209
  */
210
210
  logs?: pulumi.Input<pulumi.Input<inputs.monitoring.AadDiagnosticSettingLog>[]>;
211
211
  /**
@@ -113,7 +113,7 @@ export declare class DiagnosticSetting extends pulumi.CustomResource {
113
113
  *
114
114
  * > **NOTE:** `log` is deprecated in favour of the `enabledLog` property and will be removed in version 4.0 of the AzureRM Provider.
115
115
  *
116
- * @deprecated `log` has been superseded by `enabled_log` and will be removed in version 4.0 of the AzureRM Provider.
116
+ * @deprecated `log` has been superseded by `enabledLog` and will be removed in version 4.0 of the AzureRM Provider.
117
117
  */
118
118
  readonly logs: pulumi.Output<outputs.monitoring.DiagnosticSettingLog[]>;
119
119
  /**
@@ -194,7 +194,7 @@ export interface DiagnosticSettingState {
194
194
  *
195
195
  * > **NOTE:** `log` is deprecated in favour of the `enabledLog` property and will be removed in version 4.0 of the AzureRM Provider.
196
196
  *
197
- * @deprecated `log` has been superseded by `enabled_log` and will be removed in version 4.0 of the AzureRM Provider.
197
+ * @deprecated `log` has been superseded by `enabledLog` and will be removed in version 4.0 of the AzureRM Provider.
198
198
  */
199
199
  logs?: pulumi.Input<pulumi.Input<inputs.monitoring.DiagnosticSettingLog>[]>;
200
200
  /**
@@ -267,7 +267,7 @@ export interface DiagnosticSettingArgs {
267
267
  *
268
268
  * > **NOTE:** `log` is deprecated in favour of the `enabledLog` property and will be removed in version 4.0 of the AzureRM Provider.
269
269
  *
270
- * @deprecated `log` has been superseded by `enabled_log` and will be removed in version 4.0 of the AzureRM Provider.
270
+ * @deprecated `log` has been superseded by `enabledLog` and will be removed in version 4.0 of the AzureRM Provider.
271
271
  */
272
272
  logs?: pulumi.Input<pulumi.Input<inputs.monitoring.DiagnosticSettingLog>[]>;
273
273
  /**
@@ -48,7 +48,7 @@ export interface GetDiagnosticCategoriesResult {
48
48
  /**
49
49
  * A list of the Log Categories supported for this Resource.
50
50
  *
51
- * @deprecated `logs` will be removed in favour of the property `log_category_types` in version 4.0 of the AzureRM Provider.
51
+ * @deprecated `logs` will be removed in favour of the property `logCategoryTypes` in version 4.0 of the AzureRM Provider.
52
52
  */
53
53
  readonly logs: string[];
54
54
  /**
@@ -79,11 +79,11 @@ export declare class Subnet extends pulumi.CustomResource {
79
79
  */
80
80
  readonly delegations: pulumi.Output<outputs.network.SubnetDelegation[] | undefined>;
81
81
  /**
82
- * @deprecated `enforce_private_link_endpoint_network_policies` will be removed in favour of the property `private_endpoint_network_policies_enabled` in version 4.0 of the AzureRM Provider
82
+ * @deprecated `enforcePrivateLinkEndpointNetworkPolicies` will be removed in favour of the property `privateEndpointNetworkPoliciesEnabled` in version 4.0 of the AzureRM Provider
83
83
  */
84
84
  readonly enforcePrivateLinkEndpointNetworkPolicies: pulumi.Output<boolean>;
85
85
  /**
86
- * @deprecated `enforce_private_link_service_network_policies` will be removed in favour of the property `private_link_service_network_policies_enabled` in version 4.0 of the AzureRM Provider
86
+ * @deprecated `enforcePrivateLinkServiceNetworkPolicies` will be removed in favour of the property `privateLinkServiceNetworkPoliciesEnabled` in version 4.0 of the AzureRM Provider
87
87
  */
88
88
  readonly enforcePrivateLinkServiceNetworkPolicies: pulumi.Output<boolean>;
89
89
  /**
@@ -144,11 +144,11 @@ export interface SubnetState {
144
144
  */
145
145
  delegations?: pulumi.Input<pulumi.Input<inputs.network.SubnetDelegation>[]>;
146
146
  /**
147
- * @deprecated `enforce_private_link_endpoint_network_policies` will be removed in favour of the property `private_endpoint_network_policies_enabled` in version 4.0 of the AzureRM Provider
147
+ * @deprecated `enforcePrivateLinkEndpointNetworkPolicies` will be removed in favour of the property `privateEndpointNetworkPoliciesEnabled` in version 4.0 of the AzureRM Provider
148
148
  */
149
149
  enforcePrivateLinkEndpointNetworkPolicies?: pulumi.Input<boolean>;
150
150
  /**
151
- * @deprecated `enforce_private_link_service_network_policies` will be removed in favour of the property `private_link_service_network_policies_enabled` in version 4.0 of the AzureRM Provider
151
+ * @deprecated `enforcePrivateLinkServiceNetworkPolicies` will be removed in favour of the property `privateLinkServiceNetworkPoliciesEnabled` in version 4.0 of the AzureRM Provider
152
152
  */
153
153
  enforcePrivateLinkServiceNetworkPolicies?: pulumi.Input<boolean>;
154
154
  /**
@@ -201,11 +201,11 @@ export interface SubnetArgs {
201
201
  */
202
202
  delegations?: pulumi.Input<pulumi.Input<inputs.network.SubnetDelegation>[]>;
203
203
  /**
204
- * @deprecated `enforce_private_link_endpoint_network_policies` will be removed in favour of the property `private_endpoint_network_policies_enabled` in version 4.0 of the AzureRM Provider
204
+ * @deprecated `enforcePrivateLinkEndpointNetworkPolicies` will be removed in favour of the property `privateEndpointNetworkPoliciesEnabled` in version 4.0 of the AzureRM Provider
205
205
  */
206
206
  enforcePrivateLinkEndpointNetworkPolicies?: pulumi.Input<boolean>;
207
207
  /**
208
- * @deprecated `enforce_private_link_service_network_policies` will be removed in favour of the property `private_link_service_network_policies_enabled` in version 4.0 of the AzureRM Provider
208
+ * @deprecated `enforcePrivateLinkServiceNetworkPolicies` will be removed in favour of the property `privateLinkServiceNetworkPoliciesEnabled` in version 4.0 of the AzureRM Provider
209
209
  */
210
210
  enforcePrivateLinkServiceNetworkPolicies?: pulumi.Input<boolean>;
211
211
  /**
@@ -76,7 +76,7 @@ export declare class VnpGatewayNatRule extends pulumi.CustomResource {
76
76
  *
77
77
  * > **NOTE:** `externalAddressSpaceMappings` is deprecated and will be removed in favour of the property `externalMapping` in version 4.0 of the AzureRM Provider.
78
78
  *
79
- * @deprecated `external_address_space_mappings` will be removed in favour of the property `external_mapping` in version 4.0 of the AzureRM Provider.
79
+ * @deprecated `externalAddressSpaceMappings` will be removed in favour of the property `externalMapping` in version 4.0 of the AzureRM Provider.
80
80
  */
81
81
  readonly externalAddressSpaceMappings: pulumi.Output<string[]>;
82
82
  /**
@@ -88,7 +88,7 @@ export declare class VnpGatewayNatRule extends pulumi.CustomResource {
88
88
  *
89
89
  * > **NOTE:** `internalAddressSpaceMappings` is deprecated and will be removed in favour of the property `internalMapping` in version 4.0 of the AzureRM Provider.
90
90
  *
91
- * @deprecated `internal_address_space_mappings` will be removed in favour of the property `internal_mapping` in version 4.0 of the AzureRM Provider.
91
+ * @deprecated `internalAddressSpaceMappings` will be removed in favour of the property `internalMapping` in version 4.0 of the AzureRM Provider.
92
92
  */
93
93
  readonly internalAddressSpaceMappings: pulumi.Output<string[]>;
94
94
  /**
@@ -137,7 +137,7 @@ export interface VnpGatewayNatRuleState {
137
137
  *
138
138
  * > **NOTE:** `externalAddressSpaceMappings` is deprecated and will be removed in favour of the property `externalMapping` in version 4.0 of the AzureRM Provider.
139
139
  *
140
- * @deprecated `external_address_space_mappings` will be removed in favour of the property `external_mapping` in version 4.0 of the AzureRM Provider.
140
+ * @deprecated `externalAddressSpaceMappings` will be removed in favour of the property `externalMapping` in version 4.0 of the AzureRM Provider.
141
141
  */
142
142
  externalAddressSpaceMappings?: pulumi.Input<pulumi.Input<string>[]>;
143
143
  /**
@@ -149,7 +149,7 @@ export interface VnpGatewayNatRuleState {
149
149
  *
150
150
  * > **NOTE:** `internalAddressSpaceMappings` is deprecated and will be removed in favour of the property `internalMapping` in version 4.0 of the AzureRM Provider.
151
151
  *
152
- * @deprecated `internal_address_space_mappings` will be removed in favour of the property `internal_mapping` in version 4.0 of the AzureRM Provider.
152
+ * @deprecated `internalAddressSpaceMappings` will be removed in favour of the property `internalMapping` in version 4.0 of the AzureRM Provider.
153
153
  */
154
154
  internalAddressSpaceMappings?: pulumi.Input<pulumi.Input<string>[]>;
155
155
  /**
@@ -190,7 +190,7 @@ export interface VnpGatewayNatRuleArgs {
190
190
  *
191
191
  * > **NOTE:** `externalAddressSpaceMappings` is deprecated and will be removed in favour of the property `externalMapping` in version 4.0 of the AzureRM Provider.
192
192
  *
193
- * @deprecated `external_address_space_mappings` will be removed in favour of the property `external_mapping` in version 4.0 of the AzureRM Provider.
193
+ * @deprecated `externalAddressSpaceMappings` will be removed in favour of the property `externalMapping` in version 4.0 of the AzureRM Provider.
194
194
  */
195
195
  externalAddressSpaceMappings?: pulumi.Input<pulumi.Input<string>[]>;
196
196
  /**
@@ -202,7 +202,7 @@ export interface VnpGatewayNatRuleArgs {
202
202
  *
203
203
  * > **NOTE:** `internalAddressSpaceMappings` is deprecated and will be removed in favour of the property `internalMapping` in version 4.0 of the AzureRM Provider.
204
204
  *
205
- * @deprecated `internal_address_space_mappings` will be removed in favour of the property `internal_mapping` in version 4.0 of the AzureRM Provider.
205
+ * @deprecated `internalAddressSpaceMappings` will be removed in favour of the property `internalMapping` in version 4.0 of the AzureRM Provider.
206
206
  */
207
207
  internalAddressSpaceMappings?: pulumi.Input<pulumi.Input<string>[]>;
208
208
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure",
3
- "version": "v5.70.0-alpha.1710997894+7fffdf68",
3
+ "version": "v5.70.0-alpha.1711520347+3d4d8e5c",
4
4
  "description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -80,7 +80,7 @@ export declare class AuthomationRule extends pulumi.CustomResource {
80
80
  *
81
81
  * > **Note:** `condition` only supports the [`Property` condition type](https://learn.microsoft.com/en-us/rest/api/securityinsights/preview/automation-rules/create-or-update?tabs=HTTP#propertyconditionproperties). Please use `conditionJson` if you want other condition types.
82
82
  *
83
- * @deprecated This is deprecated in favor of `condition_json`
83
+ * @deprecated This is deprecated in favor of `conditionJson`
84
84
  */
85
85
  readonly conditions: pulumi.Output<outputs.sentinel.AuthomationRuleCondition[]>;
86
86
  /**
@@ -148,7 +148,7 @@ export interface AuthomationRuleState {
148
148
  *
149
149
  * > **Note:** `condition` only supports the [`Property` condition type](https://learn.microsoft.com/en-us/rest/api/securityinsights/preview/automation-rules/create-or-update?tabs=HTTP#propertyconditionproperties). Please use `conditionJson` if you want other condition types.
150
150
  *
151
- * @deprecated This is deprecated in favor of `condition_json`
151
+ * @deprecated This is deprecated in favor of `conditionJson`
152
152
  */
153
153
  conditions?: pulumi.Input<pulumi.Input<inputs.sentinel.AuthomationRuleCondition>[]>;
154
154
  /**
@@ -207,7 +207,7 @@ export interface AuthomationRuleArgs {
207
207
  *
208
208
  * > **Note:** `condition` only supports the [`Property` condition type](https://learn.microsoft.com/en-us/rest/api/securityinsights/preview/automation-rules/create-or-update?tabs=HTTP#propertyconditionproperties). Please use `conditionJson` if you want other condition types.
209
209
  *
210
- * @deprecated This is deprecated in favor of `condition_json`
210
+ * @deprecated This is deprecated in favor of `conditionJson`
211
211
  */
212
212
  conditions?: pulumi.Input<pulumi.Input<inputs.sentinel.AuthomationRuleCondition>[]>;
213
213
  /**
@@ -78,7 +78,7 @@ export declare class AutomationRule extends pulumi.CustomResource {
78
78
  *
79
79
  * > **Note:** `condition` only supports the [`Property` condition type](https://learn.microsoft.com/en-us/rest/api/securityinsights/preview/automation-rules/create-or-update?tabs=HTTP#propertyconditionproperties). Please use `conditionJson` if you want other condition types.
80
80
  *
81
- * @deprecated This is deprecated in favor of `condition_json`
81
+ * @deprecated This is deprecated in favor of `conditionJson`
82
82
  */
83
83
  readonly conditions: pulumi.Output<outputs.sentinel.AutomationRuleCondition[]>;
84
84
  /**
@@ -145,7 +145,7 @@ export interface AutomationRuleState {
145
145
  *
146
146
  * > **Note:** `condition` only supports the [`Property` condition type](https://learn.microsoft.com/en-us/rest/api/securityinsights/preview/automation-rules/create-or-update?tabs=HTTP#propertyconditionproperties). Please use `conditionJson` if you want other condition types.
147
147
  *
148
- * @deprecated This is deprecated in favor of `condition_json`
148
+ * @deprecated This is deprecated in favor of `conditionJson`
149
149
  */
150
150
  conditions?: pulumi.Input<pulumi.Input<inputs.sentinel.AutomationRuleCondition>[]>;
151
151
  /**
@@ -204,7 +204,7 @@ export interface AutomationRuleArgs {
204
204
  *
205
205
  * > **Note:** `condition` only supports the [`Property` condition type](https://learn.microsoft.com/en-us/rest/api/securityinsights/preview/automation-rules/create-or-update?tabs=HTTP#propertyconditionproperties). Please use `conditionJson` if you want other condition types.
206
206
  *
207
- * @deprecated This is deprecated in favor of `condition_json`
207
+ * @deprecated This is deprecated in favor of `conditionJson`
208
208
  */
209
209
  conditions?: pulumi.Input<pulumi.Input<inputs.sentinel.AutomationRuleCondition>[]>;
210
210
  /**
@@ -62,14 +62,14 @@ export declare class LogAnalyticsWorkspaceOnboarding extends pulumi.CustomResour
62
62
  /**
63
63
  * Specifies the name of the Resource Group where the Security Insights Sentinel Onboarding States should exist. Changing this forces the Log Analytics Workspace off the board and onboard again.
64
64
  *
65
- * @deprecated this property has been deprecated in favour of `workspace_id`
65
+ * @deprecated this property has been deprecated in favour of `workspaceId`
66
66
  */
67
67
  readonly resourceGroupName: pulumi.Output<string>;
68
68
  readonly workspaceId: pulumi.Output<string>;
69
69
  /**
70
70
  * Specifies the Workspace Name. Changing this forces the Log Analytics Workspace off the board and onboard again. Changing this forces a new resource to be created.
71
71
  *
72
- * @deprecated this property will be removed in favour of `workspace_id` in version 4.0 of the AzureRM Provider
72
+ * @deprecated this property will be removed in favour of `workspaceId` in version 4.0 of the AzureRM Provider
73
73
  */
74
74
  readonly workspaceName: pulumi.Output<string>;
75
75
  /**
@@ -96,14 +96,14 @@ export interface LogAnalyticsWorkspaceOnboardingState {
96
96
  /**
97
97
  * Specifies the name of the Resource Group where the Security Insights Sentinel Onboarding States should exist. Changing this forces the Log Analytics Workspace off the board and onboard again.
98
98
  *
99
- * @deprecated this property has been deprecated in favour of `workspace_id`
99
+ * @deprecated this property has been deprecated in favour of `workspaceId`
100
100
  */
101
101
  resourceGroupName?: pulumi.Input<string>;
102
102
  workspaceId?: pulumi.Input<string>;
103
103
  /**
104
104
  * Specifies the Workspace Name. Changing this forces the Log Analytics Workspace off the board and onboard again. Changing this forces a new resource to be created.
105
105
  *
106
- * @deprecated this property will be removed in favour of `workspace_id` in version 4.0 of the AzureRM Provider
106
+ * @deprecated this property will be removed in favour of `workspaceId` in version 4.0 of the AzureRM Provider
107
107
  */
108
108
  workspaceName?: pulumi.Input<string>;
109
109
  }
@@ -122,14 +122,14 @@ export interface LogAnalyticsWorkspaceOnboardingArgs {
122
122
  /**
123
123
  * Specifies the name of the Resource Group where the Security Insights Sentinel Onboarding States should exist. Changing this forces the Log Analytics Workspace off the board and onboard again.
124
124
  *
125
- * @deprecated this property has been deprecated in favour of `workspace_id`
125
+ * @deprecated this property has been deprecated in favour of `workspaceId`
126
126
  */
127
127
  resourceGroupName?: pulumi.Input<string>;
128
128
  workspaceId?: pulumi.Input<string>;
129
129
  /**
130
130
  * Specifies the Workspace Name. Changing this forces the Log Analytics Workspace off the board and onboard again. Changing this forces a new resource to be created.
131
131
  *
132
- * @deprecated this property will be removed in favour of `workspace_id` in version 4.0 of the AzureRM Provider
132
+ * @deprecated this property will be removed in favour of `workspaceId` in version 4.0 of the AzureRM Provider
133
133
  */
134
134
  workspaceName?: pulumi.Input<string>;
135
135
  }
@@ -33,7 +33,7 @@ export interface GetNamespaceAuthorizationRuleArgs {
33
33
  /**
34
34
  * Specifies the name of the ServiceBus Namespace.
35
35
  *
36
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
36
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
37
37
  */
38
38
  namespaceName?: string;
39
39
  /**
@@ -41,7 +41,7 @@ export interface GetNamespaceAuthorizationRuleArgs {
41
41
  *
42
42
  * > **Note:** `namespaceName` and `resourceGroupName` has been deprecated and will be removed in version 4.0 of the provider in favour of `namespaceId`.
43
43
  *
44
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
44
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
45
45
  */
46
46
  resourceGroupName?: string;
47
47
  }
@@ -56,7 +56,7 @@ export interface GetNamespaceAuthorizationRuleResult {
56
56
  readonly name: string;
57
57
  readonly namespaceId?: string;
58
58
  /**
59
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
59
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
60
60
  */
61
61
  readonly namespaceName?: string;
62
62
  /**
@@ -72,7 +72,7 @@ export interface GetNamespaceAuthorizationRuleResult {
72
72
  */
73
73
  readonly primaryKey: string;
74
74
  /**
75
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
75
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
76
76
  */
77
77
  readonly resourceGroupName?: string;
78
78
  /**
@@ -122,7 +122,7 @@ export interface GetNamespaceAuthorizationRuleOutputArgs {
122
122
  /**
123
123
  * Specifies the name of the ServiceBus Namespace.
124
124
  *
125
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
125
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
126
126
  */
127
127
  namespaceName?: pulumi.Input<string>;
128
128
  /**
@@ -130,7 +130,7 @@ export interface GetNamespaceAuthorizationRuleOutputArgs {
130
130
  *
131
131
  * > **Note:** `namespaceName` and `resourceGroupName` has been deprecated and will be removed in version 4.0 of the provider in favour of `namespaceId`.
132
132
  *
133
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
133
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
134
134
  */
135
135
  resourceGroupName?: pulumi.Input<string>;
136
136
  }
@@ -8,11 +8,11 @@ export interface GetNamespaceDisasterRecoveryConfigArgs {
8
8
  name: string;
9
9
  namespaceId?: string;
10
10
  /**
11
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
11
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
12
12
  */
13
13
  namespaceName?: string;
14
14
  /**
15
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
15
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
16
16
  */
17
17
  resourceGroupName?: string;
18
18
  }
@@ -30,13 +30,13 @@ export interface GetNamespaceDisasterRecoveryConfigResult {
30
30
  readonly name: string;
31
31
  readonly namespaceId?: string;
32
32
  /**
33
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
33
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
34
34
  */
35
35
  readonly namespaceName?: string;
36
36
  readonly partnerNamespaceId: string;
37
37
  readonly primaryConnectionStringAlias: string;
38
38
  /**
39
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
39
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
40
40
  */
41
41
  readonly resourceGroupName?: string;
42
42
  readonly secondaryConnectionStringAlias: string;
@@ -50,11 +50,11 @@ export interface GetNamespaceDisasterRecoveryConfigOutputArgs {
50
50
  name: pulumi.Input<string>;
51
51
  namespaceId?: pulumi.Input<string>;
52
52
  /**
53
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
53
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
54
54
  */
55
55
  namespaceName?: pulumi.Input<string>;
56
56
  /**
57
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
57
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
58
58
  */
59
59
  resourceGroupName?: pulumi.Input<string>;
60
60
  }
@@ -33,7 +33,7 @@ export interface GetQueueArgs {
33
33
  /**
34
34
  * The name of the ServiceBus Namespace.
35
35
  *
36
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
36
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
37
37
  */
38
38
  namespaceName?: string;
39
39
  /**
@@ -41,7 +41,7 @@ export interface GetQueueArgs {
41
41
  *
42
42
  * > **Note:** `namespaceName` and `resourceGroupName` has been deprecated and will be removed in version 4.0 of the provider in favour of `namespaceId`.
43
43
  *
44
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
44
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
45
45
  */
46
46
  resourceGroupName?: string;
47
47
  }
@@ -104,7 +104,7 @@ export interface GetQueueResult {
104
104
  readonly name: string;
105
105
  readonly namespaceId?: string;
106
106
  /**
107
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
107
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
108
108
  */
109
109
  readonly namespaceName?: string;
110
110
  /**
@@ -116,7 +116,7 @@ export interface GetQueueResult {
116
116
  */
117
117
  readonly requiresSession: boolean;
118
118
  /**
119
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
119
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
120
120
  */
121
121
  readonly resourceGroupName?: string;
122
122
  /**
@@ -158,7 +158,7 @@ export interface GetQueueOutputArgs {
158
158
  /**
159
159
  * The name of the ServiceBus Namespace.
160
160
  *
161
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
161
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
162
162
  */
163
163
  namespaceName?: pulumi.Input<string>;
164
164
  /**
@@ -166,7 +166,7 @@ export interface GetQueueOutputArgs {
166
166
  *
167
167
  * > **Note:** `namespaceName` and `resourceGroupName` has been deprecated and will be removed in version 4.0 of the provider in favour of `namespaceId`.
168
168
  *
169
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
169
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
170
170
  */
171
171
  resourceGroupName?: pulumi.Input<string>;
172
172
  }
@@ -29,13 +29,13 @@ export interface GetSubscriptionArgs {
29
29
  /**
30
30
  * The name of the ServiceBus Namespace.
31
31
  *
32
- * @deprecated `namespace_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
32
+ * @deprecated `namespaceName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
33
33
  */
34
34
  namespaceName?: string;
35
35
  /**
36
36
  * Specifies the name of the Resource Group where the ServiceBus Namespace exists.
37
37
  *
38
- * @deprecated `resource_group_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
38
+ * @deprecated `resourceGroupName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
39
39
  */
40
40
  resourceGroupName?: string;
41
41
  /**
@@ -47,7 +47,7 @@ export interface GetSubscriptionArgs {
47
47
  *
48
48
  * > **Note:** `namespaceName`,`resourceGroupName` and `topicName` has been deprecated and will be removed in version 4.0 of the provider in favour of `topicId`.
49
49
  *
50
- * @deprecated `topic_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
50
+ * @deprecated `topicName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
51
51
  */
52
52
  topicName?: string;
53
53
  }
@@ -97,7 +97,7 @@ export interface GetSubscriptionResult {
97
97
  readonly maxDeliveryCount: number;
98
98
  readonly name: string;
99
99
  /**
100
- * @deprecated `namespace_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
100
+ * @deprecated `namespaceName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
101
101
  */
102
102
  readonly namespaceName?: string;
103
103
  /**
@@ -105,12 +105,12 @@ export interface GetSubscriptionResult {
105
105
  */
106
106
  readonly requiresSession: boolean;
107
107
  /**
108
- * @deprecated `resource_group_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
108
+ * @deprecated `resourceGroupName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
109
109
  */
110
110
  readonly resourceGroupName?: string;
111
111
  readonly topicId?: string;
112
112
  /**
113
- * @deprecated `topic_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
113
+ * @deprecated `topicName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
114
114
  */
115
115
  readonly topicName?: string;
116
116
  }
@@ -144,13 +144,13 @@ export interface GetSubscriptionOutputArgs {
144
144
  /**
145
145
  * The name of the ServiceBus Namespace.
146
146
  *
147
- * @deprecated `namespace_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
147
+ * @deprecated `namespaceName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
148
148
  */
149
149
  namespaceName?: pulumi.Input<string>;
150
150
  /**
151
151
  * Specifies the name of the Resource Group where the ServiceBus Namespace exists.
152
152
  *
153
- * @deprecated `resource_group_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
153
+ * @deprecated `resourceGroupName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
154
154
  */
155
155
  resourceGroupName?: pulumi.Input<string>;
156
156
  /**
@@ -162,7 +162,7 @@ export interface GetSubscriptionOutputArgs {
162
162
  *
163
163
  * > **Note:** `namespaceName`,`resourceGroupName` and `topicName` has been deprecated and will be removed in version 4.0 of the provider in favour of `topicId`.
164
164
  *
165
- * @deprecated `topic_name` will be removed in favour of the property `topic_id` in version 4.0 of the AzureRM Provider.
165
+ * @deprecated `topicName` will be removed in favour of the property `topicId` in version 4.0 of the AzureRM Provider.
166
166
  */
167
167
  topicName?: pulumi.Input<string>;
168
168
  }
@@ -33,7 +33,7 @@ export interface GetTopicArgs {
33
33
  /**
34
34
  * The name of the Service Bus Namespace.
35
35
  *
36
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
36
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
37
37
  */
38
38
  namespaceName?: string;
39
39
  /**
@@ -41,7 +41,7 @@ export interface GetTopicArgs {
41
41
  *
42
42
  * > **Note:** `namespaceName` and `resourceGroupName` has been deprecated and will be removed in version 4.0 of the provider in favour of `namespaceId`.
43
43
  *
44
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
44
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
45
45
  */
46
46
  resourceGroupName?: string;
47
47
  }
@@ -84,7 +84,7 @@ export interface GetTopicResult {
84
84
  readonly name: string;
85
85
  readonly namespaceId?: string;
86
86
  /**
87
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
87
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
88
88
  */
89
89
  readonly namespaceName?: string;
90
90
  /**
@@ -92,7 +92,7 @@ export interface GetTopicResult {
92
92
  */
93
93
  readonly requiresDuplicateDetection: boolean;
94
94
  /**
95
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
95
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
96
96
  */
97
97
  readonly resourceGroupName?: string;
98
98
  /**
@@ -138,7 +138,7 @@ export interface GetTopicOutputArgs {
138
138
  /**
139
139
  * The name of the Service Bus Namespace.
140
140
  *
141
- * @deprecated `namespace_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
141
+ * @deprecated `namespaceName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
142
142
  */
143
143
  namespaceName?: pulumi.Input<string>;
144
144
  /**
@@ -146,7 +146,7 @@ export interface GetTopicOutputArgs {
146
146
  *
147
147
  * > **Note:** `namespaceName` and `resourceGroupName` has been deprecated and will be removed in version 4.0 of the provider in favour of `namespaceId`.
148
148
  *
149
- * @deprecated `resource_group_name` will be removed in favour of the property `namespace_id` in version 4.0 of the AzureRM Provider.
149
+ * @deprecated `resourceGroupName` will be removed in favour of the property `namespaceId` in version 4.0 of the AzureRM Provider.
150
150
  */
151
151
  resourceGroupName?: pulumi.Input<string>;
152
152
  }
@@ -102,7 +102,7 @@ export declare class Service extends pulumi.CustomResource {
102
102
  /**
103
103
  * Specifies if Live Trace is enabled or not. Defaults to `false`.
104
104
  *
105
- * @deprecated `live_trace_enabled` has been deprecated in favor of `live_trace` and will be removed in 4.0.
105
+ * @deprecated `liveTraceEnabled` has been deprecated in favor of `liveTrace` and will be removed in 4.0.
106
106
  */
107
107
  readonly liveTraceEnabled: pulumi.Output<boolean | undefined>;
108
108
  /**
@@ -231,7 +231,7 @@ export interface ServiceState {
231
231
  /**
232
232
  * Specifies if Live Trace is enabled or not. Defaults to `false`.
233
233
  *
234
- * @deprecated `live_trace_enabled` has been deprecated in favor of `live_trace` and will be removed in 4.0.
234
+ * @deprecated `liveTraceEnabled` has been deprecated in favor of `liveTrace` and will be removed in 4.0.
235
235
  */
236
236
  liveTraceEnabled?: pulumi.Input<boolean>;
237
237
  /**
@@ -344,7 +344,7 @@ export interface ServiceArgs {
344
344
  /**
345
345
  * Specifies if Live Trace is enabled or not. Defaults to `false`.
346
346
  *
347
- * @deprecated `live_trace_enabled` has been deprecated in favor of `live_trace` and will be removed in 4.0.
347
+ * @deprecated `liveTraceEnabled` has been deprecated in favor of `liveTrace` and will be removed in 4.0.
348
348
  */
349
349
  liveTraceEnabled?: pulumi.Input<boolean>;
350
350
  /**