@pulumi/azure 5.69.0-alpha.1710169074 → 5.69.0-alpha.1710420885
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/appservice/certificate.d.ts +27 -3
- package/appservice/certificate.js +2 -0
- package/appservice/certificate.js.map +1 -1
- package/appservice/environmentV3.d.ts +9 -0
- package/appservice/environmentV3.js.map +1 -1
- package/appservice/getFunctionAppHostKeys.d.ts +1 -0
- package/appservice/getFunctionAppHostKeys.js.map +1 -1
- package/appservice/getStaticWebApp.d.ts +90 -0
- package/appservice/getStaticWebApp.js +54 -0
- package/appservice/getStaticWebApp.js.map +1 -0
- package/appservice/index.d.ts +9 -0
- package/appservice/index.js +15 -2
- package/appservice/index.js.map +1 -1
- package/appservice/servicePlan.d.ts +9 -9
- package/appservice/staticSite.d.ts +2 -0
- package/appservice/staticSite.js +2 -0
- package/appservice/staticSite.js.map +1 -1
- package/appservice/staticWebApp.d.ts +228 -0
- package/appservice/staticWebApp.js +108 -0
- package/appservice/staticWebApp.js.map +1 -0
- package/appservice/staticWebAppCustomDomain.d.ts +146 -0
- package/appservice/staticWebAppCustomDomain.js +141 -0
- package/appservice/staticWebAppCustomDomain.js.map +1 -0
- package/armmsi/federatedIdentityCredential.d.ts +3 -3
- package/authorization/assignment.d.ts +3 -3
- package/authorization/getRoleDefinition.d.ts +3 -3
- package/containerapp/customDomain.d.ts +101 -0
- package/containerapp/customDomain.js +75 -0
- package/containerapp/customDomain.js.map +1 -0
- package/containerapp/index.d.ts +3 -0
- package/containerapp/index.js +6 -1
- package/containerapp/index.js.map +1 -1
- package/containerservice/fleetMember.d.ts +0 -3
- package/containerservice/fleetMember.js +0 -3
- package/containerservice/fleetMember.js.map +1 -1
- package/containerservice/fleetUpdateRun.d.ts +0 -3
- package/containerservice/fleetUpdateRun.js +0 -3
- package/containerservice/fleetUpdateRun.js.map +1 -1
- package/containerservice/fleetUpdateStrategy.d.ts +0 -3
- package/containerservice/fleetUpdateStrategy.js +0 -3
- package/containerservice/fleetUpdateStrategy.js.map +1 -1
- package/containerservice/kubernetesFleetManager.d.ts +3 -3
- package/datafactory/integrationRuntimeManaged.d.ts +12 -0
- package/datafactory/integrationRuntimeManaged.js +2 -0
- package/datafactory/integrationRuntimeManaged.js.map +1 -1
- package/dataprotection/backupInstanceKubernetesCluster.d.ts +272 -0
- package/dataprotection/backupInstanceKubernetesCluster.js +223 -0
- package/dataprotection/backupInstanceKubernetesCluster.js.map +1 -0
- package/dataprotection/index.d.ts +3 -0
- package/dataprotection/index.js +6 -1
- package/dataprotection/index.js.map +1 -1
- package/eventhub/topic.d.ts +3 -3
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/keyvault/keyVault.d.ts +6 -0
- package/keyvault/keyVault.js.map +1 -1
- package/lb/probe.d.ts +3 -3
- package/mssql/managedDatabase.d.ts +3 -3
- package/mssql/managedInstance.d.ts +9 -0
- package/mssql/managedInstance.js.map +1 -1
- package/netapp/account.d.ts +3 -3
- package/netapp/accountEncryption.d.ts +86 -3
- package/netapp/accountEncryption.js +83 -0
- package/netapp/accountEncryption.js.map +1 -1
- package/netapp/volume.d.ts +9 -9
- package/package.json +1 -1
- package/redhatopenshift/cluster.d.ts +18 -18
- package/role/assignment.d.ts +3 -3
- package/role/getRoleDefinition.d.ts +3 -3
- package/servicebus/topic.d.ts +3 -3
- package/siterecovery/vmwareReplicatedVm.d.ts +54 -54
- package/streamanalytics/job.d.ts +0 -3
- package/streamanalytics/job.js.map +1 -1
- package/streamanalytics/outputBlob.d.ts +12 -0
- package/streamanalytics/outputBlob.js +2 -0
- package/streamanalytics/outputBlob.js.map +1 -1
- package/systemcenter/index.d.ts +3 -0
- package/systemcenter/index.js +6 -1
- package/systemcenter/index.js.map +1 -1
- package/systemcenter/virtualMachineManagerAvailabilitySet.d.ts +155 -0
- package/systemcenter/virtualMachineManagerAvailabilitySet.js +109 -0
- package/systemcenter/virtualMachineManagerAvailabilitySet.js.map +1 -0
- package/types/input.d.ts +802 -11
- package/types/output.d.ts +922 -17
- package/workloadssap/index.d.ts +6 -0
- package/workloadssap/index.js +27 -0
- package/workloadssap/index.js.map +1 -0
- package/workloadssap/singleNodeVirtualInstance.d.ts +189 -0
- package/workloadssap/singleNodeVirtualInstance.js +100 -0
- package/workloadssap/singleNodeVirtualInstance.js.map +1 -0
- package/workloadssap/threeTierVirtualInstance.d.ts +189 -0
- package/workloadssap/threeTierVirtualInstance.js +100 -0
- package/workloadssap/threeTierVirtualInstance.js.map +1 -0
|
@@ -31,11 +31,11 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
31
31
|
*/
|
|
32
32
|
static isInstance(obj: any): obj is Cluster;
|
|
33
33
|
/**
|
|
34
|
-
* An `apiServerProfile` block as defined below.
|
|
34
|
+
* An `apiServerProfile` block as defined below. Changing this forces a new resource to be created.
|
|
35
35
|
*/
|
|
36
36
|
readonly apiServerProfile: pulumi.Output<outputs.redhatopenshift.ClusterApiServerProfile>;
|
|
37
37
|
/**
|
|
38
|
-
* A `clusterProfile` block as defined below.
|
|
38
|
+
* A `clusterProfile` block as defined below. Changing this forces a new resource to be created.
|
|
39
39
|
*/
|
|
40
40
|
readonly clusterProfile: pulumi.Output<outputs.redhatopenshift.ClusterClusterProfile>;
|
|
41
41
|
/**
|
|
@@ -43,7 +43,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
43
43
|
*/
|
|
44
44
|
readonly consoleUrl: pulumi.Output<string>;
|
|
45
45
|
/**
|
|
46
|
-
* An `ingressProfile` block as defined below.
|
|
46
|
+
* An `ingressProfile` block as defined below. Changing this forces a new resource to be created.
|
|
47
47
|
*/
|
|
48
48
|
readonly ingressProfile: pulumi.Output<outputs.redhatopenshift.ClusterIngressProfile>;
|
|
49
49
|
/**
|
|
@@ -51,7 +51,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
51
51
|
*/
|
|
52
52
|
readonly location: pulumi.Output<string>;
|
|
53
53
|
/**
|
|
54
|
-
* A `mainProfile` block as defined below.
|
|
54
|
+
* A `mainProfile` block as defined below. Changing this forces a new resource to be created.
|
|
55
55
|
*/
|
|
56
56
|
readonly mainProfile: pulumi.Output<outputs.redhatopenshift.ClusterMainProfile>;
|
|
57
57
|
/**
|
|
@@ -59,7 +59,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
59
59
|
*/
|
|
60
60
|
readonly name: pulumi.Output<string>;
|
|
61
61
|
/**
|
|
62
|
-
* A `networkProfile` block as defined below.
|
|
62
|
+
* A `networkProfile` block as defined below. Changing this forces a new resource to be created.
|
|
63
63
|
*/
|
|
64
64
|
readonly networkProfile: pulumi.Output<outputs.redhatopenshift.ClusterNetworkProfile>;
|
|
65
65
|
/**
|
|
@@ -77,7 +77,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
77
77
|
[key: string]: string;
|
|
78
78
|
} | undefined>;
|
|
79
79
|
/**
|
|
80
|
-
* A `workerProfile` block as defined below.
|
|
80
|
+
* A `workerProfile` block as defined below. Changing this forces a new resource to be created.
|
|
81
81
|
*/
|
|
82
82
|
readonly workerProfile: pulumi.Output<outputs.redhatopenshift.ClusterWorkerProfile>;
|
|
83
83
|
/**
|
|
@@ -94,11 +94,11 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
94
94
|
*/
|
|
95
95
|
export interface ClusterState {
|
|
96
96
|
/**
|
|
97
|
-
* An `apiServerProfile` block as defined below.
|
|
97
|
+
* An `apiServerProfile` block as defined below. Changing this forces a new resource to be created.
|
|
98
98
|
*/
|
|
99
99
|
apiServerProfile?: pulumi.Input<inputs.redhatopenshift.ClusterApiServerProfile>;
|
|
100
100
|
/**
|
|
101
|
-
* A `clusterProfile` block as defined below.
|
|
101
|
+
* A `clusterProfile` block as defined below. Changing this forces a new resource to be created.
|
|
102
102
|
*/
|
|
103
103
|
clusterProfile?: pulumi.Input<inputs.redhatopenshift.ClusterClusterProfile>;
|
|
104
104
|
/**
|
|
@@ -106,7 +106,7 @@ export interface ClusterState {
|
|
|
106
106
|
*/
|
|
107
107
|
consoleUrl?: pulumi.Input<string>;
|
|
108
108
|
/**
|
|
109
|
-
* An `ingressProfile` block as defined below.
|
|
109
|
+
* An `ingressProfile` block as defined below. Changing this forces a new resource to be created.
|
|
110
110
|
*/
|
|
111
111
|
ingressProfile?: pulumi.Input<inputs.redhatopenshift.ClusterIngressProfile>;
|
|
112
112
|
/**
|
|
@@ -114,7 +114,7 @@ export interface ClusterState {
|
|
|
114
114
|
*/
|
|
115
115
|
location?: pulumi.Input<string>;
|
|
116
116
|
/**
|
|
117
|
-
* A `mainProfile` block as defined below.
|
|
117
|
+
* A `mainProfile` block as defined below. Changing this forces a new resource to be created.
|
|
118
118
|
*/
|
|
119
119
|
mainProfile?: pulumi.Input<inputs.redhatopenshift.ClusterMainProfile>;
|
|
120
120
|
/**
|
|
@@ -122,7 +122,7 @@ export interface ClusterState {
|
|
|
122
122
|
*/
|
|
123
123
|
name?: pulumi.Input<string>;
|
|
124
124
|
/**
|
|
125
|
-
* A `networkProfile` block as defined below.
|
|
125
|
+
* A `networkProfile` block as defined below. Changing this forces a new resource to be created.
|
|
126
126
|
*/
|
|
127
127
|
networkProfile?: pulumi.Input<inputs.redhatopenshift.ClusterNetworkProfile>;
|
|
128
128
|
/**
|
|
@@ -140,7 +140,7 @@ export interface ClusterState {
|
|
|
140
140
|
[key: string]: pulumi.Input<string>;
|
|
141
141
|
}>;
|
|
142
142
|
/**
|
|
143
|
-
* A `workerProfile` block as defined below.
|
|
143
|
+
* A `workerProfile` block as defined below. Changing this forces a new resource to be created.
|
|
144
144
|
*/
|
|
145
145
|
workerProfile?: pulumi.Input<inputs.redhatopenshift.ClusterWorkerProfile>;
|
|
146
146
|
}
|
|
@@ -149,15 +149,15 @@ export interface ClusterState {
|
|
|
149
149
|
*/
|
|
150
150
|
export interface ClusterArgs {
|
|
151
151
|
/**
|
|
152
|
-
* An `apiServerProfile` block as defined below.
|
|
152
|
+
* An `apiServerProfile` block as defined below. Changing this forces a new resource to be created.
|
|
153
153
|
*/
|
|
154
154
|
apiServerProfile: pulumi.Input<inputs.redhatopenshift.ClusterApiServerProfile>;
|
|
155
155
|
/**
|
|
156
|
-
* A `clusterProfile` block as defined below.
|
|
156
|
+
* A `clusterProfile` block as defined below. Changing this forces a new resource to be created.
|
|
157
157
|
*/
|
|
158
158
|
clusterProfile: pulumi.Input<inputs.redhatopenshift.ClusterClusterProfile>;
|
|
159
159
|
/**
|
|
160
|
-
* An `ingressProfile` block as defined below.
|
|
160
|
+
* An `ingressProfile` block as defined below. Changing this forces a new resource to be created.
|
|
161
161
|
*/
|
|
162
162
|
ingressProfile: pulumi.Input<inputs.redhatopenshift.ClusterIngressProfile>;
|
|
163
163
|
/**
|
|
@@ -165,7 +165,7 @@ export interface ClusterArgs {
|
|
|
165
165
|
*/
|
|
166
166
|
location?: pulumi.Input<string>;
|
|
167
167
|
/**
|
|
168
|
-
* A `mainProfile` block as defined below.
|
|
168
|
+
* A `mainProfile` block as defined below. Changing this forces a new resource to be created.
|
|
169
169
|
*/
|
|
170
170
|
mainProfile: pulumi.Input<inputs.redhatopenshift.ClusterMainProfile>;
|
|
171
171
|
/**
|
|
@@ -173,7 +173,7 @@ export interface ClusterArgs {
|
|
|
173
173
|
*/
|
|
174
174
|
name?: pulumi.Input<string>;
|
|
175
175
|
/**
|
|
176
|
-
* A `networkProfile` block as defined below.
|
|
176
|
+
* A `networkProfile` block as defined below. Changing this forces a new resource to be created.
|
|
177
177
|
*/
|
|
178
178
|
networkProfile: pulumi.Input<inputs.redhatopenshift.ClusterNetworkProfile>;
|
|
179
179
|
/**
|
|
@@ -191,7 +191,7 @@ export interface ClusterArgs {
|
|
|
191
191
|
[key: string]: pulumi.Input<string>;
|
|
192
192
|
}>;
|
|
193
193
|
/**
|
|
194
|
-
* A `workerProfile` block as defined below.
|
|
194
|
+
* A `workerProfile` block as defined below. Changing this forces a new resource to be created.
|
|
195
195
|
*/
|
|
196
196
|
workerProfile: pulumi.Input<inputs.redhatopenshift.ClusterWorkerProfile>;
|
|
197
197
|
}
|
package/role/assignment.d.ts
CHANGED
|
@@ -173,7 +173,7 @@ export declare class Assignment extends pulumi.CustomResource {
|
|
|
173
173
|
*/
|
|
174
174
|
readonly principalId: pulumi.Output<string>;
|
|
175
175
|
/**
|
|
176
|
-
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
176
|
+
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created. It is necessary to explicitly set this attribute when creating role assignments if the principal creating the assignment is constrained by ABAC rules that filters on the PrincipalType attribute.
|
|
177
177
|
*
|
|
178
178
|
* > **NOTE:** If one of `condition` or `conditionVersion` is set both fields must be present.
|
|
179
179
|
*/
|
|
@@ -239,7 +239,7 @@ export interface AssignmentState {
|
|
|
239
239
|
*/
|
|
240
240
|
principalId?: pulumi.Input<string>;
|
|
241
241
|
/**
|
|
242
|
-
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
242
|
+
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created. It is necessary to explicitly set this attribute when creating role assignments if the principal creating the assignment is constrained by ABAC rules that filters on the PrincipalType attribute.
|
|
243
243
|
*
|
|
244
244
|
* > **NOTE:** If one of `condition` or `conditionVersion` is set both fields must be present.
|
|
245
245
|
*/
|
|
@@ -296,7 +296,7 @@ export interface AssignmentArgs {
|
|
|
296
296
|
*/
|
|
297
297
|
principalId: pulumi.Input<string>;
|
|
298
298
|
/**
|
|
299
|
-
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
299
|
+
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created. It is necessary to explicitly set this attribute when creating role assignments if the principal creating the assignment is constrained by ABAC rules that filters on the PrincipalType attribute.
|
|
300
300
|
*
|
|
301
301
|
* > **NOTE:** If one of `condition` or `conditionVersion` is set both fields must be present.
|
|
302
302
|
*/
|
|
@@ -64,7 +64,7 @@ export interface GetRoleDefinitionResult {
|
|
|
64
64
|
*/
|
|
65
65
|
readonly assignableScopes: string[];
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* The Description of the built-in Role.
|
|
68
68
|
*/
|
|
69
69
|
readonly description: string;
|
|
70
70
|
/**
|
|
@@ -73,13 +73,13 @@ export interface GetRoleDefinitionResult {
|
|
|
73
73
|
readonly id: string;
|
|
74
74
|
readonly name: string;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* A `permissions` block as documented below.
|
|
77
77
|
*/
|
|
78
78
|
readonly permissions: outputs.role.GetRoleDefinitionPermission[];
|
|
79
79
|
readonly roleDefinitionId: string;
|
|
80
80
|
readonly scope?: string;
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* The Type of the Role.
|
|
83
83
|
*/
|
|
84
84
|
readonly type: string;
|
|
85
85
|
}
|
package/servicebus/topic.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare class Topic extends pulumi.CustomResource {
|
|
|
100
100
|
readonly namespaceId: pulumi.Output<string>;
|
|
101
101
|
readonly namespaceName: pulumi.Output<string>;
|
|
102
102
|
/**
|
|
103
|
-
* Boolean flag which controls whether the Topic requires duplicate detection. Defaults to false
|
|
103
|
+
* Boolean flag which controls whether the Topic requires duplicate detection. Defaults to `false`. Changing this forces a new resource to be created.
|
|
104
104
|
*/
|
|
105
105
|
readonly requiresDuplicateDetection: pulumi.Output<boolean | undefined>;
|
|
106
106
|
readonly resourceGroupName: pulumi.Output<string>;
|
|
@@ -169,7 +169,7 @@ export interface TopicState {
|
|
|
169
169
|
namespaceId?: pulumi.Input<string>;
|
|
170
170
|
namespaceName?: pulumi.Input<string>;
|
|
171
171
|
/**
|
|
172
|
-
* Boolean flag which controls whether the Topic requires duplicate detection. Defaults to false
|
|
172
|
+
* Boolean flag which controls whether the Topic requires duplicate detection. Defaults to `false`. Changing this forces a new resource to be created.
|
|
173
173
|
*/
|
|
174
174
|
requiresDuplicateDetection?: pulumi.Input<boolean>;
|
|
175
175
|
resourceGroupName?: pulumi.Input<string>;
|
|
@@ -229,7 +229,7 @@ export interface TopicArgs {
|
|
|
229
229
|
*/
|
|
230
230
|
namespaceId: pulumi.Input<string>;
|
|
231
231
|
/**
|
|
232
|
-
* Boolean flag which controls whether the Topic requires duplicate detection. Defaults to false
|
|
232
|
+
* Boolean flag which controls whether the Topic requires duplicate detection. Defaults to `false`. Changing this forces a new resource to be created.
|
|
233
233
|
*/
|
|
234
234
|
requiresDuplicateDetection?: pulumi.Input<boolean>;
|
|
235
235
|
/**
|
|
@@ -106,31 +106,31 @@ export declare class VmwareReplicatedVm extends pulumi.CustomResource {
|
|
|
106
106
|
/**
|
|
107
107
|
* The ID of the stroage account that should be used for logging during replication.
|
|
108
108
|
*
|
|
109
|
-
* **Note:** Only standard types of storage accounts are allowed.
|
|
109
|
+
* > **Note:** Only standard types of storage accounts are allowed.
|
|
110
110
|
*
|
|
111
|
-
* **Note:** Only one of `defaultLogStorageAccountId` or `managedDisk` must be specified.
|
|
111
|
+
* > **Note:** Only one of `defaultLogStorageAccountId` or `managedDisk` must be specified.
|
|
112
112
|
*
|
|
113
|
-
* **Note:** Changing `defaultLogStorageAccountId` forces a new resource to be created. But removing it does not.
|
|
113
|
+
* > **Note:** Changing `defaultLogStorageAccountId` forces a new resource to be created. But removing it does not.
|
|
114
114
|
*
|
|
115
|
-
* **Note:** When `defaultLogStorageAccountId` co-exist with `managedDisk`, the value of `defaultLogStorageAccountId` must be as same as `logStorageAccountId` of every `managedDisk` or it forces a new resource to be created.
|
|
115
|
+
* > **Note:** When `defaultLogStorageAccountId` co-exist with `managedDisk`, the value of `defaultLogStorageAccountId` must be as same as `logStorageAccountId` of every `managedDisk` or it forces a new resource to be created.
|
|
116
116
|
*/
|
|
117
117
|
readonly defaultLogStorageAccountId: pulumi.Output<string | undefined>;
|
|
118
118
|
/**
|
|
119
|
-
* The type of storage account that should be used for recovery disks when a failover is done. Possible values are `
|
|
119
|
+
* The type of storage account that should be used for recovery disks when a failover is done. Possible values are `Premium_LRS`, `Standard_LRS` and `StandardSSD_LRS`.
|
|
120
120
|
*
|
|
121
|
-
* **Note:** Only one of `defaultRecoveryDiskType` or `managedDisk` must be specified.
|
|
121
|
+
* > **Note:** Only one of `defaultRecoveryDiskType` or `managedDisk` must be specified.
|
|
122
122
|
*
|
|
123
|
-
* **Note:** Changing `defaultRecoveryDiskType` forces a new resource to be created. But removing it does not.
|
|
123
|
+
* > **Note:** Changing `defaultRecoveryDiskType` forces a new resource to be created. But removing it does not.
|
|
124
124
|
*
|
|
125
|
-
* **Note:** When `defaultRecoveryDiskType` co-exist with `managedDisk`, the value of `defaultRecoveryDiskType` must be as same as `targetDiskType` of every `managedDisk` or it forces a new resource to be created.
|
|
125
|
+
* > **Note:** When `defaultRecoveryDiskType` co-exist with `managedDisk`, the value of `defaultRecoveryDiskType` must be as same as `targetDiskType` of every `managedDisk` or it forces a new resource to be created.
|
|
126
126
|
*/
|
|
127
127
|
readonly defaultRecoveryDiskType: pulumi.Output<string | undefined>;
|
|
128
128
|
/**
|
|
129
129
|
* The ID of the default Disk Encryption Set that should be used for the disks when a failover is done.
|
|
130
130
|
*
|
|
131
|
-
* **Note:** Changing `defaultTargetDiskEncryptionSetId` forces a new resource to be created. But removing it does not.
|
|
131
|
+
* > **Note:** Changing `defaultTargetDiskEncryptionSetId` forces a new resource to be created. But removing it does not.
|
|
132
132
|
*
|
|
133
|
-
* **Note:** When `defaultTargetDiskEncryptionSetId` co-exist with `managedDisk`, the value of `defaultTargetDiskEncryptionSetId` must be as same as `targetDiskEncryptionSetId` of every `managedDisk` or it forces a new resource to be created.
|
|
133
|
+
* > **Note:** When `defaultTargetDiskEncryptionSetId` co-exist with `managedDisk`, the value of `defaultTargetDiskEncryptionSetId` must be as same as `targetDiskEncryptionSetId` of every `managedDisk` or it forces a new resource to be created.
|
|
134
134
|
*/
|
|
135
135
|
readonly defaultTargetDiskEncryptionSetId: pulumi.Output<string | undefined>;
|
|
136
136
|
/**
|
|
@@ -140,11 +140,11 @@ export declare class VmwareReplicatedVm extends pulumi.CustomResource {
|
|
|
140
140
|
/**
|
|
141
141
|
* One or more `managedDisk` block as defined below. It's available only if mobility service is already installed on the source VM.
|
|
142
142
|
*
|
|
143
|
-
* **Note:** A replicated VM could be created without `managedDisk` block, once the block has been specified, changing it expect removing it forces a new resource to be created.
|
|
143
|
+
* > **Note:** A replicated VM could be created without `managedDisk` block, once the block has been specified, changing it expect removing it forces a new resource to be created.
|
|
144
144
|
*/
|
|
145
145
|
readonly managedDisks: pulumi.Output<outputs.siterecovery.VmwareReplicatedVmManagedDisk[] | undefined>;
|
|
146
146
|
/**
|
|
147
|
-
* Name of group in which all machines will replicate together and have shared crash consistent and app-consistent recovery points when failed over.
|
|
147
|
+
* Name of group in which all machines will replicate together and have shared crash consistent and app-consistent recovery points when failed over.
|
|
148
148
|
*/
|
|
149
149
|
readonly multiVmGroupName: pulumi.Output<string | undefined>;
|
|
150
150
|
/**
|
|
@@ -160,11 +160,11 @@ export declare class VmwareReplicatedVm extends pulumi.CustomResource {
|
|
|
160
160
|
*/
|
|
161
161
|
readonly physicalServerCredentialName: pulumi.Output<string>;
|
|
162
162
|
/**
|
|
163
|
-
* The ID of the policy to use for this replicated VM.
|
|
163
|
+
* The ID of the policy to use for this replicated VM.
|
|
164
164
|
*/
|
|
165
165
|
readonly recoveryReplicationPolicyId: pulumi.Output<string>;
|
|
166
166
|
/**
|
|
167
|
-
* The ID of the Recovery Services Vault where the replicated VM is created.
|
|
167
|
+
* The ID of the Recovery Services Vault where the replicated VM is created.
|
|
168
168
|
*/
|
|
169
169
|
readonly recoveryVaultId: pulumi.Output<string>;
|
|
170
170
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class VmwareReplicatedVm extends pulumi.CustomResource {
|
|
|
172
172
|
*/
|
|
173
173
|
readonly sourceVmName: pulumi.Output<string>;
|
|
174
174
|
/**
|
|
175
|
-
* The ID of availability set that the new VM should belong to when a failover is done.
|
|
175
|
+
* The ID of availability set that the new VM should belong to when a failover is done.
|
|
176
176
|
*/
|
|
177
177
|
readonly targetAvailabilitySetId: pulumi.Output<string | undefined>;
|
|
178
178
|
/**
|
|
@@ -182,17 +182,17 @@ export declare class VmwareReplicatedVm extends pulumi.CustomResource {
|
|
|
182
182
|
/**
|
|
183
183
|
* The ID of network to use when a failover is done.
|
|
184
184
|
*
|
|
185
|
-
* **Note:** `targetNetworkId` is required when `networkInterface` is specified.
|
|
185
|
+
* > **Note:** `targetNetworkId` is required when `networkInterface` is specified.
|
|
186
186
|
*/
|
|
187
187
|
readonly targetNetworkId: pulumi.Output<string | undefined>;
|
|
188
188
|
/**
|
|
189
189
|
* The ID of Proximity Placement Group the new VM should belong to when a failover is done.
|
|
190
190
|
*
|
|
191
|
-
* **Note:** Only one of `targetAvailabilitySetId` or `targetZone` can be specified.
|
|
191
|
+
* > **Note:** Only one of `targetAvailabilitySetId` or `targetZone` can be specified.
|
|
192
192
|
*/
|
|
193
193
|
readonly targetProximityPlacementGroupId: pulumi.Output<string | undefined>;
|
|
194
194
|
/**
|
|
195
|
-
* The ID of resource group where the VM should be created when a failover is done.
|
|
195
|
+
* The ID of resource group where the VM should be created when a failover is done.
|
|
196
196
|
*/
|
|
197
197
|
readonly targetResourceGroupId: pulumi.Output<string>;
|
|
198
198
|
/**
|
|
@@ -231,31 +231,31 @@ export interface VmwareReplicatedVmState {
|
|
|
231
231
|
/**
|
|
232
232
|
* The ID of the stroage account that should be used for logging during replication.
|
|
233
233
|
*
|
|
234
|
-
* **Note:** Only standard types of storage accounts are allowed.
|
|
234
|
+
* > **Note:** Only standard types of storage accounts are allowed.
|
|
235
235
|
*
|
|
236
|
-
* **Note:** Only one of `defaultLogStorageAccountId` or `managedDisk` must be specified.
|
|
236
|
+
* > **Note:** Only one of `defaultLogStorageAccountId` or `managedDisk` must be specified.
|
|
237
237
|
*
|
|
238
|
-
* **Note:** Changing `defaultLogStorageAccountId` forces a new resource to be created. But removing it does not.
|
|
238
|
+
* > **Note:** Changing `defaultLogStorageAccountId` forces a new resource to be created. But removing it does not.
|
|
239
239
|
*
|
|
240
|
-
* **Note:** When `defaultLogStorageAccountId` co-exist with `managedDisk`, the value of `defaultLogStorageAccountId` must be as same as `logStorageAccountId` of every `managedDisk` or it forces a new resource to be created.
|
|
240
|
+
* > **Note:** When `defaultLogStorageAccountId` co-exist with `managedDisk`, the value of `defaultLogStorageAccountId` must be as same as `logStorageAccountId` of every `managedDisk` or it forces a new resource to be created.
|
|
241
241
|
*/
|
|
242
242
|
defaultLogStorageAccountId?: pulumi.Input<string>;
|
|
243
243
|
/**
|
|
244
|
-
* The type of storage account that should be used for recovery disks when a failover is done. Possible values are `
|
|
244
|
+
* The type of storage account that should be used for recovery disks when a failover is done. Possible values are `Premium_LRS`, `Standard_LRS` and `StandardSSD_LRS`.
|
|
245
245
|
*
|
|
246
|
-
* **Note:** Only one of `defaultRecoveryDiskType` or `managedDisk` must be specified.
|
|
246
|
+
* > **Note:** Only one of `defaultRecoveryDiskType` or `managedDisk` must be specified.
|
|
247
247
|
*
|
|
248
|
-
* **Note:** Changing `defaultRecoveryDiskType` forces a new resource to be created. But removing it does not.
|
|
248
|
+
* > **Note:** Changing `defaultRecoveryDiskType` forces a new resource to be created. But removing it does not.
|
|
249
249
|
*
|
|
250
|
-
* **Note:** When `defaultRecoveryDiskType` co-exist with `managedDisk`, the value of `defaultRecoveryDiskType` must be as same as `targetDiskType` of every `managedDisk` or it forces a new resource to be created.
|
|
250
|
+
* > **Note:** When `defaultRecoveryDiskType` co-exist with `managedDisk`, the value of `defaultRecoveryDiskType` must be as same as `targetDiskType` of every `managedDisk` or it forces a new resource to be created.
|
|
251
251
|
*/
|
|
252
252
|
defaultRecoveryDiskType?: pulumi.Input<string>;
|
|
253
253
|
/**
|
|
254
254
|
* The ID of the default Disk Encryption Set that should be used for the disks when a failover is done.
|
|
255
255
|
*
|
|
256
|
-
* **Note:** Changing `defaultTargetDiskEncryptionSetId` forces a new resource to be created. But removing it does not.
|
|
256
|
+
* > **Note:** Changing `defaultTargetDiskEncryptionSetId` forces a new resource to be created. But removing it does not.
|
|
257
257
|
*
|
|
258
|
-
* **Note:** When `defaultTargetDiskEncryptionSetId` co-exist with `managedDisk`, the value of `defaultTargetDiskEncryptionSetId` must be as same as `targetDiskEncryptionSetId` of every `managedDisk` or it forces a new resource to be created.
|
|
258
|
+
* > **Note:** When `defaultTargetDiskEncryptionSetId` co-exist with `managedDisk`, the value of `defaultTargetDiskEncryptionSetId` must be as same as `targetDiskEncryptionSetId` of every `managedDisk` or it forces a new resource to be created.
|
|
259
259
|
*/
|
|
260
260
|
defaultTargetDiskEncryptionSetId?: pulumi.Input<string>;
|
|
261
261
|
/**
|
|
@@ -265,11 +265,11 @@ export interface VmwareReplicatedVmState {
|
|
|
265
265
|
/**
|
|
266
266
|
* One or more `managedDisk` block as defined below. It's available only if mobility service is already installed on the source VM.
|
|
267
267
|
*
|
|
268
|
-
* **Note:** A replicated VM could be created without `managedDisk` block, once the block has been specified, changing it expect removing it forces a new resource to be created.
|
|
268
|
+
* > **Note:** A replicated VM could be created without `managedDisk` block, once the block has been specified, changing it expect removing it forces a new resource to be created.
|
|
269
269
|
*/
|
|
270
270
|
managedDisks?: pulumi.Input<pulumi.Input<inputs.siterecovery.VmwareReplicatedVmManagedDisk>[]>;
|
|
271
271
|
/**
|
|
272
|
-
* Name of group in which all machines will replicate together and have shared crash consistent and app-consistent recovery points when failed over.
|
|
272
|
+
* Name of group in which all machines will replicate together and have shared crash consistent and app-consistent recovery points when failed over.
|
|
273
273
|
*/
|
|
274
274
|
multiVmGroupName?: pulumi.Input<string>;
|
|
275
275
|
/**
|
|
@@ -285,11 +285,11 @@ export interface VmwareReplicatedVmState {
|
|
|
285
285
|
*/
|
|
286
286
|
physicalServerCredentialName?: pulumi.Input<string>;
|
|
287
287
|
/**
|
|
288
|
-
* The ID of the policy to use for this replicated VM.
|
|
288
|
+
* The ID of the policy to use for this replicated VM.
|
|
289
289
|
*/
|
|
290
290
|
recoveryReplicationPolicyId?: pulumi.Input<string>;
|
|
291
291
|
/**
|
|
292
|
-
* The ID of the Recovery Services Vault where the replicated VM is created.
|
|
292
|
+
* The ID of the Recovery Services Vault where the replicated VM is created.
|
|
293
293
|
*/
|
|
294
294
|
recoveryVaultId?: pulumi.Input<string>;
|
|
295
295
|
/**
|
|
@@ -297,7 +297,7 @@ export interface VmwareReplicatedVmState {
|
|
|
297
297
|
*/
|
|
298
298
|
sourceVmName?: pulumi.Input<string>;
|
|
299
299
|
/**
|
|
300
|
-
* The ID of availability set that the new VM should belong to when a failover is done.
|
|
300
|
+
* The ID of availability set that the new VM should belong to when a failover is done.
|
|
301
301
|
*/
|
|
302
302
|
targetAvailabilitySetId?: pulumi.Input<string>;
|
|
303
303
|
/**
|
|
@@ -307,17 +307,17 @@ export interface VmwareReplicatedVmState {
|
|
|
307
307
|
/**
|
|
308
308
|
* The ID of network to use when a failover is done.
|
|
309
309
|
*
|
|
310
|
-
* **Note:** `targetNetworkId` is required when `networkInterface` is specified.
|
|
310
|
+
* > **Note:** `targetNetworkId` is required when `networkInterface` is specified.
|
|
311
311
|
*/
|
|
312
312
|
targetNetworkId?: pulumi.Input<string>;
|
|
313
313
|
/**
|
|
314
314
|
* The ID of Proximity Placement Group the new VM should belong to when a failover is done.
|
|
315
315
|
*
|
|
316
|
-
* **Note:** Only one of `targetAvailabilitySetId` or `targetZone` can be specified.
|
|
316
|
+
* > **Note:** Only one of `targetAvailabilitySetId` or `targetZone` can be specified.
|
|
317
317
|
*/
|
|
318
318
|
targetProximityPlacementGroupId?: pulumi.Input<string>;
|
|
319
319
|
/**
|
|
320
|
-
* The ID of resource group where the VM should be created when a failover is done.
|
|
320
|
+
* The ID of resource group where the VM should be created when a failover is done.
|
|
321
321
|
*/
|
|
322
322
|
targetResourceGroupId?: pulumi.Input<string>;
|
|
323
323
|
/**
|
|
@@ -348,31 +348,31 @@ export interface VmwareReplicatedVmArgs {
|
|
|
348
348
|
/**
|
|
349
349
|
* The ID of the stroage account that should be used for logging during replication.
|
|
350
350
|
*
|
|
351
|
-
* **Note:** Only standard types of storage accounts are allowed.
|
|
351
|
+
* > **Note:** Only standard types of storage accounts are allowed.
|
|
352
352
|
*
|
|
353
|
-
* **Note:** Only one of `defaultLogStorageAccountId` or `managedDisk` must be specified.
|
|
353
|
+
* > **Note:** Only one of `defaultLogStorageAccountId` or `managedDisk` must be specified.
|
|
354
354
|
*
|
|
355
|
-
* **Note:** Changing `defaultLogStorageAccountId` forces a new resource to be created. But removing it does not.
|
|
355
|
+
* > **Note:** Changing `defaultLogStorageAccountId` forces a new resource to be created. But removing it does not.
|
|
356
356
|
*
|
|
357
|
-
* **Note:** When `defaultLogStorageAccountId` co-exist with `managedDisk`, the value of `defaultLogStorageAccountId` must be as same as `logStorageAccountId` of every `managedDisk` or it forces a new resource to be created.
|
|
357
|
+
* > **Note:** When `defaultLogStorageAccountId` co-exist with `managedDisk`, the value of `defaultLogStorageAccountId` must be as same as `logStorageAccountId` of every `managedDisk` or it forces a new resource to be created.
|
|
358
358
|
*/
|
|
359
359
|
defaultLogStorageAccountId?: pulumi.Input<string>;
|
|
360
360
|
/**
|
|
361
|
-
* The type of storage account that should be used for recovery disks when a failover is done. Possible values are `
|
|
361
|
+
* The type of storage account that should be used for recovery disks when a failover is done. Possible values are `Premium_LRS`, `Standard_LRS` and `StandardSSD_LRS`.
|
|
362
362
|
*
|
|
363
|
-
* **Note:** Only one of `defaultRecoveryDiskType` or `managedDisk` must be specified.
|
|
363
|
+
* > **Note:** Only one of `defaultRecoveryDiskType` or `managedDisk` must be specified.
|
|
364
364
|
*
|
|
365
|
-
* **Note:** Changing `defaultRecoveryDiskType` forces a new resource to be created. But removing it does not.
|
|
365
|
+
* > **Note:** Changing `defaultRecoveryDiskType` forces a new resource to be created. But removing it does not.
|
|
366
366
|
*
|
|
367
|
-
* **Note:** When `defaultRecoveryDiskType` co-exist with `managedDisk`, the value of `defaultRecoveryDiskType` must be as same as `targetDiskType` of every `managedDisk` or it forces a new resource to be created.
|
|
367
|
+
* > **Note:** When `defaultRecoveryDiskType` co-exist with `managedDisk`, the value of `defaultRecoveryDiskType` must be as same as `targetDiskType` of every `managedDisk` or it forces a new resource to be created.
|
|
368
368
|
*/
|
|
369
369
|
defaultRecoveryDiskType?: pulumi.Input<string>;
|
|
370
370
|
/**
|
|
371
371
|
* The ID of the default Disk Encryption Set that should be used for the disks when a failover is done.
|
|
372
372
|
*
|
|
373
|
-
* **Note:** Changing `defaultTargetDiskEncryptionSetId` forces a new resource to be created. But removing it does not.
|
|
373
|
+
* > **Note:** Changing `defaultTargetDiskEncryptionSetId` forces a new resource to be created. But removing it does not.
|
|
374
374
|
*
|
|
375
|
-
* **Note:** When `defaultTargetDiskEncryptionSetId` co-exist with `managedDisk`, the value of `defaultTargetDiskEncryptionSetId` must be as same as `targetDiskEncryptionSetId` of every `managedDisk` or it forces a new resource to be created.
|
|
375
|
+
* > **Note:** When `defaultTargetDiskEncryptionSetId` co-exist with `managedDisk`, the value of `defaultTargetDiskEncryptionSetId` must be as same as `targetDiskEncryptionSetId` of every `managedDisk` or it forces a new resource to be created.
|
|
376
376
|
*/
|
|
377
377
|
defaultTargetDiskEncryptionSetId?: pulumi.Input<string>;
|
|
378
378
|
/**
|
|
@@ -382,11 +382,11 @@ export interface VmwareReplicatedVmArgs {
|
|
|
382
382
|
/**
|
|
383
383
|
* One or more `managedDisk` block as defined below. It's available only if mobility service is already installed on the source VM.
|
|
384
384
|
*
|
|
385
|
-
* **Note:** A replicated VM could be created without `managedDisk` block, once the block has been specified, changing it expect removing it forces a new resource to be created.
|
|
385
|
+
* > **Note:** A replicated VM could be created without `managedDisk` block, once the block has been specified, changing it expect removing it forces a new resource to be created.
|
|
386
386
|
*/
|
|
387
387
|
managedDisks?: pulumi.Input<pulumi.Input<inputs.siterecovery.VmwareReplicatedVmManagedDisk>[]>;
|
|
388
388
|
/**
|
|
389
|
-
* Name of group in which all machines will replicate together and have shared crash consistent and app-consistent recovery points when failed over.
|
|
389
|
+
* Name of group in which all machines will replicate together and have shared crash consistent and app-consistent recovery points when failed over.
|
|
390
390
|
*/
|
|
391
391
|
multiVmGroupName?: pulumi.Input<string>;
|
|
392
392
|
/**
|
|
@@ -402,11 +402,11 @@ export interface VmwareReplicatedVmArgs {
|
|
|
402
402
|
*/
|
|
403
403
|
physicalServerCredentialName: pulumi.Input<string>;
|
|
404
404
|
/**
|
|
405
|
-
* The ID of the policy to use for this replicated VM.
|
|
405
|
+
* The ID of the policy to use for this replicated VM.
|
|
406
406
|
*/
|
|
407
407
|
recoveryReplicationPolicyId: pulumi.Input<string>;
|
|
408
408
|
/**
|
|
409
|
-
* The ID of the Recovery Services Vault where the replicated VM is created.
|
|
409
|
+
* The ID of the Recovery Services Vault where the replicated VM is created.
|
|
410
410
|
*/
|
|
411
411
|
recoveryVaultId: pulumi.Input<string>;
|
|
412
412
|
/**
|
|
@@ -414,7 +414,7 @@ export interface VmwareReplicatedVmArgs {
|
|
|
414
414
|
*/
|
|
415
415
|
sourceVmName: pulumi.Input<string>;
|
|
416
416
|
/**
|
|
417
|
-
* The ID of availability set that the new VM should belong to when a failover is done.
|
|
417
|
+
* The ID of availability set that the new VM should belong to when a failover is done.
|
|
418
418
|
*/
|
|
419
419
|
targetAvailabilitySetId?: pulumi.Input<string>;
|
|
420
420
|
/**
|
|
@@ -424,17 +424,17 @@ export interface VmwareReplicatedVmArgs {
|
|
|
424
424
|
/**
|
|
425
425
|
* The ID of network to use when a failover is done.
|
|
426
426
|
*
|
|
427
|
-
* **Note:** `targetNetworkId` is required when `networkInterface` is specified.
|
|
427
|
+
* > **Note:** `targetNetworkId` is required when `networkInterface` is specified.
|
|
428
428
|
*/
|
|
429
429
|
targetNetworkId?: pulumi.Input<string>;
|
|
430
430
|
/**
|
|
431
431
|
* The ID of Proximity Placement Group the new VM should belong to when a failover is done.
|
|
432
432
|
*
|
|
433
|
-
* **Note:** Only one of `targetAvailabilitySetId` or `targetZone` can be specified.
|
|
433
|
+
* > **Note:** Only one of `targetAvailabilitySetId` or `targetZone` can be specified.
|
|
434
434
|
*/
|
|
435
435
|
targetProximityPlacementGroupId?: pulumi.Input<string>;
|
|
436
436
|
/**
|
|
437
|
-
* The ID of resource group where the VM should be created when a failover is done.
|
|
437
|
+
* The ID of resource group where the VM should be created when a failover is done.
|
|
438
438
|
*/
|
|
439
439
|
targetResourceGroupId: pulumi.Input<string>;
|
|
440
440
|
/**
|
package/streamanalytics/job.d.ts
CHANGED
|
@@ -127,7 +127,6 @@ export declare class Job extends pulumi.CustomResource {
|
|
|
127
127
|
* Specifies the number of streaming units that the streaming job uses. Supported values are `1`, `3`, `6` and multiples of `6` up to `120`.
|
|
128
128
|
*
|
|
129
129
|
* > **NOTE:** `streamingUnits` must be set when `type` is `Cloud`.
|
|
130
|
-
* *
|
|
131
130
|
*/
|
|
132
131
|
readonly streamingUnits: pulumi.Output<number | undefined>;
|
|
133
132
|
/**
|
|
@@ -225,7 +224,6 @@ export interface JobState {
|
|
|
225
224
|
* Specifies the number of streaming units that the streaming job uses. Supported values are `1`, `3`, `6` and multiples of `6` up to `120`.
|
|
226
225
|
*
|
|
227
226
|
* > **NOTE:** `streamingUnits` must be set when `type` is `Cloud`.
|
|
228
|
-
* *
|
|
229
227
|
*/
|
|
230
228
|
streamingUnits?: pulumi.Input<number>;
|
|
231
229
|
/**
|
|
@@ -311,7 +309,6 @@ export interface JobArgs {
|
|
|
311
309
|
* Specifies the number of streaming units that the streaming job uses. Supported values are `1`, `3`, `6` and multiples of `6` up to `120`.
|
|
312
310
|
*
|
|
313
311
|
* > **NOTE:** `streamingUnits` must be set when `type` is `Cloud`.
|
|
314
|
-
* *
|
|
315
312
|
*/
|
|
316
313
|
streamingUnits?: pulumi.Input<number>;
|
|
317
314
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../streamanalytics/job.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../streamanalytics/job.ts"],"names":[],"mappings":"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"}
|
|
@@ -86,6 +86,10 @@ export declare class OutputBlob extends pulumi.CustomResource {
|
|
|
86
86
|
* The minimum number of rows per batch (must be between `0` and `1000000`).
|
|
87
87
|
*/
|
|
88
88
|
readonly batchMinRows: pulumi.Output<number | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* Determines whether blob blocks are either committed automatically or appended. Possible values are `Append` and `Once`. Defaults to `Append`.
|
|
91
|
+
*/
|
|
92
|
+
readonly blobWriteMode: pulumi.Output<string | undefined>;
|
|
89
93
|
/**
|
|
90
94
|
* The date format. Wherever `{date}` appears in `pathPattern`, the value of this property is used as the date format instead.
|
|
91
95
|
*/
|
|
@@ -151,6 +155,10 @@ export interface OutputBlobState {
|
|
|
151
155
|
* The minimum number of rows per batch (must be between `0` and `1000000`).
|
|
152
156
|
*/
|
|
153
157
|
batchMinRows?: pulumi.Input<number>;
|
|
158
|
+
/**
|
|
159
|
+
* Determines whether blob blocks are either committed automatically or appended. Possible values are `Append` and `Once`. Defaults to `Append`.
|
|
160
|
+
*/
|
|
161
|
+
blobWriteMode?: pulumi.Input<string>;
|
|
154
162
|
/**
|
|
155
163
|
* The date format. Wherever `{date}` appears in `pathPattern`, the value of this property is used as the date format instead.
|
|
156
164
|
*/
|
|
@@ -208,6 +216,10 @@ export interface OutputBlobArgs {
|
|
|
208
216
|
* The minimum number of rows per batch (must be between `0` and `1000000`).
|
|
209
217
|
*/
|
|
210
218
|
batchMinRows?: pulumi.Input<number>;
|
|
219
|
+
/**
|
|
220
|
+
* Determines whether blob blocks are either committed automatically or appended. Possible values are `Append` and `Once`. Defaults to `Append`.
|
|
221
|
+
*/
|
|
222
|
+
blobWriteMode?: pulumi.Input<string>;
|
|
211
223
|
/**
|
|
212
224
|
* The date format. Wherever `{date}` appears in `pathPattern`, the value of this property is used as the date format instead.
|
|
213
225
|
*/
|
|
@@ -71,6 +71,7 @@ class OutputBlob extends pulumi.CustomResource {
|
|
|
71
71
|
resourceInputs["authenticationMode"] = state ? state.authenticationMode : undefined;
|
|
72
72
|
resourceInputs["batchMaxWaitTime"] = state ? state.batchMaxWaitTime : undefined;
|
|
73
73
|
resourceInputs["batchMinRows"] = state ? state.batchMinRows : undefined;
|
|
74
|
+
resourceInputs["blobWriteMode"] = state ? state.blobWriteMode : undefined;
|
|
74
75
|
resourceInputs["dateFormat"] = state ? state.dateFormat : undefined;
|
|
75
76
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
76
77
|
resourceInputs["pathPattern"] = state ? state.pathPattern : undefined;
|
|
@@ -111,6 +112,7 @@ class OutputBlob extends pulumi.CustomResource {
|
|
|
111
112
|
resourceInputs["authenticationMode"] = args ? args.authenticationMode : undefined;
|
|
112
113
|
resourceInputs["batchMaxWaitTime"] = args ? args.batchMaxWaitTime : undefined;
|
|
113
114
|
resourceInputs["batchMinRows"] = args ? args.batchMinRows : undefined;
|
|
115
|
+
resourceInputs["blobWriteMode"] = args ? args.blobWriteMode : undefined;
|
|
114
116
|
resourceInputs["dateFormat"] = args ? args.dateFormat : undefined;
|
|
115
117
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
116
118
|
resourceInputs["pathPattern"] = args ? args.pathPattern : undefined;
|