@pulumi/azure 5.85.0-alpha.1721196325 → 5.85.0-alpha.1721631891

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/types/output.d.ts CHANGED
@@ -19725,8 +19725,17 @@ export declare namespace automation {
19725
19725
  parameters?: outputs.automation.RunBookDraftParameter[];
19726
19726
  }
19727
19727
  interface RunBookDraftContentLink {
19728
+ /**
19729
+ * A `hash` block as defined below.
19730
+ */
19728
19731
  hash?: outputs.automation.RunBookDraftContentLinkHash;
19732
+ /**
19733
+ * The URI of the runbook content.
19734
+ */
19729
19735
  uri: string;
19736
+ /**
19737
+ * Specifies the version of the content
19738
+ */
19730
19739
  version?: string;
19731
19740
  }
19732
19741
  interface RunBookDraftContentLinkHash {
@@ -21411,6 +21420,9 @@ export declare namespace batch {
21411
21420
  }
21412
21421
  interface PoolStartTaskContainerRegistry {
21413
21422
  password?: string;
21423
+ /**
21424
+ * The container registry URL. Changing this forces a new resource to be created.
21425
+ */
21414
21426
  registryServer: string;
21415
21427
  /**
21416
21428
  * The User Assigned Identity to use for Container Registry access.
@@ -24610,6 +24622,9 @@ export declare namespace compute {
24610
24622
  * @deprecated `configurationReferenceBlobUri` has been renamed to `configurationBlobUri` and will be deprecated in 4.0
24611
24623
  */
24612
24624
  configurationReferenceBlobUri?: string;
24625
+ /**
24626
+ * Specifies the order in which the packages have to be installed. Possible values are between `0` and `2147483647`. Defaults to `0`. Changing this forces a new resource to be created.
24627
+ */
24613
24628
  order?: number;
24614
24629
  /**
24615
24630
  * @deprecated `packageReferenceId` has been renamed to `versionId` and will be deprecated in 4.0
@@ -26284,6 +26299,9 @@ export declare namespace compute {
26284
26299
  * Specifies the name of the Virtual Machine. Changing this forces a new resource to be created.
26285
26300
  */
26286
26301
  computerName: string;
26302
+ /**
26303
+ * Specifies custom data to supply to the machine. On Linux-based systems, this can be used as a cloud-init script. On other systems, this will be copied as a file on disk. Internally, this provider will base64 encode this value before sending it to the API. The maximum length of the binary array is 65535 bytes. Changing this forces a new resource to be created.
26304
+ */
26287
26305
  customData: string;
26288
26306
  }
26289
26307
  interface VirtualMachineOsProfileLinuxConfig {
@@ -26848,6 +26866,9 @@ export declare namespace compute {
26848
26866
  * @deprecated `configurationReferenceBlobUri` has been renamed to `configurationBlobUri` and will be deprecated in 4.0
26849
26867
  */
26850
26868
  configurationReferenceBlobUri?: string;
26869
+ /**
26870
+ * Specifies the order in which the packages have to be installed. Possible values are between `0` and `2147483647`. Defaults to `0`. Changing this forces a new resource to be created.
26871
+ */
26851
26872
  order?: number;
26852
26873
  /**
26853
26874
  * @deprecated `packageReferenceId` has been renamed to `versionId` and will be deprecated in 4.0
@@ -31908,7 +31929,17 @@ export declare namespace containerservice {
31908
31929
  * > **Note:** When `networkPolicy` is set to `cilium`, the `networkDataPlane` field must be set to `cilium`.
31909
31930
  */
31910
31931
  networkPolicy: string;
31932
+ /**
31933
+ * The ID of the Public IP Addresses which should be used for outbound communication for the cluster load balancer.
31934
+ *
31935
+ * > **Note:** Set `outboundIpAddressIds` to an empty slice `[]` in order to unlink it from the cluster. Unlinking a `outboundIpAddressIds` will revert the load balancing for the cluster back to a managed one.
31936
+ */
31911
31937
  outboundIpAddressIds: string[];
31938
+ /**
31939
+ * The ID of the outbound Public IP Address Prefixes which should be used for the cluster load balancer.
31940
+ *
31941
+ * > **Note:** Set `outboundIpPrefixIds` to an empty slice `[]` in order to unlink it from the cluster. Unlinking a `outboundIpPrefixIds` will revert the load balancing for the cluster back to a managed one.
31942
+ */
31912
31943
  outboundIpPrefixIds: string[];
31913
31944
  /**
31914
31945
  * The outbound (egress) routing method which should be used for this Kubernetes Cluster. Possible values are `loadBalancer`, `userDefinedRouting`, `managedNATGateway` and `userAssignedNATGateway`. Defaults to `loadBalancer`. More information on supported migration paths for `outboundType` can be found in [this documentation](https://learn.microsoft.com/azure/aks/egress-outboundtype#updating-outboundtype-after-cluster-creation).
@@ -32489,6 +32520,9 @@ export declare namespace containerservice {
32489
32520
  ipRange: string;
32490
32521
  }
32491
32522
  interface RegistryNetworkRuleSetVirtualNetwork {
32523
+ /**
32524
+ * The behaviour for requests matching this rule. At this time the only supported value is `Allow`
32525
+ */
32492
32526
  action: string;
32493
32527
  subnetId: string;
32494
32528
  }
@@ -32773,6 +32807,9 @@ export declare namespace containerservice {
32773
32807
  enabled?: boolean;
32774
32808
  }
32775
32809
  interface TokenPasswordPassword1 {
32810
+ /**
32811
+ * The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created.
32812
+ */
32776
32813
  expiry?: string;
32777
32814
  /**
32778
32815
  * The value of the password (Sensitive).
@@ -32780,6 +32817,9 @@ export declare namespace containerservice {
32780
32817
  value: string;
32781
32818
  }
32782
32819
  interface TokenPasswordPassword2 {
32820
+ /**
32821
+ * The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created.
32822
+ */
32783
32823
  expiry?: string;
32784
32824
  /**
32785
32825
  * The value of the password (Sensitive).
@@ -33104,6 +33144,9 @@ export declare namespace core {
33104
33144
  }
33105
33145
  interface ResourceGroupPolicyAssignmentOverrideSelector {
33106
33146
  ins?: string[];
33147
+ /**
33148
+ * Specifies which characteristic will narrow down the set of evaluated resources. Possible values are `resourceLocation`, `resourceType` and `resourceWithoutLocation`.
33149
+ */
33107
33150
  kind: string;
33108
33151
  notIns?: string[];
33109
33152
  }
@@ -33119,6 +33162,9 @@ export declare namespace core {
33119
33162
  }
33120
33163
  interface ResourceGroupPolicyAssignmentResourceSelectorSelector {
33121
33164
  ins?: string[];
33165
+ /**
33166
+ * Specifies which characteristic will narrow down the set of evaluated resources. Possible values are `resourceLocation`, `resourceType` and `resourceWithoutLocation`.
33167
+ */
33122
33168
  kind: string;
33123
33169
  notIns?: string[];
33124
33170
  }
@@ -33164,6 +33210,9 @@ export declare namespace core {
33164
33210
  }
33165
33211
  interface ResourcePolicyAssignmentOverrideSelector {
33166
33212
  ins?: string[];
33213
+ /**
33214
+ * Specifies which characteristic will narrow down the set of evaluated resources. Possible values are `resourceLocation`, `resourceType` and `resourceWithoutLocation`.
33215
+ */
33167
33216
  kind: string;
33168
33217
  notIns?: string[];
33169
33218
  }
@@ -33179,6 +33228,9 @@ export declare namespace core {
33179
33228
  }
33180
33229
  interface ResourcePolicyAssignmentResourceSelectorSelector {
33181
33230
  ins?: string[];
33231
+ /**
33232
+ * Specifies which characteristic will narrow down the set of evaluated resources. Possible values are `resourceLocation`, `resourceType` and `resourceWithoutLocation`.
33233
+ */
33182
33234
  kind: string;
33183
33235
  notIns?: string[];
33184
33236
  }
@@ -33317,6 +33369,9 @@ export declare namespace core {
33317
33369
  }
33318
33370
  interface SubscriptionPolicyAssignmentOverrideSelector {
33319
33371
  ins?: string[];
33372
+ /**
33373
+ * Specifies which characteristic will narrow down the set of evaluated resources. Possible values are `resourceLocation`, `resourceType` and `resourceWithoutLocation`.
33374
+ */
33320
33375
  kind: string;
33321
33376
  notIns?: string[];
33322
33377
  }
@@ -33332,6 +33387,9 @@ export declare namespace core {
33332
33387
  }
33333
33388
  interface SubscriptionPolicyAssignmentResourceSelectorSelector {
33334
33389
  ins?: string[];
33390
+ /**
33391
+ * Specifies which characteristic will narrow down the set of evaluated resources. Possible values are `resourceLocation`, `resourceType` and `resourceWithoutLocation`.
33392
+ */
33335
33393
  kind: string;
33336
33394
  notIns?: string[];
33337
33395
  }
@@ -35778,10 +35836,19 @@ export declare namespace datafactory {
35778
35836
  }
35779
35837
  interface IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPassword {
35780
35838
  linkedServiceName: string;
35839
+ /**
35840
+ * A map of parameters to associate with the Key Vault Data Factory Linked Service.
35841
+ */
35781
35842
  parameters?: {
35782
35843
  [key: string]: string;
35783
35844
  };
35845
+ /**
35846
+ * Specifies the secret name in Azure Key Vault.
35847
+ */
35784
35848
  secretName: string;
35849
+ /**
35850
+ * Specifies the secret version in Azure Key Vault.
35851
+ */
35785
35852
  secretVersion?: string;
35786
35853
  }
35787
35854
  interface IntegrationRuntimeSsisExpressCustomSetupComponent {
@@ -35800,10 +35867,19 @@ export declare namespace datafactory {
35800
35867
  }
35801
35868
  interface IntegrationRuntimeSsisExpressCustomSetupComponentKeyVaultLicense {
35802
35869
  linkedServiceName: string;
35870
+ /**
35871
+ * A map of parameters to associate with the Key Vault Data Factory Linked Service.
35872
+ */
35803
35873
  parameters?: {
35804
35874
  [key: string]: string;
35805
35875
  };
35876
+ /**
35877
+ * Specifies the secret name in Azure Key Vault.
35878
+ */
35806
35879
  secretName: string;
35880
+ /**
35881
+ * Specifies the secret version in Azure Key Vault.
35882
+ */
35807
35883
  secretVersion?: string;
35808
35884
  }
35809
35885
  interface IntegrationRuntimeSsisExpressVnetIntegration {
@@ -37632,77 +37708,194 @@ export declare namespace eventgrid {
37632
37708
  stringNotIns?: outputs.eventgrid.EventSubscriptionAdvancedFilterStringNotIn[];
37633
37709
  }
37634
37710
  interface EventSubscriptionAdvancedFilterBoolEqual {
37711
+ /**
37712
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37713
+ */
37635
37714
  key: string;
37636
37715
  value: boolean;
37637
37716
  }
37638
37717
  interface EventSubscriptionAdvancedFilterIsNotNull {
37718
+ /**
37719
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37720
+ */
37639
37721
  key: string;
37640
37722
  }
37641
37723
  interface EventSubscriptionAdvancedFilterIsNullOrUndefined {
37724
+ /**
37725
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37726
+ */
37642
37727
  key: string;
37643
37728
  }
37644
37729
  interface EventSubscriptionAdvancedFilterNumberGreaterThan {
37730
+ /**
37731
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37732
+ */
37645
37733
  key: string;
37646
37734
  value: number;
37647
37735
  }
37648
37736
  interface EventSubscriptionAdvancedFilterNumberGreaterThanOrEqual {
37737
+ /**
37738
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37739
+ */
37649
37740
  key: string;
37650
37741
  value: number;
37651
37742
  }
37652
37743
  interface EventSubscriptionAdvancedFilterNumberIn {
37744
+ /**
37745
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37746
+ */
37653
37747
  key: string;
37748
+ /**
37749
+ * Specifies an array of values to compare to when using a multiple values operator.
37750
+ *
37751
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37752
+ */
37654
37753
  values: number[];
37655
37754
  }
37656
37755
  interface EventSubscriptionAdvancedFilterNumberInRange {
37756
+ /**
37757
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37758
+ */
37657
37759
  key: string;
37760
+ /**
37761
+ * Specifies an array of values to compare to when using a multiple values operator.
37762
+ *
37763
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37764
+ */
37658
37765
  values: number[][];
37659
37766
  }
37660
37767
  interface EventSubscriptionAdvancedFilterNumberLessThan {
37768
+ /**
37769
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37770
+ */
37661
37771
  key: string;
37662
37772
  value: number;
37663
37773
  }
37664
37774
  interface EventSubscriptionAdvancedFilterNumberLessThanOrEqual {
37775
+ /**
37776
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37777
+ */
37665
37778
  key: string;
37666
37779
  value: number;
37667
37780
  }
37668
37781
  interface EventSubscriptionAdvancedFilterNumberNotIn {
37782
+ /**
37783
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37784
+ */
37669
37785
  key: string;
37786
+ /**
37787
+ * Specifies an array of values to compare to when using a multiple values operator.
37788
+ *
37789
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37790
+ */
37670
37791
  values: number[];
37671
37792
  }
37672
37793
  interface EventSubscriptionAdvancedFilterNumberNotInRange {
37794
+ /**
37795
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37796
+ */
37673
37797
  key: string;
37798
+ /**
37799
+ * Specifies an array of values to compare to when using a multiple values operator.
37800
+ *
37801
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37802
+ */
37674
37803
  values: number[][];
37675
37804
  }
37676
37805
  interface EventSubscriptionAdvancedFilterStringBeginsWith {
37806
+ /**
37807
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37808
+ */
37677
37809
  key: string;
37810
+ /**
37811
+ * Specifies an array of values to compare to when using a multiple values operator.
37812
+ *
37813
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37814
+ */
37678
37815
  values: string[];
37679
37816
  }
37680
37817
  interface EventSubscriptionAdvancedFilterStringContain {
37818
+ /**
37819
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37820
+ */
37681
37821
  key: string;
37822
+ /**
37823
+ * Specifies an array of values to compare to when using a multiple values operator.
37824
+ *
37825
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37826
+ */
37682
37827
  values: string[];
37683
37828
  }
37684
37829
  interface EventSubscriptionAdvancedFilterStringEndsWith {
37830
+ /**
37831
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37832
+ */
37685
37833
  key: string;
37834
+ /**
37835
+ * Specifies an array of values to compare to when using a multiple values operator.
37836
+ *
37837
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37838
+ */
37686
37839
  values: string[];
37687
37840
  }
37688
37841
  interface EventSubscriptionAdvancedFilterStringIn {
37842
+ /**
37843
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37844
+ */
37689
37845
  key: string;
37846
+ /**
37847
+ * Specifies an array of values to compare to when using a multiple values operator.
37848
+ *
37849
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37850
+ */
37690
37851
  values: string[];
37691
37852
  }
37692
37853
  interface EventSubscriptionAdvancedFilterStringNotBeginsWith {
37854
+ /**
37855
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37856
+ */
37693
37857
  key: string;
37858
+ /**
37859
+ * Specifies an array of values to compare to when using a multiple values operator.
37860
+ *
37861
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37862
+ */
37694
37863
  values: string[];
37695
37864
  }
37696
37865
  interface EventSubscriptionAdvancedFilterStringNotContain {
37866
+ /**
37867
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37868
+ */
37697
37869
  key: string;
37870
+ /**
37871
+ * Specifies an array of values to compare to when using a multiple values operator.
37872
+ *
37873
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37874
+ */
37698
37875
  values: string[];
37699
37876
  }
37700
37877
  interface EventSubscriptionAdvancedFilterStringNotEndsWith {
37878
+ /**
37879
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37880
+ */
37701
37881
  key: string;
37882
+ /**
37883
+ * Specifies an array of values to compare to when using a multiple values operator.
37884
+ *
37885
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37886
+ */
37702
37887
  values: string[];
37703
37888
  }
37704
37889
  interface EventSubscriptionAdvancedFilterStringNotIn {
37890
+ /**
37891
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
37892
+ */
37705
37893
  key: string;
37894
+ /**
37895
+ * Specifies an array of values to compare to when using a multiple values operator.
37896
+ *
37897
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
37898
+ */
37706
37899
  values: string[];
37707
37900
  }
37708
37901
  interface EventSubscriptionAzureFunctionEndpoint {
@@ -38002,77 +38195,194 @@ export declare namespace eventgrid {
38002
38195
  stringNotIns?: outputs.eventgrid.SystemTopicEventSubscriptionAdvancedFilterStringNotIn[];
38003
38196
  }
38004
38197
  interface SystemTopicEventSubscriptionAdvancedFilterBoolEqual {
38198
+ /**
38199
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38200
+ */
38005
38201
  key: string;
38006
38202
  value: boolean;
38007
38203
  }
38008
38204
  interface SystemTopicEventSubscriptionAdvancedFilterIsNotNull {
38205
+ /**
38206
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38207
+ */
38009
38208
  key: string;
38010
38209
  }
38011
38210
  interface SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefined {
38211
+ /**
38212
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38213
+ */
38012
38214
  key: string;
38013
38215
  }
38014
38216
  interface SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThan {
38217
+ /**
38218
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38219
+ */
38015
38220
  key: string;
38016
38221
  value: number;
38017
38222
  }
38018
38223
  interface SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanOrEqual {
38224
+ /**
38225
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38226
+ */
38019
38227
  key: string;
38020
38228
  value: number;
38021
38229
  }
38022
38230
  interface SystemTopicEventSubscriptionAdvancedFilterNumberIn {
38231
+ /**
38232
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38233
+ */
38023
38234
  key: string;
38235
+ /**
38236
+ * Specifies an array of values to compare to when using a multiple values operator.
38237
+ *
38238
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38239
+ */
38024
38240
  values: number[];
38025
38241
  }
38026
38242
  interface SystemTopicEventSubscriptionAdvancedFilterNumberInRange {
38243
+ /**
38244
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38245
+ */
38027
38246
  key: string;
38247
+ /**
38248
+ * Specifies an array of values to compare to when using a multiple values operator.
38249
+ *
38250
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38251
+ */
38028
38252
  values: number[][];
38029
38253
  }
38030
38254
  interface SystemTopicEventSubscriptionAdvancedFilterNumberLessThan {
38255
+ /**
38256
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38257
+ */
38031
38258
  key: string;
38032
38259
  value: number;
38033
38260
  }
38034
38261
  interface SystemTopicEventSubscriptionAdvancedFilterNumberLessThanOrEqual {
38262
+ /**
38263
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38264
+ */
38035
38265
  key: string;
38036
38266
  value: number;
38037
38267
  }
38038
38268
  interface SystemTopicEventSubscriptionAdvancedFilterNumberNotIn {
38269
+ /**
38270
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38271
+ */
38039
38272
  key: string;
38273
+ /**
38274
+ * Specifies an array of values to compare to when using a multiple values operator.
38275
+ *
38276
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38277
+ */
38040
38278
  values: number[];
38041
38279
  }
38042
38280
  interface SystemTopicEventSubscriptionAdvancedFilterNumberNotInRange {
38281
+ /**
38282
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38283
+ */
38043
38284
  key: string;
38285
+ /**
38286
+ * Specifies an array of values to compare to when using a multiple values operator.
38287
+ *
38288
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38289
+ */
38044
38290
  values: number[][];
38045
38291
  }
38046
38292
  interface SystemTopicEventSubscriptionAdvancedFilterStringBeginsWith {
38293
+ /**
38294
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38295
+ */
38047
38296
  key: string;
38297
+ /**
38298
+ * Specifies an array of values to compare to when using a multiple values operator.
38299
+ *
38300
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38301
+ */
38048
38302
  values: string[];
38049
38303
  }
38050
38304
  interface SystemTopicEventSubscriptionAdvancedFilterStringContain {
38305
+ /**
38306
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38307
+ */
38051
38308
  key: string;
38309
+ /**
38310
+ * Specifies an array of values to compare to when using a multiple values operator.
38311
+ *
38312
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38313
+ */
38052
38314
  values: string[];
38053
38315
  }
38054
38316
  interface SystemTopicEventSubscriptionAdvancedFilterStringEndsWith {
38317
+ /**
38318
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38319
+ */
38055
38320
  key: string;
38321
+ /**
38322
+ * Specifies an array of values to compare to when using a multiple values operator.
38323
+ *
38324
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38325
+ */
38056
38326
  values: string[];
38057
38327
  }
38058
38328
  interface SystemTopicEventSubscriptionAdvancedFilterStringIn {
38329
+ /**
38330
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38331
+ */
38059
38332
  key: string;
38333
+ /**
38334
+ * Specifies an array of values to compare to when using a multiple values operator.
38335
+ *
38336
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38337
+ */
38060
38338
  values: string[];
38061
38339
  }
38062
38340
  interface SystemTopicEventSubscriptionAdvancedFilterStringNotBeginsWith {
38341
+ /**
38342
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38343
+ */
38063
38344
  key: string;
38345
+ /**
38346
+ * Specifies an array of values to compare to when using a multiple values operator.
38347
+ *
38348
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38349
+ */
38064
38350
  values: string[];
38065
38351
  }
38066
38352
  interface SystemTopicEventSubscriptionAdvancedFilterStringNotContain {
38353
+ /**
38354
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38355
+ */
38067
38356
  key: string;
38357
+ /**
38358
+ * Specifies an array of values to compare to when using a multiple values operator.
38359
+ *
38360
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38361
+ */
38068
38362
  values: string[];
38069
38363
  }
38070
38364
  interface SystemTopicEventSubscriptionAdvancedFilterStringNotEndsWith {
38365
+ /**
38366
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38367
+ */
38071
38368
  key: string;
38369
+ /**
38370
+ * Specifies an array of values to compare to when using a multiple values operator.
38371
+ *
38372
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38373
+ */
38072
38374
  values: string[];
38073
38375
  }
38074
38376
  interface SystemTopicEventSubscriptionAdvancedFilterStringNotIn {
38377
+ /**
38378
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38379
+ */
38075
38380
  key: string;
38381
+ /**
38382
+ * Specifies an array of values to compare to when using a multiple values operator.
38383
+ *
38384
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38385
+ */
38076
38386
  values: string[];
38077
38387
  }
38078
38388
  interface SystemTopicEventSubscriptionAzureFunctionEndpoint {
@@ -38638,77 +38948,194 @@ export declare namespace eventhub {
38638
38948
  stringNotIns?: outputs.eventhub.EventSubscriptionAdvancedFilterStringNotIn[];
38639
38949
  }
38640
38950
  interface EventSubscriptionAdvancedFilterBoolEqual {
38951
+ /**
38952
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38953
+ */
38641
38954
  key: string;
38642
38955
  value: boolean;
38643
38956
  }
38644
38957
  interface EventSubscriptionAdvancedFilterIsNotNull {
38958
+ /**
38959
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38960
+ */
38645
38961
  key: string;
38646
38962
  }
38647
38963
  interface EventSubscriptionAdvancedFilterIsNullOrUndefined {
38964
+ /**
38965
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38966
+ */
38648
38967
  key: string;
38649
38968
  }
38650
38969
  interface EventSubscriptionAdvancedFilterNumberGreaterThan {
38970
+ /**
38971
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38972
+ */
38651
38973
  key: string;
38652
38974
  value: number;
38653
38975
  }
38654
38976
  interface EventSubscriptionAdvancedFilterNumberGreaterThanOrEqual {
38977
+ /**
38978
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38979
+ */
38655
38980
  key: string;
38656
38981
  value: number;
38657
38982
  }
38658
38983
  interface EventSubscriptionAdvancedFilterNumberIn {
38984
+ /**
38985
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38986
+ */
38659
38987
  key: string;
38988
+ /**
38989
+ * Specifies an array of values to compare to when using a multiple values operator.
38990
+ *
38991
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
38992
+ */
38660
38993
  values: number[];
38661
38994
  }
38662
38995
  interface EventSubscriptionAdvancedFilterNumberInRange {
38996
+ /**
38997
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
38998
+ */
38663
38999
  key: string;
39000
+ /**
39001
+ * Specifies an array of values to compare to when using a multiple values operator.
39002
+ *
39003
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39004
+ */
38664
39005
  values: number[][];
38665
39006
  }
38666
39007
  interface EventSubscriptionAdvancedFilterNumberLessThan {
39008
+ /**
39009
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39010
+ */
38667
39011
  key: string;
38668
39012
  value: number;
38669
39013
  }
38670
39014
  interface EventSubscriptionAdvancedFilterNumberLessThanOrEqual {
39015
+ /**
39016
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39017
+ */
38671
39018
  key: string;
38672
39019
  value: number;
38673
39020
  }
38674
39021
  interface EventSubscriptionAdvancedFilterNumberNotIn {
39022
+ /**
39023
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39024
+ */
38675
39025
  key: string;
39026
+ /**
39027
+ * Specifies an array of values to compare to when using a multiple values operator.
39028
+ *
39029
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39030
+ */
38676
39031
  values: number[];
38677
39032
  }
38678
39033
  interface EventSubscriptionAdvancedFilterNumberNotInRange {
39034
+ /**
39035
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39036
+ */
38679
39037
  key: string;
39038
+ /**
39039
+ * Specifies an array of values to compare to when using a multiple values operator.
39040
+ *
39041
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39042
+ */
38680
39043
  values: number[][];
38681
39044
  }
38682
39045
  interface EventSubscriptionAdvancedFilterStringBeginsWith {
39046
+ /**
39047
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39048
+ */
38683
39049
  key: string;
39050
+ /**
39051
+ * Specifies an array of values to compare to when using a multiple values operator.
39052
+ *
39053
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39054
+ */
38684
39055
  values: string[];
38685
39056
  }
38686
39057
  interface EventSubscriptionAdvancedFilterStringContain {
39058
+ /**
39059
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39060
+ */
38687
39061
  key: string;
39062
+ /**
39063
+ * Specifies an array of values to compare to when using a multiple values operator.
39064
+ *
39065
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39066
+ */
38688
39067
  values: string[];
38689
39068
  }
38690
39069
  interface EventSubscriptionAdvancedFilterStringEndsWith {
39070
+ /**
39071
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39072
+ */
38691
39073
  key: string;
39074
+ /**
39075
+ * Specifies an array of values to compare to when using a multiple values operator.
39076
+ *
39077
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39078
+ */
38692
39079
  values: string[];
38693
39080
  }
38694
39081
  interface EventSubscriptionAdvancedFilterStringIn {
39082
+ /**
39083
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39084
+ */
38695
39085
  key: string;
39086
+ /**
39087
+ * Specifies an array of values to compare to when using a multiple values operator.
39088
+ *
39089
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39090
+ */
38696
39091
  values: string[];
38697
39092
  }
38698
39093
  interface EventSubscriptionAdvancedFilterStringNotBeginsWith {
39094
+ /**
39095
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39096
+ */
38699
39097
  key: string;
39098
+ /**
39099
+ * Specifies an array of values to compare to when using a multiple values operator.
39100
+ *
39101
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39102
+ */
38700
39103
  values: string[];
38701
39104
  }
38702
39105
  interface EventSubscriptionAdvancedFilterStringNotContain {
39106
+ /**
39107
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39108
+ */
38703
39109
  key: string;
39110
+ /**
39111
+ * Specifies an array of values to compare to when using a multiple values operator.
39112
+ *
39113
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39114
+ */
38704
39115
  values: string[];
38705
39116
  }
38706
39117
  interface EventSubscriptionAdvancedFilterStringNotEndsWith {
39118
+ /**
39119
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39120
+ */
38707
39121
  key: string;
39122
+ /**
39123
+ * Specifies an array of values to compare to when using a multiple values operator.
39124
+ *
39125
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39126
+ */
38708
39127
  values: string[];
38709
39128
  }
38710
39129
  interface EventSubscriptionAdvancedFilterStringNotIn {
39130
+ /**
39131
+ * Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.
39132
+ */
38711
39133
  key: string;
39134
+ /**
39135
+ * Specifies an array of values to compare to when using a multiple values operator.
39136
+ *
39137
+ * > **NOTE:** A maximum of total number of advanced filter values allowed on event subscription is 25.
39138
+ */
38712
39139
  values: string[];
38713
39140
  }
38714
39141
  interface EventSubscriptionAzureFunctionEndpoint {
@@ -39672,8 +40099,17 @@ export declare namespace hdinsight {
39672
40099
  * Specifies the name for this HDInsight HBase Cluster. Changing this forces a new resource to be created.
39673
40100
  */
39674
40101
  name: string;
40102
+ /**
40103
+ * Indicates whether this IP configuration is primary.
40104
+ */
39675
40105
  primary?: boolean;
40106
+ /**
40107
+ * The private IP address of the IP configuration.
40108
+ */
39676
40109
  privateIpAddress?: string;
40110
+ /**
40111
+ * The private IP allocation method. The only possible value now is `Dynamic`.
40112
+ */
39677
40113
  privateIpAllocationMethod?: string;
39678
40114
  subnetId?: string;
39679
40115
  }
@@ -40111,8 +40547,14 @@ export declare namespace hdinsight {
40111
40547
  * Specifies the name for this HDInsight Hadoop Cluster. Changing this forces a new resource to be created.
40112
40548
  */
40113
40549
  name: string;
40550
+ /**
40551
+ * Indicates whether this IP configuration is primary.
40552
+ */
40114
40553
  primary?: boolean;
40115
40554
  privateIpAddress?: string;
40555
+ /**
40556
+ * The private IP allocation method. The only possible value now is `Dynamic`.
40557
+ */
40116
40558
  privateIpAllocationMethod?: string;
40117
40559
  subnetId?: string;
40118
40560
  }
@@ -40640,8 +41082,17 @@ export declare namespace hdinsight {
40640
41082
  * Specifies the name for this HDInsight Interactive Query Cluster. Changing this forces a new resource to be created.
40641
41083
  */
40642
41084
  name: string;
41085
+ /**
41086
+ * Indicates whether this IP configuration is primary.
41087
+ */
40643
41088
  primary?: boolean;
41089
+ /**
41090
+ * The private IP address of the IP configuration.
41091
+ */
40644
41092
  privateIpAddress?: string;
41093
+ /**
41094
+ * The private IP allocation method. The only possible value now is `Dynamic`.
41095
+ */
40645
41096
  privateIpAllocationMethod?: string;
40646
41097
  subnetId?: string;
40647
41098
  }
@@ -41089,8 +41540,17 @@ export declare namespace hdinsight {
41089
41540
  * Specifies the name for this HDInsight Kafka Cluster. Changing this forces a new resource to be created.
41090
41541
  */
41091
41542
  name: string;
41543
+ /**
41544
+ * Indicates whether this IP configuration is primary.
41545
+ */
41092
41546
  primary?: boolean;
41547
+ /**
41548
+ * The private IP address of the IP configuration.
41549
+ */
41093
41550
  privateIpAddress?: string;
41551
+ /**
41552
+ * The private IP allocation method. The only possible value now is `Dynamic`.
41553
+ */
41094
41554
  privateIpAllocationMethod?: string;
41095
41555
  subnetId?: string;
41096
41556
  }
@@ -41562,8 +42022,17 @@ export declare namespace hdinsight {
41562
42022
  * Specifies the name for this HDInsight Spark Cluster. Changing this forces a new resource to be created.
41563
42023
  */
41564
42024
  name: string;
42025
+ /**
42026
+ * Indicates whether this IP configuration is primary.
42027
+ */
41565
42028
  primary?: boolean;
42029
+ /**
42030
+ * The private IP address of the IP configuration.
42031
+ */
41566
42032
  privateIpAddress?: string;
42033
+ /**
42034
+ * The private IP allocation method. The only possible value now is `Dynamic`.
42035
+ */
41567
42036
  privateIpAllocationMethod?: string;
41568
42037
  subnetId?: string;
41569
42038
  }
@@ -45691,6 +46160,9 @@ export declare namespace management {
45691
46160
  }
45692
46161
  interface GroupPolicyAssignmentOverrideSelector {
45693
46162
  ins?: string[];
46163
+ /**
46164
+ * Specifies which characteristic will narrow down the set of evaluated resources. Possible values are `resourceLocation`, `resourceType` and `resourceWithoutLocation`.
46165
+ */
45694
46166
  kind: string;
45695
46167
  notIns?: string[];
45696
46168
  }
@@ -45706,6 +46178,9 @@ export declare namespace management {
45706
46178
  }
45707
46179
  interface GroupPolicyAssignmentResourceSelectorSelector {
45708
46180
  ins?: string[];
46181
+ /**
46182
+ * Specifies which characteristic will narrow down the set of evaluated resources. Possible values are `resourceLocation`, `resourceType` and `resourceWithoutLocation`.
46183
+ */
45709
46184
  kind: string;
45710
46185
  notIns?: string[];
45711
46186
  }
@@ -45804,8 +46279,17 @@ export declare namespace media {
45804
46279
  conditions: outputs.media.AccountFilterTrackSelectionCondition[];
45805
46280
  }
45806
46281
  interface AccountFilterTrackSelectionCondition {
46282
+ /**
46283
+ * The condition operation to test a track property against. Supported values are `Equal` and `NotEqual`.
46284
+ */
45807
46285
  operation: string;
46286
+ /**
46287
+ * The track property to compare. Supported values are `Bitrate`, `FourCC`, `Language`, `Name` and `Type`. Check [documentation](https://docs.microsoft.com/azure/media-services/latest/filters-concept) for more details.
46288
+ */
45808
46289
  property: string;
46290
+ /**
46291
+ * The track property value to match or not match.
46292
+ */
45809
46293
  value: string;
45810
46294
  }
45811
46295
  interface AssetFilterPresentationTimeRange {
@@ -52566,9 +53050,21 @@ export declare namespace netapp {
52566
53050
  volumeSpecName: string;
52567
53051
  }
52568
53052
  interface VolumeGroupSapHanaVolumeDataProtectionReplication {
53053
+ /**
53054
+ * The endpoint type. Possible values are `dst` and `src`. Defaults to `dst`.
53055
+ */
52569
53056
  endpointType?: string;
53057
+ /**
53058
+ * Location of the primary volume.
53059
+ */
52570
53060
  remoteVolumeLocation: string;
53061
+ /**
53062
+ * Resource ID of the primary volume.
53063
+ */
52571
53064
  remoteVolumeResourceId: string;
53065
+ /**
53066
+ * eplication frequency. Possible values are `10minutes`, `daily` and `hourly`.
53067
+ */
52572
53068
  replicationFrequency: string;
52573
53069
  }
52574
53070
  interface VolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy {
@@ -53638,6 +54134,9 @@ export declare namespace network {
53638
54134
  type: string;
53639
54135
  }
53640
54136
  interface ExpressRoutePortLink1 {
54137
+ /**
54138
+ * Whether enable administration state on the Express Route Port Link? Defaults to `false`.
54139
+ */
53641
54140
  adminEnabled?: boolean;
53642
54141
  /**
53643
54142
  * The connector type of the Express Route Port Link.
@@ -53651,9 +54150,23 @@ export declare namespace network {
53651
54150
  * The interface name of the Azure router associated with the Express Route Port Link.
53652
54151
  */
53653
54152
  interfaceName: string;
54153
+ /**
54154
+ * The ID of the Key Vault Secret that contains the Mac security CAK key for this Express Route Port Link.
54155
+ */
53654
54156
  macsecCakKeyvaultSecretId?: string;
54157
+ /**
54158
+ * The MACSec cipher used for this Express Route Port Link. Possible values are `GcmAes128` and `GcmAes256`. Defaults to `GcmAes128`.
54159
+ */
53655
54160
  macsecCipher?: string;
54161
+ /**
54162
+ * The ID of the Key Vault Secret that contains the MACSec CKN key for this Express Route Port Link.
54163
+ */
53656
54164
  macsecCknKeyvaultSecretId?: string;
54165
+ /**
54166
+ * Should Secure Channel Identifier on the Express Route Port Link be enabled? Defaults to `false`.
54167
+ *
54168
+ * > **NOTE** `macsecCknKeyvaultSecretId` and `macsecCakKeyvaultSecretId` should be used together with `identity`, so that the Express Route Port instance have the right permission to access the Key Vault.
54169
+ */
53657
54170
  macsecSciEnabled?: boolean;
53658
54171
  /**
53659
54172
  * The ID that maps from the Express Route Port Link to the patch panel port.
@@ -53669,6 +54182,9 @@ export declare namespace network {
53669
54182
  routerName: string;
53670
54183
  }
53671
54184
  interface ExpressRoutePortLink2 {
54185
+ /**
54186
+ * Whether enable administration state on the Express Route Port Link? Defaults to `false`.
54187
+ */
53672
54188
  adminEnabled?: boolean;
53673
54189
  /**
53674
54190
  * The connector type of the Express Route Port Link.
@@ -53682,9 +54198,23 @@ export declare namespace network {
53682
54198
  * The interface name of the Azure router associated with the Express Route Port Link.
53683
54199
  */
53684
54200
  interfaceName: string;
54201
+ /**
54202
+ * The ID of the Key Vault Secret that contains the Mac security CAK key for this Express Route Port Link.
54203
+ */
53685
54204
  macsecCakKeyvaultSecretId?: string;
54205
+ /**
54206
+ * The MACSec cipher used for this Express Route Port Link. Possible values are `GcmAes128` and `GcmAes256`. Defaults to `GcmAes128`.
54207
+ */
53686
54208
  macsecCipher?: string;
54209
+ /**
54210
+ * The ID of the Key Vault Secret that contains the MACSec CKN key for this Express Route Port Link.
54211
+ */
53687
54212
  macsecCknKeyvaultSecretId?: string;
54213
+ /**
54214
+ * Should Secure Channel Identifier on the Express Route Port Link be enabled? Defaults to `false`.
54215
+ *
54216
+ * > **NOTE** `macsecCknKeyvaultSecretId` and `macsecCakKeyvaultSecretId` should be used together with `identity`, so that the Express Route Port instance have the right permission to access the Key Vault.
54217
+ */
53688
54218
  macsecSciEnabled?: boolean;
53689
54219
  /**
53690
54220
  * The ID that maps from the Express Route Port Link to the patch panel port.
@@ -54034,9 +54564,18 @@ export declare namespace network {
54034
54564
  interface FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRule {
54035
54565
  description?: string;
54036
54566
  destinationAddresses?: string[];
54567
+ /**
54568
+ * Specifies a list of destination FQDN tags.
54569
+ */
54037
54570
  destinationFqdnTags?: string[];
54038
54571
  destinationFqdns?: string[];
54572
+ /**
54573
+ * Specifies a list of destination URLs for which policy should hold. Needs Premium SKU for Firewall Policy. Conflicts with `destinationFqdns`.
54574
+ */
54039
54575
  destinationUrls?: string[];
54576
+ /**
54577
+ * Specifies a list of HTTP/HTTPS headers to insert. One or more `httpHeaders` blocks as defined below.
54578
+ */
54040
54579
  httpHeaders?: outputs.network.FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeader[];
54041
54580
  /**
54042
54581
  * The name which should be used for this Firewall Policy Rule Collection Group. Changing this forces a new Firewall Policy Rule Collection Group to be created.
@@ -54045,7 +54584,13 @@ export declare namespace network {
54045
54584
  protocols?: outputs.network.FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleProtocol[];
54046
54585
  sourceAddresses?: string[];
54047
54586
  sourceIpGroups?: string[];
54587
+ /**
54588
+ * Boolean specifying if TLS shall be terminated (true) or not (false). Must be `true` when using `destinationUrls`. Needs Premium SKU for Firewall Policy.
54589
+ */
54048
54590
  terminateTls?: boolean;
54591
+ /**
54592
+ * Specifies a list of web categories to which access is denied or allowed depending on the value of `action` above. Needs Premium SKU for Firewall Policy.
54593
+ */
54049
54594
  webCategories?: string[];
54050
54595
  }
54051
54596
  interface FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeader {
@@ -54088,6 +54633,9 @@ export declare namespace network {
54088
54633
  }
54089
54634
  interface FirewallPolicyRuleCollectionGroupNatRuleCollectionRule {
54090
54635
  description?: string;
54636
+ /**
54637
+ * The destination IP address (including CIDR).
54638
+ */
54091
54639
  destinationAddress?: string;
54092
54640
  destinationPorts?: string;
54093
54641
  /**
@@ -54097,8 +54645,19 @@ export declare namespace network {
54097
54645
  protocols: string[];
54098
54646
  sourceAddresses?: string[];
54099
54647
  sourceIpGroups?: string[];
54648
+ /**
54649
+ * Specifies the translated address.
54650
+ */
54100
54651
  translatedAddress?: string;
54652
+ /**
54653
+ * Specifies the translated FQDN.
54654
+ *
54655
+ * > **NOTE:** Exactly one of `translatedAddress` and `translatedFqdn` should be set.
54656
+ */
54101
54657
  translatedFqdn?: string;
54658
+ /**
54659
+ * Specifies the translated port.
54660
+ */
54102
54661
  translatedPort: number;
54103
54662
  }
54104
54663
  interface FirewallPolicyRuleCollectionGroupNetworkRuleCollection {
@@ -54123,6 +54682,9 @@ export declare namespace network {
54123
54682
  description?: string;
54124
54683
  destinationAddresses?: string[];
54125
54684
  destinationFqdns?: string[];
54685
+ /**
54686
+ * Specifies a list of destination IP groups.
54687
+ */
54126
54688
  destinationIpGroups?: string[];
54127
54689
  destinationPorts: string[];
54128
54690
  /**
@@ -57027,6 +57589,9 @@ export declare namespace network {
57027
57589
  peerWeight: number;
57028
57590
  }
57029
57591
  interface VpnGatewayBgpSettingsInstance0BgpPeeringAddress {
57592
+ /**
57593
+ * A list of custom BGP peering addresses to assign to this instance.
57594
+ */
57030
57595
  customIps: string[];
57031
57596
  /**
57032
57597
  * The list of default BGP peering addresses which belong to the pre-defined VPN Gateway IP configuration.
@@ -57042,6 +57607,9 @@ export declare namespace network {
57042
57607
  tunnelIps: string[];
57043
57608
  }
57044
57609
  interface VpnGatewayBgpSettingsInstance1BgpPeeringAddress {
57610
+ /**
57611
+ * A list of custom BGP peering addresses to assign to this instance.
57612
+ */
57045
57613
  customIps: string[];
57046
57614
  /**
57047
57615
  * The list of default BGP peering addresses which belong to the pre-defined VPN Gateway IP configuration.
@@ -60443,6 +61011,9 @@ export declare namespace sentinel {
60443
61011
  * @deprecated The `createIncident` property has been superseded by the `createIncidentEnabled` property and will be removed in v4.0 of the AzureRM Provider
60444
61012
  */
60445
61013
  createIncident: boolean;
61014
+ /**
61015
+ * A `grouping` block as defined below.
61016
+ */
60446
61017
  grouping: outputs.sentinel.AlertRuleScheduledIncidentConfigurationGrouping;
60447
61018
  }
60448
61019
  interface AlertRuleScheduledIncidentConfigurationGrouping {
@@ -61866,28 +62437,80 @@ export declare namespace siterecovery {
61866
62437
  replicatedProtectedItems?: string[];
61867
62438
  }
61868
62439
  interface ReplicationRecoveryPlanBootRecoveryGroupPostAction {
62440
+ /**
62441
+ * The fabric location of runbook or script. Possible values are `Primary` and `Recovery`. It must not be specified when `type` is `ManualActionDetails`.
62442
+ *
62443
+ * > **NOTE:** This is required when `type` is set to `AutomationRunbookActionDetails` or `ScriptActionDetails`.
62444
+ */
61869
62445
  fabricLocation?: string;
62446
+ /**
62447
+ * Directions of fail over. Possible values are `PrimaryToRecovery` and `RecoveryToPrimary`
62448
+ */
61870
62449
  failOverDirections: string[];
62450
+ /**
62451
+ * Types of fail over. Possible values are `TestFailover`, `PlannedFailover` and `UnplannedFailover`
62452
+ */
61871
62453
  failOverTypes: string[];
62454
+ /**
62455
+ * Instructions of manual action.
62456
+ *
62457
+ * > **NOTE:** This property is required when `type` is set to `ManualActionDetails`.
62458
+ */
61872
62459
  manualActionInstruction?: string;
61873
62460
  /**
61874
62461
  * The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.
61875
62462
  */
61876
62463
  name: string;
62464
+ /**
62465
+ * Id of runbook.
62466
+ *
62467
+ * > **NOTE:** This property is required when `type` is set to `AutomationRunbookActionDetails`.
62468
+ */
61877
62469
  runbookId?: string;
62470
+ /**
62471
+ * Path of action script.
62472
+ *
62473
+ * > **NOTE:** This property is required when `type` is set to `ScriptActionDetails`.
62474
+ */
61878
62475
  scriptPath?: string;
61879
62476
  type: string;
61880
62477
  }
61881
62478
  interface ReplicationRecoveryPlanBootRecoveryGroupPreAction {
62479
+ /**
62480
+ * The fabric location of runbook or script. Possible values are `Primary` and `Recovery`. It must not be specified when `type` is `ManualActionDetails`.
62481
+ *
62482
+ * > **NOTE:** This is required when `type` is set to `AutomationRunbookActionDetails` or `ScriptActionDetails`.
62483
+ */
61882
62484
  fabricLocation?: string;
62485
+ /**
62486
+ * Directions of fail over. Possible values are `PrimaryToRecovery` and `RecoveryToPrimary`
62487
+ */
61883
62488
  failOverDirections: string[];
62489
+ /**
62490
+ * Types of fail over. Possible values are `TestFailover`, `PlannedFailover` and `UnplannedFailover`
62491
+ */
61884
62492
  failOverTypes: string[];
62493
+ /**
62494
+ * Instructions of manual action.
62495
+ *
62496
+ * > **NOTE:** This property is required when `type` is set to `ManualActionDetails`.
62497
+ */
61885
62498
  manualActionInstruction?: string;
61886
62499
  /**
61887
62500
  * The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.
61888
62501
  */
61889
62502
  name: string;
62503
+ /**
62504
+ * Id of runbook.
62505
+ *
62506
+ * > **NOTE:** This property is required when `type` is set to `AutomationRunbookActionDetails`.
62507
+ */
61890
62508
  runbookId?: string;
62509
+ /**
62510
+ * Path of action script.
62511
+ *
62512
+ * > **NOTE:** This property is required when `type` is set to `ScriptActionDetails`.
62513
+ */
61891
62514
  scriptPath?: string;
61892
62515
  type: string;
61893
62516
  }
@@ -61902,28 +62525,80 @@ export declare namespace siterecovery {
61902
62525
  preActions?: outputs.siterecovery.ReplicationRecoveryPlanFailoverRecoveryGroupPreAction[];
61903
62526
  }
61904
62527
  interface ReplicationRecoveryPlanFailoverRecoveryGroupPostAction {
62528
+ /**
62529
+ * The fabric location of runbook or script. Possible values are `Primary` and `Recovery`. It must not be specified when `type` is `ManualActionDetails`.
62530
+ *
62531
+ * > **NOTE:** This is required when `type` is set to `AutomationRunbookActionDetails` or `ScriptActionDetails`.
62532
+ */
61905
62533
  fabricLocation?: string;
62534
+ /**
62535
+ * Directions of fail over. Possible values are `PrimaryToRecovery` and `RecoveryToPrimary`
62536
+ */
61906
62537
  failOverDirections: string[];
62538
+ /**
62539
+ * Types of fail over. Possible values are `TestFailover`, `PlannedFailover` and `UnplannedFailover`
62540
+ */
61907
62541
  failOverTypes: string[];
62542
+ /**
62543
+ * Instructions of manual action.
62544
+ *
62545
+ * > **NOTE:** This property is required when `type` is set to `ManualActionDetails`.
62546
+ */
61908
62547
  manualActionInstruction?: string;
61909
62548
  /**
61910
62549
  * The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.
61911
62550
  */
61912
62551
  name: string;
62552
+ /**
62553
+ * Id of runbook.
62554
+ *
62555
+ * > **NOTE:** This property is required when `type` is set to `AutomationRunbookActionDetails`.
62556
+ */
61913
62557
  runbookId?: string;
62558
+ /**
62559
+ * Path of action script.
62560
+ *
62561
+ * > **NOTE:** This property is required when `type` is set to `ScriptActionDetails`.
62562
+ */
61914
62563
  scriptPath?: string;
61915
62564
  type: string;
61916
62565
  }
61917
62566
  interface ReplicationRecoveryPlanFailoverRecoveryGroupPreAction {
62567
+ /**
62568
+ * The fabric location of runbook or script. Possible values are `Primary` and `Recovery`. It must not be specified when `type` is `ManualActionDetails`.
62569
+ *
62570
+ * > **NOTE:** This is required when `type` is set to `AutomationRunbookActionDetails` or `ScriptActionDetails`.
62571
+ */
61918
62572
  fabricLocation?: string;
62573
+ /**
62574
+ * Directions of fail over. Possible values are `PrimaryToRecovery` and `RecoveryToPrimary`
62575
+ */
61919
62576
  failOverDirections: string[];
62577
+ /**
62578
+ * Types of fail over. Possible values are `TestFailover`, `PlannedFailover` and `UnplannedFailover`
62579
+ */
61920
62580
  failOverTypes: string[];
62581
+ /**
62582
+ * Instructions of manual action.
62583
+ *
62584
+ * > **NOTE:** This property is required when `type` is set to `ManualActionDetails`.
62585
+ */
61921
62586
  manualActionInstruction?: string;
61922
62587
  /**
61923
62588
  * The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.
61924
62589
  */
61925
62590
  name: string;
62591
+ /**
62592
+ * Id of runbook.
62593
+ *
62594
+ * > **NOTE:** This property is required when `type` is set to `AutomationRunbookActionDetails`.
62595
+ */
61926
62596
  runbookId?: string;
62597
+ /**
62598
+ * Path of action script.
62599
+ *
62600
+ * > **NOTE:** This property is required when `type` is set to `ScriptActionDetails`.
62601
+ */
61927
62602
  scriptPath?: string;
61928
62603
  type: string;
61929
62604
  }
@@ -61946,28 +62621,80 @@ export declare namespace siterecovery {
61946
62621
  type: string;
61947
62622
  }
61948
62623
  interface ReplicationRecoveryPlanRecoveryGroupPostAction {
62624
+ /**
62625
+ * The fabric location of runbook or script. Possible values are `Primary` and `Recovery`. It must not be specified when `type` is `ManualActionDetails`.
62626
+ *
62627
+ * > **NOTE:** This is required when `type` is set to `AutomationRunbookActionDetails` or `ScriptActionDetails`.
62628
+ */
61949
62629
  fabricLocation?: string;
62630
+ /**
62631
+ * Directions of fail over. Possible values are `PrimaryToRecovery` and `RecoveryToPrimary`
62632
+ */
61950
62633
  failOverDirections: string[];
62634
+ /**
62635
+ * Types of fail over. Possible values are `TestFailover`, `PlannedFailover` and `UnplannedFailover`
62636
+ */
61951
62637
  failOverTypes: string[];
62638
+ /**
62639
+ * Instructions of manual action.
62640
+ *
62641
+ * > **NOTE:** This property is required when `type` is set to `ManualActionDetails`.
62642
+ */
61952
62643
  manualActionInstruction?: string;
61953
62644
  /**
61954
62645
  * The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.
61955
62646
  */
61956
62647
  name: string;
62648
+ /**
62649
+ * Id of runbook.
62650
+ *
62651
+ * > **NOTE:** This property is required when `type` is set to `AutomationRunbookActionDetails`.
62652
+ */
61957
62653
  runbookId?: string;
62654
+ /**
62655
+ * Path of action script.
62656
+ *
62657
+ * > **NOTE:** This property is required when `type` is set to `ScriptActionDetails`.
62658
+ */
61958
62659
  scriptPath?: string;
61959
62660
  type: string;
61960
62661
  }
61961
62662
  interface ReplicationRecoveryPlanRecoveryGroupPreAction {
62663
+ /**
62664
+ * The fabric location of runbook or script. Possible values are `Primary` and `Recovery`. It must not be specified when `type` is `ManualActionDetails`.
62665
+ *
62666
+ * > **NOTE:** This is required when `type` is set to `AutomationRunbookActionDetails` or `ScriptActionDetails`.
62667
+ */
61962
62668
  fabricLocation?: string;
62669
+ /**
62670
+ * Directions of fail over. Possible values are `PrimaryToRecovery` and `RecoveryToPrimary`
62671
+ */
61963
62672
  failOverDirections: string[];
62673
+ /**
62674
+ * Types of fail over. Possible values are `TestFailover`, `PlannedFailover` and `UnplannedFailover`
62675
+ */
61964
62676
  failOverTypes: string[];
62677
+ /**
62678
+ * Instructions of manual action.
62679
+ *
62680
+ * > **NOTE:** This property is required when `type` is set to `ManualActionDetails`.
62681
+ */
61965
62682
  manualActionInstruction?: string;
61966
62683
  /**
61967
62684
  * The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.
61968
62685
  */
61969
62686
  name: string;
62687
+ /**
62688
+ * Id of runbook.
62689
+ *
62690
+ * > **NOTE:** This property is required when `type` is set to `AutomationRunbookActionDetails`.
62691
+ */
61970
62692
  runbookId?: string;
62693
+ /**
62694
+ * Path of action script.
62695
+ *
62696
+ * > **NOTE:** This property is required when `type` is set to `ScriptActionDetails`.
62697
+ */
61971
62698
  scriptPath?: string;
61972
62699
  type: string;
61973
62700
  }
@@ -61982,28 +62709,80 @@ export declare namespace siterecovery {
61982
62709
  preActions?: outputs.siterecovery.ReplicationRecoveryPlanShutdownRecoveryGroupPreAction[];
61983
62710
  }
61984
62711
  interface ReplicationRecoveryPlanShutdownRecoveryGroupPostAction {
62712
+ /**
62713
+ * The fabric location of runbook or script. Possible values are `Primary` and `Recovery`. It must not be specified when `type` is `ManualActionDetails`.
62714
+ *
62715
+ * > **NOTE:** This is required when `type` is set to `AutomationRunbookActionDetails` or `ScriptActionDetails`.
62716
+ */
61985
62717
  fabricLocation?: string;
62718
+ /**
62719
+ * Directions of fail over. Possible values are `PrimaryToRecovery` and `RecoveryToPrimary`
62720
+ */
61986
62721
  failOverDirections: string[];
62722
+ /**
62723
+ * Types of fail over. Possible values are `TestFailover`, `PlannedFailover` and `UnplannedFailover`
62724
+ */
61987
62725
  failOverTypes: string[];
62726
+ /**
62727
+ * Instructions of manual action.
62728
+ *
62729
+ * > **NOTE:** This property is required when `type` is set to `ManualActionDetails`.
62730
+ */
61988
62731
  manualActionInstruction?: string;
61989
62732
  /**
61990
62733
  * The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.
61991
62734
  */
61992
62735
  name: string;
62736
+ /**
62737
+ * Id of runbook.
62738
+ *
62739
+ * > **NOTE:** This property is required when `type` is set to `AutomationRunbookActionDetails`.
62740
+ */
61993
62741
  runbookId?: string;
62742
+ /**
62743
+ * Path of action script.
62744
+ *
62745
+ * > **NOTE:** This property is required when `type` is set to `ScriptActionDetails`.
62746
+ */
61994
62747
  scriptPath?: string;
61995
62748
  type: string;
61996
62749
  }
61997
62750
  interface ReplicationRecoveryPlanShutdownRecoveryGroupPreAction {
62751
+ /**
62752
+ * The fabric location of runbook or script. Possible values are `Primary` and `Recovery`. It must not be specified when `type` is `ManualActionDetails`.
62753
+ *
62754
+ * > **NOTE:** This is required when `type` is set to `AutomationRunbookActionDetails` or `ScriptActionDetails`.
62755
+ */
61998
62756
  fabricLocation?: string;
62757
+ /**
62758
+ * Directions of fail over. Possible values are `PrimaryToRecovery` and `RecoveryToPrimary`
62759
+ */
61999
62760
  failOverDirections: string[];
62761
+ /**
62762
+ * Types of fail over. Possible values are `TestFailover`, `PlannedFailover` and `UnplannedFailover`
62763
+ */
62000
62764
  failOverTypes: string[];
62765
+ /**
62766
+ * Instructions of manual action.
62767
+ *
62768
+ * > **NOTE:** This property is required when `type` is set to `ManualActionDetails`.
62769
+ */
62001
62770
  manualActionInstruction?: string;
62002
62771
  /**
62003
62772
  * The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.
62004
62773
  */
62005
62774
  name: string;
62775
+ /**
62776
+ * Id of runbook.
62777
+ *
62778
+ * > **NOTE:** This property is required when `type` is set to `AutomationRunbookActionDetails`.
62779
+ */
62006
62780
  runbookId?: string;
62781
+ /**
62782
+ * Path of action script.
62783
+ *
62784
+ * > **NOTE:** This property is required when `type` is set to `ScriptActionDetails`.
62785
+ */
62007
62786
  scriptPath?: string;
62008
62787
  type: string;
62009
62788
  }