@azure/arm-appservice 16.0.1-alpha.20250619.1 → 17.0.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/CHANGELOG.md +48 -7
- package/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +148 -23
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +4 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +213 -22
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +11 -3
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +75 -5
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/index.d.ts +1 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +1 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/siteCertificates.d.ts +144 -0
- package/dist/browser/operations/siteCertificates.d.ts.map +1 -0
- package/dist/browser/operations/siteCertificates.js +592 -0
- package/dist/browser/operations/siteCertificates.js.map +1 -0
- package/dist/browser/operations/webApps.js +14 -14
- package/dist/browser/operations/webApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +1 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/browser/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/browser/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/browser/webSiteManagementClient.d.ts +11 -2
- package/dist/browser/webSiteManagementClient.d.ts.map +1 -1
- package/dist/browser/webSiteManagementClient.js +47 -3
- package/dist/browser/webSiteManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +148 -23
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +4 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +223 -32
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +11 -3
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +78 -8
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +1 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +1 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/siteCertificates.d.ts +144 -0
- package/dist/commonjs/operations/siteCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/siteCertificates.js +596 -0
- package/dist/commonjs/operations/siteCertificates.js.map +1 -0
- package/dist/commonjs/operations/webApps.js +14 -14
- package/dist/commonjs/operations/webApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +1 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/commonjs/webSiteManagementClient.d.ts +11 -2
- package/dist/commonjs/webSiteManagementClient.d.ts.map +1 -1
- package/dist/commonjs/webSiteManagementClient.js +46 -2
- package/dist/commonjs/webSiteManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +148 -23
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +4 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +213 -22
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +11 -3
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +75 -5
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/index.d.ts +1 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +1 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/siteCertificates.d.ts +144 -0
- package/dist/esm/operations/siteCertificates.d.ts.map +1 -0
- package/dist/esm/operations/siteCertificates.js +592 -0
- package/dist/esm/operations/siteCertificates.js.map +1 -0
- package/dist/esm/operations/webApps.js +14 -14
- package/dist/esm/operations/webApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +1 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/esm/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/esm/webSiteManagementClient.d.ts +11 -2
- package/dist/esm/webSiteManagementClient.d.ts.map +1 -1
- package/dist/esm/webSiteManagementClient.js +47 -3
- package/dist/esm/webSiteManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +148 -23
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +4 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +213 -22
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +11 -3
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +75 -5
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +1 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +1 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/siteCertificates.d.ts +144 -0
- package/dist/react-native/operations/siteCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/siteCertificates.js +592 -0
- package/dist/react-native/operations/siteCertificates.js.map +1 -0
- package/dist/react-native/operations/webApps.js +14 -14
- package/dist/react-native/operations/webApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +1 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/react-native/webSiteManagementClient.d.ts +11 -2
- package/dist/react-native/webSiteManagementClient.d.ts.map +1 -1
- package/dist/react-native/webSiteManagementClient.js +47 -3
- package/dist/react-native/webSiteManagementClient.js.map +1 -1
- package/package.json +25 -25
- package/review/arm-appservice.api.md +147 -4
|
@@ -812,6 +812,19 @@ export interface SiteDnsConfig {
|
|
|
812
812
|
*/
|
|
813
813
|
readonly dnsLegacySortOrder?: boolean;
|
|
814
814
|
}
|
|
815
|
+
/** Outbound traffic options over virtual network. */
|
|
816
|
+
export interface OutboundVnetRouting {
|
|
817
|
+
/** Enables all other routing options defined in OutboundVnetRouting if this setting is set to true. */
|
|
818
|
+
allTraffic?: boolean;
|
|
819
|
+
/** This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled. */
|
|
820
|
+
applicationTraffic?: boolean;
|
|
821
|
+
/** Enables accessing content over virtual network. Previously called VnetContentShareEnabled */
|
|
822
|
+
contentShareTraffic?: boolean;
|
|
823
|
+
/** Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled. */
|
|
824
|
+
imagePullTraffic?: boolean;
|
|
825
|
+
/** Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled */
|
|
826
|
+
backupRestoreTraffic?: boolean;
|
|
827
|
+
}
|
|
815
828
|
/** Configuration of an App Service app. */
|
|
816
829
|
export interface SiteConfig {
|
|
817
830
|
/** Number of workers. */
|
|
@@ -852,11 +865,11 @@ export interface SiteConfig {
|
|
|
852
865
|
detailedErrorLoggingEnabled?: boolean;
|
|
853
866
|
/** Publishing user name. */
|
|
854
867
|
publishingUsername?: string;
|
|
855
|
-
/** Application settings. */
|
|
868
|
+
/** Application settings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */
|
|
856
869
|
appSettings?: NameValuePair[];
|
|
857
870
|
/** Application metadata. This property cannot be retrieved, since it may contain secrets. */
|
|
858
871
|
metadata?: NameValuePair[];
|
|
859
|
-
/** Connection strings. */
|
|
872
|
+
/** Connection strings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */
|
|
860
873
|
connectionStrings?: ConnStringInfo[];
|
|
861
874
|
/**
|
|
862
875
|
* Site MachineKey.
|
|
@@ -935,6 +948,8 @@ export interface SiteConfig {
|
|
|
935
948
|
scmIpSecurityRestrictionsUseMain?: boolean;
|
|
936
949
|
/** Http20Enabled: configures a web site to allow clients to connect over http2.0 */
|
|
937
950
|
http20Enabled?: boolean;
|
|
951
|
+
/** Http20ProxyFlag: Configures a website to allow http2.0 to pass be proxied all the way to the app. 0 = disabled, 1 = pass through all http2 traffic, 2 = pass through gRPC only. */
|
|
952
|
+
http20ProxyFlag?: number;
|
|
938
953
|
/** MinTlsVersion: configures the minimum version of TLS required for SSL requests */
|
|
939
954
|
minTlsVersion?: SupportedTlsVersions;
|
|
940
955
|
/** The minimum strength TLS cipher suite allowed for an application */
|
|
@@ -1053,10 +1068,7 @@ export interface RampUpRule {
|
|
|
1053
1068
|
minReroutePercentage?: number;
|
|
1054
1069
|
/** Specifies upper boundary below which ReroutePercentage will stay. */
|
|
1055
1070
|
maxReroutePercentage?: number;
|
|
1056
|
-
/**
|
|
1057
|
-
* Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.
|
|
1058
|
-
* https://www.siteextensions.net/packages/TiPCallback/
|
|
1059
|
-
*/
|
|
1071
|
+
/** Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. */
|
|
1060
1072
|
changeDecisionCallbackUrl?: string;
|
|
1061
1073
|
/** Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. */
|
|
1062
1074
|
name?: string;
|
|
@@ -2622,6 +2634,29 @@ export interface IdentifierCollection {
|
|
|
2622
2634
|
*/
|
|
2623
2635
|
readonly nextLink?: string;
|
|
2624
2636
|
}
|
|
2637
|
+
export interface DnlResourceNameAvailabilityRequest {
|
|
2638
|
+
/** Resource group name */
|
|
2639
|
+
resourceGroupName?: string;
|
|
2640
|
+
/**
|
|
2641
|
+
* Indicates the endpoint name reuse scope.The default value is TenantReuse.
|
|
2642
|
+
* Supported values are TenantReuse, SubscriptionReuse, ResourceGroupReuse, NoReuse
|
|
2643
|
+
*/
|
|
2644
|
+
autoGeneratedDomainNameLabelScope?: string;
|
|
2645
|
+
/** Resource name to verify. */
|
|
2646
|
+
name: string;
|
|
2647
|
+
/** Resource type used for verification. */
|
|
2648
|
+
type: CheckNameResourceTypes;
|
|
2649
|
+
}
|
|
2650
|
+
/** Information regarding availability of a resource name for DNL apps with regionalized default hostnames. */
|
|
2651
|
+
export interface DnlResourceNameAvailability {
|
|
2652
|
+
hostName?: string;
|
|
2653
|
+
/** <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both. */
|
|
2654
|
+
nameAvailable?: boolean;
|
|
2655
|
+
/** <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. */
|
|
2656
|
+
reason?: InAvailabilityReasonType;
|
|
2657
|
+
/** If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. */
|
|
2658
|
+
message?: string;
|
|
2659
|
+
}
|
|
2625
2660
|
/** Collection of premier add-on offers. */
|
|
2626
2661
|
export interface PremierAddOnOfferCollection {
|
|
2627
2662
|
/** Collection of resources. */
|
|
@@ -3099,7 +3134,7 @@ export interface AzureActiveDirectory {
|
|
|
3099
3134
|
export interface AzureActiveDirectoryRegistration {
|
|
3100
3135
|
/**
|
|
3101
3136
|
* The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
|
|
3102
|
-
* When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}
|
|
3137
|
+
* When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://login.microsoftonline.com/v2.0/{tenant-guid}/`.
|
|
3103
3138
|
* This URI is a case-sensitive identifier for the token issuer.
|
|
3104
3139
|
* More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
|
|
3105
3140
|
*/
|
|
@@ -3841,7 +3876,7 @@ export interface VolumeMount {
|
|
|
3841
3876
|
export interface EnvironmentVariable {
|
|
3842
3877
|
/** Environment variable name */
|
|
3843
3878
|
name: string;
|
|
3844
|
-
/**
|
|
3879
|
+
/** The value of this environment variable must be the name of an AppSetting. The actual value of the environment variable in container will be retrieved from the specified AppSetting at runtime. If the AppSetting is not found, the value will be set to an empty string in the container at runtime. */
|
|
3845
3880
|
value: string;
|
|
3846
3881
|
}
|
|
3847
3882
|
/** Collection of Kudu site extension information elements. */
|
|
@@ -4661,6 +4696,17 @@ export interface AppserviceGithubTokenRequest {
|
|
|
4661
4696
|
/** State string used for verification. */
|
|
4662
4697
|
state: string;
|
|
4663
4698
|
}
|
|
4699
|
+
/** A custom error page for a specific status returned by a web app. */
|
|
4700
|
+
export interface ErrorPage {
|
|
4701
|
+
/** The status code for which the error page will be used */
|
|
4702
|
+
statusCode?: number;
|
|
4703
|
+
/** The content of the error page. There is a 10kb limit imposed on custom error page content. */
|
|
4704
|
+
content?: string;
|
|
4705
|
+
/** The content type of the error page. For example, 'text/html' */
|
|
4706
|
+
contentType?: string;
|
|
4707
|
+
/** If true, the error page will be shown for all requests with a matching status code, regardless of whether they failed on the App Service FrontEnd load balancer or on the app itself. */
|
|
4708
|
+
alwaysUse?: boolean;
|
|
4709
|
+
}
|
|
4664
4710
|
/** The workflow filter. */
|
|
4665
4711
|
export interface WorkflowFilter {
|
|
4666
4712
|
/** The state of workflows. */
|
|
@@ -4980,15 +5026,9 @@ export interface Site extends Resource {
|
|
|
4980
5026
|
readonly lastModifiedTimeUtc?: Date;
|
|
4981
5027
|
/** Property to configure various DNS related settings for a site. */
|
|
4982
5028
|
dnsConfiguration?: SiteDnsConfig;
|
|
4983
|
-
/**
|
|
4984
|
-
|
|
4985
|
-
/**
|
|
4986
|
-
vnetImagePullEnabled?: boolean;
|
|
4987
|
-
/** To enable accessing content over virtual network */
|
|
4988
|
-
vnetContentShareEnabled?: boolean;
|
|
4989
|
-
/** To enable Backup and Restore operations over virtual network */
|
|
4990
|
-
vnetBackupRestoreEnabled?: boolean;
|
|
4991
|
-
/** Configuration of the app. */
|
|
5029
|
+
/** Property to configure various outbound traffic routing options over virtual network for a site */
|
|
5030
|
+
outboundVnetRouting?: OutboundVnetRouting;
|
|
5031
|
+
/** Configuration of an App Service app. This property is not returned in response to normal create and read requests since it may contain sensitive information. */
|
|
4992
5032
|
siteConfig?: SiteConfig;
|
|
4993
5033
|
/** Configuration specific of the Azure Function app. */
|
|
4994
5034
|
functionAppConfig?: FunctionAppConfig;
|
|
@@ -5014,6 +5054,10 @@ export interface Site extends Resource {
|
|
|
5014
5054
|
hostingEnvironmentProfile?: HostingEnvironmentProfile;
|
|
5015
5055
|
/** <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. */
|
|
5016
5056
|
clientAffinityEnabled?: boolean;
|
|
5057
|
+
/** <code>true</code> to enable client affinity partitioning using CHIPS cookies, this will add the <code>partitioned</code> property to the affinity cookies; <code>false</code> to stop sending partitioned affinity cookies. Default is <code>false</code>. */
|
|
5058
|
+
clientAffinityPartitioningEnabled?: boolean;
|
|
5059
|
+
/** <code>true</code> to override client affinity cookie domain with X-Forwarded-Host request header. <code>false</code> to use default domain. Default is <code>false</code>. */
|
|
5060
|
+
clientAffinityProxyEnabled?: boolean;
|
|
5017
5061
|
/** <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. */
|
|
5018
5062
|
clientCertEnabled?: boolean;
|
|
5019
5063
|
/**
|
|
@@ -5029,6 +5073,8 @@ export interface Site extends Resource {
|
|
|
5029
5073
|
ipMode?: IPMode;
|
|
5030
5074
|
/** Whether to use end to end encryption between the FrontEnd and the Worker */
|
|
5031
5075
|
endToEndEncryptionEnabled?: boolean;
|
|
5076
|
+
/** Whether to enable ssh access. */
|
|
5077
|
+
sshEnabled?: boolean;
|
|
5032
5078
|
/**
|
|
5033
5079
|
* <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
|
|
5034
5080
|
* If <code>true</code>, the app is only accessible via API management process.
|
|
@@ -5198,6 +5244,11 @@ export interface AppServicePlan extends Resource {
|
|
|
5198
5244
|
* If <code>false</code>, this App Service Plan will not perform availability zone balancing.
|
|
5199
5245
|
*/
|
|
5200
5246
|
zoneRedundant?: boolean;
|
|
5247
|
+
/**
|
|
5248
|
+
* If <code>true</code>, this App Service Plan will attempt to scale asynchronously if there are insufficient workers to scale synchronously.
|
|
5249
|
+
* If <code>false</code>, this App Service Plan will only attempt sync scaling.
|
|
5250
|
+
*/
|
|
5251
|
+
asyncScalingEnabled?: boolean;
|
|
5201
5252
|
}
|
|
5202
5253
|
/** SSL certificate for an app. */
|
|
5203
5254
|
export interface Certificate extends Resource {
|
|
@@ -5267,16 +5318,16 @@ export interface Certificate extends Resource {
|
|
|
5267
5318
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5268
5319
|
*/
|
|
5269
5320
|
readonly hostingEnvironmentProfile?: HostingEnvironmentProfile;
|
|
5270
|
-
/** Key Vault Csm resource Id. */
|
|
5321
|
+
/** Azure Key Vault Csm resource Id. */
|
|
5271
5322
|
keyVaultId?: string;
|
|
5272
|
-
/** Key Vault secret name. */
|
|
5323
|
+
/** Azure Key Vault secret name. */
|
|
5273
5324
|
keyVaultSecretName?: string;
|
|
5274
5325
|
/**
|
|
5275
5326
|
* Status of the Key Vault secret.
|
|
5276
5327
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5277
5328
|
*/
|
|
5278
5329
|
readonly keyVaultSecretStatus?: KeyVaultSecretStatus;
|
|
5279
|
-
/** Resource ID of the associated App Service plan
|
|
5330
|
+
/** Resource ID of the associated App Service plan. */
|
|
5280
5331
|
serverFarmId?: string;
|
|
5281
5332
|
/** CNAME of the certificate to be issued via free certificate */
|
|
5282
5333
|
canonicalName?: string;
|
|
@@ -6999,6 +7050,8 @@ export interface SitePatchResource extends ProxyOnlyResource {
|
|
|
6999
7050
|
hostingEnvironmentProfile?: HostingEnvironmentProfile;
|
|
7000
7051
|
/** <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. */
|
|
7001
7052
|
clientAffinityEnabled?: boolean;
|
|
7053
|
+
/** <code>true</code> to override client affinity cookie domain with X-Forwarded-Host request header. <code>false</code> to use default domain. Default is <code>false</code>. */
|
|
7054
|
+
clientAffinityProxyEnabled?: boolean;
|
|
7002
7055
|
/** <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. */
|
|
7003
7056
|
clientCertEnabled?: boolean;
|
|
7004
7057
|
/**
|
|
@@ -7288,11 +7341,11 @@ export interface SiteConfigResource extends ProxyOnlyResource {
|
|
|
7288
7341
|
detailedErrorLoggingEnabled?: boolean;
|
|
7289
7342
|
/** Publishing user name. */
|
|
7290
7343
|
publishingUsername?: string;
|
|
7291
|
-
/** Application settings. */
|
|
7344
|
+
/** Application settings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */
|
|
7292
7345
|
appSettings?: NameValuePair[];
|
|
7293
7346
|
/** Application metadata. This property cannot be retrieved, since it may contain secrets. */
|
|
7294
7347
|
metadata?: NameValuePair[];
|
|
7295
|
-
/** Connection strings. */
|
|
7348
|
+
/** Connection strings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */
|
|
7296
7349
|
connectionStrings?: ConnStringInfo[];
|
|
7297
7350
|
/**
|
|
7298
7351
|
* Site MachineKey.
|
|
@@ -7371,6 +7424,8 @@ export interface SiteConfigResource extends ProxyOnlyResource {
|
|
|
7371
7424
|
scmIpSecurityRestrictionsUseMain?: boolean;
|
|
7372
7425
|
/** Http20Enabled: configures a web site to allow clients to connect over http2.0 */
|
|
7373
7426
|
http20Enabled?: boolean;
|
|
7427
|
+
/** Http20ProxyFlag: Configures a website to allow http2.0 to pass be proxied all the way to the app. 0 = disabled, 1 = pass through all http2 traffic, 2 = pass through gRPC only. */
|
|
7428
|
+
http20ProxyFlag?: number;
|
|
7374
7429
|
/** MinTlsVersion: configures the minimum version of TLS required for SSL requests */
|
|
7375
7430
|
minTlsVersion?: SupportedTlsVersions;
|
|
7376
7431
|
/** The minimum strength TLS cipher suite allowed for an application */
|
|
@@ -7472,7 +7527,7 @@ export interface SiteAuthSettings extends ProxyOnlyResource {
|
|
|
7472
7527
|
clientSecretCertificateThumbprint?: string;
|
|
7473
7528
|
/**
|
|
7474
7529
|
* The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
|
|
7475
|
-
* When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}
|
|
7530
|
+
* When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://sts.windows.net/{tenant-guid}/`.
|
|
7476
7531
|
* This URI is a case-sensitive identifier for the token issuer.
|
|
7477
7532
|
* More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
|
|
7478
7533
|
*/
|
|
@@ -8212,6 +8267,8 @@ export interface SiteContainer extends ProxyOnlyResource {
|
|
|
8212
8267
|
readonly lastModifiedTime?: Date;
|
|
8213
8268
|
/** List of volume mounts */
|
|
8214
8269
|
volumeMounts?: VolumeMount[];
|
|
8270
|
+
/** <code>true</code> if all AppSettings and ConnectionStrings have to be passed to the container as environment variables; <code>false</code> otherwise. */
|
|
8271
|
+
inheritAppSettingsAndConnectionStrings?: boolean;
|
|
8215
8272
|
/** List of environment variables */
|
|
8216
8273
|
environmentVariables?: EnvironmentVariable[];
|
|
8217
8274
|
}
|
|
@@ -11614,6 +11671,18 @@ export interface ListSiteIdentifiersAssignedToHostNameOptionalParams extends cor
|
|
|
11614
11671
|
/** Contains response data for the listSiteIdentifiersAssignedToHostName operation. */
|
|
11615
11672
|
export type ListSiteIdentifiersAssignedToHostNameResponse = IdentifierCollection;
|
|
11616
11673
|
/** Optional parameters. */
|
|
11674
|
+
export interface RegionalCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
11675
|
+
/** Resource group name */
|
|
11676
|
+
resourceGroupName?: string;
|
|
11677
|
+
/**
|
|
11678
|
+
* Indicates the endpoint name reuse scope.The default value is TenantReuse.
|
|
11679
|
+
* Supported values are TenantReuse, SubscriptionReuse, ResourceGroupReuse, NoReuse
|
|
11680
|
+
*/
|
|
11681
|
+
autoGeneratedDomainNameLabelScope?: string;
|
|
11682
|
+
}
|
|
11683
|
+
/** Contains response data for the regionalCheckNameAvailability operation. */
|
|
11684
|
+
export type RegionalCheckNameAvailabilityResponse = DnlResourceNameAvailability;
|
|
11685
|
+
/** Optional parameters. */
|
|
11617
11686
|
export interface ListPremierAddOnOffersOptionalParams extends coreClient.OperationOptions {
|
|
11618
11687
|
}
|
|
11619
11688
|
/** Contains response data for the listPremierAddOnOffers operation. */
|
|
@@ -11685,6 +11754,62 @@ export interface GetUsagesInLocationListNextOptionalParams extends coreClient.Op
|
|
|
11685
11754
|
/** Contains response data for the listNext operation. */
|
|
11686
11755
|
export type GetUsagesInLocationListNextResponse = CsmUsageQuotaCollection;
|
|
11687
11756
|
/** Optional parameters. */
|
|
11757
|
+
export interface SiteCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
11758
|
+
}
|
|
11759
|
+
/** Contains response data for the list operation. */
|
|
11760
|
+
export type SiteCertificatesListResponse = CertificateCollection;
|
|
11761
|
+
/** Optional parameters. */
|
|
11762
|
+
export interface SiteCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
11763
|
+
}
|
|
11764
|
+
/** Contains response data for the get operation. */
|
|
11765
|
+
export type SiteCertificatesGetResponse = Certificate;
|
|
11766
|
+
/** Optional parameters. */
|
|
11767
|
+
export interface SiteCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11768
|
+
}
|
|
11769
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
11770
|
+
export type SiteCertificatesCreateOrUpdateResponse = Certificate;
|
|
11771
|
+
/** Optional parameters. */
|
|
11772
|
+
export interface SiteCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11773
|
+
}
|
|
11774
|
+
/** Optional parameters. */
|
|
11775
|
+
export interface SiteCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11776
|
+
}
|
|
11777
|
+
/** Contains response data for the update operation. */
|
|
11778
|
+
export type SiteCertificatesUpdateResponse = Certificate;
|
|
11779
|
+
/** Optional parameters. */
|
|
11780
|
+
export interface SiteCertificatesListSlotOptionalParams extends coreClient.OperationOptions {
|
|
11781
|
+
}
|
|
11782
|
+
/** Contains response data for the listSlot operation. */
|
|
11783
|
+
export type SiteCertificatesListSlotResponse = CertificateCollection;
|
|
11784
|
+
/** Optional parameters. */
|
|
11785
|
+
export interface SiteCertificatesGetSlotOptionalParams extends coreClient.OperationOptions {
|
|
11786
|
+
}
|
|
11787
|
+
/** Contains response data for the getSlot operation. */
|
|
11788
|
+
export type SiteCertificatesGetSlotResponse = Certificate;
|
|
11789
|
+
/** Optional parameters. */
|
|
11790
|
+
export interface SiteCertificatesCreateOrUpdateSlotOptionalParams extends coreClient.OperationOptions {
|
|
11791
|
+
}
|
|
11792
|
+
/** Contains response data for the createOrUpdateSlot operation. */
|
|
11793
|
+
export type SiteCertificatesCreateOrUpdateSlotResponse = Certificate;
|
|
11794
|
+
/** Optional parameters. */
|
|
11795
|
+
export interface SiteCertificatesDeleteSlotOptionalParams extends coreClient.OperationOptions {
|
|
11796
|
+
}
|
|
11797
|
+
/** Optional parameters. */
|
|
11798
|
+
export interface SiteCertificatesUpdateSlotOptionalParams extends coreClient.OperationOptions {
|
|
11799
|
+
}
|
|
11800
|
+
/** Contains response data for the updateSlot operation. */
|
|
11801
|
+
export type SiteCertificatesUpdateSlotResponse = Certificate;
|
|
11802
|
+
/** Optional parameters. */
|
|
11803
|
+
export interface SiteCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
11804
|
+
}
|
|
11805
|
+
/** Contains response data for the listNext operation. */
|
|
11806
|
+
export type SiteCertificatesListNextResponse = CertificateCollection;
|
|
11807
|
+
/** Optional parameters. */
|
|
11808
|
+
export interface SiteCertificatesListSlotNextOptionalParams extends coreClient.OperationOptions {
|
|
11809
|
+
}
|
|
11810
|
+
/** Contains response data for the listSlotNext operation. */
|
|
11811
|
+
export type SiteCertificatesListSlotNextResponse = CertificateCollection;
|
|
11812
|
+
/** Optional parameters. */
|
|
11688
11813
|
export interface StaticSitesPreviewWorkflowOptionalParams extends coreClient.OperationOptions {
|
|
11689
11814
|
}
|
|
11690
11815
|
/** Contains response data for the previewWorkflow operation. */
|