@pulumi/azure 6.14.0-alpha.1734156303 → 6.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apimanagement/apiDiagnostic.d.ts +1 -1
- package/apimanagement/apiDiagnostic.js +1 -1
- package/apimanagement/apiRelease.d.ts +1 -1
- package/apimanagement/apiRelease.js +1 -1
- package/automation/softwareUpdateConfiguration.d.ts +1 -1
- package/automation/softwareUpdateConfiguration.js +1 -1
- package/cognitive/accountRaiBlocklist.d.ts +107 -0
- package/cognitive/accountRaiBlocklist.js +91 -0
- package/cognitive/accountRaiBlocklist.js.map +1 -0
- package/cognitive/index.d.ts +3 -0
- package/cognitive/index.js +6 -1
- package/cognitive/index.js.map +1 -1
- package/compute/managedDisk.d.ts +0 -6
- package/compute/managedDisk.js.map +1 -1
- package/fabric/capacity.d.ts +153 -0
- package/fabric/capacity.js +102 -0
- package/fabric/capacity.js.map +1 -0
- package/fabric/index.d.ts +3 -0
- package/fabric/index.js +22 -0
- package/fabric/index.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/mssql/server.d.ts +6 -0
- package/mssql/server.js.map +1 -1
- package/nginx/configuration.d.ts +0 -1
- package/nginx/configuration.js +0 -1
- package/nginx/configuration.js.map +1 -1
- package/nginx/deployment.d.ts +3 -4
- package/nginx/deployment.js +0 -1
- package/nginx/deployment.js.map +1 -1
- package/nginx/getConfiguration.d.ts +3 -0
- package/nginx/getConfiguration.js.map +1 -1
- package/nginx/getDeployment.d.ts +1 -1
- package/orbital/contact.d.ts +2 -0
- package/orbital/contact.js +2 -0
- package/orbital/contact.js.map +1 -1
- package/orbital/contactProfile.d.ts +2 -0
- package/orbital/contactProfile.js +2 -0
- package/orbital/contactProfile.js.map +1 -1
- package/orbital/spacecraft.d.ts +2 -0
- package/orbital/spacecraft.js +2 -0
- package/orbital/spacecraft.js.map +1 -1
- package/package.json +2 -2
- package/search/service.d.ts +12 -0
- package/search/service.js +2 -0
- package/search/service.js.map +1 -1
- package/storage/getStorageContainer.d.ts +2 -2
- package/types/input.d.ts +25 -7
- package/types/output.d.ts +27 -7
package/types/input.d.ts
CHANGED
|
@@ -5205,7 +5205,9 @@ export declare namespace appservice {
|
|
|
5205
5205
|
*/
|
|
5206
5206
|
dotnetVersion?: pulumi.Input<string>;
|
|
5207
5207
|
/**
|
|
5208
|
-
* The Version of Java to use. Supported versions include `8`, `11`
|
|
5208
|
+
* The Version of Java to use. Supported versions include `8`, `11`, `17`, `21`.
|
|
5209
|
+
*
|
|
5210
|
+
* > **NOTE:** The value `21` is currently in Preview for `javaVersion`.
|
|
5209
5211
|
*/
|
|
5210
5212
|
javaVersion?: pulumi.Input<string>;
|
|
5211
5213
|
/**
|
|
@@ -6101,7 +6103,7 @@ export declare namespace appservice {
|
|
|
6101
6103
|
*/
|
|
6102
6104
|
managedPipelineMode?: pulumi.Input<string>;
|
|
6103
6105
|
/**
|
|
6104
|
-
* The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, and `1.
|
|
6106
|
+
* The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
6105
6107
|
*/
|
|
6106
6108
|
minimumTlsVersion?: pulumi.Input<string>;
|
|
6107
6109
|
/**
|
|
@@ -6131,7 +6133,7 @@ export declare namespace appservice {
|
|
|
6131
6133
|
*/
|
|
6132
6134
|
scmIpRestrictions?: pulumi.Input<pulumi.Input<inputs.appservice.LinuxFunctionAppSlotSiteConfigScmIpRestriction>[]>;
|
|
6133
6135
|
/**
|
|
6134
|
-
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, and `1.
|
|
6136
|
+
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
6135
6137
|
*/
|
|
6136
6138
|
scmMinimumTlsVersion?: pulumi.Input<string>;
|
|
6137
6139
|
/**
|
|
@@ -7271,7 +7273,7 @@ export declare namespace appservice {
|
|
|
7271
7273
|
*/
|
|
7272
7274
|
javaServerVersion?: pulumi.Input<string>;
|
|
7273
7275
|
/**
|
|
7274
|
-
* The Version of Java to use. Possible values include `8`, `11`, and `
|
|
7276
|
+
* The Version of Java to use. Possible values include `8`, `11`, `17`, and `21`.
|
|
7275
7277
|
*
|
|
7276
7278
|
* > **NOTE:** The valid version combinations for `javaVersion`, `javaServer` and `javaServerVersion` can be checked from the command line via `az webapp list-runtimes --linux`.
|
|
7277
7279
|
*
|
|
@@ -10159,7 +10161,7 @@ export declare namespace appservice {
|
|
|
10159
10161
|
*/
|
|
10160
10162
|
dotnetVersion?: pulumi.Input<string>;
|
|
10161
10163
|
/**
|
|
10162
|
-
* The Version of Java to use. Supported versions include `1.8`, `11
|
|
10164
|
+
* The Version of Java to use. Supported versions include `1.8`, `11`, `17`, `21` (In-Preview).
|
|
10163
10165
|
*/
|
|
10164
10166
|
javaVersion?: pulumi.Input<string>;
|
|
10165
10167
|
/**
|
|
@@ -11015,7 +11017,7 @@ export declare namespace appservice {
|
|
|
11015
11017
|
*/
|
|
11016
11018
|
managedPipelineMode?: pulumi.Input<string>;
|
|
11017
11019
|
/**
|
|
11018
|
-
* The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, and `1.
|
|
11020
|
+
* The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
11019
11021
|
*/
|
|
11020
11022
|
minimumTlsVersion?: pulumi.Input<string>;
|
|
11021
11023
|
/**
|
|
@@ -11045,7 +11047,7 @@ export declare namespace appservice {
|
|
|
11045
11047
|
*/
|
|
11046
11048
|
scmIpRestrictions?: pulumi.Input<pulumi.Input<inputs.appservice.WindowsFunctionAppSlotSiteConfigScmIpRestriction>[]>;
|
|
11047
11049
|
/**
|
|
11048
|
-
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, and `1.
|
|
11050
|
+
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
11049
11051
|
*/
|
|
11050
11052
|
scmMinimumTlsVersion?: pulumi.Input<string>;
|
|
11051
11053
|
/**
|
|
@@ -30562,6 +30564,18 @@ export declare namespace extendedlocation {
|
|
|
30562
30564
|
value: pulumi.Input<string>;
|
|
30563
30565
|
}
|
|
30564
30566
|
}
|
|
30567
|
+
export declare namespace fabric {
|
|
30568
|
+
interface CapacitySku {
|
|
30569
|
+
/**
|
|
30570
|
+
* The name of the SKU to use for the Fabric Capacity. Possible values are `F2`, `F4`, `F8`, `F16`, `F32`, `F64`, `F128`, `F256`, `F512`, `F1024`, `F2048`.
|
|
30571
|
+
*/
|
|
30572
|
+
name: pulumi.Input<string>;
|
|
30573
|
+
/**
|
|
30574
|
+
* The tier of the SKU to use for the Fabric Capacity. The only possible value is `Fabric`.
|
|
30575
|
+
*/
|
|
30576
|
+
tier: pulumi.Input<string>;
|
|
30577
|
+
}
|
|
30578
|
+
}
|
|
30565
30579
|
export declare namespace fluidrelay {
|
|
30566
30580
|
interface ServerCustomerManagedKey {
|
|
30567
30581
|
/**
|
|
@@ -35794,6 +35808,8 @@ export declare namespace logicapps {
|
|
|
35794
35808
|
linuxFxVersion?: pulumi.Input<string>;
|
|
35795
35809
|
/**
|
|
35796
35810
|
* The minimum supported TLS version for the Logic App. Possible values are `1.0`, `1.1`, and `1.2`. Defaults to `1.2` for new Logic Apps.
|
|
35811
|
+
*
|
|
35812
|
+
* > **Note** Azure Services will require TLS 1.2+ by August 2025, please see this [announcement](https://azure.microsoft.com/en-us/updates/v2/update-retirement-tls1-0-tls1-1-versions-azure-services/) for more.
|
|
35797
35813
|
*/
|
|
35798
35814
|
minTlsVersion?: pulumi.Input<string>;
|
|
35799
35815
|
/**
|
|
@@ -35816,6 +35832,8 @@ export declare namespace logicapps {
|
|
|
35816
35832
|
scmIpRestrictions?: pulumi.Input<pulumi.Input<inputs.logicapps.StandardSiteConfigScmIpRestriction>[]>;
|
|
35817
35833
|
/**
|
|
35818
35834
|
* Configures the minimum version of TLS required for SSL requests to the SCM site. Possible values are `1.0`, `1.1` and `1.2`.
|
|
35835
|
+
*
|
|
35836
|
+
* > **Note** Azure Services will require TLS 1.2+ by August 2025, please see this [announcement](https://azure.microsoft.com/en-us/updates/v2/update-retirement-tls1-0-tls1-1-versions-azure-services/) for more.
|
|
35819
35837
|
*/
|
|
35820
35838
|
scmMinTlsVersion?: pulumi.Input<string>;
|
|
35821
35839
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -10160,7 +10160,9 @@ export declare namespace appservice {
|
|
|
10160
10160
|
*/
|
|
10161
10161
|
dotnetVersion?: string;
|
|
10162
10162
|
/**
|
|
10163
|
-
* The Version of Java to use. Supported versions include `8`, `11`
|
|
10163
|
+
* The Version of Java to use. Supported versions include `8`, `11`, `17`, `21`.
|
|
10164
|
+
*
|
|
10165
|
+
* > **NOTE:** The value `21` is currently in Preview for `javaVersion`.
|
|
10164
10166
|
*/
|
|
10165
10167
|
javaVersion?: string;
|
|
10166
10168
|
/**
|
|
@@ -11056,7 +11058,7 @@ export declare namespace appservice {
|
|
|
11056
11058
|
*/
|
|
11057
11059
|
managedPipelineMode?: string;
|
|
11058
11060
|
/**
|
|
11059
|
-
* The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, and `1.
|
|
11061
|
+
* The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
11060
11062
|
*/
|
|
11061
11063
|
minimumTlsVersion?: string;
|
|
11062
11064
|
/**
|
|
@@ -11086,7 +11088,7 @@ export declare namespace appservice {
|
|
|
11086
11088
|
*/
|
|
11087
11089
|
scmIpRestrictions?: outputs.appservice.LinuxFunctionAppSlotSiteConfigScmIpRestriction[];
|
|
11088
11090
|
/**
|
|
11089
|
-
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, and `1.
|
|
11091
|
+
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
11090
11092
|
*/
|
|
11091
11093
|
scmMinimumTlsVersion?: string;
|
|
11092
11094
|
/**
|
|
@@ -12226,7 +12228,7 @@ export declare namespace appservice {
|
|
|
12226
12228
|
*/
|
|
12227
12229
|
javaServerVersion?: string;
|
|
12228
12230
|
/**
|
|
12229
|
-
* The Version of Java to use. Possible values include `8`, `11`, and `
|
|
12231
|
+
* The Version of Java to use. Possible values include `8`, `11`, `17`, and `21`.
|
|
12230
12232
|
*
|
|
12231
12233
|
* > **NOTE:** The valid version combinations for `javaVersion`, `javaServer` and `javaServerVersion` can be checked from the command line via `az webapp list-runtimes --linux`.
|
|
12232
12234
|
*
|
|
@@ -15114,7 +15116,7 @@ export declare namespace appservice {
|
|
|
15114
15116
|
*/
|
|
15115
15117
|
dotnetVersion?: string;
|
|
15116
15118
|
/**
|
|
15117
|
-
* The Version of Java to use. Supported versions include `1.8`, `11
|
|
15119
|
+
* The Version of Java to use. Supported versions include `1.8`, `11`, `17`, `21` (In-Preview).
|
|
15118
15120
|
*/
|
|
15119
15121
|
javaVersion?: string;
|
|
15120
15122
|
/**
|
|
@@ -15970,7 +15972,7 @@ export declare namespace appservice {
|
|
|
15970
15972
|
*/
|
|
15971
15973
|
managedPipelineMode?: string;
|
|
15972
15974
|
/**
|
|
15973
|
-
* The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, and `1.
|
|
15975
|
+
* The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
15974
15976
|
*/
|
|
15975
15977
|
minimumTlsVersion?: string;
|
|
15976
15978
|
/**
|
|
@@ -16000,7 +16002,7 @@ export declare namespace appservice {
|
|
|
16000
16002
|
*/
|
|
16001
16003
|
scmIpRestrictions?: outputs.appservice.WindowsFunctionAppSlotSiteConfigScmIpRestriction[];
|
|
16002
16004
|
/**
|
|
16003
|
-
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, and `1.
|
|
16005
|
+
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
16004
16006
|
*/
|
|
16005
16007
|
scmMinimumTlsVersion?: string;
|
|
16006
16008
|
/**
|
|
@@ -39259,6 +39261,18 @@ export declare namespace extendedlocation {
|
|
|
39259
39261
|
value: string;
|
|
39260
39262
|
}
|
|
39261
39263
|
}
|
|
39264
|
+
export declare namespace fabric {
|
|
39265
|
+
interface CapacitySku {
|
|
39266
|
+
/**
|
|
39267
|
+
* The name of the SKU to use for the Fabric Capacity. Possible values are `F2`, `F4`, `F8`, `F16`, `F32`, `F64`, `F128`, `F256`, `F512`, `F1024`, `F2048`.
|
|
39268
|
+
*/
|
|
39269
|
+
name: string;
|
|
39270
|
+
/**
|
|
39271
|
+
* The tier of the SKU to use for the Fabric Capacity. The only possible value is `Fabric`.
|
|
39272
|
+
*/
|
|
39273
|
+
tier: string;
|
|
39274
|
+
}
|
|
39275
|
+
}
|
|
39262
39276
|
export declare namespace fluidrelay {
|
|
39263
39277
|
interface ServerCustomerManagedKey {
|
|
39264
39278
|
/**
|
|
@@ -44865,6 +44879,8 @@ export declare namespace logicapps {
|
|
|
44865
44879
|
linuxFxVersion: string;
|
|
44866
44880
|
/**
|
|
44867
44881
|
* The minimum supported TLS version for the Logic App. Possible values are `1.0`, `1.1`, and `1.2`. Defaults to `1.2` for new Logic Apps.
|
|
44882
|
+
*
|
|
44883
|
+
* > **Note** Azure Services will require TLS 1.2+ by August 2025, please see this [announcement](https://azure.microsoft.com/en-us/updates/v2/update-retirement-tls1-0-tls1-1-versions-azure-services/) for more.
|
|
44868
44884
|
*/
|
|
44869
44885
|
minTlsVersion: string;
|
|
44870
44886
|
/**
|
|
@@ -44887,6 +44903,8 @@ export declare namespace logicapps {
|
|
|
44887
44903
|
scmIpRestrictions: outputs.logicapps.StandardSiteConfigScmIpRestriction[];
|
|
44888
44904
|
/**
|
|
44889
44905
|
* Configures the minimum version of TLS required for SSL requests to the SCM site. Possible values are `1.0`, `1.1` and `1.2`.
|
|
44906
|
+
*
|
|
44907
|
+
* > **Note** Azure Services will require TLS 1.2+ by August 2025, please see this [announcement](https://azure.microsoft.com/en-us/updates/v2/update-retirement-tls1-0-tls1-1-versions-azure-services/) for more.
|
|
44890
44908
|
*/
|
|
44891
44909
|
scmMinTlsVersion: string;
|
|
44892
44910
|
/**
|
|
@@ -55551,6 +55569,8 @@ export declare namespace nginx {
|
|
|
55551
55569
|
interface GetConfigurationProtectedFile {
|
|
55552
55570
|
/**
|
|
55553
55571
|
* The base-64 encoded contents of this configuration file.
|
|
55572
|
+
*
|
|
55573
|
+
* @deprecated the `content` property is deprecated and will be removed in v5.0 of the AzureRM Provider.
|
|
55554
55574
|
*/
|
|
55555
55575
|
content: string;
|
|
55556
55576
|
/**
|