@pulumi/azure 5.71.0-alpha.1711778272 → 5.71.0-alpha.1712404106

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.
@@ -174,7 +174,7 @@ export declare class ApiDiagnostic extends pulumi.CustomResource {
174
174
  */
175
175
  readonly resourceGroupName: pulumi.Output<string>;
176
176
  /**
177
- * Sampling (%!)(MISSING). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
177
+ * Sampling (%). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
178
178
  */
179
179
  readonly samplingPercentage: pulumi.Output<number>;
180
180
  /**
@@ -247,7 +247,7 @@ export interface ApiDiagnosticState {
247
247
  */
248
248
  resourceGroupName?: pulumi.Input<string>;
249
249
  /**
250
- * Sampling (%!)(MISSING). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
250
+ * Sampling (%). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
251
251
  */
252
252
  samplingPercentage?: pulumi.Input<number>;
253
253
  /**
@@ -312,7 +312,7 @@ export interface ApiDiagnosticArgs {
312
312
  */
313
313
  resourceGroupName: pulumi.Input<string>;
314
314
  /**
315
- * Sampling (%!)(MISSING). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
315
+ * Sampling (%). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
316
316
  */
317
317
  samplingPercentage?: pulumi.Input<number>;
318
318
  /**
@@ -156,7 +156,7 @@ export declare class Diagnostic extends pulumi.CustomResource {
156
156
  */
157
157
  readonly resourceGroupName: pulumi.Output<string>;
158
158
  /**
159
- * Sampling (%!)(MISSING). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
159
+ * Sampling (%). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
160
160
  */
161
161
  readonly samplingPercentage: pulumi.Output<number>;
162
162
  /**
@@ -225,7 +225,7 @@ export interface DiagnosticState {
225
225
  */
226
226
  resourceGroupName?: pulumi.Input<string>;
227
227
  /**
228
- * Sampling (%!)(MISSING). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
228
+ * Sampling (%). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
229
229
  */
230
230
  samplingPercentage?: pulumi.Input<number>;
231
231
  /**
@@ -286,7 +286,7 @@ export interface DiagnosticArgs {
286
286
  */
287
287
  resourceGroupName: pulumi.Input<string>;
288
288
  /**
289
- * Sampling (%!)(MISSING). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
289
+ * Sampling (%). For high traffic APIs, please read this [documentation](https://docs.microsoft.com/azure/api-management/api-management-howto-app-insights#performance-implications-and-log-sampling) to understand performance implications and log sampling. Valid values are between `0.0` and `100.0`.
290
290
  */
291
291
  samplingPercentage?: pulumi.Input<number>;
292
292
  /**
@@ -43,13 +43,13 @@ import * as outputs from "../types/output";
43
43
  * App Configuration Features can be imported using the `resource id`, e.g.
44
44
  *
45
45
  * ```sh
46
- * $ pulumi import azure:appconfiguration/configurationFeature:ConfigurationFeature test https://appconfname1.azconfig.io/kv/.appconfig.featureflag%!F(MISSING)keyName?label=labelName
46
+ * $ pulumi import azure:appconfiguration/configurationFeature:ConfigurationFeature test https://appconfname1.azconfig.io/kv/.appconfig.featureflag%2FkeyName?label=labelName
47
47
  * ```
48
48
  *
49
49
  * If you wish to import with an empty label then simply leave the label's name blank:
50
50
  *
51
51
  * ```sh
52
- * $ pulumi import azure:appconfiguration/configurationFeature:ConfigurationFeature test https://appconfname1.azconfig.io/kv/.appconfig.featureflag%!F(MISSING)keyName?label=
52
+ * $ pulumi import azure:appconfiguration/configurationFeature:ConfigurationFeature test https://appconfname1.azconfig.io/kv/.appconfig.featureflag%2FkeyName?label=
53
53
  * ```
54
54
  */
55
55
  export declare class ConfigurationFeature extends pulumi.CustomResource {
@@ -47,13 +47,13 @@ const utilities = require("../utilities");
47
47
  * App Configuration Features can be imported using the `resource id`, e.g.
48
48
  *
49
49
  * ```sh
50
- * $ pulumi import azure:appconfiguration/configurationFeature:ConfigurationFeature test https://appconfname1.azconfig.io/kv/.appconfig.featureflag%!F(MISSING)keyName?label=labelName
50
+ * $ pulumi import azure:appconfiguration/configurationFeature:ConfigurationFeature test https://appconfname1.azconfig.io/kv/.appconfig.featureflag%2FkeyName?label=labelName
51
51
  * ```
52
52
  *
53
53
  * If you wish to import with an empty label then simply leave the label's name blank:
54
54
  *
55
55
  * ```sh
56
- * $ pulumi import azure:appconfiguration/configurationFeature:ConfigurationFeature test https://appconfname1.azconfig.io/kv/.appconfig.featureflag%!F(MISSING)keyName?label=
56
+ * $ pulumi import azure:appconfiguration/configurationFeature:ConfigurationFeature test https://appconfname1.azconfig.io/kv/.appconfig.featureflag%2FkeyName?label=
57
57
  * ```
58
58
  */
59
59
  class ConfigurationFeature extends pulumi.CustomResource {
@@ -88,7 +88,7 @@ export declare class EnvironmentDaprComponent extends pulumi.CustomResource {
88
88
  /**
89
89
  * A list of scopes to which this component applies.
90
90
  *
91
- * > **NOTE:** See the official docs for more information at https://learn.microsoft.com/en-us/azure/container-apps/dapr-overview?tabs=bicep1%!C(MISSING)yaml#component-scopes
91
+ * > **NOTE:** See the official docs for more information at https://learn.microsoft.com/en-us/azure/container-apps/dapr-overview?tabs=bicep1%2Cyaml#component-scopes
92
92
  */
93
93
  readonly scopes: pulumi.Output<string[] | undefined>;
94
94
  /**
@@ -139,7 +139,7 @@ export interface EnvironmentDaprComponentState {
139
139
  /**
140
140
  * A list of scopes to which this component applies.
141
141
  *
142
- * > **NOTE:** See the official docs for more information at https://learn.microsoft.com/en-us/azure/container-apps/dapr-overview?tabs=bicep1%!C(MISSING)yaml#component-scopes
142
+ * > **NOTE:** See the official docs for more information at https://learn.microsoft.com/en-us/azure/container-apps/dapr-overview?tabs=bicep1%2Cyaml#component-scopes
143
143
  */
144
144
  scopes?: pulumi.Input<pulumi.Input<string>[]>;
145
145
  /**
@@ -182,7 +182,7 @@ export interface EnvironmentDaprComponentArgs {
182
182
  /**
183
183
  * A list of scopes to which this component applies.
184
184
  *
185
- * > **NOTE:** See the official docs for more information at https://learn.microsoft.com/en-us/azure/container-apps/dapr-overview?tabs=bicep1%!C(MISSING)yaml#component-scopes
185
+ * > **NOTE:** See the official docs for more information at https://learn.microsoft.com/en-us/azure/container-apps/dapr-overview?tabs=bicep1%2Cyaml#component-scopes
186
186
  */
187
187
  scopes?: pulumi.Input<pulumi.Input<string>[]>;
188
188
  /**
@@ -95,11 +95,11 @@ export declare class Volume extends pulumi.CustomResource {
95
95
  */
96
96
  readonly serviceLevel: pulumi.Output<string>;
97
97
  /**
98
- * Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share. For instance, if a user doesn't have access to read a file or folder in a share with access-based enumeration enabled, then the file or folder doesn't show up in directory listings. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=security%!f(MISSING)or%!a(MISSING)dministrators.-,Access%!D(MISSING)based%!e(MISSING)numeration,in%!a(MISSING)n%!A(MISSING)zure%!N(MISSING)etApp%!F(MISSING)iles%!S(MISSING)MB%!v(MISSING)olume.%!O(MISSING)nly%!c(MISSING)ontosoadmin%!h(MISSING)as%!a(MISSING)ccess.,-In%!t(MISSING)he%!b(MISSING)elow)
98
+ * Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share. For instance, if a user doesn't have access to read a file or folder in a share with access-based enumeration enabled, then the file or folder doesn't show up in directory listings. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=security%20for%20administrators.-,Access%2Dbased%20enumeration,in%20an%20Azure%20NetApp%20Files%20SMB%20volume.%20Only%20contosoadmin%20has%20access.,-In%20the%20below)
99
99
  */
100
100
  readonly smbAccessBasedEnumerationEnabled: pulumi.Output<boolean | undefined>;
101
101
  /**
102
- * Limits clients from browsing for an SMB share by hiding the share from view in Windows Explorer or when listing shares in "net view." Only end users that know the absolute paths to the share are able to find the share. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=Non%!D(MISSING)browsable%!s(MISSING)hares,find%!t(MISSING)he%!s(MISSING)hare.)
102
+ * Limits clients from browsing for an SMB share by hiding the share from view in Windows Explorer or when listing shares in "net view." Only end users that know the absolute paths to the share are able to find the share. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=Non%2Dbrowsable%20shares,find%20the%20share.)
103
103
  */
104
104
  readonly smbNonBrowsableEnabled: pulumi.Output<boolean | undefined>;
105
105
  /**
@@ -216,11 +216,11 @@ export interface VolumeState {
216
216
  */
217
217
  serviceLevel?: pulumi.Input<string>;
218
218
  /**
219
- * Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share. For instance, if a user doesn't have access to read a file or folder in a share with access-based enumeration enabled, then the file or folder doesn't show up in directory listings. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=security%!f(MISSING)or%!a(MISSING)dministrators.-,Access%!D(MISSING)based%!e(MISSING)numeration,in%!a(MISSING)n%!A(MISSING)zure%!N(MISSING)etApp%!F(MISSING)iles%!S(MISSING)MB%!v(MISSING)olume.%!O(MISSING)nly%!c(MISSING)ontosoadmin%!h(MISSING)as%!a(MISSING)ccess.,-In%!t(MISSING)he%!b(MISSING)elow)
219
+ * Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share. For instance, if a user doesn't have access to read a file or folder in a share with access-based enumeration enabled, then the file or folder doesn't show up in directory listings. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=security%20for%20administrators.-,Access%2Dbased%20enumeration,in%20an%20Azure%20NetApp%20Files%20SMB%20volume.%20Only%20contosoadmin%20has%20access.,-In%20the%20below)
220
220
  */
221
221
  smbAccessBasedEnumerationEnabled?: pulumi.Input<boolean>;
222
222
  /**
223
- * Limits clients from browsing for an SMB share by hiding the share from view in Windows Explorer or when listing shares in "net view." Only end users that know the absolute paths to the share are able to find the share. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=Non%!D(MISSING)browsable%!s(MISSING)hares,find%!t(MISSING)he%!s(MISSING)hare.)
223
+ * Limits clients from browsing for an SMB share by hiding the share from view in Windows Explorer or when listing shares in "net view." Only end users that know the absolute paths to the share are able to find the share. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=Non%2Dbrowsable%20shares,find%20the%20share.)
224
224
  */
225
225
  smbNonBrowsableEnabled?: pulumi.Input<boolean>;
226
226
  /**
@@ -325,11 +325,11 @@ export interface VolumeArgs {
325
325
  */
326
326
  serviceLevel: pulumi.Input<string>;
327
327
  /**
328
- * Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share. For instance, if a user doesn't have access to read a file or folder in a share with access-based enumeration enabled, then the file or folder doesn't show up in directory listings. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=security%!f(MISSING)or%!a(MISSING)dministrators.-,Access%!D(MISSING)based%!e(MISSING)numeration,in%!a(MISSING)n%!A(MISSING)zure%!N(MISSING)etApp%!F(MISSING)iles%!S(MISSING)MB%!v(MISSING)olume.%!O(MISSING)nly%!c(MISSING)ontosoadmin%!h(MISSING)as%!a(MISSING)ccess.,-In%!t(MISSING)he%!b(MISSING)elow)
328
+ * Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share. For instance, if a user doesn't have access to read a file or folder in a share with access-based enumeration enabled, then the file or folder doesn't show up in directory listings. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=security%20for%20administrators.-,Access%2Dbased%20enumeration,in%20an%20Azure%20NetApp%20Files%20SMB%20volume.%20Only%20contosoadmin%20has%20access.,-In%20the%20below)
329
329
  */
330
330
  smbAccessBasedEnumerationEnabled?: pulumi.Input<boolean>;
331
331
  /**
332
- * Limits clients from browsing for an SMB share by hiding the share from view in Windows Explorer or when listing shares in "net view." Only end users that know the absolute paths to the share are able to find the share. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=Non%!D(MISSING)browsable%!s(MISSING)hares,find%!t(MISSING)he%!s(MISSING)hare.)
332
+ * Limits clients from browsing for an SMB share by hiding the share from view in Windows Explorer or when listing shares in "net view." Only end users that know the absolute paths to the share are able to find the share. Defaults to `false`. For more information, please refer to [Understand NAS share permissions in Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/network-attached-storage-permissions#:~:text=Non%2Dbrowsable%20shares,find%20the%20share.)
333
333
  */
334
334
  smbNonBrowsableEnabled?: pulumi.Input<boolean>;
335
335
  /**
@@ -68,7 +68,7 @@ export declare class PublicIpPrefix extends pulumi.CustomResource {
68
68
  /**
69
69
  * Specifies the number of bits of the prefix. The value can be set between 0 (4,294,967,296 addresses) and 31 (2 addresses). Defaults to `28`(16 addresses). Changing this forces a new resource to be created.
70
70
  *
71
- * > **Please Note:** There may be Public IP address limits on the subscription . [More information available here](https://docs.microsoft.com/azure/azure-subscription-service-limits?toc=%!f(MISSING)azure%!f(MISSING)virtual-network%!f(MISSING)toc.json#publicip-address)
71
+ * > **Please Note:** There may be Public IP address limits on the subscription . [More information available here](https://docs.microsoft.com/azure/azure-subscription-service-limits?toc=%2fazure%2fvirtual-network%2ftoc.json#publicip-address)
72
72
  */
73
73
  readonly prefixLength: pulumi.Output<number | undefined>;
74
74
  /**
@@ -125,7 +125,7 @@ export interface PublicIpPrefixState {
125
125
  /**
126
126
  * Specifies the number of bits of the prefix. The value can be set between 0 (4,294,967,296 addresses) and 31 (2 addresses). Defaults to `28`(16 addresses). Changing this forces a new resource to be created.
127
127
  *
128
- * > **Please Note:** There may be Public IP address limits on the subscription . [More information available here](https://docs.microsoft.com/azure/azure-subscription-service-limits?toc=%!f(MISSING)azure%!f(MISSING)virtual-network%!f(MISSING)toc.json#publicip-address)
128
+ * > **Please Note:** There may be Public IP address limits on the subscription . [More information available here](https://docs.microsoft.com/azure/azure-subscription-service-limits?toc=%2fazure%2fvirtual-network%2ftoc.json#publicip-address)
129
129
  */
130
130
  prefixLength?: pulumi.Input<number>;
131
131
  /**
@@ -170,7 +170,7 @@ export interface PublicIpPrefixArgs {
170
170
  /**
171
171
  * Specifies the number of bits of the prefix. The value can be set between 0 (4,294,967,296 addresses) and 31 (2 addresses). Defaults to `28`(16 addresses). Changing this forces a new resource to be created.
172
172
  *
173
- * > **Please Note:** There may be Public IP address limits on the subscription . [More information available here](https://docs.microsoft.com/azure/azure-subscription-service-limits?toc=%!f(MISSING)azure%!f(MISSING)virtual-network%!f(MISSING)toc.json#publicip-address)
173
+ * > **Please Note:** There may be Public IP address limits on the subscription . [More information available here](https://docs.microsoft.com/azure/azure-subscription-service-limits?toc=%2fazure%2fvirtual-network%2ftoc.json#publicip-address)
174
174
  */
175
175
  prefixLength?: pulumi.Input<number>;
176
176
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure",
3
- "version": "v5.71.0-alpha.1711778272+0b47d949",
3
+ "version": "v5.71.0-alpha.1712404106+1185bd9c",
4
4
  "description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Manages a Storage Sync Cloud Endpoint.
4
4
  *
5
- * > **NOTE:** Please ensure Azure File Sync has access to the storage account in your subscription, which indicates that `Microsoft.StorageSync` is assigned role `Reader and Data Access` ( refer to details [here](<https://docs.microsoft.com/azure/storage/files/storage-sync-files-troubleshoot?tabs=portal1%!C(MISSING)azure-portal#common-troubleshooting-steps>)).
5
+ * > **NOTE:** Please ensure Azure File Sync has access to the storage account in your subscription, which indicates that `Microsoft.StorageSync` is assigned role `Reader and Data Access` ( refer to details [here](https://docs.microsoft.com/azure/storage/files/storage-sync-files-troubleshoot?tabs=portal1%2Cazure-portal#common-troubleshooting-steps)).
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * Manages a Storage Sync Cloud Endpoint.
10
10
  *
11
- * > **NOTE:** Please ensure Azure File Sync has access to the storage account in your subscription, which indicates that `Microsoft.StorageSync` is assigned role `Reader and Data Access` ( refer to details [here](<https://docs.microsoft.com/azure/storage/files/storage-sync-files-troubleshoot?tabs=portal1%!C(MISSING)azure-portal#common-troubleshooting-steps>)).
11
+ * > **NOTE:** Please ensure Azure File Sync has access to the storage account in your subscription, which indicates that `Microsoft.StorageSync` is assigned role `Reader and Data Access` ( refer to details [here](https://docs.microsoft.com/azure/storage/files/storage-sync-files-troubleshoot?tabs=portal1%2Cazure-portal#common-troubleshooting-steps)).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
package/types/input.d.ts CHANGED
@@ -23041,7 +23041,7 @@ export declare namespace containerservice {
23041
23041
  *
23042
23042
  * ->**Note:** To configure dual-stack networking `ipVersions` should be set to `["IPv4", "IPv6"]`.
23043
23043
  *
23044
- * ->**Note:** Dual-stack networking requires that the Preview Feature `Microsoft.ContainerService/AKS-EnableDualStack` is enabled and the Resource Provider is re-registered, see [the documentation](https://docs.microsoft.com/azure/aks/configure-kubenet-dual-stack?tabs=azure-cli%!C(MISSING)kubectl#register-the-aks-enabledualstack-preview-feature) for more information.
23044
+ * ->**Note:** Dual-stack networking requires that the Preview Feature `Microsoft.ContainerService/AKS-EnableDualStack` is enabled and the Resource Provider is re-registered, see [the documentation](https://docs.microsoft.com/azure/aks/configure-kubenet-dual-stack?tabs=azure-cli%2Ckubectl#register-the-aks-enabledualstack-preview-feature) for more information.
23045
23045
  */
23046
23046
  ipVersions?: pulumi.Input<pulumi.Input<string>[]>;
23047
23047
  /**
@@ -23123,7 +23123,7 @@ export declare namespace containerservice {
23123
23123
  /**
23124
23124
  * The desired number of IPv6 outbound IPs created and managed by Azure for the cluster load balancer. Must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack.
23125
23125
  *
23126
- * > **Note:** `managedOutboundIpv6Count` requires dual-stack networking. To enable dual-stack networking the Preview Feature `Microsoft.ContainerService/AKS-EnableDualStack` needs to be enabled and the Resource Provider re-registered, see [the documentation](https://docs.microsoft.com/azure/aks/configure-kubenet-dual-stack?tabs=azure-cli%!C(MISSING)kubectl#register-the-aks-enabledualstack-preview-feature) for more information.
23126
+ * > **Note:** `managedOutboundIpv6Count` requires dual-stack networking. To enable dual-stack networking the Preview Feature `Microsoft.ContainerService/AKS-EnableDualStack` needs to be enabled and the Resource Provider re-registered, see [the documentation](https://docs.microsoft.com/azure/aks/configure-kubenet-dual-stack?tabs=azure-cli%2Ckubectl#register-the-aks-enabledualstack-preview-feature) for more information.
23127
23127
  */
23128
23128
  managedOutboundIpv6Count?: pulumi.Input<number>;
23129
23129
  /**
@@ -27311,7 +27311,7 @@ export declare namespace desktopvirtualization {
27311
27311
  */
27312
27312
  peakStartTime: pulumi.Input<string>;
27313
27313
  /**
27314
- * This is the value in percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-down and off-peak hours. For example, if capacity threshold is specified as 60%!a(MISSING)nd your total host pool capacity is 100 sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of 60 sessions.
27314
+ * This is the value in percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-down and off-peak hours. For example, if capacity threshold is specified as 60% and your total host pool capacity is 100 sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of 60 sessions.
27315
27315
  */
27316
27316
  rampDownCapacityThresholdPercent: pulumi.Input<number>;
27317
27317
  /**
@@ -27323,7 +27323,7 @@ export declare namespace desktopvirtualization {
27323
27323
  */
27324
27324
  rampDownLoadBalancingAlgorithm: pulumi.Input<string>;
27325
27325
  /**
27326
- * The minimum percentage of session host virtual machines that you would like to get to for ramp-down and off-peak hours. For example, if Minimum percentage of hosts is specified as 10%!a(MISSING)nd total number of session hosts in your host pool is 10, autoscale will ensure a minimum of 1 session host is available to take user connections.
27326
+ * The minimum percentage of session host virtual machines that you would like to get to for ramp-down and off-peak hours. For example, if Minimum percentage of hosts is specified as 10% and total number of session hosts in your host pool is 10, autoscale will ensure a minimum of 1 session host is available to take user connections.
27327
27327
  */
27328
27328
  rampDownMinimumHostsPercent: pulumi.Input<number>;
27329
27329
  /**
@@ -27343,7 +27343,7 @@ export declare namespace desktopvirtualization {
27343
27343
  */
27344
27344
  rampDownWaitTimeMinutes: pulumi.Input<number>;
27345
27345
  /**
27346
- * This is the value of percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-up and peak hours. For example, if capacity threshold is specified as `60%!`(MISSING) and your total host pool capacity is `100` sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of `60` sessions.
27346
+ * This is the value of percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-up and peak hours. For example, if capacity threshold is specified as `60%` and your total host pool capacity is `100` sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of `60` sessions.
27347
27347
  */
27348
27348
  rampUpCapacityThresholdPercent?: pulumi.Input<number>;
27349
27349
  /**
@@ -27351,7 +27351,7 @@ export declare namespace desktopvirtualization {
27351
27351
  */
27352
27352
  rampUpLoadBalancingAlgorithm: pulumi.Input<string>;
27353
27353
  /**
27354
- * Specifies the minimum percentage of session host virtual machines to start during ramp-up for peak hours. For example, if Minimum percentage of hosts is specified as `10%!`(MISSING) and total number of session hosts in your host pool is `10`, autoscale will ensure a minimum of `1` session host is available to take user connections.
27354
+ * Specifies the minimum percentage of session host virtual machines to start during ramp-up for peak hours. For example, if Minimum percentage of hosts is specified as `10%` and total number of session hosts in your host pool is `10`, autoscale will ensure a minimum of `1` session host is available to take user connections.
27355
27355
  */
27356
27356
  rampUpMinimumHostsPercent?: pulumi.Input<number>;
27357
27357
  /**
@@ -36661,7 +36661,7 @@ export declare namespace media {
36661
36661
  */
36662
36662
  frameRate?: pulumi.Input<string>;
36663
36663
  /**
36664
- * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in height as the input.
36664
+ * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in height as the input.
36665
36665
  */
36666
36666
  height?: pulumi.Input<string>;
36667
36667
  /**
@@ -36689,7 +36689,7 @@ export declare namespace media {
36689
36689
  */
36690
36690
  slices?: pulumi.Input<number>;
36691
36691
  /**
36692
- * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in width as the input.
36692
+ * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in width as the input.
36693
36693
  */
36694
36694
  width?: pulumi.Input<string>;
36695
36695
  }
@@ -36749,7 +36749,7 @@ export declare namespace media {
36749
36749
  */
36750
36750
  frameRate?: pulumi.Input<string>;
36751
36751
  /**
36752
- * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in height as the input.
36752
+ * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in height as the input.
36753
36753
  */
36754
36754
  height?: pulumi.Input<string>;
36755
36755
  /**
@@ -36777,7 +36777,7 @@ export declare namespace media {
36777
36777
  */
36778
36778
  slices?: pulumi.Input<number>;
36779
36779
  /**
36780
- * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in width as the input.
36780
+ * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in width as the input.
36781
36781
  */
36782
36782
  width?: pulumi.Input<string>;
36783
36783
  }
@@ -36795,7 +36795,7 @@ export declare namespace media {
36795
36795
  */
36796
36796
  layers?: pulumi.Input<pulumi.Input<inputs.media.TransformOutputCustomPresetCodecJpgImageLayer>[]>;
36797
36797
  /**
36798
- * The position relative to transform preset start time in the input video at which to stop generating thumbnails. The value can be in ISO 8601 format (For example, `PT5M30S` to stop at 5 minutes and 30 seconds from start time), or a frame count (For example, `300` to stop at the 300th frame from the frame at start time. If this value is `1`, it means only producing one thumbnail at start time), or a relative value to the stream duration (For example, `50%!`(MISSING) to stop at half of stream duration from start time). The default value is `100%!`(MISSING), which means to stop at the end of the stream.
36798
+ * The position relative to transform preset start time in the input video at which to stop generating thumbnails. The value can be in ISO 8601 format (For example, `PT5M30S` to stop at 5 minutes and 30 seconds from start time), or a frame count (For example, `300` to stop at the 300th frame from the frame at start time. If this value is `1`, it means only producing one thumbnail at start time), or a relative value to the stream duration (For example, `50%` to stop at half of stream duration from start time). The default value is `100%`, which means to stop at the end of the stream.
36799
36799
  */
36800
36800
  range?: pulumi.Input<string>;
36801
36801
  /**
@@ -36803,11 +36803,11 @@ export declare namespace media {
36803
36803
  */
36804
36804
  spriteColumn?: pulumi.Input<number>;
36805
36805
  /**
36806
- * The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%!`(MISSING) to start at 10%!o(MISSING)f stream duration). Also supports a macro `{Best}`, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for `step` and `range`.
36806
+ * The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%` to start at 10% of stream duration). Also supports a macro `{Best}`, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for `step` and `range`.
36807
36807
  */
36808
36808
  start: pulumi.Input<string>;
36809
36809
  /**
36810
- * The intervals at which thumbnails are generated. The value can be in ISO 8601 format (For example, `PT05S` for one image every 5 seconds), or a frame count (For example, `30` for one image every 30 frames), or a relative value to stream duration (For example, `10%!`(MISSING) for one image every 10%!o(MISSING)f stream duration). Note: Step value will affect the first generated thumbnail, which may not be exactly the one specified at transform preset start time. This is due to the encoder, which tries to select the best thumbnail between start time and Step position from start time as the first output. As the default value is `10%!`(MISSING), it means if stream has long duration, the first generated thumbnail might be far away from the one specified at start time. Try to select reasonable value for Step if the first thumbnail is expected close to start time, or set Range value at `1` if only one thumbnail is needed at start time.
36810
+ * The intervals at which thumbnails are generated. The value can be in ISO 8601 format (For example, `PT05S` for one image every 5 seconds), or a frame count (For example, `30` for one image every 30 frames), or a relative value to stream duration (For example, `10%` for one image every 10% of stream duration). Note: Step value will affect the first generated thumbnail, which may not be exactly the one specified at transform preset start time. This is due to the encoder, which tries to select the best thumbnail between start time and Step position from start time as the first output. As the default value is `10%`, it means if stream has long duration, the first generated thumbnail might be far away from the one specified at start time. Try to select reasonable value for Step if the first thumbnail is expected close to start time, or set Range value at `1` if only one thumbnail is needed at start time.
36811
36811
  */
36812
36812
  step?: pulumi.Input<string>;
36813
36813
  /**
@@ -36821,7 +36821,7 @@ export declare namespace media {
36821
36821
  }
36822
36822
  interface TransformOutputCustomPresetCodecJpgImageLayer {
36823
36823
  /**
36824
- * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in height as the input.
36824
+ * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in height as the input.
36825
36825
  */
36826
36826
  height?: pulumi.Input<string>;
36827
36827
  /**
@@ -36833,7 +36833,7 @@ export declare namespace media {
36833
36833
  */
36834
36834
  quality?: pulumi.Input<number>;
36835
36835
  /**
36836
- * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in width as the input.
36836
+ * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in width as the input.
36837
36837
  */
36838
36838
  width?: pulumi.Input<string>;
36839
36839
  }
@@ -36851,15 +36851,15 @@ export declare namespace media {
36851
36851
  */
36852
36852
  layers?: pulumi.Input<pulumi.Input<inputs.media.TransformOutputCustomPresetCodecPngImageLayer>[]>;
36853
36853
  /**
36854
- * The position relative to transform preset start time in the input video at which to stop generating thumbnails. The value can be in ISO 8601 format (For example, `PT5M30S` to stop at `5` minutes and `30` seconds from start time), or a frame count (For example, `300` to stop at the 300th frame from the frame at start time. If this value is `1`, it means only producing one thumbnail at start time), or a relative value to the stream duration (For example, `50%!`(MISSING) to stop at half of stream duration from start time). The default value is `100%!`(MISSING), which means to stop at the end of the stream.
36854
+ * The position relative to transform preset start time in the input video at which to stop generating thumbnails. The value can be in ISO 8601 format (For example, `PT5M30S` to stop at `5` minutes and `30` seconds from start time), or a frame count (For example, `300` to stop at the 300th frame from the frame at start time. If this value is `1`, it means only producing one thumbnail at start time), or a relative value to the stream duration (For example, `50%` to stop at half of stream duration from start time). The default value is `100%`, which means to stop at the end of the stream.
36855
36855
  */
36856
36856
  range?: pulumi.Input<string>;
36857
36857
  /**
36858
- * The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%!`(MISSING) to start at 10%!o(MISSING)f stream duration). Also supports a macro `{Best}`, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for `step` and `range`.
36858
+ * The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%` to start at 10% of stream duration). Also supports a macro `{Best}`, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for `step` and `range`.
36859
36859
  */
36860
36860
  start: pulumi.Input<string>;
36861
36861
  /**
36862
- * The intervals at which thumbnails are generated. The value can be in ISO 8601 format (For example, `PT05S` for one image every 5 seconds), or a frame count (For example, `30` for one image every 30 frames), or a relative value to stream duration (For example, `10%!`(MISSING) for one image every 10%!o(MISSING)f stream duration). Note: Step value will affect the first generated thumbnail, which may not be exactly the one specified at transform preset start time. This is due to the encoder, which tries to select the best thumbnail between start time and Step position from start time as the first output. As the default value is `10%!`(MISSING), it means if stream has long duration, the first generated thumbnail might be far away from the one specified at start time. Try to select reasonable value for Step if the first thumbnail is expected close to start time, or set Range value at `1` if only one thumbnail is needed at start time.
36862
+ * The intervals at which thumbnails are generated. The value can be in ISO 8601 format (For example, `PT05S` for one image every 5 seconds), or a frame count (For example, `30` for one image every 30 frames), or a relative value to stream duration (For example, `10%` for one image every 10% of stream duration). Note: Step value will affect the first generated thumbnail, which may not be exactly the one specified at transform preset start time. This is due to the encoder, which tries to select the best thumbnail between start time and Step position from start time as the first output. As the default value is `10%`, it means if stream has long duration, the first generated thumbnail might be far away from the one specified at start time. Try to select reasonable value for Step if the first thumbnail is expected close to start time, or set Range value at `1` if only one thumbnail is needed at start time.
36863
36863
  */
36864
36864
  step?: pulumi.Input<string>;
36865
36865
  /**
@@ -36873,7 +36873,7 @@ export declare namespace media {
36873
36873
  }
36874
36874
  interface TransformOutputCustomPresetCodecPngImageLayer {
36875
36875
  /**
36876
- * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in height as the input.
36876
+ * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in height as the input.
36877
36877
  */
36878
36878
  height?: pulumi.Input<string>;
36879
36879
  /**
@@ -36881,7 +36881,7 @@ export declare namespace media {
36881
36881
  */
36882
36882
  label?: pulumi.Input<string>;
36883
36883
  /**
36884
- * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in width as the input.
36884
+ * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in width as the input.
36885
36885
  */
36886
36886
  width?: pulumi.Input<string>;
36887
36887
  }
@@ -36913,19 +36913,19 @@ export declare namespace media {
36913
36913
  }
36914
36914
  interface TransformOutputCustomPresetFilterCropRectangle {
36915
36915
  /**
36916
- * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
36916
+ * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
36917
36917
  */
36918
36918
  height?: pulumi.Input<string>;
36919
36919
  /**
36920
- * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
36920
+ * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
36921
36921
  */
36922
36922
  left?: pulumi.Input<string>;
36923
36923
  /**
36924
- * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
36924
+ * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
36925
36925
  */
36926
36926
  top?: pulumi.Input<string>;
36927
36927
  /**
36928
- * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%!`(MISSING)).
36928
+ * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%`).
36929
36929
  */
36930
36930
  width?: pulumi.Input<string>;
36931
36931
  }
@@ -36941,7 +36941,7 @@ export declare namespace media {
36941
36941
  }
36942
36942
  interface TransformOutputCustomPresetFilterFadeIn {
36943
36943
  /**
36944
- * The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10%!t(MISSING)o fade 10%!o(MISSING)f stream duration).
36944
+ * The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration).
36945
36945
  */
36946
36946
  duration: pulumi.Input<string>;
36947
36947
  /**
@@ -36949,13 +36949,13 @@ export declare namespace media {
36949
36949
  */
36950
36950
  fadeColor: pulumi.Input<string>;
36951
36951
  /**
36952
- * The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%!`(MISSING) to start at 10%!o(MISSING)f stream duration). Default to `0`.
36952
+ * The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%` to start at 10% of stream duration). Default to `0`.
36953
36953
  */
36954
36954
  start?: pulumi.Input<string>;
36955
36955
  }
36956
36956
  interface TransformOutputCustomPresetFilterFadeOut {
36957
36957
  /**
36958
- * The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10%!t(MISSING)o fade 10%!o(MISSING)f stream duration).
36958
+ * The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration).
36959
36959
  */
36960
36960
  duration: pulumi.Input<string>;
36961
36961
  /**
@@ -36963,7 +36963,7 @@ export declare namespace media {
36963
36963
  */
36964
36964
  fadeColor: pulumi.Input<string>;
36965
36965
  /**
36966
- * The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%!`(MISSING) to start at 10%!o(MISSING)f stream duration). Default to `0`.
36966
+ * The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%` to start at 10% of stream duration). Default to `0`.
36967
36967
  */
36968
36968
  start?: pulumi.Input<string>;
36969
36969
  }
@@ -37045,37 +37045,37 @@ export declare namespace media {
37045
37045
  }
37046
37046
  interface TransformOutputCustomPresetFilterOverlayVideoCropRectangle {
37047
37047
  /**
37048
- * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
37048
+ * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
37049
37049
  */
37050
37050
  height?: pulumi.Input<string>;
37051
37051
  /**
37052
- * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
37052
+ * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
37053
37053
  */
37054
37054
  left?: pulumi.Input<string>;
37055
37055
  /**
37056
- * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
37056
+ * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
37057
37057
  */
37058
37058
  top?: pulumi.Input<string>;
37059
37059
  /**
37060
- * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%!`(MISSING)).
37060
+ * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%`).
37061
37061
  */
37062
37062
  width?: pulumi.Input<string>;
37063
37063
  }
37064
37064
  interface TransformOutputCustomPresetFilterOverlayVideoPosition {
37065
37065
  /**
37066
- * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
37066
+ * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
37067
37067
  */
37068
37068
  height?: pulumi.Input<string>;
37069
37069
  /**
37070
- * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
37070
+ * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
37071
37071
  */
37072
37072
  left?: pulumi.Input<string>;
37073
37073
  /**
37074
- * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
37074
+ * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
37075
37075
  */
37076
37076
  top?: pulumi.Input<string>;
37077
37077
  /**
37078
- * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%!`(MISSING)).
37078
+ * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%`).
37079
37079
  */
37080
37080
  width?: pulumi.Input<string>;
37081
37081
  }
package/types/output.d.ts CHANGED
@@ -30871,7 +30871,7 @@ export declare namespace containerservice {
30871
30871
  *
30872
30872
  * ->**Note:** To configure dual-stack networking `ipVersions` should be set to `["IPv4", "IPv6"]`.
30873
30873
  *
30874
- * ->**Note:** Dual-stack networking requires that the Preview Feature `Microsoft.ContainerService/AKS-EnableDualStack` is enabled and the Resource Provider is re-registered, see [the documentation](https://docs.microsoft.com/azure/aks/configure-kubenet-dual-stack?tabs=azure-cli%!C(MISSING)kubectl#register-the-aks-enabledualstack-preview-feature) for more information.
30874
+ * ->**Note:** Dual-stack networking requires that the Preview Feature `Microsoft.ContainerService/AKS-EnableDualStack` is enabled and the Resource Provider is re-registered, see [the documentation](https://docs.microsoft.com/azure/aks/configure-kubenet-dual-stack?tabs=azure-cli%2Ckubectl#register-the-aks-enabledualstack-preview-feature) for more information.
30875
30875
  */
30876
30876
  ipVersions: string[];
30877
30877
  /**
@@ -30953,7 +30953,7 @@ export declare namespace containerservice {
30953
30953
  /**
30954
30954
  * The desired number of IPv6 outbound IPs created and managed by Azure for the cluster load balancer. Must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack.
30955
30955
  *
30956
- * > **Note:** `managedOutboundIpv6Count` requires dual-stack networking. To enable dual-stack networking the Preview Feature `Microsoft.ContainerService/AKS-EnableDualStack` needs to be enabled and the Resource Provider re-registered, see [the documentation](https://docs.microsoft.com/azure/aks/configure-kubenet-dual-stack?tabs=azure-cli%!C(MISSING)kubectl#register-the-aks-enabledualstack-preview-feature) for more information.
30956
+ * > **Note:** `managedOutboundIpv6Count` requires dual-stack networking. To enable dual-stack networking the Preview Feature `Microsoft.ContainerService/AKS-EnableDualStack` needs to be enabled and the Resource Provider re-registered, see [the documentation](https://docs.microsoft.com/azure/aks/configure-kubenet-dual-stack?tabs=azure-cli%2Ckubectl#register-the-aks-enabledualstack-preview-feature) for more information.
30957
30957
  */
30958
30958
  managedOutboundIpv6Count: number;
30959
30959
  /**
@@ -35601,7 +35601,7 @@ export declare namespace desktopvirtualization {
35601
35601
  */
35602
35602
  peakStartTime: string;
35603
35603
  /**
35604
- * This is the value in percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-down and off-peak hours. For example, if capacity threshold is specified as 60%!a(MISSING)nd your total host pool capacity is 100 sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of 60 sessions.
35604
+ * This is the value in percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-down and off-peak hours. For example, if capacity threshold is specified as 60% and your total host pool capacity is 100 sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of 60 sessions.
35605
35605
  */
35606
35606
  rampDownCapacityThresholdPercent: number;
35607
35607
  /**
@@ -35613,7 +35613,7 @@ export declare namespace desktopvirtualization {
35613
35613
  */
35614
35614
  rampDownLoadBalancingAlgorithm: string;
35615
35615
  /**
35616
- * The minimum percentage of session host virtual machines that you would like to get to for ramp-down and off-peak hours. For example, if Minimum percentage of hosts is specified as 10%!a(MISSING)nd total number of session hosts in your host pool is 10, autoscale will ensure a minimum of 1 session host is available to take user connections.
35616
+ * The minimum percentage of session host virtual machines that you would like to get to for ramp-down and off-peak hours. For example, if Minimum percentage of hosts is specified as 10% and total number of session hosts in your host pool is 10, autoscale will ensure a minimum of 1 session host is available to take user connections.
35617
35617
  */
35618
35618
  rampDownMinimumHostsPercent: number;
35619
35619
  /**
@@ -35633,7 +35633,7 @@ export declare namespace desktopvirtualization {
35633
35633
  */
35634
35634
  rampDownWaitTimeMinutes: number;
35635
35635
  /**
35636
- * This is the value of percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-up and peak hours. For example, if capacity threshold is specified as `60%!`(MISSING) and your total host pool capacity is `100` sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of `60` sessions.
35636
+ * This is the value of percentage of used host pool capacity that will be considered to evaluate whether to turn on/off virtual machines during the ramp-up and peak hours. For example, if capacity threshold is specified as `60%` and your total host pool capacity is `100` sessions, autoscale will turn on additional session hosts once the host pool exceeds a load of `60` sessions.
35637
35637
  */
35638
35638
  rampUpCapacityThresholdPercent?: number;
35639
35639
  /**
@@ -35641,7 +35641,7 @@ export declare namespace desktopvirtualization {
35641
35641
  */
35642
35642
  rampUpLoadBalancingAlgorithm: string;
35643
35643
  /**
35644
- * Specifies the minimum percentage of session host virtual machines to start during ramp-up for peak hours. For example, if Minimum percentage of hosts is specified as `10%!`(MISSING) and total number of session hosts in your host pool is `10`, autoscale will ensure a minimum of `1` session host is available to take user connections.
35644
+ * Specifies the minimum percentage of session host virtual machines to start during ramp-up for peak hours. For example, if Minimum percentage of hosts is specified as `10%` and total number of session hosts in your host pool is `10`, autoscale will ensure a minimum of `1` session host is available to take user connections.
35645
35645
  */
35646
35646
  rampUpMinimumHostsPercent?: number;
35647
35647
  /**
@@ -45956,7 +45956,7 @@ export declare namespace media {
45956
45956
  */
45957
45957
  frameRate?: string;
45958
45958
  /**
45959
- * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in height as the input.
45959
+ * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in height as the input.
45960
45960
  */
45961
45961
  height: string;
45962
45962
  /**
@@ -45984,7 +45984,7 @@ export declare namespace media {
45984
45984
  */
45985
45985
  slices: number;
45986
45986
  /**
45987
- * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in width as the input.
45987
+ * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in width as the input.
45988
45988
  */
45989
45989
  width: string;
45990
45990
  }
@@ -46044,7 +46044,7 @@ export declare namespace media {
46044
46044
  */
46045
46045
  frameRate?: string;
46046
46046
  /**
46047
- * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in height as the input.
46047
+ * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in height as the input.
46048
46048
  */
46049
46049
  height: string;
46050
46050
  /**
@@ -46072,7 +46072,7 @@ export declare namespace media {
46072
46072
  */
46073
46073
  slices: number;
46074
46074
  /**
46075
- * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in width as the input.
46075
+ * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in width as the input.
46076
46076
  */
46077
46077
  width: string;
46078
46078
  }
@@ -46090,7 +46090,7 @@ export declare namespace media {
46090
46090
  */
46091
46091
  layers?: outputs.media.TransformOutputCustomPresetCodecJpgImageLayer[];
46092
46092
  /**
46093
- * The position relative to transform preset start time in the input video at which to stop generating thumbnails. The value can be in ISO 8601 format (For example, `PT5M30S` to stop at 5 minutes and 30 seconds from start time), or a frame count (For example, `300` to stop at the 300th frame from the frame at start time. If this value is `1`, it means only producing one thumbnail at start time), or a relative value to the stream duration (For example, `50%!`(MISSING) to stop at half of stream duration from start time). The default value is `100%!`(MISSING), which means to stop at the end of the stream.
46093
+ * The position relative to transform preset start time in the input video at which to stop generating thumbnails. The value can be in ISO 8601 format (For example, `PT5M30S` to stop at 5 minutes and 30 seconds from start time), or a frame count (For example, `300` to stop at the 300th frame from the frame at start time. If this value is `1`, it means only producing one thumbnail at start time), or a relative value to the stream duration (For example, `50%` to stop at half of stream duration from start time). The default value is `100%`, which means to stop at the end of the stream.
46094
46094
  */
46095
46095
  range?: string;
46096
46096
  /**
@@ -46098,11 +46098,11 @@ export declare namespace media {
46098
46098
  */
46099
46099
  spriteColumn?: number;
46100
46100
  /**
46101
- * The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%!`(MISSING) to start at 10%!o(MISSING)f stream duration). Also supports a macro `{Best}`, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for `step` and `range`.
46101
+ * The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%` to start at 10% of stream duration). Also supports a macro `{Best}`, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for `step` and `range`.
46102
46102
  */
46103
46103
  start: string;
46104
46104
  /**
46105
- * The intervals at which thumbnails are generated. The value can be in ISO 8601 format (For example, `PT05S` for one image every 5 seconds), or a frame count (For example, `30` for one image every 30 frames), or a relative value to stream duration (For example, `10%!`(MISSING) for one image every 10%!o(MISSING)f stream duration). Note: Step value will affect the first generated thumbnail, which may not be exactly the one specified at transform preset start time. This is due to the encoder, which tries to select the best thumbnail between start time and Step position from start time as the first output. As the default value is `10%!`(MISSING), it means if stream has long duration, the first generated thumbnail might be far away from the one specified at start time. Try to select reasonable value for Step if the first thumbnail is expected close to start time, or set Range value at `1` if only one thumbnail is needed at start time.
46105
+ * The intervals at which thumbnails are generated. The value can be in ISO 8601 format (For example, `PT05S` for one image every 5 seconds), or a frame count (For example, `30` for one image every 30 frames), or a relative value to stream duration (For example, `10%` for one image every 10% of stream duration). Note: Step value will affect the first generated thumbnail, which may not be exactly the one specified at transform preset start time. This is due to the encoder, which tries to select the best thumbnail between start time and Step position from start time as the first output. As the default value is `10%`, it means if stream has long duration, the first generated thumbnail might be far away from the one specified at start time. Try to select reasonable value for Step if the first thumbnail is expected close to start time, or set Range value at `1` if only one thumbnail is needed at start time.
46106
46106
  */
46107
46107
  step?: string;
46108
46108
  /**
@@ -46116,7 +46116,7 @@ export declare namespace media {
46116
46116
  }
46117
46117
  interface TransformOutputCustomPresetCodecJpgImageLayer {
46118
46118
  /**
46119
- * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in height as the input.
46119
+ * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in height as the input.
46120
46120
  */
46121
46121
  height?: string;
46122
46122
  /**
@@ -46128,7 +46128,7 @@ export declare namespace media {
46128
46128
  */
46129
46129
  quality?: number;
46130
46130
  /**
46131
- * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in width as the input.
46131
+ * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in width as the input.
46132
46132
  */
46133
46133
  width?: string;
46134
46134
  }
@@ -46146,15 +46146,15 @@ export declare namespace media {
46146
46146
  */
46147
46147
  layers?: outputs.media.TransformOutputCustomPresetCodecPngImageLayer[];
46148
46148
  /**
46149
- * The position relative to transform preset start time in the input video at which to stop generating thumbnails. The value can be in ISO 8601 format (For example, `PT5M30S` to stop at `5` minutes and `30` seconds from start time), or a frame count (For example, `300` to stop at the 300th frame from the frame at start time. If this value is `1`, it means only producing one thumbnail at start time), or a relative value to the stream duration (For example, `50%!`(MISSING) to stop at half of stream duration from start time). The default value is `100%!`(MISSING), which means to stop at the end of the stream.
46149
+ * The position relative to transform preset start time in the input video at which to stop generating thumbnails. The value can be in ISO 8601 format (For example, `PT5M30S` to stop at `5` minutes and `30` seconds from start time), or a frame count (For example, `300` to stop at the 300th frame from the frame at start time. If this value is `1`, it means only producing one thumbnail at start time), or a relative value to the stream duration (For example, `50%` to stop at half of stream duration from start time). The default value is `100%`, which means to stop at the end of the stream.
46150
46150
  */
46151
46151
  range?: string;
46152
46152
  /**
46153
- * The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%!`(MISSING) to start at 10%!o(MISSING)f stream duration). Also supports a macro `{Best}`, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for `step` and `range`.
46153
+ * The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%` to start at 10% of stream duration). Also supports a macro `{Best}`, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for `step` and `range`.
46154
46154
  */
46155
46155
  start: string;
46156
46156
  /**
46157
- * The intervals at which thumbnails are generated. The value can be in ISO 8601 format (For example, `PT05S` for one image every 5 seconds), or a frame count (For example, `30` for one image every 30 frames), or a relative value to stream duration (For example, `10%!`(MISSING) for one image every 10%!o(MISSING)f stream duration). Note: Step value will affect the first generated thumbnail, which may not be exactly the one specified at transform preset start time. This is due to the encoder, which tries to select the best thumbnail between start time and Step position from start time as the first output. As the default value is `10%!`(MISSING), it means if stream has long duration, the first generated thumbnail might be far away from the one specified at start time. Try to select reasonable value for Step if the first thumbnail is expected close to start time, or set Range value at `1` if only one thumbnail is needed at start time.
46157
+ * The intervals at which thumbnails are generated. The value can be in ISO 8601 format (For example, `PT05S` for one image every 5 seconds), or a frame count (For example, `30` for one image every 30 frames), or a relative value to stream duration (For example, `10%` for one image every 10% of stream duration). Note: Step value will affect the first generated thumbnail, which may not be exactly the one specified at transform preset start time. This is due to the encoder, which tries to select the best thumbnail between start time and Step position from start time as the first output. As the default value is `10%`, it means if stream has long duration, the first generated thumbnail might be far away from the one specified at start time. Try to select reasonable value for Step if the first thumbnail is expected close to start time, or set Range value at `1` if only one thumbnail is needed at start time.
46158
46158
  */
46159
46159
  step?: string;
46160
46160
  /**
@@ -46168,7 +46168,7 @@ export declare namespace media {
46168
46168
  }
46169
46169
  interface TransformOutputCustomPresetCodecPngImageLayer {
46170
46170
  /**
46171
- * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in height as the input.
46171
+ * The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in height as the input.
46172
46172
  */
46173
46173
  height?: string;
46174
46174
  /**
@@ -46176,7 +46176,7 @@ export declare namespace media {
46176
46176
  */
46177
46177
  label?: string;
46178
46178
  /**
46179
- * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%!`(MISSING) means the output video has half as many pixels in width as the input.
46179
+ * The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example `50%` means the output video has half as many pixels in width as the input.
46180
46180
  */
46181
46181
  width?: string;
46182
46182
  }
@@ -46208,19 +46208,19 @@ export declare namespace media {
46208
46208
  }
46209
46209
  interface TransformOutputCustomPresetFilterCropRectangle {
46210
46210
  /**
46211
- * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46211
+ * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46212
46212
  */
46213
46213
  height?: string;
46214
46214
  /**
46215
- * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46215
+ * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46216
46216
  */
46217
46217
  left?: string;
46218
46218
  /**
46219
- * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46219
+ * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46220
46220
  */
46221
46221
  top?: string;
46222
46222
  /**
46223
- * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46223
+ * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%`).
46224
46224
  */
46225
46225
  width?: string;
46226
46226
  }
@@ -46236,7 +46236,7 @@ export declare namespace media {
46236
46236
  }
46237
46237
  interface TransformOutputCustomPresetFilterFadeIn {
46238
46238
  /**
46239
- * The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10%!t(MISSING)o fade 10%!o(MISSING)f stream duration).
46239
+ * The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration).
46240
46240
  */
46241
46241
  duration: string;
46242
46242
  /**
@@ -46244,13 +46244,13 @@ export declare namespace media {
46244
46244
  */
46245
46245
  fadeColor: string;
46246
46246
  /**
46247
- * The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%!`(MISSING) to start at 10%!o(MISSING)f stream duration). Default to `0`.
46247
+ * The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%` to start at 10% of stream duration). Default to `0`.
46248
46248
  */
46249
46249
  start?: string;
46250
46250
  }
46251
46251
  interface TransformOutputCustomPresetFilterFadeOut {
46252
46252
  /**
46253
- * The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10%!t(MISSING)o fade 10%!o(MISSING)f stream duration).
46253
+ * The duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration).
46254
46254
  */
46255
46255
  duration: string;
46256
46256
  /**
@@ -46258,7 +46258,7 @@ export declare namespace media {
46258
46258
  */
46259
46259
  fadeColor: string;
46260
46260
  /**
46261
- * The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%!`(MISSING) to start at 10%!o(MISSING)f stream duration). Default to `0`.
46261
+ * The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, `PT05S` to start at 5 seconds), or a frame count (For example, `10` to start at the 10th frame), or a relative value to stream duration (For example, `10%` to start at 10% of stream duration). Default to `0`.
46262
46262
  */
46263
46263
  start?: string;
46264
46264
  }
@@ -46340,37 +46340,37 @@ export declare namespace media {
46340
46340
  }
46341
46341
  interface TransformOutputCustomPresetFilterOverlayVideoCropRectangle {
46342
46342
  /**
46343
- * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46343
+ * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46344
46344
  */
46345
46345
  height?: string;
46346
46346
  /**
46347
- * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46347
+ * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46348
46348
  */
46349
46349
  left?: string;
46350
46350
  /**
46351
- * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46351
+ * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46352
46352
  */
46353
46353
  top?: string;
46354
46354
  /**
46355
- * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46355
+ * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%`).
46356
46356
  */
46357
46357
  width?: string;
46358
46358
  }
46359
46359
  interface TransformOutputCustomPresetFilterOverlayVideoPosition {
46360
46360
  /**
46361
- * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46361
+ * The height of the rectangular region in pixels. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46362
46362
  */
46363
46363
  height?: string;
46364
46364
  /**
46365
- * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46365
+ * The number of pixels from the left-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46366
46366
  */
46367
46367
  left?: string;
46368
46368
  /**
46369
- * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46369
+ * The number of pixels from the top-margin. This can be absolute pixel value (e.g `100`), or relative to the size of the video (For example, `50%`).
46370
46370
  */
46371
46371
  top?: string;
46372
46372
  /**
46373
- * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%!`(MISSING)).
46373
+ * The width of the rectangular region in pixels. This can be absolute pixel value (e.g` 100`), or relative to the size of the video (For example, `50%`).
46374
46374
  */
46375
46375
  width?: string;
46376
46376
  }