@pulumi/azure-native 3.2.0 → 3.3.0-alpha.1745856299
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/advisor/assessment.d.ts +2 -0
- package/advisor/assessment.js +4 -2
- package/advisor/getAssessment.d.ts +4 -0
- package/advisor/getAssessment.js +5 -1
- package/advisor/getSuppression.d.ts +2 -2
- package/advisor/getSuppression.js +2 -2
- package/advisor/suppression.d.ts +1 -1
- package/advisor/suppression.js +3 -3
- package/containerregistry/cacheRule.d.ts +1 -1
- package/containerregistry/cacheRule.js +3 -3
- package/containerregistry/connectedRegistry.d.ts +1 -1
- package/containerregistry/connectedRegistry.js +3 -3
- package/containerregistry/credentialSet.d.ts +1 -1
- package/containerregistry/credentialSet.js +3 -3
- package/containerregistry/getCacheRule.d.ts +2 -2
- package/containerregistry/getCacheRule.js +2 -2
- package/containerregistry/getConnectedRegistry.d.ts +2 -2
- package/containerregistry/getConnectedRegistry.js +2 -2
- package/containerregistry/getCredentialSet.d.ts +2 -2
- package/containerregistry/getCredentialSet.js +2 -2
- package/containerregistry/getPrivateEndpointConnection.d.ts +2 -2
- package/containerregistry/getPrivateEndpointConnection.js +2 -2
- package/containerregistry/getRegistry.d.ts +2 -2
- package/containerregistry/getRegistry.js +2 -2
- package/containerregistry/getReplication.d.ts +2 -2
- package/containerregistry/getReplication.js +2 -2
- package/containerregistry/getScopeMap.d.ts +2 -2
- package/containerregistry/getScopeMap.js +2 -2
- package/containerregistry/getToken.d.ts +2 -2
- package/containerregistry/getToken.js +2 -2
- package/containerregistry/getWebhook.d.ts +2 -2
- package/containerregistry/getWebhook.js +2 -2
- package/containerregistry/getWebhookCallbackConfig.d.ts +2 -2
- package/containerregistry/getWebhookCallbackConfig.js +2 -2
- package/containerregistry/listRegistryCredentials.d.ts +2 -2
- package/containerregistry/listRegistryCredentials.js +2 -2
- package/containerregistry/listWebhookEvents.d.ts +2 -2
- package/containerregistry/listWebhookEvents.js +2 -2
- package/containerregistry/privateEndpointConnection.d.ts +1 -1
- package/containerregistry/privateEndpointConnection.js +3 -3
- package/containerregistry/registry.d.ts +1 -1
- package/containerregistry/registry.js +3 -3
- package/containerregistry/replication.d.ts +1 -1
- package/containerregistry/replication.js +3 -3
- package/containerregistry/scopeMap.d.ts +1 -1
- package/containerregistry/scopeMap.js +3 -3
- package/containerregistry/token.d.ts +1 -1
- package/containerregistry/token.js +3 -3
- package/containerregistry/webhook.d.ts +1 -1
- package/containerregistry/webhook.js +3 -3
- package/containerservice/agentPool.d.ts +1 -1
- package/containerservice/agentPool.js +3 -3
- package/containerservice/getAgentPool.d.ts +2 -2
- package/containerservice/getAgentPool.js +2 -2
- package/containerservice/getLoadBalancer.d.ts +2 -2
- package/containerservice/getLoadBalancer.js +2 -2
- package/containerservice/getMaintenanceConfiguration.d.ts +2 -2
- package/containerservice/getMaintenanceConfiguration.js +2 -2
- package/containerservice/getManagedCluster.d.ts +2 -2
- package/containerservice/getManagedCluster.js +2 -2
- package/containerservice/getManagedClusterSnapshot.d.ts +2 -2
- package/containerservice/getManagedClusterSnapshot.js +2 -2
- package/containerservice/getNamespace.d.ts +85 -0
- package/containerservice/getNamespace.js +36 -0
- package/containerservice/getPrivateEndpointConnection.d.ts +2 -2
- package/containerservice/getPrivateEndpointConnection.js +2 -2
- package/containerservice/getSnapshot.d.ts +2 -2
- package/containerservice/getSnapshot.js +2 -2
- package/containerservice/getTrustedAccessRoleBinding.d.ts +2 -2
- package/containerservice/getTrustedAccessRoleBinding.js +2 -2
- package/containerservice/index.d.ts +9 -0
- package/containerservice/index.js +13 -2
- package/containerservice/listManagedClusterAdminCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterAdminCredentials.js +2 -2
- package/containerservice/listManagedClusterMonitoringUserCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterMonitoringUserCredentials.js +2 -2
- package/containerservice/listManagedClusterUserCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterUserCredentials.js +2 -2
- package/containerservice/listNamespaceCredential.d.ts +51 -0
- package/containerservice/listNamespaceCredential.js +36 -0
- package/containerservice/loadBalancer.d.ts +1 -1
- package/containerservice/loadBalancer.js +3 -3
- package/containerservice/maintenanceConfiguration.d.ts +1 -1
- package/containerservice/maintenanceConfiguration.js +3 -3
- package/containerservice/managedCluster.d.ts +1 -1
- package/containerservice/managedCluster.js +3 -3
- package/containerservice/managedClusterSnapshot.d.ts +1 -1
- package/containerservice/managedClusterSnapshot.js +3 -3
- package/containerservice/namespace.d.ts +97 -0
- package/containerservice/namespace.js +84 -0
- package/containerservice/privateEndpointConnection.d.ts +1 -1
- package/containerservice/privateEndpointConnection.js +3 -3
- package/containerservice/snapshot.d.ts +1 -1
- package/containerservice/snapshot.js +3 -3
- package/containerservice/trustedAccessRoleBinding.d.ts +1 -1
- package/containerservice/trustedAccessRoleBinding.js +3 -3
- package/cosmosdb/cassandraCluster.d.ts +1 -1
- package/cosmosdb/cassandraCluster.js +3 -3
- package/cosmosdb/cassandraDataCenter.d.ts +1 -1
- package/cosmosdb/cassandraDataCenter.js +3 -3
- package/cosmosdb/cassandraResourceCassandraKeyspace.d.ts +1 -1
- package/cosmosdb/cassandraResourceCassandraKeyspace.js +3 -3
- package/cosmosdb/cassandraResourceCassandraRoleAssignment.d.ts +92 -0
- package/cosmosdb/cassandraResourceCassandraRoleAssignment.js +83 -0
- package/cosmosdb/cassandraResourceCassandraRoleDefinition.d.ts +98 -0
- package/cosmosdb/cassandraResourceCassandraRoleDefinition.js +82 -0
- package/cosmosdb/cassandraResourceCassandraTable.d.ts +1 -1
- package/cosmosdb/cassandraResourceCassandraTable.js +3 -3
- package/cosmosdb/cassandraResourceCassandraView.d.ts +1 -1
- package/cosmosdb/cassandraResourceCassandraView.js +3 -3
- package/cosmosdb/databaseAccount.d.ts +1 -1
- package/cosmosdb/databaseAccount.js +3 -3
- package/cosmosdb/databaseAccountCassandraKeyspace.js +2 -2
- package/cosmosdb/databaseAccountCassandraTable.js +2 -2
- package/cosmosdb/databaseAccountGremlinDatabase.js +2 -2
- package/cosmosdb/databaseAccountGremlinGraph.js +2 -2
- package/cosmosdb/databaseAccountMongoDBCollection.js +2 -2
- package/cosmosdb/databaseAccountMongoDBDatabase.js +2 -2
- package/cosmosdb/databaseAccountSqlContainer.js +2 -2
- package/cosmosdb/databaseAccountSqlDatabase.js +2 -2
- package/cosmosdb/databaseAccountTable.js +2 -2
- package/cosmosdb/fleet.d.ts +84 -0
- package/cosmosdb/fleet.js +77 -0
- package/cosmosdb/fleetAnalytic.d.ts +85 -0
- package/cosmosdb/fleetAnalytic.js +81 -0
- package/cosmosdb/fleetspace.d.ts +86 -0
- package/cosmosdb/fleetspace.js +81 -0
- package/cosmosdb/fleetspaceAccount.d.ts +88 -0
- package/cosmosdb/fleetspaceAccount.js +85 -0
- package/cosmosdb/getCassandraCluster.d.ts +2 -2
- package/cosmosdb/getCassandraCluster.js +2 -2
- package/cosmosdb/getCassandraDataCenter.d.ts +2 -2
- package/cosmosdb/getCassandraDataCenter.js +2 -2
- package/cosmosdb/getCassandraResourceCassandraKeyspace.d.ts +2 -2
- package/cosmosdb/getCassandraResourceCassandraKeyspace.js +2 -2
- package/cosmosdb/getCassandraResourceCassandraRoleAssignment.d.ts +83 -0
- package/cosmosdb/getCassandraResourceCassandraRoleAssignment.js +36 -0
- package/cosmosdb/getCassandraResourceCassandraRoleDefinition.d.ts +79 -0
- package/cosmosdb/getCassandraResourceCassandraRoleDefinition.js +36 -0
- package/cosmosdb/getCassandraResourceCassandraTable.d.ts +2 -2
- package/cosmosdb/getCassandraResourceCassandraTable.js +2 -2
- package/cosmosdb/getCassandraResourceCassandraView.d.ts +2 -2
- package/cosmosdb/getCassandraResourceCassandraView.js +2 -2
- package/cosmosdb/getDatabaseAccount.d.ts +2 -2
- package/cosmosdb/getDatabaseAccount.js +2 -2
- package/cosmosdb/getFleet.d.ts +73 -0
- package/cosmosdb/getFleet.js +34 -0
- package/cosmosdb/getFleetAnalytic.d.ts +79 -0
- package/cosmosdb/getFleetAnalytic.js +36 -0
- package/cosmosdb/getFleetspace.d.ts +79 -0
- package/cosmosdb/getFleetspace.js +36 -0
- package/cosmosdb/getFleetspaceAccount.d.ts +87 -0
- package/cosmosdb/getFleetspaceAccount.js +38 -0
- package/cosmosdb/getGraphResourceGraph.d.ts +2 -2
- package/cosmosdb/getGraphResourceGraph.js +2 -2
- package/cosmosdb/getGremlinResourceGremlinDatabase.d.ts +2 -2
- package/cosmosdb/getGremlinResourceGremlinDatabase.js +2 -2
- package/cosmosdb/getGremlinResourceGremlinGraph.d.ts +2 -2
- package/cosmosdb/getGremlinResourceGremlinGraph.js +2 -2
- package/cosmosdb/getGremlinResourceGremlinRoleAssignment.d.ts +83 -0
- package/cosmosdb/getGremlinResourceGremlinRoleAssignment.js +36 -0
- package/cosmosdb/getGremlinResourceGremlinRoleDefinition.d.ts +79 -0
- package/cosmosdb/getGremlinResourceGremlinRoleDefinition.js +36 -0
- package/cosmosdb/getMongoDBResourceMongoDBCollection.d.ts +2 -2
- package/cosmosdb/getMongoDBResourceMongoDBCollection.js +2 -2
- package/cosmosdb/getMongoDBResourceMongoDBDatabase.d.ts +2 -2
- package/cosmosdb/getMongoDBResourceMongoDBDatabase.js +2 -2
- package/cosmosdb/getMongoDBResourceMongoRoleDefinition.d.ts +2 -2
- package/cosmosdb/getMongoDBResourceMongoRoleDefinition.js +2 -2
- package/cosmosdb/getMongoDBResourceMongoUserDefinition.d.ts +2 -2
- package/cosmosdb/getMongoDBResourceMongoUserDefinition.js +2 -2
- package/cosmosdb/getMongoMIResourceMongoMIRoleAssignment.d.ts +83 -0
- package/cosmosdb/getMongoMIResourceMongoMIRoleAssignment.js +36 -0
- package/cosmosdb/getMongoMIResourceMongoMIRoleDefinition.d.ts +79 -0
- package/cosmosdb/getMongoMIResourceMongoMIRoleDefinition.js +36 -0
- package/cosmosdb/getNotebookWorkspace.d.ts +2 -2
- package/cosmosdb/getNotebookWorkspace.js +2 -2
- package/cosmosdb/getPrivateEndpointConnection.d.ts +2 -2
- package/cosmosdb/getPrivateEndpointConnection.js +2 -2
- package/cosmosdb/getService.d.ts +2 -2
- package/cosmosdb/getService.js +2 -2
- package/cosmosdb/getSqlResourceSqlContainer.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlContainer.js +2 -2
- package/cosmosdb/getSqlResourceSqlDatabase.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlDatabase.js +2 -2
- package/cosmosdb/getSqlResourceSqlRoleAssignment.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlRoleAssignment.js +2 -2
- package/cosmosdb/getSqlResourceSqlRoleDefinition.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlRoleDefinition.js +2 -2
- package/cosmosdb/getSqlResourceSqlStoredProcedure.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlStoredProcedure.js +2 -2
- package/cosmosdb/getSqlResourceSqlTrigger.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlTrigger.js +2 -2
- package/cosmosdb/getSqlResourceSqlUserDefinedFunction.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlUserDefinedFunction.js +2 -2
- package/cosmosdb/getTableResourceTable.d.ts +2 -2
- package/cosmosdb/getTableResourceTable.js +2 -2
- package/cosmosdb/getTableResourceTableRoleAssignment.d.ts +4 -0
- package/cosmosdb/getTableResourceTableRoleAssignment.js +5 -1
- package/cosmosdb/getTableResourceTableRoleDefinition.d.ts +4 -0
- package/cosmosdb/getTableResourceTableRoleDefinition.js +5 -1
- package/cosmosdb/getThroughputPool.d.ts +2 -2
- package/cosmosdb/getThroughputPool.js +2 -2
- package/cosmosdb/getThroughputPoolAccount.d.ts +2 -2
- package/cosmosdb/getThroughputPoolAccount.js +2 -2
- package/cosmosdb/graphResourceGraph.d.ts +1 -1
- package/cosmosdb/graphResourceGraph.js +3 -3
- package/cosmosdb/gremlinResourceGremlinDatabase.d.ts +1 -1
- package/cosmosdb/gremlinResourceGremlinDatabase.js +3 -3
- package/cosmosdb/gremlinResourceGremlinGraph.d.ts +1 -1
- package/cosmosdb/gremlinResourceGremlinGraph.js +3 -3
- package/cosmosdb/gremlinResourceGremlinRoleAssignment.d.ts +92 -0
- package/cosmosdb/gremlinResourceGremlinRoleAssignment.js +83 -0
- package/cosmosdb/gremlinResourceGremlinRoleDefinition.d.ts +98 -0
- package/cosmosdb/gremlinResourceGremlinRoleDefinition.js +82 -0
- package/cosmosdb/index.d.ts +60 -0
- package/cosmosdb/index.js +75 -4
- package/cosmosdb/listDatabaseAccountConnectionStrings.d.ts +2 -2
- package/cosmosdb/listDatabaseAccountConnectionStrings.js +2 -2
- package/cosmosdb/listDatabaseAccountKeys.d.ts +2 -2
- package/cosmosdb/listDatabaseAccountKeys.js +2 -2
- package/cosmosdb/listNotebookWorkspaceConnectionInfo.d.ts +2 -2
- package/cosmosdb/listNotebookWorkspaceConnectionInfo.js +2 -2
- package/cosmosdb/mongoDBResourceMongoDBCollection.d.ts +1 -1
- package/cosmosdb/mongoDBResourceMongoDBCollection.js +3 -3
- package/cosmosdb/mongoDBResourceMongoDBDatabase.d.ts +1 -1
- package/cosmosdb/mongoDBResourceMongoDBDatabase.js +3 -3
- package/cosmosdb/mongoDBResourceMongoRoleDefinition.d.ts +1 -1
- package/cosmosdb/mongoDBResourceMongoRoleDefinition.js +3 -3
- package/cosmosdb/mongoDBResourceMongoUserDefinition.d.ts +1 -1
- package/cosmosdb/mongoDBResourceMongoUserDefinition.js +3 -3
- package/cosmosdb/mongoMIResourceMongoMIRoleAssignment.d.ts +92 -0
- package/cosmosdb/mongoMIResourceMongoMIRoleAssignment.js +83 -0
- package/cosmosdb/mongoMIResourceMongoMIRoleDefinition.d.ts +98 -0
- package/cosmosdb/mongoMIResourceMongoMIRoleDefinition.js +82 -0
- package/cosmosdb/notebookWorkspace.d.ts +1 -1
- package/cosmosdb/notebookWorkspace.js +3 -3
- package/cosmosdb/privateEndpointConnection.d.ts +1 -1
- package/cosmosdb/privateEndpointConnection.js +3 -3
- package/cosmosdb/service.d.ts +1 -1
- package/cosmosdb/service.js +3 -3
- package/cosmosdb/sqlResourceSqlContainer.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlContainer.js +3 -3
- package/cosmosdb/sqlResourceSqlDatabase.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlDatabase.js +3 -3
- package/cosmosdb/sqlResourceSqlRoleAssignment.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlRoleAssignment.js +3 -3
- package/cosmosdb/sqlResourceSqlRoleDefinition.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlRoleDefinition.js +3 -3
- package/cosmosdb/sqlResourceSqlStoredProcedure.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlStoredProcedure.js +3 -3
- package/cosmosdb/sqlResourceSqlTrigger.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlTrigger.js +3 -3
- package/cosmosdb/sqlResourceSqlUserDefinedFunction.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlUserDefinedFunction.js +3 -3
- package/cosmosdb/tableResourceTable.d.ts +1 -1
- package/cosmosdb/tableResourceTable.js +3 -3
- package/cosmosdb/tableResourceTableRoleAssignment.d.ts +2 -0
- package/cosmosdb/tableResourceTableRoleAssignment.js +4 -2
- package/cosmosdb/tableResourceTableRoleDefinition.d.ts +2 -0
- package/cosmosdb/tableResourceTableRoleDefinition.js +4 -2
- package/cosmosdb/throughputPool.d.ts +1 -1
- package/cosmosdb/throughputPool.js +3 -3
- package/cosmosdb/throughputPoolAccount.d.ts +1 -1
- package/cosmosdb/throughputPoolAccount.js +3 -3
- package/dbforpostgresql/getServerGroupCluster.d.ts +3 -3
- package/dbforpostgresql/server.js +2 -2
- package/dbforpostgresql/serverGroupCluster.d.ts +6 -6
- package/dbforpostgresql/serverGroupCluster.js +2 -3
- package/devcenter/attachedNetworkByDevCenter.d.ts +1 -1
- package/devcenter/attachedNetworkByDevCenter.js +3 -3
- package/devcenter/catalog.d.ts +1 -1
- package/devcenter/catalog.js +3 -3
- package/devcenter/devBoxDefinition.d.ts +1 -1
- package/devcenter/devBoxDefinition.js +3 -3
- package/devcenter/devCenter.d.ts +1 -1
- package/devcenter/devCenter.js +3 -3
- package/devcenter/encryptionSet.d.ts +1 -1
- package/devcenter/encryptionSet.js +3 -3
- package/devcenter/environmentType.d.ts +1 -1
- package/devcenter/environmentType.js +3 -3
- package/devcenter/gallery.d.ts +1 -1
- package/devcenter/gallery.js +3 -3
- package/devcenter/getAttachedNetworkByDevCenter.d.ts +2 -2
- package/devcenter/getAttachedNetworkByDevCenter.js +2 -2
- package/devcenter/getCatalog.d.ts +2 -2
- package/devcenter/getCatalog.js +2 -2
- package/devcenter/getCatalogSyncErrorDetails.d.ts +2 -2
- package/devcenter/getCatalogSyncErrorDetails.js +2 -2
- package/devcenter/getCustomizationTaskErrorDetails.d.ts +2 -2
- package/devcenter/getCustomizationTaskErrorDetails.js +2 -2
- package/devcenter/getDevBoxDefinition.d.ts +2 -2
- package/devcenter/getDevBoxDefinition.js +2 -2
- package/devcenter/getDevCenter.d.ts +2 -2
- package/devcenter/getDevCenter.js +2 -2
- package/devcenter/getDevCenterCatalogImageDefinitionBuildDetails.d.ts +103 -0
- package/devcenter/getDevCenterCatalogImageDefinitionBuildDetails.js +40 -0
- package/devcenter/getDevCenterCatalogImageDefinitionErrorDetails.d.ts +59 -0
- package/devcenter/getDevCenterCatalogImageDefinitionErrorDetails.js +38 -0
- package/devcenter/getEncryptionSet.d.ts +2 -2
- package/devcenter/getEncryptionSet.js +2 -2
- package/devcenter/getEnvironmentDefinitionErrorDetails.d.ts +2 -2
- package/devcenter/getEnvironmentDefinitionErrorDetails.js +2 -2
- package/devcenter/getEnvironmentType.d.ts +2 -2
- package/devcenter/getEnvironmentType.js +2 -2
- package/devcenter/getGallery.d.ts +2 -2
- package/devcenter/getGallery.js +2 -2
- package/devcenter/getNetworkConnection.d.ts +2 -2
- package/devcenter/getNetworkConnection.js +2 -2
- package/devcenter/getPool.d.ts +2 -2
- package/devcenter/getPool.js +2 -2
- package/devcenter/getProject.d.ts +2 -2
- package/devcenter/getProject.js +2 -2
- package/devcenter/getProjectCatalog.d.ts +2 -2
- package/devcenter/getProjectCatalog.js +2 -2
- package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.js +2 -2
- package/devcenter/getProjectCatalogImageDefinitionBuildDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogImageDefinitionBuildDetails.js +2 -2
- package/devcenter/getProjectCatalogImageDefinitionErrorDetails.d.ts +4 -0
- package/devcenter/getProjectCatalogImageDefinitionErrorDetails.js +5 -1
- package/devcenter/getProjectCatalogSyncErrorDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogSyncErrorDetails.js +2 -2
- package/devcenter/getProjectEnvironmentType.d.ts +2 -2
- package/devcenter/getProjectEnvironmentType.js +2 -2
- package/devcenter/getProjectInheritedSettings.d.ts +2 -2
- package/devcenter/getProjectInheritedSettings.js +2 -2
- package/devcenter/getProjectPolicy.d.ts +2 -2
- package/devcenter/getProjectPolicy.js +2 -2
- package/devcenter/getSchedule.d.ts +2 -2
- package/devcenter/getSchedule.js +2 -2
- package/devcenter/index.d.ts +6 -0
- package/devcenter/index.js +9 -3
- package/devcenter/listSkusByProject.d.ts +2 -2
- package/devcenter/listSkusByProject.js +2 -2
- package/devcenter/networkConnection.d.ts +1 -1
- package/devcenter/networkConnection.js +3 -3
- package/devcenter/pool.d.ts +1 -1
- package/devcenter/pool.js +3 -3
- package/devcenter/project.d.ts +1 -1
- package/devcenter/project.js +3 -3
- package/devcenter/projectCatalog.d.ts +1 -1
- package/devcenter/projectCatalog.js +3 -3
- package/devcenter/projectEnvironmentType.d.ts +1 -1
- package/devcenter/projectEnvironmentType.js +3 -3
- package/devcenter/projectPolicy.d.ts +1 -1
- package/devcenter/projectPolicy.js +3 -3
- package/devcenter/schedule.d.ts +1 -1
- package/devcenter/schedule.js +3 -3
- package/frontdoor/getPolicy.d.ts +2 -2
- package/frontdoor/getPolicy.js +2 -2
- package/frontdoor/policy.d.ts +1 -1
- package/frontdoor/policy.js +3 -3
- package/hybridcompute/gateway.d.ts +1 -1
- package/hybridcompute/gateway.js +3 -3
- package/hybridcompute/getGateway.d.ts +2 -2
- package/hybridcompute/getGateway.js +2 -2
- package/hybridcompute/getLicense.d.ts +2 -2
- package/hybridcompute/getLicense.js +2 -2
- package/hybridcompute/getLicenseProfile.d.ts +2 -2
- package/hybridcompute/getLicenseProfile.js +2 -2
- package/hybridcompute/getMachine.d.ts +2 -2
- package/hybridcompute/getMachine.js +2 -2
- package/hybridcompute/getMachineExtension.d.ts +2 -2
- package/hybridcompute/getMachineExtension.js +2 -2
- package/hybridcompute/getMachineRunCommand.d.ts +2 -2
- package/hybridcompute/getMachineRunCommand.js +2 -2
- package/hybridcompute/getPrivateEndpointConnection.d.ts +2 -2
- package/hybridcompute/getPrivateEndpointConnection.js +2 -2
- package/hybridcompute/getPrivateLinkScope.d.ts +2 -2
- package/hybridcompute/getPrivateLinkScope.js +2 -2
- package/hybridcompute/license.d.ts +1 -1
- package/hybridcompute/license.js +3 -3
- package/hybridcompute/licenseProfile.d.ts +1 -1
- package/hybridcompute/licenseProfile.js +3 -3
- package/hybridcompute/machine.d.ts +1 -1
- package/hybridcompute/machine.js +3 -3
- package/hybridcompute/machineExtension.d.ts +1 -1
- package/hybridcompute/machineExtension.js +3 -3
- package/hybridcompute/machineRunCommand.d.ts +1 -1
- package/hybridcompute/machineRunCommand.js +3 -3
- package/hybridcompute/privateEndpointConnection.d.ts +1 -1
- package/hybridcompute/privateEndpointConnection.js +3 -3
- package/hybridcompute/privateLinkScope.d.ts +1 -1
- package/hybridcompute/privateLinkScope.js +3 -3
- package/index.d.ts +2 -1
- package/index.js +6 -3
- package/monitor/azureMonitorWorkspace.d.ts +17 -12
- package/monitor/azureMonitorWorkspace.js +5 -5
- package/monitor/getAzureMonitorWorkspace.d.ts +18 -18
- package/monitor/getAzureMonitorWorkspace.js +6 -6
- package/networkcloud/agentPool.d.ts +1 -1
- package/networkcloud/agentPool.js +1 -1
- package/networkcloud/bareMetalMachine.d.ts +1 -1
- package/networkcloud/bareMetalMachine.js +1 -1
- package/networkcloud/bareMetalMachineKeySet.d.ts +1 -1
- package/networkcloud/bareMetalMachineKeySet.js +1 -1
- package/networkcloud/bmcKeySet.d.ts +1 -1
- package/networkcloud/bmcKeySet.js +1 -1
- package/networkcloud/cloudServicesNetwork.d.ts +1 -1
- package/networkcloud/cloudServicesNetwork.js +1 -1
- package/networkcloud/cluster.d.ts +1 -1
- package/networkcloud/cluster.js +1 -1
- package/networkcloud/clusterManager.d.ts +1 -1
- package/networkcloud/clusterManager.js +1 -1
- package/networkcloud/console.d.ts +1 -1
- package/networkcloud/console.js +1 -1
- package/networkcloud/getAgentPool.d.ts +2 -2
- package/networkcloud/getAgentPool.js +2 -2
- package/networkcloud/getBareMetalMachine.d.ts +2 -2
- package/networkcloud/getBareMetalMachine.js +2 -2
- package/networkcloud/getBareMetalMachineKeySet.d.ts +2 -2
- package/networkcloud/getBareMetalMachineKeySet.js +2 -2
- package/networkcloud/getBmcKeySet.d.ts +2 -2
- package/networkcloud/getBmcKeySet.js +2 -2
- package/networkcloud/getCloudServicesNetwork.d.ts +2 -2
- package/networkcloud/getCloudServicesNetwork.js +2 -2
- package/networkcloud/getCluster.d.ts +2 -2
- package/networkcloud/getCluster.js +2 -2
- package/networkcloud/getClusterManager.d.ts +2 -2
- package/networkcloud/getClusterManager.js +2 -2
- package/networkcloud/getConsole.d.ts +2 -2
- package/networkcloud/getConsole.js +2 -2
- package/networkcloud/getKubernetesCluster.d.ts +2 -2
- package/networkcloud/getKubernetesCluster.js +2 -2
- package/networkcloud/getKubernetesClusterFeature.d.ts +2 -2
- package/networkcloud/getKubernetesClusterFeature.js +2 -2
- package/networkcloud/getL2Network.d.ts +2 -2
- package/networkcloud/getL2Network.js +2 -2
- package/networkcloud/getL3Network.d.ts +2 -2
- package/networkcloud/getL3Network.js +2 -2
- package/networkcloud/getMetricsConfiguration.d.ts +2 -2
- package/networkcloud/getMetricsConfiguration.js +2 -2
- package/networkcloud/getRack.d.ts +2 -2
- package/networkcloud/getRack.js +2 -2
- package/networkcloud/getStorageAppliance.d.ts +2 -2
- package/networkcloud/getStorageAppliance.js +2 -2
- package/networkcloud/getTrunkedNetwork.d.ts +2 -2
- package/networkcloud/getTrunkedNetwork.js +2 -2
- package/networkcloud/getVirtualMachine.d.ts +2 -2
- package/networkcloud/getVirtualMachine.js +2 -2
- package/networkcloud/getVolume.d.ts +2 -2
- package/networkcloud/getVolume.js +2 -2
- package/networkcloud/kubernetesCluster.d.ts +1 -1
- package/networkcloud/kubernetesCluster.js +1 -1
- package/networkcloud/kubernetesClusterFeature.d.ts +1 -1
- package/networkcloud/kubernetesClusterFeature.js +1 -1
- package/networkcloud/l2network.d.ts +1 -1
- package/networkcloud/l2network.js +1 -1
- package/networkcloud/l3network.d.ts +1 -1
- package/networkcloud/l3network.js +1 -1
- package/networkcloud/metricsConfiguration.d.ts +1 -1
- package/networkcloud/metricsConfiguration.js +1 -1
- package/networkcloud/rack.d.ts +1 -1
- package/networkcloud/rack.js +1 -1
- package/networkcloud/storageAppliance.d.ts +1 -1
- package/networkcloud/storageAppliance.js +1 -1
- package/networkcloud/trunkedNetwork.d.ts +1 -1
- package/networkcloud/trunkedNetwork.js +1 -1
- package/networkcloud/virtualMachine.d.ts +1 -1
- package/networkcloud/virtualMachine.js +1 -1
- package/networkcloud/volume.d.ts +1 -1
- package/networkcloud/volume.js +1 -1
- package/onlineexperimentation/getOnlineExperimentWorkspace.d.ts +81 -0
- package/onlineexperimentation/getOnlineExperimentWorkspace.js +34 -0
- package/onlineexperimentation/index.d.ts +7 -0
- package/onlineexperimentation/index.js +41 -0
- package/onlineexperimentation/onlineExperimentWorkspace.d.ts +105 -0
- package/onlineexperimentation/onlineExperimentWorkspace.js +81 -0
- package/package.json +2 -2
- package/recoveryservices/getPrivateEndpointConnection.d.ts +2 -2
- package/recoveryservices/getPrivateEndpointConnection.js +2 -2
- package/recoveryservices/getProtectedItem.d.ts +2 -2
- package/recoveryservices/getProtectedItem.js +2 -2
- package/recoveryservices/getProtectionContainer.d.ts +2 -2
- package/recoveryservices/getProtectionContainer.js +2 -2
- package/recoveryservices/getProtectionIntent.d.ts +2 -2
- package/recoveryservices/getProtectionIntent.js +2 -2
- package/recoveryservices/getProtectionPolicy.d.ts +2 -2
- package/recoveryservices/getProtectionPolicy.js +2 -2
- package/recoveryservices/getResourceGuardProxy.d.ts +2 -2
- package/recoveryservices/getResourceGuardProxy.js +2 -2
- package/recoveryservices/privateEndpointConnection.d.ts +1 -1
- package/recoveryservices/privateEndpointConnection.js +3 -3
- package/recoveryservices/protectedItem.d.ts +1 -1
- package/recoveryservices/protectedItem.js +3 -3
- package/recoveryservices/protectionContainer.d.ts +1 -1
- package/recoveryservices/protectionContainer.js +3 -3
- package/recoveryservices/protectionIntent.d.ts +1 -1
- package/recoveryservices/protectionIntent.js +3 -3
- package/recoveryservices/protectionPolicy.d.ts +1 -1
- package/recoveryservices/protectionPolicy.js +3 -3
- package/recoveryservices/resourceGuardProxy.d.ts +1 -1
- package/recoveryservices/resourceGuardProxy.js +3 -3
- package/resourcehealth/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.d.ts +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.js +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.d.ts +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.js +2 -2
- package/resources/deployment.d.ts +1 -1
- package/resources/deployment.js +3 -3
- package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
- package/resources/deploymentAtManagementGroupScope.js +3 -3
- package/resources/deploymentAtScope.d.ts +1 -1
- package/resources/deploymentAtScope.js +3 -3
- package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
- package/resources/deploymentAtSubscriptionScope.js +3 -3
- package/resources/deploymentAtTenantScope.d.ts +1 -1
- package/resources/deploymentAtTenantScope.js +3 -3
- package/resources/getDeployment.d.ts +2 -2
- package/resources/getDeployment.js +2 -2
- package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
- package/resources/getDeploymentAtManagementGroupScope.js +2 -2
- package/resources/getDeploymentAtScope.d.ts +2 -2
- package/resources/getDeploymentAtScope.js +2 -2
- package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
- package/resources/getDeploymentAtSubscriptionScope.js +2 -2
- package/resources/getDeploymentAtTenantScope.d.ts +2 -2
- package/resources/getDeploymentAtTenantScope.js +2 -2
- package/resources/getResource.d.ts +2 -2
- package/resources/getResource.js +2 -2
- package/resources/getResourceGroup.d.ts +2 -2
- package/resources/getResourceGroup.js +2 -2
- package/resources/getTagAtScope.d.ts +2 -2
- package/resources/getTagAtScope.js +2 -2
- package/resources/resource.d.ts +1 -1
- package/resources/resource.js +3 -3
- package/resources/resourceGroup.d.ts +1 -1
- package/resources/resourceGroup.js +3 -3
- package/resources/tagAtScope.d.ts +1 -1
- package/resources/tagAtScope.js +3 -3
- package/search/getPrivateEndpointConnection.d.ts +2 -2
- package/search/getPrivateEndpointConnection.js +2 -2
- package/search/getService.d.ts +2 -2
- package/search/getService.js +2 -2
- package/search/getSharedPrivateLinkResource.d.ts +2 -2
- package/search/getSharedPrivateLinkResource.js +2 -2
- package/search/listAdminKey.d.ts +2 -2
- package/search/listAdminKey.js +2 -2
- package/search/listQueryKeyBySearchService.d.ts +2 -2
- package/search/listQueryKeyBySearchService.js +2 -2
- package/search/privateEndpointConnection.d.ts +1 -1
- package/search/privateEndpointConnection.js +3 -3
- package/search/service.d.ts +1 -1
- package/search/service.js +3 -3
- package/search/sharedPrivateLinkResource.d.ts +1 -1
- package/search/sharedPrivateLinkResource.js +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/containerservice/index.d.ts +50 -0
- package/types/enums/containerservice/index.js +40 -2
- package/types/enums/cosmosdb/index.d.ts +23 -0
- package/types/enums/cosmosdb/index.js +13 -2
- package/types/enums/datafactory/index.d.ts +7 -0
- package/types/enums/datafactory/index.js +6 -3
- package/types/enums/durabletask/index.d.ts +1 -1
- package/types/enums/durabletask/index.js +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/migrate/index.d.ts +22 -0
- package/types/enums/migrate/index.js +21 -3
- package/types/enums/monitor/index.d.ts +8 -0
- package/types/enums/monitor/index.js +6 -2
- package/types/enums/onlineexperimentation/index.d.ts +46 -0
- package/types/enums/onlineexperimentation/index.js +40 -0
- package/types/input.d.ts +313 -18
- package/types/input.js +26 -3
- package/types/output.d.ts +408 -41
- package/types/output.js +26 -3
- package/weightsandbiases/getInstance.d.ts +4 -0
- package/weightsandbiases/getInstance.js +5 -1
- package/weightsandbiases/instance.d.ts +2 -0
- package/weightsandbiases/instance.js +4 -2
package/types/input.d.ts
CHANGED
|
@@ -49378,6 +49378,60 @@ export declare namespace containerservice {
|
|
|
49378
49378
|
*/
|
|
49379
49379
|
userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
|
|
49380
49380
|
}
|
|
49381
|
+
/**
|
|
49382
|
+
* Properties of a namespace managed by ARM
|
|
49383
|
+
*/
|
|
49384
|
+
interface NamespacePropertiesArgs {
|
|
49385
|
+
/**
|
|
49386
|
+
* Action if Kubernetes namespace with same name already exists.
|
|
49387
|
+
*/
|
|
49388
|
+
adoptionPolicy?: pulumi.Input<string | enums.containerservice.AdoptionPolicy>;
|
|
49389
|
+
/**
|
|
49390
|
+
* The annotations of managed namespace.
|
|
49391
|
+
*/
|
|
49392
|
+
annotations?: pulumi.Input<{
|
|
49393
|
+
[key: string]: pulumi.Input<string>;
|
|
49394
|
+
}>;
|
|
49395
|
+
/**
|
|
49396
|
+
* The default network policy enforced upon the namespace. Customers can have other Kubernetes network policy objects under the namespace. All the network policies will be enforced.
|
|
49397
|
+
*/
|
|
49398
|
+
defaultNetworkPolicy?: pulumi.Input<inputs.containerservice.NetworkPoliciesArgs>;
|
|
49399
|
+
/**
|
|
49400
|
+
* The default resource quota enforced upon the namespace. Customers can have other Kubernetes resource quota objects under the namespace. All the resource quotas will be enforced.
|
|
49401
|
+
*/
|
|
49402
|
+
defaultResourceQuota?: pulumi.Input<inputs.containerservice.ResourceQuotaArgs>;
|
|
49403
|
+
/**
|
|
49404
|
+
* Delete options of a namespace.
|
|
49405
|
+
*/
|
|
49406
|
+
deletePolicy?: pulumi.Input<string | enums.containerservice.DeletePolicy>;
|
|
49407
|
+
/**
|
|
49408
|
+
* The labels of managed namespace.
|
|
49409
|
+
*/
|
|
49410
|
+
labels?: pulumi.Input<{
|
|
49411
|
+
[key: string]: pulumi.Input<string>;
|
|
49412
|
+
}>;
|
|
49413
|
+
}
|
|
49414
|
+
/**
|
|
49415
|
+
* namespacePropertiesArgsProvideDefaults sets the appropriate defaults for NamespacePropertiesArgs
|
|
49416
|
+
*/
|
|
49417
|
+
function namespacePropertiesArgsProvideDefaults(val: NamespacePropertiesArgs): NamespacePropertiesArgs;
|
|
49418
|
+
/**
|
|
49419
|
+
* Default network policy of the namespace, specifying ingress and egress rules.
|
|
49420
|
+
*/
|
|
49421
|
+
interface NetworkPoliciesArgs {
|
|
49422
|
+
/**
|
|
49423
|
+
* Egress policy for the network.
|
|
49424
|
+
*/
|
|
49425
|
+
egress?: pulumi.Input<string | enums.containerservice.PolicyRule>;
|
|
49426
|
+
/**
|
|
49427
|
+
* Ingress policy for the network.
|
|
49428
|
+
*/
|
|
49429
|
+
ingress?: pulumi.Input<string | enums.containerservice.PolicyRule>;
|
|
49430
|
+
}
|
|
49431
|
+
/**
|
|
49432
|
+
* networkPoliciesArgsProvideDefaults sets the appropriate defaults for NetworkPoliciesArgs
|
|
49433
|
+
*/
|
|
49434
|
+
function networkPoliciesArgsProvideDefaults(val: NetworkPoliciesArgs): NetworkPoliciesArgs;
|
|
49381
49435
|
/**
|
|
49382
49436
|
* The node image upgrade to be applied to the target nodes in update run.
|
|
49383
49437
|
*/
|
|
@@ -49477,6 +49531,27 @@ export declare namespace containerservice {
|
|
|
49477
49531
|
*/
|
|
49478
49532
|
weekIndex: pulumi.Input<string | enums.containerservice.Type>;
|
|
49479
49533
|
}
|
|
49534
|
+
/**
|
|
49535
|
+
* Resource quota for the namespace.
|
|
49536
|
+
*/
|
|
49537
|
+
interface ResourceQuotaArgs {
|
|
49538
|
+
/**
|
|
49539
|
+
* CPU limit of the namespace in one-thousandth CPU form. See [CPU resource units](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu) for more details.
|
|
49540
|
+
*/
|
|
49541
|
+
cpuLimit?: pulumi.Input<string>;
|
|
49542
|
+
/**
|
|
49543
|
+
* CPU request of the namespace in one-thousandth CPU form. See [CPU resource units](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu) for more details.
|
|
49544
|
+
*/
|
|
49545
|
+
cpuRequest?: pulumi.Input<string>;
|
|
49546
|
+
/**
|
|
49547
|
+
* Memory limit of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See [Memory resource units](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) for more details.
|
|
49548
|
+
*/
|
|
49549
|
+
memoryLimit?: pulumi.Input<string>;
|
|
49550
|
+
/**
|
|
49551
|
+
* Memory request of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See [Memory resource units](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) for more details.
|
|
49552
|
+
*/
|
|
49553
|
+
memoryRequest?: pulumi.Input<string>;
|
|
49554
|
+
}
|
|
49480
49555
|
/**
|
|
49481
49556
|
* A reference to an Azure resource.
|
|
49482
49557
|
*/
|
|
@@ -50499,6 +50574,27 @@ export declare namespace cosmosdb {
|
|
|
50499
50574
|
*/
|
|
50500
50575
|
path?: pulumi.Input<string>;
|
|
50501
50576
|
}
|
|
50577
|
+
/**
|
|
50578
|
+
* Configuration for throughput pool in the fleetspace.
|
|
50579
|
+
*/
|
|
50580
|
+
interface FleetspacePropertiesThroughputPoolConfigurationArgs {
|
|
50581
|
+
/**
|
|
50582
|
+
* List of data regions assigned to the fleetspace. Eg [westus2]
|
|
50583
|
+
*/
|
|
50584
|
+
dataRegions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50585
|
+
/**
|
|
50586
|
+
* Maximum throughput for the pool.
|
|
50587
|
+
*/
|
|
50588
|
+
maxThroughput?: pulumi.Input<number>;
|
|
50589
|
+
/**
|
|
50590
|
+
* Minimum throughput for the pool.
|
|
50591
|
+
*/
|
|
50592
|
+
minThroughput?: pulumi.Input<number>;
|
|
50593
|
+
/**
|
|
50594
|
+
* Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region.
|
|
50595
|
+
*/
|
|
50596
|
+
serviceTier?: pulumi.Input<string | enums.cosmosdb.ServiceTier>;
|
|
50597
|
+
}
|
|
50502
50598
|
/**
|
|
50503
50599
|
* Properties for Create or Update request for GraphAPIComputeServiceResource
|
|
50504
50600
|
*/
|
|
@@ -55059,29 +55155,69 @@ export declare namespace datafactory {
|
|
|
55059
55155
|
type: pulumi.Input<"AmazonMWSSource">;
|
|
55060
55156
|
}
|
|
55061
55157
|
/**
|
|
55062
|
-
* AmazonRdsForOracle database.
|
|
55158
|
+
* AmazonRdsForOracle database. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features.
|
|
55063
55159
|
*/
|
|
55064
55160
|
interface AmazonRdsForOracleLinkedServiceArgs {
|
|
55065
55161
|
/**
|
|
55066
55162
|
* List of tags that can be used for describing the linked service.
|
|
55067
55163
|
*/
|
|
55068
55164
|
annotations?: pulumi.Input<any[]>;
|
|
55165
|
+
/**
|
|
55166
|
+
* Authentication type for connecting to the AmazonRdsForOracle database. Only used for Version 2.0.
|
|
55167
|
+
*/
|
|
55168
|
+
authenticationType?: pulumi.Input<string | enums.datafactory.AmazonRdsForOracleAuthenticationType>;
|
|
55069
55169
|
/**
|
|
55070
55170
|
* The integration runtime reference.
|
|
55071
55171
|
*/
|
|
55072
55172
|
connectVia?: pulumi.Input<inputs.datafactory.IntegrationRuntimeReferenceArgs>;
|
|
55073
55173
|
/**
|
|
55074
|
-
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
55174
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only used for Version 1.0.
|
|
55075
55175
|
*/
|
|
55076
|
-
connectionString
|
|
55176
|
+
connectionString?: any;
|
|
55177
|
+
/**
|
|
55178
|
+
* Specifies the desired data integrity behavior when this client connects to a server. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0.
|
|
55179
|
+
*/
|
|
55180
|
+
cryptoChecksumClient?: any;
|
|
55181
|
+
/**
|
|
55182
|
+
* Specifies the crypto-checksum algorithms that client can use. Supported values are SHA1, SHA256, SHA384, SHA512, default value is (SHA512). Type: string. Only used for Version 2.0.
|
|
55183
|
+
*/
|
|
55184
|
+
cryptoChecksumTypesClient?: any;
|
|
55077
55185
|
/**
|
|
55078
55186
|
* Linked service description.
|
|
55079
55187
|
*/
|
|
55080
55188
|
description?: pulumi.Input<string>;
|
|
55189
|
+
/**
|
|
55190
|
+
* Specifies whether to use bulk copy or batch insert when loading data into the database, default value is true. Type: boolean. Only used for Version 2.0.
|
|
55191
|
+
*/
|
|
55192
|
+
enableBulkLoad?: any;
|
|
55081
55193
|
/**
|
|
55082
55194
|
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
55083
55195
|
*/
|
|
55084
55196
|
encryptedCredential?: pulumi.Input<string>;
|
|
55197
|
+
/**
|
|
55198
|
+
* Specifies the encryption client behavior. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0.
|
|
55199
|
+
*/
|
|
55200
|
+
encryptionClient?: any;
|
|
55201
|
+
/**
|
|
55202
|
+
* Specifies the encryption algorithms that client can use. Supported values are AES128, AES192, AES256, 3DES112, 3DES168, default value is (AES256). Type: string. Only used for Version 2.0.
|
|
55203
|
+
*/
|
|
55204
|
+
encryptionTypesClient?: any;
|
|
55205
|
+
/**
|
|
55206
|
+
* Specifies the number of bytes that the driver allocates to fetch the data in one database round-trip, default value is 10485760. Type: integer. Only used for Version 2.0.
|
|
55207
|
+
*/
|
|
55208
|
+
fetchSize?: any;
|
|
55209
|
+
/**
|
|
55210
|
+
* Specifies whether the driver returns column value with the TIMESTAMP WITH TIME ZONE data type as DateTime or string. This setting is ignored if supportV1DataTypes is not true, default value is true. Type: boolean. Only used for Version 2.0.
|
|
55211
|
+
*/
|
|
55212
|
+
fetchTswtzAsTimestamp?: any;
|
|
55213
|
+
/**
|
|
55214
|
+
* Specifies the amount that the source initially fetches for LOB columns, default value is 0. Type: integer. Only used for Version 2.0.
|
|
55215
|
+
*/
|
|
55216
|
+
initialLobFetchSize?: any;
|
|
55217
|
+
/**
|
|
55218
|
+
* Specifies a command that is issued immediately after connecting to the database to manage session settings. Type: string. Only used for Version 2.0.
|
|
55219
|
+
*/
|
|
55220
|
+
initializationString?: any;
|
|
55085
55221
|
/**
|
|
55086
55222
|
* Parameters for linked service.
|
|
55087
55223
|
*/
|
|
@@ -55092,11 +55228,27 @@ export declare namespace datafactory {
|
|
|
55092
55228
|
* The Azure key vault secret reference of password in connection string.
|
|
55093
55229
|
*/
|
|
55094
55230
|
password?: pulumi.Input<inputs.datafactory.AzureKeyVaultSecretReferenceArgs | inputs.datafactory.SecureStringArgs>;
|
|
55231
|
+
/**
|
|
55232
|
+
* The location of AmazonRdsForOracle database you want to connect to, the supported forms include connector descriptor, Easy Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type: string. Only used for Version 2.0.
|
|
55233
|
+
*/
|
|
55234
|
+
server?: any;
|
|
55235
|
+
/**
|
|
55236
|
+
* Specifies the number of cursors or statements to be cached for each database connection, default value is 0. Type: integer. Only used for Version 2.0.
|
|
55237
|
+
*/
|
|
55238
|
+
statementCacheSize?: any;
|
|
55239
|
+
/**
|
|
55240
|
+
* Specifies whether to use the Version 1.0 data type mappings. Do not set this to true unless you want to keep backward compatibility with Version 1.0's data type mappings, default value is false. Type: boolean. Only used for Version 2.0.
|
|
55241
|
+
*/
|
|
55242
|
+
supportV1DataTypes?: any;
|
|
55095
55243
|
/**
|
|
55096
55244
|
* Type of linked service.
|
|
55097
55245
|
* Expected value is 'AmazonRdsForOracle'.
|
|
55098
55246
|
*/
|
|
55099
55247
|
type: pulumi.Input<"AmazonRdsForOracle">;
|
|
55248
|
+
/**
|
|
55249
|
+
* The AmazonRdsForOracle database username. Type: string. Only used for Version 2.0.
|
|
55250
|
+
*/
|
|
55251
|
+
username?: any;
|
|
55100
55252
|
/**
|
|
55101
55253
|
* Version of the linked service.
|
|
55102
55254
|
*/
|
|
@@ -57754,6 +57906,10 @@ export declare namespace datafactory {
|
|
|
57754
57906
|
* The credential reference containing authentication information.
|
|
57755
57907
|
*/
|
|
57756
57908
|
credential?: pulumi.Input<inputs.datafactory.CredentialReferenceArgs>;
|
|
57909
|
+
/**
|
|
57910
|
+
* The data security mode for the Databricks Cluster. Type: string (or Expression with resultType string).
|
|
57911
|
+
*/
|
|
57912
|
+
dataSecurityMode?: any;
|
|
57757
57913
|
/**
|
|
57758
57914
|
* Linked service description.
|
|
57759
57915
|
*/
|
|
@@ -86634,11 +86790,17 @@ export declare namespace dbforpostgresql {
|
|
|
86634
86790
|
targetServerPassword: pulumi.Input<string>;
|
|
86635
86791
|
}
|
|
86636
86792
|
/**
|
|
86637
|
-
* Authentication configuration of a
|
|
86793
|
+
* Authentication configuration properties of a server
|
|
86638
86794
|
*/
|
|
86639
86795
|
interface AuthConfigArgs {
|
|
86640
|
-
|
|
86641
|
-
|
|
86796
|
+
/**
|
|
86797
|
+
* If Enabled, Azure Active Directory authentication is enabled.
|
|
86798
|
+
*/
|
|
86799
|
+
activeDirectoryAuth?: pulumi.Input<string | enums.dbforpostgresql.ActiveDirectoryAuthEnum>;
|
|
86800
|
+
/**
|
|
86801
|
+
* If Enabled, Password authentication is enabled.
|
|
86802
|
+
*/
|
|
86803
|
+
passwordAuth?: pulumi.Input<string | enums.dbforpostgresql.PasswordAuthEnum>;
|
|
86642
86804
|
/**
|
|
86643
86805
|
* Tenant id of the server.
|
|
86644
86806
|
*/
|
|
@@ -86666,7 +86828,7 @@ export declare namespace dbforpostgresql {
|
|
|
86666
86828
|
*/
|
|
86667
86829
|
function backupArgsProvideDefaults(val: BackupArgs): BackupArgs;
|
|
86668
86830
|
/**
|
|
86669
|
-
*
|
|
86831
|
+
* Data encryption properties of a server
|
|
86670
86832
|
*/
|
|
86671
86833
|
interface DataEncryptionArgs {
|
|
86672
86834
|
/**
|
|
@@ -86689,15 +86851,14 @@ export declare namespace dbforpostgresql {
|
|
|
86689
86851
|
* URI for the key in keyvault for data encryption of the primary server.
|
|
86690
86852
|
*/
|
|
86691
86853
|
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
86854
|
/**
|
|
86697
86855
|
* Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
86698
86856
|
*/
|
|
86699
86857
|
primaryUserAssignedIdentityId?: pulumi.Input<string>;
|
|
86700
|
-
|
|
86858
|
+
/**
|
|
86859
|
+
* Data encryption type to depict if it is System Managed vs Azure Key vault.
|
|
86860
|
+
*/
|
|
86861
|
+
type?: pulumi.Input<string | enums.dbforpostgresql.ArmServerKeyType>;
|
|
86701
86862
|
}
|
|
86702
86863
|
/**
|
|
86703
86864
|
* High availability properties of a server
|
|
@@ -86727,26 +86888,30 @@ export declare namespace dbforpostgresql {
|
|
|
86727
86888
|
userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
|
|
86728
86889
|
}
|
|
86729
86890
|
/**
|
|
86730
|
-
*
|
|
86891
|
+
* Maintenance window properties of a server.
|
|
86731
86892
|
*/
|
|
86732
86893
|
interface MaintenanceWindowArgs {
|
|
86733
86894
|
/**
|
|
86734
|
-
*
|
|
86895
|
+
* indicates whether custom window is enabled or disabled
|
|
86735
86896
|
*/
|
|
86736
86897
|
customWindow?: pulumi.Input<string>;
|
|
86737
86898
|
/**
|
|
86738
|
-
*
|
|
86899
|
+
* day of week for maintenance window
|
|
86739
86900
|
*/
|
|
86740
86901
|
dayOfWeek?: pulumi.Input<number>;
|
|
86741
86902
|
/**
|
|
86742
|
-
*
|
|
86903
|
+
* start hour for maintenance window
|
|
86743
86904
|
*/
|
|
86744
86905
|
startHour?: pulumi.Input<number>;
|
|
86745
86906
|
/**
|
|
86746
|
-
*
|
|
86907
|
+
* start minute for maintenance window
|
|
86747
86908
|
*/
|
|
86748
86909
|
startMinute?: pulumi.Input<number>;
|
|
86749
86910
|
}
|
|
86911
|
+
/**
|
|
86912
|
+
* maintenanceWindowArgsProvideDefaults sets the appropriate defaults for MaintenanceWindowArgs
|
|
86913
|
+
*/
|
|
86914
|
+
function maintenanceWindowArgsProvideDefaults(val: MaintenanceWindowArgs): MaintenanceWindowArgs;
|
|
86750
86915
|
/**
|
|
86751
86916
|
* Migration secret parameters.
|
|
86752
86917
|
*/
|
|
@@ -86824,6 +86989,48 @@ export declare namespace dbforpostgresql {
|
|
|
86824
86989
|
*/
|
|
86825
86990
|
type?: pulumi.Input<string | enums.dbforpostgresql.SingleServerIdentityProperties>;
|
|
86826
86991
|
}
|
|
86992
|
+
/**
|
|
86993
|
+
* Authentication configuration of a cluster.
|
|
86994
|
+
*/
|
|
86995
|
+
interface ServerGroupClusterAuthConfigArgs {
|
|
86996
|
+
activeDirectoryAuth?: pulumi.Input<string | enums.dbforpostgresql.ActiveDirectoryAuth>;
|
|
86997
|
+
passwordAuth?: pulumi.Input<string | enums.dbforpostgresql.PasswordAuth>;
|
|
86998
|
+
}
|
|
86999
|
+
/**
|
|
87000
|
+
* The data encryption properties of a cluster.
|
|
87001
|
+
*/
|
|
87002
|
+
interface ServerGroupClusterDataEncryptionArgs {
|
|
87003
|
+
/**
|
|
87004
|
+
* URI for the key in keyvault for data encryption of the primary server.
|
|
87005
|
+
*/
|
|
87006
|
+
primaryKeyUri?: pulumi.Input<string>;
|
|
87007
|
+
/**
|
|
87008
|
+
* Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
87009
|
+
*/
|
|
87010
|
+
primaryUserAssignedIdentityId?: pulumi.Input<string>;
|
|
87011
|
+
type?: pulumi.Input<string | enums.dbforpostgresql.DataEncryptionType>;
|
|
87012
|
+
}
|
|
87013
|
+
/**
|
|
87014
|
+
* Schedule settings for regular cluster updates.
|
|
87015
|
+
*/
|
|
87016
|
+
interface ServerGroupClusterMaintenanceWindowArgs {
|
|
87017
|
+
/**
|
|
87018
|
+
* Indicates whether custom maintenance window is enabled or not.
|
|
87019
|
+
*/
|
|
87020
|
+
customWindow?: pulumi.Input<string>;
|
|
87021
|
+
/**
|
|
87022
|
+
* Preferred day of the week for maintenance window.
|
|
87023
|
+
*/
|
|
87024
|
+
dayOfWeek?: pulumi.Input<number>;
|
|
87025
|
+
/**
|
|
87026
|
+
* Start hour within preferred day of the week for maintenance window.
|
|
87027
|
+
*/
|
|
87028
|
+
startHour?: pulumi.Input<number>;
|
|
87029
|
+
/**
|
|
87030
|
+
* Start minute within the start hour for maintenance window.
|
|
87031
|
+
*/
|
|
87032
|
+
startMinute?: pulumi.Input<number>;
|
|
87033
|
+
}
|
|
86827
87034
|
/**
|
|
86828
87035
|
* The properties used to create a new server.
|
|
86829
87036
|
*/
|
|
@@ -105047,7 +105254,7 @@ export declare namespace loadtestservice {
|
|
|
105047
105254
|
*/
|
|
105048
105255
|
interface EncryptionPropertiesIdentityArgs {
|
|
105049
105256
|
/**
|
|
105050
|
-
* User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/
|
|
105257
|
+
* 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
105258
|
*/
|
|
105052
105259
|
resourceId?: pulumi.Input<string>;
|
|
105053
105260
|
/**
|
|
@@ -121762,6 +121969,10 @@ export declare namespace migrate {
|
|
|
121762
121969
|
* Gets or sets the Azure VM families.
|
|
121763
121970
|
*/
|
|
121764
121971
|
azureVmFamilies?: pulumi.Input<pulumi.Input<string | enums.migrate.AzureVmFamily>[]>;
|
|
121972
|
+
/**
|
|
121973
|
+
* Gets or sets the Azure VM security options.
|
|
121974
|
+
*/
|
|
121975
|
+
azureVmSecurityOptions?: pulumi.Input<pulumi.Input<string | enums.migrate.AzureVmSecurityType>[]>;
|
|
121765
121976
|
/**
|
|
121766
121977
|
* Gets or sets the billing settings.
|
|
121767
121978
|
*/
|
|
@@ -135379,6 +135590,90 @@ export declare namespace offazurespringboot {
|
|
|
135379
135590
|
provisioningState?: pulumi.Input<string | enums.offazurespringboot.ProvisioningState>;
|
|
135380
135591
|
}
|
|
135381
135592
|
}
|
|
135593
|
+
export declare namespace onlineexperimentation {
|
|
135594
|
+
/**
|
|
135595
|
+
* Customer-managed key encryption properties for the resource.
|
|
135596
|
+
*/
|
|
135597
|
+
interface CustomerManagedKeyEncryptionArgs {
|
|
135598
|
+
/**
|
|
135599
|
+
* All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
135600
|
+
*/
|
|
135601
|
+
keyEncryptionKeyIdentity?: pulumi.Input<inputs.onlineexperimentation.KeyEncryptionKeyIdentityArgs>;
|
|
135602
|
+
/**
|
|
135603
|
+
* 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.
|
|
135604
|
+
*/
|
|
135605
|
+
keyEncryptionKeyUrl?: pulumi.Input<string>;
|
|
135606
|
+
}
|
|
135607
|
+
/**
|
|
135608
|
+
* All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
135609
|
+
*/
|
|
135610
|
+
interface KeyEncryptionKeyIdentityArgs {
|
|
135611
|
+
/**
|
|
135612
|
+
* application client identity to use for accessing key encryption key Url in a different tenant. Ex: f83c6b1b-4d34-47e4-bb34-9d83df58b540
|
|
135613
|
+
*/
|
|
135614
|
+
federatedClientId?: pulumi.Input<string>;
|
|
135615
|
+
/**
|
|
135616
|
+
* The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity.
|
|
135617
|
+
*/
|
|
135618
|
+
identityType?: pulumi.Input<string | enums.onlineexperimentation.KeyEncryptionKeyIdentityType>;
|
|
135619
|
+
/**
|
|
135620
|
+
* 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.
|
|
135621
|
+
*/
|
|
135622
|
+
userAssignedIdentityResourceId?: pulumi.Input<string>;
|
|
135623
|
+
}
|
|
135624
|
+
/**
|
|
135625
|
+
* Managed service identity (system assigned and/or user assigned identities)
|
|
135626
|
+
*/
|
|
135627
|
+
interface ManagedServiceIdentityArgs {
|
|
135628
|
+
/**
|
|
135629
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
135630
|
+
*/
|
|
135631
|
+
type: pulumi.Input<string | enums.onlineexperimentation.ManagedServiceIdentityType>;
|
|
135632
|
+
/**
|
|
135633
|
+
* 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.
|
|
135634
|
+
*/
|
|
135635
|
+
userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
|
|
135636
|
+
}
|
|
135637
|
+
/**
|
|
135638
|
+
* The properties of an online experiment workspace.
|
|
135639
|
+
*/
|
|
135640
|
+
interface OnlineExperimentWorkspacePropertiesArgs {
|
|
135641
|
+
/**
|
|
135642
|
+
* 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.
|
|
135643
|
+
*/
|
|
135644
|
+
appConfigurationResourceId: pulumi.Input<string>;
|
|
135645
|
+
/**
|
|
135646
|
+
* The encryption configuration for the online experiment workspace resource.
|
|
135647
|
+
*/
|
|
135648
|
+
encryption?: pulumi.Input<inputs.onlineexperimentation.ResourceEncryptionConfigurationArgs>;
|
|
135649
|
+
/**
|
|
135650
|
+
* The resource identifier of the Log Analytics workspace which online experiment workspace uses for generating experiment analysis results.
|
|
135651
|
+
*/
|
|
135652
|
+
logAnalyticsWorkspaceResourceId: pulumi.Input<string>;
|
|
135653
|
+
/**
|
|
135654
|
+
* The resource identifier of storage account where logs are exported from Log Analytics workspace. Online Experiment workspace uses it generating experiment analysis results.
|
|
135655
|
+
*/
|
|
135656
|
+
logsExporterStorageAccountResourceId: pulumi.Input<string>;
|
|
135657
|
+
}
|
|
135658
|
+
/**
|
|
135659
|
+
* The SKU (Stock Keeping Unit) assigned to this resource.
|
|
135660
|
+
*/
|
|
135661
|
+
interface OnlineExperimentationWorkspaceSkuArgs {
|
|
135662
|
+
/**
|
|
135663
|
+
* The name of the SKU. Ex - F0, P0. It is typically a letter+number code
|
|
135664
|
+
*/
|
|
135665
|
+
name: pulumi.Input<string | enums.onlineexperimentation.OnlineExperimentationWorkspaceSkuName>;
|
|
135666
|
+
}
|
|
135667
|
+
/**
|
|
135668
|
+
* The encryption configuration for the online experiment workspace resource.
|
|
135669
|
+
*/
|
|
135670
|
+
interface ResourceEncryptionConfigurationArgs {
|
|
135671
|
+
/**
|
|
135672
|
+
* All Customer-managed key encryption properties for the resource.
|
|
135673
|
+
*/
|
|
135674
|
+
customerManagedKeyEncryption?: pulumi.Input<inputs.onlineexperimentation.CustomerManagedKeyEncryptionArgs>;
|
|
135675
|
+
}
|
|
135676
|
+
}
|
|
135382
135677
|
export declare namespace openenergyplatform {
|
|
135383
135678
|
/**
|
|
135384
135679
|
* The list of Energy services resource's Data Partition Names.
|