@pulumi/azure-native 1.51.0 → 1.52.0-alpha.1640074065
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/types/input.d.ts +41 -1
- package/types/input.js +1 -1
- package/types/output.d.ts +40 -4
- package/types/output.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure-native",
|
|
3
|
-
"version": "v1.
|
|
3
|
+
"version": "v1.52.0-alpha.1640074065+25ee7ab8",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"azure",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
|
16
|
-
"install": "node scripts/install-pulumi-plugin.js resource azure-native v1.
|
|
16
|
+
"install": "node scripts/install-pulumi-plugin.js resource azure-native v1.52.0-alpha.1640074065+25ee7ab8"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -11778,7 +11778,7 @@ export declare namespace appplatform {
|
|
|
11778
11778
|
/**
|
|
11779
11779
|
* The content of uploaded certificate.
|
|
11780
11780
|
*/
|
|
11781
|
-
content
|
|
11781
|
+
content?: pulumi.Input<string>;
|
|
11782
11782
|
/**
|
|
11783
11783
|
* The type of the certificate source.
|
|
11784
11784
|
* Expected value is 'ContentCertificate'.
|
|
@@ -109258,6 +109258,10 @@ export declare namespace datafactory {
|
|
|
109258
109258
|
* The integration runtime reference.
|
|
109259
109259
|
*/
|
|
109260
109260
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
109261
|
+
/**
|
|
109262
|
+
* The credential reference containing authentication information.
|
|
109263
|
+
*/
|
|
109264
|
+
credential?: pulumi.Input<inputs.datafactory.CredentialReferenceArgs>;
|
|
109261
109265
|
/**
|
|
109262
109266
|
* Linked service description.
|
|
109263
109267
|
*/
|
|
@@ -109281,6 +109285,10 @@ export declare namespace datafactory {
|
|
|
109281
109285
|
* Expected value is 'AzureDatabricksDeltaLake'.
|
|
109282
109286
|
*/
|
|
109283
109287
|
type: pulumi.Input<"AzureDatabricksDeltaLake">;
|
|
109288
|
+
/**
|
|
109289
|
+
* Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).
|
|
109290
|
+
*/
|
|
109291
|
+
workspaceResourceId?: any;
|
|
109284
109292
|
}
|
|
109285
109293
|
/**
|
|
109286
109294
|
* A copy activity Azure Databricks Delta Lake sink.
|
|
@@ -112427,6 +112435,10 @@ export declare namespace datafactory {
|
|
|
112427
112435
|
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
112428
112436
|
*/
|
|
112429
112437
|
connectionString?: any;
|
|
112438
|
+
/**
|
|
112439
|
+
* The credential reference containing authentication information.
|
|
112440
|
+
*/
|
|
112441
|
+
credential?: pulumi.Input<inputs.datafactory.CredentialReferenceArgs>;
|
|
112430
112442
|
/**
|
|
112431
112443
|
* The name of the database. Type: string (or Expression with resultType string)
|
|
112432
112444
|
*/
|
|
@@ -114544,6 +114556,10 @@ export declare namespace datafactory {
|
|
|
114544
114556
|
* The integration runtime reference.
|
|
114545
114557
|
*/
|
|
114546
114558
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
114559
|
+
/**
|
|
114560
|
+
* The credential reference containing authentication information.
|
|
114561
|
+
*/
|
|
114562
|
+
credential?: pulumi.Input<inputs.datafactory.CredentialReferenceArgs>;
|
|
114547
114563
|
/**
|
|
114548
114564
|
* The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
114549
114565
|
*/
|
|
@@ -118950,6 +118966,10 @@ export declare namespace datafactory {
|
|
|
118950
118966
|
* Expected value is 'RBAC'.
|
|
118951
118967
|
*/
|
|
118952
118968
|
authorizationType: pulumi.Input<"RBAC">;
|
|
118969
|
+
/**
|
|
118970
|
+
* The credential reference containing authentication information.
|
|
118971
|
+
*/
|
|
118972
|
+
credential?: pulumi.Input<inputs.datafactory.CredentialReferenceArgs>;
|
|
118953
118973
|
/**
|
|
118954
118974
|
* The resource identifier of the integration runtime to be shared.
|
|
118955
118975
|
*/
|
|
@@ -140714,6 +140734,10 @@ export declare namespace datafactory {
|
|
|
140714
140734
|
* The integration runtime reference.
|
|
140715
140735
|
*/
|
|
140716
140736
|
connectVia?: pulumi.Input<inputs.datafactory.v20180601.IntegrationRuntimeReferenceArgs>;
|
|
140737
|
+
/**
|
|
140738
|
+
* The credential reference containing authentication information.
|
|
140739
|
+
*/
|
|
140740
|
+
credential?: pulumi.Input<inputs.datafactory.v20180601.CredentialReferenceArgs>;
|
|
140717
140741
|
/**
|
|
140718
140742
|
* Linked service description.
|
|
140719
140743
|
*/
|
|
@@ -140737,6 +140761,10 @@ export declare namespace datafactory {
|
|
|
140737
140761
|
* Expected value is 'AzureDatabricksDeltaLake'.
|
|
140738
140762
|
*/
|
|
140739
140763
|
type: pulumi.Input<"AzureDatabricksDeltaLake">;
|
|
140764
|
+
/**
|
|
140765
|
+
* Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).
|
|
140766
|
+
*/
|
|
140767
|
+
workspaceResourceId?: any;
|
|
140740
140768
|
}
|
|
140741
140769
|
/**
|
|
140742
140770
|
* A copy activity Azure Databricks Delta Lake sink.
|
|
@@ -143883,6 +143911,10 @@ export declare namespace datafactory {
|
|
|
143883
143911
|
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
143884
143912
|
*/
|
|
143885
143913
|
connectionString?: any;
|
|
143914
|
+
/**
|
|
143915
|
+
* The credential reference containing authentication information.
|
|
143916
|
+
*/
|
|
143917
|
+
credential?: pulumi.Input<inputs.datafactory.v20180601.CredentialReferenceArgs>;
|
|
143886
143918
|
/**
|
|
143887
143919
|
* The name of the database. Type: string (or Expression with resultType string)
|
|
143888
143920
|
*/
|
|
@@ -146000,6 +146032,10 @@ export declare namespace datafactory {
|
|
|
146000
146032
|
* The integration runtime reference.
|
|
146001
146033
|
*/
|
|
146002
146034
|
connectVia?: pulumi.Input<inputs.datafactory.v20180601.IntegrationRuntimeReferenceArgs>;
|
|
146035
|
+
/**
|
|
146036
|
+
* The credential reference containing authentication information.
|
|
146037
|
+
*/
|
|
146038
|
+
credential?: pulumi.Input<inputs.datafactory.v20180601.CredentialReferenceArgs>;
|
|
146003
146039
|
/**
|
|
146004
146040
|
* The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
146005
146041
|
*/
|
|
@@ -150406,6 +150442,10 @@ export declare namespace datafactory {
|
|
|
150406
150442
|
* Expected value is 'RBAC'.
|
|
150407
150443
|
*/
|
|
150408
150444
|
authorizationType: pulumi.Input<"RBAC">;
|
|
150445
|
+
/**
|
|
150446
|
+
* The credential reference containing authentication information.
|
|
150447
|
+
*/
|
|
150448
|
+
credential?: pulumi.Input<inputs.datafactory.v20180601.CredentialReferenceArgs>;
|
|
150409
150449
|
/**
|
|
150410
150450
|
* The resource identifier of the integration runtime to be shared.
|
|
150411
150451
|
*/
|