@pulumi/azure 5.64.0 → 5.64.1
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/certificate.d.ts +2 -2
- package/apimanagement/certificate.js +2 -2
- package/apimanagement/gatewayCertificateAuthority.d.ts +1 -1
- package/apimanagement/gatewayCertificateAuthority.js +1 -1
- package/apimanagement/gatewayHostNameConfiguration.d.ts +1 -1
- package/apimanagement/gatewayHostNameConfiguration.js +1 -1
- package/appservice/certificate.d.ts +1 -1
- package/appservice/certificate.js +1 -1
- package/appservice/publicCertificate.d.ts +1 -1
- package/appservice/publicCertificate.js +1 -1
- package/arckubernetes/cluster.d.ts +1 -1
- package/arckubernetes/cluster.js +1 -1
- package/arckubernetes/clusterExtension.d.ts +1 -1
- package/arckubernetes/clusterExtension.js +1 -1
- package/arckubernetes/fluxConfiguration.d.ts +1 -1
- package/arckubernetes/fluxConfiguration.js +1 -1
- package/automation/certificate.d.ts +1 -1
- package/automation/certificate.js +1 -1
- package/automation/connectionCertificate.d.ts +1 -1
- package/automation/connectionCertificate.js +1 -1
- package/batch/certificate.d.ts +1 -1
- package/batch/certificate.js +1 -1
- package/batch/pool.d.ts +1 -1
- package/batch/pool.js +1 -1
- package/cdn/frontdoorSecret.d.ts +1 -1
- package/cdn/frontdoorSecret.js +1 -1
- package/config/vars.d.ts +0 -3
- package/config/vars.js.map +1 -1
- package/iot/certificate.d.ts +1 -1
- package/iot/certificate.js +1 -1
- package/iot/iotHubCertificate.d.ts +1 -1
- package/iot/iotHubCertificate.js +1 -1
- package/keyvault/certifiate.d.ts +1 -1
- package/keyvault/certifiate.js +1 -1
- package/keyvault/certificate.d.ts +1 -1
- package/keyvault/certificate.js +1 -1
- package/lab/user.d.ts +1 -1
- package/lab/user.js +1 -1
- package/logicapps/integrationAccountAssembly.d.ts +1 -1
- package/logicapps/integrationAccountAssembly.js +1 -1
- package/mssql/managedInstanceActiveDirectoryAdministrator.d.ts +1 -1
- package/mssql/managedInstanceActiveDirectoryAdministrator.js +1 -1
- package/nginx/certificate.d.ts +1 -1
- package/nginx/certificate.js +1 -1
- package/package.json +1 -1
- package/provider.js +14 -12
- package/provider.js.map +1 -1
- package/signalr/serviceCustomCertificate.d.ts +1 -1
- package/signalr/serviceCustomCertificate.js +1 -1
- package/signalr/serviceCustomDomain.d.ts +1 -1
- package/signalr/serviceCustomDomain.js +1 -1
- package/types/input.d.ts +108 -0
- package/types/output.d.ts +249 -0
package/types/output.d.ts
CHANGED
|
@@ -5818,6 +5818,9 @@ export declare namespace appservice {
|
|
|
5818
5818
|
* Does the service keep at least one backup, regardless of age of backup?
|
|
5819
5819
|
*/
|
|
5820
5820
|
keepAtLeastOneBackup: boolean;
|
|
5821
|
+
/**
|
|
5822
|
+
* The time the backup was last attempted.
|
|
5823
|
+
*/
|
|
5821
5824
|
lastExecutionTime: string;
|
|
5822
5825
|
/**
|
|
5823
5826
|
* After how many days backups are deleted.
|
|
@@ -7121,12 +7124,21 @@ export declare namespace appservice {
|
|
|
7121
7124
|
*/
|
|
7122
7125
|
action: string;
|
|
7123
7126
|
headers: outputs.appservice.GetLinuxWebAppSiteConfigIpRestrictionHeader[];
|
|
7127
|
+
/**
|
|
7128
|
+
* The CIDR notation of the IP or IP Range to match.
|
|
7129
|
+
*/
|
|
7124
7130
|
ipAddress: string;
|
|
7125
7131
|
/**
|
|
7126
7132
|
* The name of this Linux Web App.
|
|
7127
7133
|
*/
|
|
7128
7134
|
name: string;
|
|
7135
|
+
/**
|
|
7136
|
+
* The priority value of this `ipRestriction`.
|
|
7137
|
+
*/
|
|
7129
7138
|
priority: number;
|
|
7139
|
+
/**
|
|
7140
|
+
* The Service Tag used for this IP Restriction.
|
|
7141
|
+
*/
|
|
7130
7142
|
serviceTag: string;
|
|
7131
7143
|
/**
|
|
7132
7144
|
* The subnet id which the Linux Web App is vNet Integrated with.
|
|
@@ -7134,9 +7146,21 @@ export declare namespace appservice {
|
|
|
7134
7146
|
virtualNetworkSubnetId: string;
|
|
7135
7147
|
}
|
|
7136
7148
|
interface GetLinuxWebAppSiteConfigIpRestrictionHeader {
|
|
7149
|
+
/**
|
|
7150
|
+
* The list of Azure Front Door IDs.
|
|
7151
|
+
*/
|
|
7137
7152
|
xAzureFdids: string[];
|
|
7153
|
+
/**
|
|
7154
|
+
* Specifies if a Front Door Health Probe is expected.
|
|
7155
|
+
*/
|
|
7138
7156
|
xFdHealthProbes: string[];
|
|
7157
|
+
/**
|
|
7158
|
+
* The list of addresses for which matching is applied.
|
|
7159
|
+
*/
|
|
7139
7160
|
xForwardedFors: string[];
|
|
7161
|
+
/**
|
|
7162
|
+
* The list of Hosts for which matching will be applied.
|
|
7163
|
+
*/
|
|
7140
7164
|
xForwardedHosts: string[];
|
|
7141
7165
|
}
|
|
7142
7166
|
interface GetLinuxWebAppSiteConfigScmIpRestriction {
|
|
@@ -7145,12 +7169,21 @@ export declare namespace appservice {
|
|
|
7145
7169
|
*/
|
|
7146
7170
|
action: string;
|
|
7147
7171
|
headers: outputs.appservice.GetLinuxWebAppSiteConfigScmIpRestrictionHeader[];
|
|
7172
|
+
/**
|
|
7173
|
+
* The CIDR notation of the IP or IP Range to match.
|
|
7174
|
+
*/
|
|
7148
7175
|
ipAddress: string;
|
|
7149
7176
|
/**
|
|
7150
7177
|
* The name of this Linux Web App.
|
|
7151
7178
|
*/
|
|
7152
7179
|
name: string;
|
|
7180
|
+
/**
|
|
7181
|
+
* The priority value of this `ipRestriction`.
|
|
7182
|
+
*/
|
|
7153
7183
|
priority: number;
|
|
7184
|
+
/**
|
|
7185
|
+
* The Service Tag used for this IP Restriction.
|
|
7186
|
+
*/
|
|
7154
7187
|
serviceTag: string;
|
|
7155
7188
|
/**
|
|
7156
7189
|
* The subnet id which the Linux Web App is vNet Integrated with.
|
|
@@ -7158,9 +7191,21 @@ export declare namespace appservice {
|
|
|
7158
7191
|
virtualNetworkSubnetId: string;
|
|
7159
7192
|
}
|
|
7160
7193
|
interface GetLinuxWebAppSiteConfigScmIpRestrictionHeader {
|
|
7194
|
+
/**
|
|
7195
|
+
* The list of Azure Front Door IDs.
|
|
7196
|
+
*/
|
|
7161
7197
|
xAzureFdids: string[];
|
|
7198
|
+
/**
|
|
7199
|
+
* Specifies if a Front Door Health Probe is expected.
|
|
7200
|
+
*/
|
|
7162
7201
|
xFdHealthProbes: string[];
|
|
7202
|
+
/**
|
|
7203
|
+
* The list of addresses for which matching is applied.
|
|
7204
|
+
*/
|
|
7163
7205
|
xForwardedFors: string[];
|
|
7206
|
+
/**
|
|
7207
|
+
* The list of Hosts for which matching will be applied.
|
|
7208
|
+
*/
|
|
7164
7209
|
xForwardedHosts: string[];
|
|
7165
7210
|
}
|
|
7166
7211
|
interface GetLinuxWebAppSiteCredential {
|
|
@@ -7740,6 +7785,9 @@ export declare namespace appservice {
|
|
|
7740
7785
|
* Should the service keep at least one backup.
|
|
7741
7786
|
*/
|
|
7742
7787
|
keepAtLeastOneBackup: boolean;
|
|
7788
|
+
/**
|
|
7789
|
+
* The time the backup was last attempted.
|
|
7790
|
+
*/
|
|
7743
7791
|
lastExecutionTime: string;
|
|
7744
7792
|
/**
|
|
7745
7793
|
* After how many days backups is deleted.
|
|
@@ -7964,14 +8012,26 @@ export declare namespace appservice {
|
|
|
7964
8012
|
supportCredentials: boolean;
|
|
7965
8013
|
}
|
|
7966
8014
|
interface GetWindowsFunctionAppSiteConfigIpRestriction {
|
|
8015
|
+
/**
|
|
8016
|
+
* The action to take.
|
|
8017
|
+
*/
|
|
7967
8018
|
action: string;
|
|
7968
8019
|
headers: outputs.appservice.GetWindowsFunctionAppSiteConfigIpRestrictionHeader[];
|
|
8020
|
+
/**
|
|
8021
|
+
* The CIDR notation of the IP or IP Range to match.
|
|
8022
|
+
*/
|
|
7969
8023
|
ipAddress: string;
|
|
7970
8024
|
/**
|
|
7971
8025
|
* The name of this Windows Function App.
|
|
7972
8026
|
*/
|
|
7973
8027
|
name: string;
|
|
8028
|
+
/**
|
|
8029
|
+
* The priority value of this `ipRestriction`.
|
|
8030
|
+
*/
|
|
7974
8031
|
priority: number;
|
|
8032
|
+
/**
|
|
8033
|
+
* The Service Tag used for this IP Restriction.
|
|
8034
|
+
*/
|
|
7975
8035
|
serviceTag: string;
|
|
7976
8036
|
/**
|
|
7977
8037
|
* The subnet id which the Windows Function App is vNet Integrated with.
|
|
@@ -7979,20 +8039,44 @@ export declare namespace appservice {
|
|
|
7979
8039
|
virtualNetworkSubnetId: string;
|
|
7980
8040
|
}
|
|
7981
8041
|
interface GetWindowsFunctionAppSiteConfigIpRestrictionHeader {
|
|
8042
|
+
/**
|
|
8043
|
+
* The list of Azure Front Door IDs.
|
|
8044
|
+
*/
|
|
7982
8045
|
xAzureFdids: string[];
|
|
8046
|
+
/**
|
|
8047
|
+
* Specifies if a Front Door Health Probe is expected.
|
|
8048
|
+
*/
|
|
7983
8049
|
xFdHealthProbes: string[];
|
|
8050
|
+
/**
|
|
8051
|
+
* The list of addresses for which matching is applied.
|
|
8052
|
+
*/
|
|
7984
8053
|
xForwardedFors: string[];
|
|
8054
|
+
/**
|
|
8055
|
+
* The list of Hosts for which matching will be applied.
|
|
8056
|
+
*/
|
|
7985
8057
|
xForwardedHosts: string[];
|
|
7986
8058
|
}
|
|
7987
8059
|
interface GetWindowsFunctionAppSiteConfigScmIpRestriction {
|
|
8060
|
+
/**
|
|
8061
|
+
* The action to take.
|
|
8062
|
+
*/
|
|
7988
8063
|
action: string;
|
|
7989
8064
|
headers: outputs.appservice.GetWindowsFunctionAppSiteConfigScmIpRestrictionHeader[];
|
|
8065
|
+
/**
|
|
8066
|
+
* The CIDR notation of the IP or IP Range to match.
|
|
8067
|
+
*/
|
|
7990
8068
|
ipAddress: string;
|
|
7991
8069
|
/**
|
|
7992
8070
|
* The name of this Windows Function App.
|
|
7993
8071
|
*/
|
|
7994
8072
|
name: string;
|
|
8073
|
+
/**
|
|
8074
|
+
* The priority value of this `ipRestriction`.
|
|
8075
|
+
*/
|
|
7995
8076
|
priority: number;
|
|
8077
|
+
/**
|
|
8078
|
+
* The Service Tag used for this IP Restriction.
|
|
8079
|
+
*/
|
|
7996
8080
|
serviceTag: string;
|
|
7997
8081
|
/**
|
|
7998
8082
|
* The subnet id which the Windows Function App is vNet Integrated with.
|
|
@@ -8000,9 +8084,21 @@ export declare namespace appservice {
|
|
|
8000
8084
|
virtualNetworkSubnetId: string;
|
|
8001
8085
|
}
|
|
8002
8086
|
interface GetWindowsFunctionAppSiteConfigScmIpRestrictionHeader {
|
|
8087
|
+
/**
|
|
8088
|
+
* The list of Azure Front Door IDs.
|
|
8089
|
+
*/
|
|
8003
8090
|
xAzureFdids: string[];
|
|
8091
|
+
/**
|
|
8092
|
+
* Specifies if a Front Door Health Probe is expected.
|
|
8093
|
+
*/
|
|
8004
8094
|
xFdHealthProbes: string[];
|
|
8095
|
+
/**
|
|
8096
|
+
* The list of addresses for which matching is applied.
|
|
8097
|
+
*/
|
|
8005
8098
|
xForwardedFors: string[];
|
|
8099
|
+
/**
|
|
8100
|
+
* The list of Hosts for which matching will be applied.
|
|
8101
|
+
*/
|
|
8006
8102
|
xForwardedHosts: string[];
|
|
8007
8103
|
}
|
|
8008
8104
|
interface GetWindowsFunctionAppSiteCredential {
|
|
@@ -8983,12 +9079,21 @@ export declare namespace appservice {
|
|
|
8983
9079
|
*/
|
|
8984
9080
|
action: string;
|
|
8985
9081
|
headers: outputs.appservice.GetWindowsWebAppSiteConfigIpRestrictionHeader[];
|
|
9082
|
+
/**
|
|
9083
|
+
* The CIDR notation of the IP or IP Range to match.
|
|
9084
|
+
*/
|
|
8986
9085
|
ipAddress: string;
|
|
8987
9086
|
/**
|
|
8988
9087
|
* The name of this Windows Web App.
|
|
8989
9088
|
*/
|
|
8990
9089
|
name: string;
|
|
9090
|
+
/**
|
|
9091
|
+
* The priority value of this `ipRestriction`.
|
|
9092
|
+
*/
|
|
8991
9093
|
priority: number;
|
|
9094
|
+
/**
|
|
9095
|
+
* The Service Tag used for this IP Restriction.
|
|
9096
|
+
*/
|
|
8992
9097
|
serviceTag: string;
|
|
8993
9098
|
/**
|
|
8994
9099
|
* The subnet id which the Windows Web App is vNet Integrated with.
|
|
@@ -8996,9 +9101,21 @@ export declare namespace appservice {
|
|
|
8996
9101
|
virtualNetworkSubnetId: string;
|
|
8997
9102
|
}
|
|
8998
9103
|
interface GetWindowsWebAppSiteConfigIpRestrictionHeader {
|
|
9104
|
+
/**
|
|
9105
|
+
* The list of Azure Front Door IDs.
|
|
9106
|
+
*/
|
|
8999
9107
|
xAzureFdids: string[];
|
|
9108
|
+
/**
|
|
9109
|
+
* Specifies if a Front Door Health Probe is expected.
|
|
9110
|
+
*/
|
|
9000
9111
|
xFdHealthProbes: string[];
|
|
9112
|
+
/**
|
|
9113
|
+
* The list of addresses for which matching is applied.
|
|
9114
|
+
*/
|
|
9001
9115
|
xForwardedFors: string[];
|
|
9116
|
+
/**
|
|
9117
|
+
* The list of Hosts for which matching will be applied.
|
|
9118
|
+
*/
|
|
9002
9119
|
xForwardedHosts: string[];
|
|
9003
9120
|
}
|
|
9004
9121
|
interface GetWindowsWebAppSiteConfigScmIpRestriction {
|
|
@@ -9007,12 +9124,21 @@ export declare namespace appservice {
|
|
|
9007
9124
|
*/
|
|
9008
9125
|
action: string;
|
|
9009
9126
|
headers: outputs.appservice.GetWindowsWebAppSiteConfigScmIpRestrictionHeader[];
|
|
9127
|
+
/**
|
|
9128
|
+
* The CIDR notation of the IP or IP Range to match.
|
|
9129
|
+
*/
|
|
9010
9130
|
ipAddress: string;
|
|
9011
9131
|
/**
|
|
9012
9132
|
* The name of this Windows Web App.
|
|
9013
9133
|
*/
|
|
9014
9134
|
name: string;
|
|
9135
|
+
/**
|
|
9136
|
+
* The priority value of this `ipRestriction`.
|
|
9137
|
+
*/
|
|
9015
9138
|
priority: number;
|
|
9139
|
+
/**
|
|
9140
|
+
* The Service Tag used for this IP Restriction.
|
|
9141
|
+
*/
|
|
9016
9142
|
serviceTag: string;
|
|
9017
9143
|
/**
|
|
9018
9144
|
* The subnet id which the Windows Web App is vNet Integrated with.
|
|
@@ -9020,9 +9146,21 @@ export declare namespace appservice {
|
|
|
9020
9146
|
virtualNetworkSubnetId: string;
|
|
9021
9147
|
}
|
|
9022
9148
|
interface GetWindowsWebAppSiteConfigScmIpRestrictionHeader {
|
|
9149
|
+
/**
|
|
9150
|
+
* The list of Azure Front Door IDs.
|
|
9151
|
+
*/
|
|
9023
9152
|
xAzureFdids: string[];
|
|
9153
|
+
/**
|
|
9154
|
+
* Specifies if a Front Door Health Probe is expected.
|
|
9155
|
+
*/
|
|
9024
9156
|
xFdHealthProbes: string[];
|
|
9157
|
+
/**
|
|
9158
|
+
* The list of addresses for which matching is applied.
|
|
9159
|
+
*/
|
|
9025
9160
|
xForwardedFors: string[];
|
|
9161
|
+
/**
|
|
9162
|
+
* The list of Hosts for which matching will be applied.
|
|
9163
|
+
*/
|
|
9026
9164
|
xForwardedHosts: string[];
|
|
9027
9165
|
}
|
|
9028
9166
|
interface GetWindowsWebAppSiteConfigVirtualApplication {
|
|
@@ -9392,6 +9530,9 @@ export declare namespace appservice {
|
|
|
9392
9530
|
* The ID of the Client to use to authenticate with Azure Active Directory.
|
|
9393
9531
|
*/
|
|
9394
9532
|
clientId: string;
|
|
9533
|
+
/**
|
|
9534
|
+
* The thumbprint of the certificate used for signing purposes.
|
|
9535
|
+
*/
|
|
9395
9536
|
clientSecretCertificateThumbprint?: string;
|
|
9396
9537
|
/**
|
|
9397
9538
|
* The App Setting name that contains the client secret of the Client. Cannot be used with `clientSecret`.
|
|
@@ -9653,6 +9794,9 @@ export declare namespace appservice {
|
|
|
9653
9794
|
* Should the service keep at least one backup, regardless of age of backup. Defaults to `false`.
|
|
9654
9795
|
*/
|
|
9655
9796
|
keepAtLeastOneBackup?: boolean;
|
|
9797
|
+
/**
|
|
9798
|
+
* The time the backup was last attempted.
|
|
9799
|
+
*/
|
|
9656
9800
|
lastExecutionTime: string;
|
|
9657
9801
|
/**
|
|
9658
9802
|
* After how many days backups should be deleted. Defaults to `30`.
|
|
@@ -9754,6 +9898,9 @@ export declare namespace appservice {
|
|
|
9754
9898
|
* Specifies a list of Default Documents for the Linux Web App.
|
|
9755
9899
|
*/
|
|
9756
9900
|
defaultDocuments: string[];
|
|
9901
|
+
/**
|
|
9902
|
+
* Is detailed error logging enabled
|
|
9903
|
+
*/
|
|
9757
9904
|
detailedErrorLoggingEnabled: boolean;
|
|
9758
9905
|
/**
|
|
9759
9906
|
* The number of minimum instances for this Linux Function App. Only affects apps on Elastic Premium plans.
|
|
@@ -9779,6 +9926,9 @@ export declare namespace appservice {
|
|
|
9779
9926
|
* One or more `ipRestriction` blocks as defined above.
|
|
9780
9927
|
*/
|
|
9781
9928
|
ipRestrictions?: outputs.appservice.LinuxFunctionAppSiteConfigIpRestriction[];
|
|
9929
|
+
/**
|
|
9930
|
+
* The Linux FX Version
|
|
9931
|
+
*/
|
|
9782
9932
|
linuxFxVersion: string;
|
|
9783
9933
|
/**
|
|
9784
9934
|
* The Site load balancing mode. Possible values include: `WeightedRoundRobin`, `LeastRequests`, `LeastResponseTime`, `WeightedTotalTraffic`, `RequestHash`, `PerSiteRoundRobin`. Defaults to `LeastRequests` if omitted.
|
|
@@ -9818,6 +9968,9 @@ export declare namespace appservice {
|
|
|
9818
9968
|
* Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, and `1.2`. Defaults to `1.2`.
|
|
9819
9969
|
*/
|
|
9820
9970
|
scmMinimumTlsVersion?: string;
|
|
9971
|
+
/**
|
|
9972
|
+
* The SCM Type in use by the Linux Function App.
|
|
9973
|
+
*/
|
|
9821
9974
|
scmType: string;
|
|
9822
9975
|
/**
|
|
9823
9976
|
* Should the Linux Function App `ipRestriction` configuration be used for the SCM also.
|
|
@@ -10325,6 +10478,9 @@ export declare namespace appservice {
|
|
|
10325
10478
|
* The ID of the Client to use to authenticate with Azure Active Directory.
|
|
10326
10479
|
*/
|
|
10327
10480
|
clientId: string;
|
|
10481
|
+
/**
|
|
10482
|
+
* The thumbprint of the certificate used for signing purposes.
|
|
10483
|
+
*/
|
|
10328
10484
|
clientSecretCertificateThumbprint?: string;
|
|
10329
10485
|
/**
|
|
10330
10486
|
* The App Setting name that contains the client secret of the Client. Cannot be used with `clientSecret`.
|
|
@@ -11332,6 +11488,9 @@ export declare namespace appservice {
|
|
|
11332
11488
|
* The ID of the Client to use to authenticate with Azure Active Directory.
|
|
11333
11489
|
*/
|
|
11334
11490
|
clientId: string;
|
|
11491
|
+
/**
|
|
11492
|
+
* The thumbprint of the certificate used for signing purposes.
|
|
11493
|
+
*/
|
|
11335
11494
|
clientSecretCertificateThumbprint?: string;
|
|
11336
11495
|
/**
|
|
11337
11496
|
* The App Setting name that contains the client secret of the Client. Cannot be used with `clientSecret`.
|
|
@@ -11405,6 +11564,9 @@ export declare namespace appservice {
|
|
|
11405
11564
|
* The endpoint that issued the Token as supplied by `openidConfigurationEndpoint` response.
|
|
11406
11565
|
*/
|
|
11407
11566
|
issuerEndpoint: string;
|
|
11567
|
+
/**
|
|
11568
|
+
* The name of the Custom OIDC Authentication Provider.
|
|
11569
|
+
*/
|
|
11408
11570
|
name: string;
|
|
11409
11571
|
/**
|
|
11410
11572
|
* The name of the claim that contains the users name.
|
|
@@ -11590,6 +11752,9 @@ export declare namespace appservice {
|
|
|
11590
11752
|
* Should the service keep at least one backup, regardless of the age of backup? Defaults to `false`.
|
|
11591
11753
|
*/
|
|
11592
11754
|
keepAtLeastOneBackup?: boolean;
|
|
11755
|
+
/**
|
|
11756
|
+
* The time the backup was last attempted.
|
|
11757
|
+
*/
|
|
11593
11758
|
lastExecutionTime: string;
|
|
11594
11759
|
/**
|
|
11595
11760
|
* After how many days backups should be deleted. Defaults to `30`.
|
|
@@ -12097,6 +12262,9 @@ export declare namespace appservice {
|
|
|
12097
12262
|
xForwardedHosts?: string[];
|
|
12098
12263
|
}
|
|
12099
12264
|
interface LinuxWebAppSiteCredential {
|
|
12265
|
+
/**
|
|
12266
|
+
* The Site Credentials Username used for publishing.
|
|
12267
|
+
*/
|
|
12100
12268
|
name: string;
|
|
12101
12269
|
/**
|
|
12102
12270
|
* The Site Credentials Password used for publishing.
|
|
@@ -12396,6 +12564,9 @@ export declare namespace appservice {
|
|
|
12396
12564
|
* The ID of the Client to use to authenticate with Azure Active Directory.
|
|
12397
12565
|
*/
|
|
12398
12566
|
clientId: string;
|
|
12567
|
+
/**
|
|
12568
|
+
* The thumbprint of the certificate used for signing purposes.
|
|
12569
|
+
*/
|
|
12399
12570
|
clientSecretCertificateThumbprint?: string;
|
|
12400
12571
|
/**
|
|
12401
12572
|
* The App Setting name that contains the client secret of the Client. Cannot be used with `clientSecret`.
|
|
@@ -12469,6 +12640,9 @@ export declare namespace appservice {
|
|
|
12469
12640
|
* The endpoint that issued the Token as supplied by `openidConfigurationEndpoint` response.
|
|
12470
12641
|
*/
|
|
12471
12642
|
issuerEndpoint: string;
|
|
12643
|
+
/**
|
|
12644
|
+
* The name of the Custom OIDC Authentication Provider.
|
|
12645
|
+
*/
|
|
12472
12646
|
name: string;
|
|
12473
12647
|
/**
|
|
12474
12648
|
* The name of the claim that contains the users name.
|
|
@@ -12654,6 +12828,9 @@ export declare namespace appservice {
|
|
|
12654
12828
|
* Should the service keep at least one backup, regardless of the age of backup? Defaults to `false`.
|
|
12655
12829
|
*/
|
|
12656
12830
|
keepAtLeastOneBackup?: boolean;
|
|
12831
|
+
/**
|
|
12832
|
+
* The time the backup was last attempted.
|
|
12833
|
+
*/
|
|
12657
12834
|
lastExecutionTime: string;
|
|
12658
12835
|
/**
|
|
12659
12836
|
* After how many days backups should be deleted. Defaults to `30`.
|
|
@@ -13165,6 +13342,9 @@ export declare namespace appservice {
|
|
|
13165
13342
|
xForwardedHosts?: string[];
|
|
13166
13343
|
}
|
|
13167
13344
|
interface LinuxWebAppSlotSiteCredential {
|
|
13345
|
+
/**
|
|
13346
|
+
* The Site Credentials Username used for publishing.
|
|
13347
|
+
*/
|
|
13168
13348
|
name: string;
|
|
13169
13349
|
/**
|
|
13170
13350
|
* The Site Credentials Password used for publishing.
|
|
@@ -13781,6 +13961,9 @@ export declare namespace appservice {
|
|
|
13781
13961
|
* Whether to generate the GitHub work flow file. Defaults to `true`. Changing this forces a new resource to be created.
|
|
13782
13962
|
*/
|
|
13783
13963
|
generateWorkflowFile?: boolean;
|
|
13964
|
+
/**
|
|
13965
|
+
* Denotes this action uses a Linux base image.
|
|
13966
|
+
*/
|
|
13784
13967
|
linuxAction: boolean;
|
|
13785
13968
|
}
|
|
13786
13969
|
interface SourceControlGithubActionConfigurationCodeConfiguration {
|
|
@@ -14165,6 +14348,9 @@ export declare namespace appservice {
|
|
|
14165
14348
|
* The ID of the Client to use to authenticate with Azure Active Directory.
|
|
14166
14349
|
*/
|
|
14167
14350
|
clientId: string;
|
|
14351
|
+
/**
|
|
14352
|
+
* The thumbprint of the certificate used for signing purposes.
|
|
14353
|
+
*/
|
|
14168
14354
|
clientSecretCertificateThumbprint?: string;
|
|
14169
14355
|
/**
|
|
14170
14356
|
* The App Setting name that contains the client secret of the Client. Cannot be used with `clientSecret`.
|
|
@@ -14426,6 +14612,9 @@ export declare namespace appservice {
|
|
|
14426
14612
|
* Should the service keep at least one backup, regardless of age of backup. Defaults to `false`.
|
|
14427
14613
|
*/
|
|
14428
14614
|
keepAtLeastOneBackup?: boolean;
|
|
14615
|
+
/**
|
|
14616
|
+
* The time the backup was last attempted.
|
|
14617
|
+
*/
|
|
14429
14618
|
lastExecutionTime: string;
|
|
14430
14619
|
/**
|
|
14431
14620
|
* After how many days backups should be deleted. Defaults to `30`.
|
|
@@ -14519,6 +14708,9 @@ export declare namespace appservice {
|
|
|
14519
14708
|
* Specifies a list of Default Documents for the Windows Function App.
|
|
14520
14709
|
*/
|
|
14521
14710
|
defaultDocuments: string[];
|
|
14711
|
+
/**
|
|
14712
|
+
* Is detailed error logging enabled
|
|
14713
|
+
*/
|
|
14522
14714
|
detailedErrorLoggingEnabled: boolean;
|
|
14523
14715
|
/**
|
|
14524
14716
|
* The number of minimum instances for this Windows Function App. Only affects apps on Elastic Premium plans.
|
|
@@ -14582,6 +14774,9 @@ export declare namespace appservice {
|
|
|
14582
14774
|
* Configures the minimum version of TLS required for SSL requests to the SCM site. Possible values include: `1.0`, `1.1`, and `1.2`. Defaults to `1.2`.
|
|
14583
14775
|
*/
|
|
14584
14776
|
scmMinimumTlsVersion?: string;
|
|
14777
|
+
/**
|
|
14778
|
+
* The SCM Type in use by the Windows Function App.
|
|
14779
|
+
*/
|
|
14585
14780
|
scmType: string;
|
|
14586
14781
|
/**
|
|
14587
14782
|
* Should the Windows Function App `ipRestriction` configuration be used for the SCM also.
|
|
@@ -14599,6 +14794,9 @@ export declare namespace appservice {
|
|
|
14599
14794
|
* Should Web Sockets be enabled. Defaults to `false`.
|
|
14600
14795
|
*/
|
|
14601
14796
|
websocketsEnabled?: boolean;
|
|
14797
|
+
/**
|
|
14798
|
+
* The Windows FX Version string.
|
|
14799
|
+
*/
|
|
14602
14800
|
windowsFxVersion: string;
|
|
14603
14801
|
/**
|
|
14604
14802
|
* The number of Workers for this Windows Function App.
|
|
@@ -15058,6 +15256,9 @@ export declare namespace appservice {
|
|
|
15058
15256
|
* The ID of the Client to use to authenticate with Azure Active Directory.
|
|
15059
15257
|
*/
|
|
15060
15258
|
clientId: string;
|
|
15259
|
+
/**
|
|
15260
|
+
* The thumbprint of the certificate used for signing purposes.
|
|
15261
|
+
*/
|
|
15061
15262
|
clientSecretCertificateThumbprint?: string;
|
|
15062
15263
|
/**
|
|
15063
15264
|
* The App Setting name that contains the client secret of the Client. Cannot be used with `clientSecret`.
|
|
@@ -16023,6 +16224,9 @@ export declare namespace appservice {
|
|
|
16023
16224
|
* The ID of the Client to use to authenticate with Azure Active Directory.
|
|
16024
16225
|
*/
|
|
16025
16226
|
clientId: string;
|
|
16227
|
+
/**
|
|
16228
|
+
* The thumbprint of the certificate used for signing purposes.
|
|
16229
|
+
*/
|
|
16026
16230
|
clientSecretCertificateThumbprint?: string;
|
|
16027
16231
|
/**
|
|
16028
16232
|
* The App Setting name that contains the client secret of the Client. Cannot be used with `clientSecret`.
|
|
@@ -16284,6 +16488,9 @@ export declare namespace appservice {
|
|
|
16284
16488
|
* Should the service keep at least one backup, regardless of age of backup. Defaults to `false`.
|
|
16285
16489
|
*/
|
|
16286
16490
|
keepAtLeastOneBackup?: boolean;
|
|
16491
|
+
/**
|
|
16492
|
+
* The time the backup was last attempted.
|
|
16493
|
+
*/
|
|
16287
16494
|
lastExecutionTime: string;
|
|
16288
16495
|
/**
|
|
16289
16496
|
* After how many days backups should be deleted. Defaults to `30`.
|
|
@@ -17173,6 +17380,9 @@ export declare namespace appservice {
|
|
|
17173
17380
|
* The ID of the Client to use to authenticate with Azure Active Directory.
|
|
17174
17381
|
*/
|
|
17175
17382
|
clientId: string;
|
|
17383
|
+
/**
|
|
17384
|
+
* The thumbprint of the certificate used for signing purposes.
|
|
17385
|
+
*/
|
|
17176
17386
|
clientSecretCertificateThumbprint?: string;
|
|
17177
17387
|
/**
|
|
17178
17388
|
* The App Setting name that contains the client secret of the Client. Cannot be used with `clientSecret`.
|
|
@@ -17246,6 +17456,9 @@ export declare namespace appservice {
|
|
|
17246
17456
|
* The endpoint that issued the Token as supplied by `openidConfigurationEndpoint` response.
|
|
17247
17457
|
*/
|
|
17248
17458
|
issuerEndpoint: string;
|
|
17459
|
+
/**
|
|
17460
|
+
* The name of the Custom OIDC Authentication Provider.
|
|
17461
|
+
*/
|
|
17249
17462
|
name: string;
|
|
17250
17463
|
/**
|
|
17251
17464
|
* The name of the claim that contains the users name.
|
|
@@ -17431,6 +17644,9 @@ export declare namespace appservice {
|
|
|
17431
17644
|
* Should the service keep at least one backup, regardless of age of backup. Defaults to `false`.
|
|
17432
17645
|
*/
|
|
17433
17646
|
keepAtLeastOneBackup?: boolean;
|
|
17647
|
+
/**
|
|
17648
|
+
* The time the backup was last attempted.
|
|
17649
|
+
*/
|
|
17434
17650
|
lastExecutionTime: string;
|
|
17435
17651
|
/**
|
|
17436
17652
|
* After how many days backups should be deleted. Defaults to `30`.
|
|
@@ -18010,6 +18226,9 @@ export declare namespace appservice {
|
|
|
18010
18226
|
virtualPath?: string;
|
|
18011
18227
|
}
|
|
18012
18228
|
interface WindowsWebAppSlotSiteCredential {
|
|
18229
|
+
/**
|
|
18230
|
+
* The Site Credentials Username used for publishing.
|
|
18231
|
+
*/
|
|
18013
18232
|
name: string;
|
|
18014
18233
|
/**
|
|
18015
18234
|
* The Site Credentials Password used for publishing.
|
|
@@ -26237,14 +26456,41 @@ export declare namespace config {
|
|
|
26237
26456
|
purgeSoftDeleteOnDestroy?: boolean;
|
|
26238
26457
|
}
|
|
26239
26458
|
interface FeaturesKeyVault {
|
|
26459
|
+
/**
|
|
26460
|
+
* When enabled soft-deleted `azure.keyvault.KeyVault` resources will be permanently deleted (e.g purged), when destroyed
|
|
26461
|
+
*/
|
|
26240
26462
|
purgeSoftDeleteOnDestroy?: boolean;
|
|
26463
|
+
/**
|
|
26464
|
+
* When enabled soft-deleted `azure.keyvault.Certificate` resources will be permanently deleted (e.g purged), when destroyed
|
|
26465
|
+
*/
|
|
26241
26466
|
purgeSoftDeletedCertificatesOnDestroy?: boolean;
|
|
26467
|
+
/**
|
|
26468
|
+
* When enabled soft-deleted `azure.keyvault.ManagedHardwareSecurityModule` resources will be permanently deleted (e.g purged), when destroyed
|
|
26469
|
+
*/
|
|
26242
26470
|
purgeSoftDeletedHardwareSecurityModulesOnDestroy?: boolean;
|
|
26471
|
+
/**
|
|
26472
|
+
* When enabled soft-deleted `azure.keyvault.Key` resources will be permanently deleted (e.g purged), when destroyed
|
|
26473
|
+
*/
|
|
26243
26474
|
purgeSoftDeletedKeysOnDestroy?: boolean;
|
|
26475
|
+
/**
|
|
26476
|
+
* When enabled soft-deleted `azure.keyvault.Secret` resources will be permanently deleted (e.g purged), when destroyed
|
|
26477
|
+
*/
|
|
26244
26478
|
purgeSoftDeletedSecretsOnDestroy?: boolean;
|
|
26479
|
+
/**
|
|
26480
|
+
* When enabled soft-deleted `azure.keyvault.Certificate` resources will be restored, instead of creating new ones
|
|
26481
|
+
*/
|
|
26245
26482
|
recoverSoftDeletedCertificates?: boolean;
|
|
26483
|
+
/**
|
|
26484
|
+
* When enabled soft-deleted `azure.keyvault.KeyVault` resources will be restored, instead of creating new ones
|
|
26485
|
+
*/
|
|
26246
26486
|
recoverSoftDeletedKeyVaults?: boolean;
|
|
26487
|
+
/**
|
|
26488
|
+
* When enabled soft-deleted `azure.keyvault.Key` resources will be restored, instead of creating new ones
|
|
26489
|
+
*/
|
|
26247
26490
|
recoverSoftDeletedKeys?: boolean;
|
|
26491
|
+
/**
|
|
26492
|
+
* When enabled soft-deleted `azure.keyvault.Secret` resources will be restored, instead of creating new ones
|
|
26493
|
+
*/
|
|
26248
26494
|
recoverSoftDeletedSecrets?: boolean;
|
|
26249
26495
|
}
|
|
26250
26496
|
interface FeaturesLogAnalyticsWorkspace {
|
|
@@ -27565,6 +27811,9 @@ export declare namespace containerapp {
|
|
|
27565
27811
|
* One or more `customDomain` block as detailed below.
|
|
27566
27812
|
*/
|
|
27567
27813
|
customDomains: outputs.containerapp.GetAppIngressCustomDomain[];
|
|
27814
|
+
/**
|
|
27815
|
+
* The exposed port on the container for the Ingress traffic.
|
|
27816
|
+
*/
|
|
27568
27817
|
exposedPort: number;
|
|
27569
27818
|
/**
|
|
27570
27819
|
* Is this an external Ingress.
|