@pulumi/azure-native 3.2.0 → 3.3.0-alpha.1745626403

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.
Files changed (82) hide show
  1. package/advisor/assessment.d.ts +2 -0
  2. package/advisor/assessment.js +4 -2
  3. package/advisor/getAssessment.d.ts +4 -0
  4. package/advisor/getAssessment.js +5 -1
  5. package/advisor/getSuppression.d.ts +2 -2
  6. package/advisor/getSuppression.js +2 -2
  7. package/advisor/suppression.d.ts +1 -1
  8. package/advisor/suppression.js +3 -3
  9. package/containerregistry/cacheRule.d.ts +1 -1
  10. package/containerregistry/cacheRule.js +3 -3
  11. package/containerregistry/connectedRegistry.d.ts +1 -1
  12. package/containerregistry/connectedRegistry.js +3 -3
  13. package/containerregistry/credentialSet.d.ts +1 -1
  14. package/containerregistry/credentialSet.js +3 -3
  15. package/containerregistry/getCacheRule.d.ts +2 -2
  16. package/containerregistry/getCacheRule.js +2 -2
  17. package/containerregistry/getConnectedRegistry.d.ts +2 -2
  18. package/containerregistry/getConnectedRegistry.js +2 -2
  19. package/containerregistry/getCredentialSet.d.ts +2 -2
  20. package/containerregistry/getCredentialSet.js +2 -2
  21. package/containerregistry/getPrivateEndpointConnection.d.ts +2 -2
  22. package/containerregistry/getPrivateEndpointConnection.js +2 -2
  23. package/containerregistry/getRegistry.d.ts +2 -2
  24. package/containerregistry/getRegistry.js +2 -2
  25. package/containerregistry/getReplication.d.ts +2 -2
  26. package/containerregistry/getReplication.js +2 -2
  27. package/containerregistry/getScopeMap.d.ts +2 -2
  28. package/containerregistry/getScopeMap.js +2 -2
  29. package/containerregistry/getToken.d.ts +2 -2
  30. package/containerregistry/getToken.js +2 -2
  31. package/containerregistry/getWebhook.d.ts +2 -2
  32. package/containerregistry/getWebhook.js +2 -2
  33. package/containerregistry/getWebhookCallbackConfig.d.ts +2 -2
  34. package/containerregistry/getWebhookCallbackConfig.js +2 -2
  35. package/containerregistry/listRegistryCredentials.d.ts +2 -2
  36. package/containerregistry/listRegistryCredentials.js +2 -2
  37. package/containerregistry/listWebhookEvents.d.ts +2 -2
  38. package/containerregistry/listWebhookEvents.js +2 -2
  39. package/containerregistry/privateEndpointConnection.d.ts +1 -1
  40. package/containerregistry/privateEndpointConnection.js +3 -3
  41. package/containerregistry/registry.d.ts +1 -1
  42. package/containerregistry/registry.js +3 -3
  43. package/containerregistry/replication.d.ts +1 -1
  44. package/containerregistry/replication.js +3 -3
  45. package/containerregistry/scopeMap.d.ts +1 -1
  46. package/containerregistry/scopeMap.js +3 -3
  47. package/containerregistry/token.d.ts +1 -1
  48. package/containerregistry/token.js +3 -3
  49. package/containerregistry/webhook.d.ts +1 -1
  50. package/containerregistry/webhook.js +3 -3
  51. package/dbforpostgresql/getServerGroupCluster.d.ts +3 -3
  52. package/dbforpostgresql/server.js +2 -2
  53. package/dbforpostgresql/serverGroupCluster.d.ts +6 -6
  54. package/dbforpostgresql/serverGroupCluster.js +2 -3
  55. package/index.d.ts +2 -1
  56. package/index.js +6 -3
  57. package/monitor/azureMonitorWorkspace.d.ts +17 -12
  58. package/monitor/azureMonitorWorkspace.js +5 -5
  59. package/monitor/getAzureMonitorWorkspace.d.ts +18 -18
  60. package/monitor/getAzureMonitorWorkspace.js +6 -6
  61. package/onlineexperimentation/getOnlineExperimentWorkspace.d.ts +81 -0
  62. package/onlineexperimentation/getOnlineExperimentWorkspace.js +34 -0
  63. package/onlineexperimentation/index.d.ts +7 -0
  64. package/onlineexperimentation/index.js +41 -0
  65. package/onlineexperimentation/onlineExperimentWorkspace.d.ts +105 -0
  66. package/onlineexperimentation/onlineExperimentWorkspace.js +81 -0
  67. package/package.json +2 -2
  68. package/tsconfig.tsbuildinfo +1 -1
  69. package/types/enums/durabletask/index.d.ts +1 -1
  70. package/types/enums/durabletask/index.js +1 -1
  71. package/types/enums/index.d.ts +2 -1
  72. package/types/enums/index.js +5 -3
  73. package/types/enums/migrate/index.d.ts +22 -0
  74. package/types/enums/migrate/index.js +21 -3
  75. package/types/enums/monitor/index.d.ts +8 -0
  76. package/types/enums/monitor/index.js +6 -2
  77. package/types/enums/onlineexperimentation/index.d.ts +46 -0
  78. package/types/enums/onlineexperimentation/index.js +40 -0
  79. package/types/input.d.ts +154 -15
  80. package/types/input.js +11 -3
  81. package/types/output.d.ts +245 -38
  82. package/types/output.js +11 -3
package/types/input.d.ts CHANGED
@@ -86634,11 +86634,17 @@ export declare namespace dbforpostgresql {
86634
86634
  targetServerPassword: pulumi.Input<string>;
86635
86635
  }
86636
86636
  /**
86637
- * Authentication configuration of a cluster.
86637
+ * Authentication configuration properties of a server
86638
86638
  */
86639
86639
  interface AuthConfigArgs {
86640
- activeDirectoryAuth?: pulumi.Input<string | enums.dbforpostgresql.ActiveDirectoryAuth | enums.dbforpostgresql.ActiveDirectoryAuthEnum>;
86641
- passwordAuth?: pulumi.Input<string | enums.dbforpostgresql.PasswordAuth | enums.dbforpostgresql.PasswordAuthEnum>;
86640
+ /**
86641
+ * If Enabled, Azure Active Directory authentication is enabled.
86642
+ */
86643
+ activeDirectoryAuth?: pulumi.Input<string | enums.dbforpostgresql.ActiveDirectoryAuthEnum>;
86644
+ /**
86645
+ * If Enabled, Password authentication is enabled.
86646
+ */
86647
+ passwordAuth?: pulumi.Input<string | enums.dbforpostgresql.PasswordAuthEnum>;
86642
86648
  /**
86643
86649
  * Tenant id of the server.
86644
86650
  */
@@ -86666,7 +86672,7 @@ export declare namespace dbforpostgresql {
86666
86672
  */
86667
86673
  function backupArgsProvideDefaults(val: BackupArgs): BackupArgs;
86668
86674
  /**
86669
- * The data encryption properties of a cluster.
86675
+ * Data encryption properties of a server
86670
86676
  */
86671
86677
  interface DataEncryptionArgs {
86672
86678
  /**
@@ -86689,15 +86695,14 @@ export declare namespace dbforpostgresql {
86689
86695
  * URI for the key in keyvault for data encryption of the primary server.
86690
86696
  */
86691
86697
  primaryKeyURI?: pulumi.Input<string>;
86692
- /**
86693
- * URI for the key in keyvault for data encryption of the primary server.
86694
- */
86695
- primaryKeyUri?: pulumi.Input<string>;
86696
86698
  /**
86697
86699
  * Resource Id for the User assigned identity to be used for data encryption of the primary server.
86698
86700
  */
86699
86701
  primaryUserAssignedIdentityId?: pulumi.Input<string>;
86700
- type?: pulumi.Input<string | enums.dbforpostgresql.DataEncryptionType | enums.dbforpostgresql.ArmServerKeyType>;
86702
+ /**
86703
+ * Data encryption type to depict if it is System Managed vs Azure Key vault.
86704
+ */
86705
+ type?: pulumi.Input<string | enums.dbforpostgresql.ArmServerKeyType>;
86701
86706
  }
86702
86707
  /**
86703
86708
  * High availability properties of a server
@@ -86727,26 +86732,30 @@ export declare namespace dbforpostgresql {
86727
86732
  userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
86728
86733
  }
86729
86734
  /**
86730
- * Schedule settings for regular cluster updates.
86735
+ * Maintenance window properties of a server.
86731
86736
  */
86732
86737
  interface MaintenanceWindowArgs {
86733
86738
  /**
86734
- * Indicates whether custom maintenance window is enabled or not.
86739
+ * indicates whether custom window is enabled or disabled
86735
86740
  */
86736
86741
  customWindow?: pulumi.Input<string>;
86737
86742
  /**
86738
- * Preferred day of the week for maintenance window.
86743
+ * day of week for maintenance window
86739
86744
  */
86740
86745
  dayOfWeek?: pulumi.Input<number>;
86741
86746
  /**
86742
- * Start hour within preferred day of the week for maintenance window.
86747
+ * start hour for maintenance window
86743
86748
  */
86744
86749
  startHour?: pulumi.Input<number>;
86745
86750
  /**
86746
- * Start minute within the start hour for maintenance window.
86751
+ * start minute for maintenance window
86747
86752
  */
86748
86753
  startMinute?: pulumi.Input<number>;
86749
86754
  }
86755
+ /**
86756
+ * maintenanceWindowArgsProvideDefaults sets the appropriate defaults for MaintenanceWindowArgs
86757
+ */
86758
+ function maintenanceWindowArgsProvideDefaults(val: MaintenanceWindowArgs): MaintenanceWindowArgs;
86750
86759
  /**
86751
86760
  * Migration secret parameters.
86752
86761
  */
@@ -86824,6 +86833,48 @@ export declare namespace dbforpostgresql {
86824
86833
  */
86825
86834
  type?: pulumi.Input<string | enums.dbforpostgresql.SingleServerIdentityProperties>;
86826
86835
  }
86836
+ /**
86837
+ * Authentication configuration of a cluster.
86838
+ */
86839
+ interface ServerGroupClusterAuthConfigArgs {
86840
+ activeDirectoryAuth?: pulumi.Input<string | enums.dbforpostgresql.ActiveDirectoryAuth>;
86841
+ passwordAuth?: pulumi.Input<string | enums.dbforpostgresql.PasswordAuth>;
86842
+ }
86843
+ /**
86844
+ * The data encryption properties of a cluster.
86845
+ */
86846
+ interface ServerGroupClusterDataEncryptionArgs {
86847
+ /**
86848
+ * URI for the key in keyvault for data encryption of the primary server.
86849
+ */
86850
+ primaryKeyUri?: pulumi.Input<string>;
86851
+ /**
86852
+ * Resource Id for the User assigned identity to be used for data encryption of the primary server.
86853
+ */
86854
+ primaryUserAssignedIdentityId?: pulumi.Input<string>;
86855
+ type?: pulumi.Input<string | enums.dbforpostgresql.DataEncryptionType>;
86856
+ }
86857
+ /**
86858
+ * Schedule settings for regular cluster updates.
86859
+ */
86860
+ interface ServerGroupClusterMaintenanceWindowArgs {
86861
+ /**
86862
+ * Indicates whether custom maintenance window is enabled or not.
86863
+ */
86864
+ customWindow?: pulumi.Input<string>;
86865
+ /**
86866
+ * Preferred day of the week for maintenance window.
86867
+ */
86868
+ dayOfWeek?: pulumi.Input<number>;
86869
+ /**
86870
+ * Start hour within preferred day of the week for maintenance window.
86871
+ */
86872
+ startHour?: pulumi.Input<number>;
86873
+ /**
86874
+ * Start minute within the start hour for maintenance window.
86875
+ */
86876
+ startMinute?: pulumi.Input<number>;
86877
+ }
86827
86878
  /**
86828
86879
  * The properties used to create a new server.
86829
86880
  */
@@ -105047,7 +105098,7 @@ export declare namespace loadtestservice {
105047
105098
  */
105048
105099
  interface EncryptionPropertiesIdentityArgs {
105049
105100
  /**
105050
- * User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.
105101
+ * User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.
105051
105102
  */
105052
105103
  resourceId?: pulumi.Input<string>;
105053
105104
  /**
@@ -121762,6 +121813,10 @@ export declare namespace migrate {
121762
121813
  * Gets or sets the Azure VM families.
121763
121814
  */
121764
121815
  azureVmFamilies?: pulumi.Input<pulumi.Input<string | enums.migrate.AzureVmFamily>[]>;
121816
+ /**
121817
+ * Gets or sets the Azure VM security options.
121818
+ */
121819
+ azureVmSecurityOptions?: pulumi.Input<pulumi.Input<string | enums.migrate.AzureVmSecurityType>[]>;
121765
121820
  /**
121766
121821
  * Gets or sets the billing settings.
121767
121822
  */
@@ -135379,6 +135434,90 @@ export declare namespace offazurespringboot {
135379
135434
  provisioningState?: pulumi.Input<string | enums.offazurespringboot.ProvisioningState>;
135380
135435
  }
135381
135436
  }
135437
+ export declare namespace onlineexperimentation {
135438
+ /**
135439
+ * Customer-managed key encryption properties for the resource.
135440
+ */
135441
+ interface CustomerManagedKeyEncryptionArgs {
135442
+ /**
135443
+ * All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
135444
+ */
135445
+ keyEncryptionKeyIdentity?: pulumi.Input<inputs.onlineexperimentation.KeyEncryptionKeyIdentityArgs>;
135446
+ /**
135447
+ * key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
135448
+ */
135449
+ keyEncryptionKeyUrl?: pulumi.Input<string>;
135450
+ }
135451
+ /**
135452
+ * All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
135453
+ */
135454
+ interface KeyEncryptionKeyIdentityArgs {
135455
+ /**
135456
+ * application client identity to use for accessing key encryption key Url in a different tenant. Ex: f83c6b1b-4d34-47e4-bb34-9d83df58b540
135457
+ */
135458
+ federatedClientId?: pulumi.Input<string>;
135459
+ /**
135460
+ * The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity.
135461
+ */
135462
+ identityType?: pulumi.Input<string | enums.onlineexperimentation.KeyEncryptionKeyIdentityType>;
135463
+ /**
135464
+ * User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity.
135465
+ */
135466
+ userAssignedIdentityResourceId?: pulumi.Input<string>;
135467
+ }
135468
+ /**
135469
+ * Managed service identity (system assigned and/or user assigned identities)
135470
+ */
135471
+ interface ManagedServiceIdentityArgs {
135472
+ /**
135473
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
135474
+ */
135475
+ type: pulumi.Input<string | enums.onlineexperimentation.ManagedServiceIdentityType>;
135476
+ /**
135477
+ * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
135478
+ */
135479
+ userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
135480
+ }
135481
+ /**
135482
+ * The properties of an online experiment workspace.
135483
+ */
135484
+ interface OnlineExperimentWorkspacePropertiesArgs {
135485
+ /**
135486
+ * The resource identifier of App Configuration with which this online experiment workspace is tied for experimentation. This is a required field for creating an online experiment workspace.
135487
+ */
135488
+ appConfigurationResourceId: pulumi.Input<string>;
135489
+ /**
135490
+ * The encryption configuration for the online experiment workspace resource.
135491
+ */
135492
+ encryption?: pulumi.Input<inputs.onlineexperimentation.ResourceEncryptionConfigurationArgs>;
135493
+ /**
135494
+ * The resource identifier of the Log Analytics workspace which online experiment workspace uses for generating experiment analysis results.
135495
+ */
135496
+ logAnalyticsWorkspaceResourceId: pulumi.Input<string>;
135497
+ /**
135498
+ * The resource identifier of storage account where logs are exported from Log Analytics workspace. Online Experiment workspace uses it generating experiment analysis results.
135499
+ */
135500
+ logsExporterStorageAccountResourceId: pulumi.Input<string>;
135501
+ }
135502
+ /**
135503
+ * The SKU (Stock Keeping Unit) assigned to this resource.
135504
+ */
135505
+ interface OnlineExperimentationWorkspaceSkuArgs {
135506
+ /**
135507
+ * The name of the SKU. Ex - F0, P0. It is typically a letter+number code
135508
+ */
135509
+ name: pulumi.Input<string | enums.onlineexperimentation.OnlineExperimentationWorkspaceSkuName>;
135510
+ }
135511
+ /**
135512
+ * The encryption configuration for the online experiment workspace resource.
135513
+ */
135514
+ interface ResourceEncryptionConfigurationArgs {
135515
+ /**
135516
+ * All Customer-managed key encryption properties for the resource.
135517
+ */
135518
+ customerManagedKeyEncryption?: pulumi.Input<inputs.onlineexperimentation.CustomerManagedKeyEncryptionArgs>;
135519
+ }
135520
+ }
135382
135521
  export declare namespace openenergyplatform {
135383
135522
  /**
135384
135523
  * The list of Energy services resource's Data Partition Names.