@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/output.d.ts
CHANGED
|
@@ -62474,6 +62474,64 @@ export declare namespace containerservice {
|
|
|
62474
62474
|
*/
|
|
62475
62475
|
status: outputs.containerservice.UpdateStatusResponse;
|
|
62476
62476
|
}
|
|
62477
|
+
/**
|
|
62478
|
+
* Properties of a namespace managed by ARM
|
|
62479
|
+
*/
|
|
62480
|
+
interface NamespacePropertiesResponse {
|
|
62481
|
+
/**
|
|
62482
|
+
* Action if Kubernetes namespace with same name already exists.
|
|
62483
|
+
*/
|
|
62484
|
+
adoptionPolicy?: string;
|
|
62485
|
+
/**
|
|
62486
|
+
* The annotations of managed namespace.
|
|
62487
|
+
*/
|
|
62488
|
+
annotations?: {
|
|
62489
|
+
[key: string]: string;
|
|
62490
|
+
};
|
|
62491
|
+
/**
|
|
62492
|
+
* 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.
|
|
62493
|
+
*/
|
|
62494
|
+
defaultNetworkPolicy?: outputs.containerservice.NetworkPoliciesResponse;
|
|
62495
|
+
/**
|
|
62496
|
+
* 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.
|
|
62497
|
+
*/
|
|
62498
|
+
defaultResourceQuota?: outputs.containerservice.ResourceQuotaResponse;
|
|
62499
|
+
/**
|
|
62500
|
+
* Delete options of a namespace.
|
|
62501
|
+
*/
|
|
62502
|
+
deletePolicy?: string;
|
|
62503
|
+
/**
|
|
62504
|
+
* The labels of managed namespace.
|
|
62505
|
+
*/
|
|
62506
|
+
labels?: {
|
|
62507
|
+
[key: string]: string;
|
|
62508
|
+
};
|
|
62509
|
+
/**
|
|
62510
|
+
* The current provisioning state of the namespace.
|
|
62511
|
+
*/
|
|
62512
|
+
provisioningState: string;
|
|
62513
|
+
}
|
|
62514
|
+
/**
|
|
62515
|
+
* namespacePropertiesResponseProvideDefaults sets the appropriate defaults for NamespacePropertiesResponse
|
|
62516
|
+
*/
|
|
62517
|
+
function namespacePropertiesResponseProvideDefaults(val: NamespacePropertiesResponse): NamespacePropertiesResponse;
|
|
62518
|
+
/**
|
|
62519
|
+
* Default network policy of the namespace, specifying ingress and egress rules.
|
|
62520
|
+
*/
|
|
62521
|
+
interface NetworkPoliciesResponse {
|
|
62522
|
+
/**
|
|
62523
|
+
* Egress policy for the network.
|
|
62524
|
+
*/
|
|
62525
|
+
egress?: string;
|
|
62526
|
+
/**
|
|
62527
|
+
* Ingress policy for the network.
|
|
62528
|
+
*/
|
|
62529
|
+
ingress?: string;
|
|
62530
|
+
}
|
|
62531
|
+
/**
|
|
62532
|
+
* networkPoliciesResponseProvideDefaults sets the appropriate defaults for NetworkPoliciesResponse
|
|
62533
|
+
*/
|
|
62534
|
+
function networkPoliciesResponseProvideDefaults(val: NetworkPoliciesResponse): NetworkPoliciesResponse;
|
|
62477
62535
|
/**
|
|
62478
62536
|
* network profile for managed cluster snapshot, these properties are read only.
|
|
62479
62537
|
*/
|
|
@@ -62624,6 +62682,27 @@ export declare namespace containerservice {
|
|
|
62624
62682
|
*/
|
|
62625
62683
|
weekIndex: string;
|
|
62626
62684
|
}
|
|
62685
|
+
/**
|
|
62686
|
+
* Resource quota for the namespace.
|
|
62687
|
+
*/
|
|
62688
|
+
interface ResourceQuotaResponse {
|
|
62689
|
+
/**
|
|
62690
|
+
* 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.
|
|
62691
|
+
*/
|
|
62692
|
+
cpuLimit?: string;
|
|
62693
|
+
/**
|
|
62694
|
+
* 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.
|
|
62695
|
+
*/
|
|
62696
|
+
cpuRequest?: string;
|
|
62697
|
+
/**
|
|
62698
|
+
* 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.
|
|
62699
|
+
*/
|
|
62700
|
+
memoryLimit?: string;
|
|
62701
|
+
/**
|
|
62702
|
+
* 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.
|
|
62703
|
+
*/
|
|
62704
|
+
memoryRequest?: string;
|
|
62705
|
+
}
|
|
62627
62706
|
/**
|
|
62628
62707
|
* A reference to an Azure resource.
|
|
62629
62708
|
*/
|
|
@@ -64083,6 +64162,27 @@ export declare namespace cosmosdb {
|
|
|
64083
64162
|
*/
|
|
64084
64163
|
locationName?: string;
|
|
64085
64164
|
}
|
|
64165
|
+
/**
|
|
64166
|
+
* Configuration for throughput pool in the fleetspace.
|
|
64167
|
+
*/
|
|
64168
|
+
interface FleetspacePropertiesResponseThroughputPoolConfiguration {
|
|
64169
|
+
/**
|
|
64170
|
+
* List of data regions assigned to the fleetspace. Eg [westus2]
|
|
64171
|
+
*/
|
|
64172
|
+
dataRegions?: string[];
|
|
64173
|
+
/**
|
|
64174
|
+
* Maximum throughput for the pool.
|
|
64175
|
+
*/
|
|
64176
|
+
maxThroughput?: number;
|
|
64177
|
+
/**
|
|
64178
|
+
* Minimum throughput for the pool.
|
|
64179
|
+
*/
|
|
64180
|
+
minThroughput?: number;
|
|
64181
|
+
/**
|
|
64182
|
+
* 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.
|
|
64183
|
+
*/
|
|
64184
|
+
serviceTier?: string;
|
|
64185
|
+
}
|
|
64086
64186
|
/**
|
|
64087
64187
|
* Resource for a regional service location.
|
|
64088
64188
|
*/
|
|
@@ -71484,29 +71584,69 @@ export declare namespace datafactory {
|
|
|
71484
71584
|
type: "AmazonMWSSource";
|
|
71485
71585
|
}
|
|
71486
71586
|
/**
|
|
71487
|
-
* AmazonRdsForOracle database.
|
|
71587
|
+
* 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.
|
|
71488
71588
|
*/
|
|
71489
71589
|
interface AmazonRdsForOracleLinkedServiceResponse {
|
|
71490
71590
|
/**
|
|
71491
71591
|
* List of tags that can be used for describing the linked service.
|
|
71492
71592
|
*/
|
|
71493
71593
|
annotations?: any[];
|
|
71594
|
+
/**
|
|
71595
|
+
* Authentication type for connecting to the AmazonRdsForOracle database. Only used for Version 2.0.
|
|
71596
|
+
*/
|
|
71597
|
+
authenticationType?: string;
|
|
71494
71598
|
/**
|
|
71495
71599
|
* The integration runtime reference.
|
|
71496
71600
|
*/
|
|
71497
71601
|
connectVia?: outputs.datafactory.IntegrationRuntimeReferenceResponse;
|
|
71498
71602
|
/**
|
|
71499
|
-
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
71603
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only used for Version 1.0.
|
|
71500
71604
|
*/
|
|
71501
|
-
connectionString
|
|
71605
|
+
connectionString?: any;
|
|
71606
|
+
/**
|
|
71607
|
+
* 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.
|
|
71608
|
+
*/
|
|
71609
|
+
cryptoChecksumClient?: any;
|
|
71610
|
+
/**
|
|
71611
|
+
* 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.
|
|
71612
|
+
*/
|
|
71613
|
+
cryptoChecksumTypesClient?: any;
|
|
71502
71614
|
/**
|
|
71503
71615
|
* Linked service description.
|
|
71504
71616
|
*/
|
|
71505
71617
|
description?: string;
|
|
71618
|
+
/**
|
|
71619
|
+
* 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.
|
|
71620
|
+
*/
|
|
71621
|
+
enableBulkLoad?: any;
|
|
71506
71622
|
/**
|
|
71507
71623
|
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
71508
71624
|
*/
|
|
71509
71625
|
encryptedCredential?: string;
|
|
71626
|
+
/**
|
|
71627
|
+
* 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.
|
|
71628
|
+
*/
|
|
71629
|
+
encryptionClient?: any;
|
|
71630
|
+
/**
|
|
71631
|
+
* 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.
|
|
71632
|
+
*/
|
|
71633
|
+
encryptionTypesClient?: any;
|
|
71634
|
+
/**
|
|
71635
|
+
* 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.
|
|
71636
|
+
*/
|
|
71637
|
+
fetchSize?: any;
|
|
71638
|
+
/**
|
|
71639
|
+
* 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.
|
|
71640
|
+
*/
|
|
71641
|
+
fetchTswtzAsTimestamp?: any;
|
|
71642
|
+
/**
|
|
71643
|
+
* Specifies the amount that the source initially fetches for LOB columns, default value is 0. Type: integer. Only used for Version 2.0.
|
|
71644
|
+
*/
|
|
71645
|
+
initialLobFetchSize?: any;
|
|
71646
|
+
/**
|
|
71647
|
+
* Specifies a command that is issued immediately after connecting to the database to manage session settings. Type: string. Only used for Version 2.0.
|
|
71648
|
+
*/
|
|
71649
|
+
initializationString?: any;
|
|
71510
71650
|
/**
|
|
71511
71651
|
* Parameters for linked service.
|
|
71512
71652
|
*/
|
|
@@ -71517,11 +71657,27 @@ export declare namespace datafactory {
|
|
|
71517
71657
|
* The Azure key vault secret reference of password in connection string.
|
|
71518
71658
|
*/
|
|
71519
71659
|
password?: outputs.datafactory.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.SecureStringResponse;
|
|
71660
|
+
/**
|
|
71661
|
+
* 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.
|
|
71662
|
+
*/
|
|
71663
|
+
server?: any;
|
|
71664
|
+
/**
|
|
71665
|
+
* 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.
|
|
71666
|
+
*/
|
|
71667
|
+
statementCacheSize?: any;
|
|
71668
|
+
/**
|
|
71669
|
+
* 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.
|
|
71670
|
+
*/
|
|
71671
|
+
supportV1DataTypes?: any;
|
|
71520
71672
|
/**
|
|
71521
71673
|
* Type of linked service.
|
|
71522
71674
|
* Expected value is 'AmazonRdsForOracle'.
|
|
71523
71675
|
*/
|
|
71524
71676
|
type: "AmazonRdsForOracle";
|
|
71677
|
+
/**
|
|
71678
|
+
* The AmazonRdsForOracle database username. Type: string. Only used for Version 2.0.
|
|
71679
|
+
*/
|
|
71680
|
+
username?: any;
|
|
71525
71681
|
/**
|
|
71526
71682
|
* Version of the linked service.
|
|
71527
71683
|
*/
|
|
@@ -74185,6 +74341,10 @@ export declare namespace datafactory {
|
|
|
74185
74341
|
* The credential reference containing authentication information.
|
|
74186
74342
|
*/
|
|
74187
74343
|
credential?: outputs.datafactory.CredentialReferenceResponse;
|
|
74344
|
+
/**
|
|
74345
|
+
* The data security mode for the Databricks Cluster. Type: string (or Expression with resultType string).
|
|
74346
|
+
*/
|
|
74347
|
+
dataSecurityMode?: any;
|
|
74188
74348
|
/**
|
|
74189
74349
|
* Linked service description.
|
|
74190
74350
|
*/
|
|
@@ -109317,10 +109477,16 @@ export declare namespace dbformysql {
|
|
|
109317
109477
|
}
|
|
109318
109478
|
export declare namespace dbforpostgresql {
|
|
109319
109479
|
/**
|
|
109320
|
-
* Authentication configuration of a
|
|
109480
|
+
* Authentication configuration properties of a server
|
|
109321
109481
|
*/
|
|
109322
109482
|
interface AuthConfigResponse {
|
|
109483
|
+
/**
|
|
109484
|
+
* If Enabled, Azure Active Directory authentication is enabled.
|
|
109485
|
+
*/
|
|
109323
109486
|
activeDirectoryAuth?: string;
|
|
109487
|
+
/**
|
|
109488
|
+
* If Enabled, Password authentication is enabled.
|
|
109489
|
+
*/
|
|
109324
109490
|
passwordAuth?: string;
|
|
109325
109491
|
/**
|
|
109326
109492
|
* Tenant id of the server.
|
|
@@ -109353,7 +109519,7 @@ export declare namespace dbforpostgresql {
|
|
|
109353
109519
|
*/
|
|
109354
109520
|
function backupResponseProvideDefaults(val: BackupResponse): BackupResponse;
|
|
109355
109521
|
/**
|
|
109356
|
-
*
|
|
109522
|
+
* Data encryption properties of a server
|
|
109357
109523
|
*/
|
|
109358
109524
|
interface DataEncryptionResponse {
|
|
109359
109525
|
/**
|
|
@@ -109376,14 +109542,13 @@ export declare namespace dbforpostgresql {
|
|
|
109376
109542
|
* URI for the key in keyvault for data encryption of the primary server.
|
|
109377
109543
|
*/
|
|
109378
109544
|
primaryKeyURI?: string;
|
|
109379
|
-
/**
|
|
109380
|
-
* URI for the key in keyvault for data encryption of the primary server.
|
|
109381
|
-
*/
|
|
109382
|
-
primaryKeyUri?: string;
|
|
109383
109545
|
/**
|
|
109384
109546
|
* Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
109385
109547
|
*/
|
|
109386
109548
|
primaryUserAssignedIdentityId?: string;
|
|
109549
|
+
/**
|
|
109550
|
+
* Data encryption type to depict if it is System Managed vs Azure Key vault.
|
|
109551
|
+
*/
|
|
109387
109552
|
type?: string;
|
|
109388
109553
|
}
|
|
109389
109554
|
/**
|
|
@@ -109531,26 +109696,30 @@ export declare namespace dbforpostgresql {
|
|
|
109531
109696
|
};
|
|
109532
109697
|
}
|
|
109533
109698
|
/**
|
|
109534
|
-
*
|
|
109699
|
+
* Maintenance window properties of a server.
|
|
109535
109700
|
*/
|
|
109536
109701
|
interface MaintenanceWindowResponse {
|
|
109537
109702
|
/**
|
|
109538
|
-
*
|
|
109703
|
+
* indicates whether custom window is enabled or disabled
|
|
109539
109704
|
*/
|
|
109540
109705
|
customWindow?: string;
|
|
109541
109706
|
/**
|
|
109542
|
-
*
|
|
109707
|
+
* day of week for maintenance window
|
|
109543
109708
|
*/
|
|
109544
109709
|
dayOfWeek?: number;
|
|
109545
109710
|
/**
|
|
109546
|
-
*
|
|
109711
|
+
* start hour for maintenance window
|
|
109547
109712
|
*/
|
|
109548
109713
|
startHour?: number;
|
|
109549
109714
|
/**
|
|
109550
|
-
*
|
|
109715
|
+
* start minute for maintenance window
|
|
109551
109716
|
*/
|
|
109552
109717
|
startMinute?: number;
|
|
109553
109718
|
}
|
|
109719
|
+
/**
|
|
109720
|
+
* maintenanceWindowResponseProvideDefaults sets the appropriate defaults for MaintenanceWindowResponse
|
|
109721
|
+
*/
|
|
109722
|
+
function maintenanceWindowResponseProvideDefaults(val: MaintenanceWindowResponse): MaintenanceWindowResponse;
|
|
109554
109723
|
/**
|
|
109555
109724
|
* Migration status.
|
|
109556
109725
|
*/
|
|
@@ -109704,6 +109873,48 @@ export declare namespace dbforpostgresql {
|
|
|
109704
109873
|
*/
|
|
109705
109874
|
type?: string;
|
|
109706
109875
|
}
|
|
109876
|
+
/**
|
|
109877
|
+
* Authentication configuration of a cluster.
|
|
109878
|
+
*/
|
|
109879
|
+
interface ServerGroupClusterAuthConfigResponse {
|
|
109880
|
+
activeDirectoryAuth?: string;
|
|
109881
|
+
passwordAuth?: string;
|
|
109882
|
+
}
|
|
109883
|
+
/**
|
|
109884
|
+
* The data encryption properties of a cluster.
|
|
109885
|
+
*/
|
|
109886
|
+
interface ServerGroupClusterDataEncryptionResponse {
|
|
109887
|
+
/**
|
|
109888
|
+
* URI for the key in keyvault for data encryption of the primary server.
|
|
109889
|
+
*/
|
|
109890
|
+
primaryKeyUri?: string;
|
|
109891
|
+
/**
|
|
109892
|
+
* Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
109893
|
+
*/
|
|
109894
|
+
primaryUserAssignedIdentityId?: string;
|
|
109895
|
+
type?: string;
|
|
109896
|
+
}
|
|
109897
|
+
/**
|
|
109898
|
+
* Schedule settings for regular cluster updates.
|
|
109899
|
+
*/
|
|
109900
|
+
interface ServerGroupClusterMaintenanceWindowResponse {
|
|
109901
|
+
/**
|
|
109902
|
+
* Indicates whether custom maintenance window is enabled or not.
|
|
109903
|
+
*/
|
|
109904
|
+
customWindow?: string;
|
|
109905
|
+
/**
|
|
109906
|
+
* Preferred day of the week for maintenance window.
|
|
109907
|
+
*/
|
|
109908
|
+
dayOfWeek?: number;
|
|
109909
|
+
/**
|
|
109910
|
+
* Start hour within preferred day of the week for maintenance window.
|
|
109911
|
+
*/
|
|
109912
|
+
startHour?: number;
|
|
109913
|
+
/**
|
|
109914
|
+
* Start minute within the start hour for maintenance window.
|
|
109915
|
+
*/
|
|
109916
|
+
startMinute?: number;
|
|
109917
|
+
}
|
|
109707
109918
|
/**
|
|
109708
109919
|
* The name object for a server.
|
|
109709
109920
|
*/
|
|
@@ -134800,7 +135011,7 @@ export declare namespace loadtestservice {
|
|
|
134800
135011
|
*/
|
|
134801
135012
|
interface EncryptionPropertiesIdentityResponse {
|
|
134802
135013
|
/**
|
|
134803
|
-
* User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/
|
|
135014
|
+
* 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.
|
|
134804
135015
|
*/
|
|
134805
135016
|
resourceId?: string;
|
|
134806
135017
|
/**
|
|
@@ -156299,6 +156510,10 @@ export declare namespace migrate {
|
|
|
156299
156510
|
* Gets or sets the Azure VM families.
|
|
156300
156511
|
*/
|
|
156301
156512
|
azureVmFamilies?: string[];
|
|
156513
|
+
/**
|
|
156514
|
+
* Gets or sets the Azure VM security options.
|
|
156515
|
+
*/
|
|
156516
|
+
azureVmSecurityOptions?: string[];
|
|
156302
156517
|
/**
|
|
156303
156518
|
* Gets or sets the billing settings.
|
|
156304
156519
|
*/
|
|
@@ -160086,6 +160301,32 @@ export declare namespace monitor {
|
|
|
160086
160301
|
* azureMonitorWorkspaceLogsExporterResponseProvideDefaults sets the appropriate defaults for AzureMonitorWorkspaceLogsExporterResponse
|
|
160087
160302
|
*/
|
|
160088
160303
|
function azureMonitorWorkspaceLogsExporterResponseProvideDefaults(val: AzureMonitorWorkspaceLogsExporterResponse): AzureMonitorWorkspaceLogsExporterResponse;
|
|
160304
|
+
/**
|
|
160305
|
+
* The Data Collection Rule and Endpoint used for ingestion by default.
|
|
160306
|
+
*/
|
|
160307
|
+
interface AzureMonitorWorkspaceResponseDefaultIngestionSettings {
|
|
160308
|
+
/**
|
|
160309
|
+
* The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.
|
|
160310
|
+
*/
|
|
160311
|
+
dataCollectionEndpointResourceId: string;
|
|
160312
|
+
/**
|
|
160313
|
+
* The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.
|
|
160314
|
+
*/
|
|
160315
|
+
dataCollectionRuleResourceId: string;
|
|
160316
|
+
}
|
|
160317
|
+
/**
|
|
160318
|
+
* Properties related to the metrics container in the Azure Monitor Workspace
|
|
160319
|
+
*/
|
|
160320
|
+
interface AzureMonitorWorkspaceResponseMetrics {
|
|
160321
|
+
/**
|
|
160322
|
+
* An internal identifier for the metrics container. Only to be used by the system
|
|
160323
|
+
*/
|
|
160324
|
+
internalId: string;
|
|
160325
|
+
/**
|
|
160326
|
+
* The Prometheus query endpoint for the Azure Monitor Workspace
|
|
160327
|
+
*/
|
|
160328
|
+
prometheusQueryEndpoint: string;
|
|
160329
|
+
}
|
|
160089
160330
|
/**
|
|
160090
160331
|
* The complex type of the extended location.
|
|
160091
160332
|
*/
|
|
@@ -160943,19 +161184,6 @@ export declare namespace monitor {
|
|
|
160943
161184
|
*/
|
|
160944
161185
|
name: string;
|
|
160945
161186
|
}
|
|
160946
|
-
/**
|
|
160947
|
-
* Settings for data ingestion
|
|
160948
|
-
*/
|
|
160949
|
-
interface IngestionSettingsResponse {
|
|
160950
|
-
/**
|
|
160951
|
-
* The Azure resource Id of the default data collection endpoint for this workspace.
|
|
160952
|
-
*/
|
|
160953
|
-
dataCollectionEndpointResourceId: string;
|
|
160954
|
-
/**
|
|
160955
|
-
* The Azure resource Id of the default data collection rule for this workspace.
|
|
160956
|
-
*/
|
|
160957
|
-
dataCollectionRuleResourceId: string;
|
|
160958
|
-
}
|
|
160959
161187
|
/**
|
|
160960
161188
|
* An Itsm receiver.
|
|
160961
161189
|
*/
|
|
@@ -161367,19 +161595,6 @@ export declare namespace monitor {
|
|
|
161367
161595
|
*/
|
|
161368
161596
|
timeWindow: string;
|
|
161369
161597
|
}
|
|
161370
|
-
/**
|
|
161371
|
-
* Information about metrics for the workspace
|
|
161372
|
-
*/
|
|
161373
|
-
interface MetricsResponse {
|
|
161374
|
-
/**
|
|
161375
|
-
* An internal identifier for the metrics container. Only to be used by the system
|
|
161376
|
-
*/
|
|
161377
|
-
internalId: string;
|
|
161378
|
-
/**
|
|
161379
|
-
* The Prometheus query endpoint for the workspace
|
|
161380
|
-
*/
|
|
161381
|
-
prometheusQueryEndpoint: string;
|
|
161382
|
-
}
|
|
161383
161598
|
/**
|
|
161384
161599
|
* Monitoring account destination.
|
|
161385
161600
|
*/
|
|
@@ -175896,6 +176111,158 @@ export declare namespace offazurespringboot {
|
|
|
175896
176111
|
lastModifiedByType?: string;
|
|
175897
176112
|
}
|
|
175898
176113
|
}
|
|
176114
|
+
export declare namespace onlineexperimentation {
|
|
176115
|
+
/**
|
|
176116
|
+
* Customer-managed key encryption properties for the resource.
|
|
176117
|
+
*/
|
|
176118
|
+
interface CustomerManagedKeyEncryptionResponse {
|
|
176119
|
+
/**
|
|
176120
|
+
* All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
176121
|
+
*/
|
|
176122
|
+
keyEncryptionKeyIdentity?: outputs.onlineexperimentation.KeyEncryptionKeyIdentityResponse;
|
|
176123
|
+
/**
|
|
176124
|
+
* 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.
|
|
176125
|
+
*/
|
|
176126
|
+
keyEncryptionKeyUrl?: string;
|
|
176127
|
+
}
|
|
176128
|
+
/**
|
|
176129
|
+
* All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
176130
|
+
*/
|
|
176131
|
+
interface KeyEncryptionKeyIdentityResponse {
|
|
176132
|
+
/**
|
|
176133
|
+
* application client identity to use for accessing key encryption key Url in a different tenant. Ex: f83c6b1b-4d34-47e4-bb34-9d83df58b540
|
|
176134
|
+
*/
|
|
176135
|
+
federatedClientId?: string;
|
|
176136
|
+
/**
|
|
176137
|
+
* The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity.
|
|
176138
|
+
*/
|
|
176139
|
+
identityType?: string;
|
|
176140
|
+
/**
|
|
176141
|
+
* 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.
|
|
176142
|
+
*/
|
|
176143
|
+
userAssignedIdentityResourceId?: string;
|
|
176144
|
+
}
|
|
176145
|
+
/**
|
|
176146
|
+
* Managed service identity (system assigned and/or user assigned identities)
|
|
176147
|
+
*/
|
|
176148
|
+
interface ManagedServiceIdentityResponse {
|
|
176149
|
+
/**
|
|
176150
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
176151
|
+
*/
|
|
176152
|
+
principalId: string;
|
|
176153
|
+
/**
|
|
176154
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
176155
|
+
*/
|
|
176156
|
+
tenantId: string;
|
|
176157
|
+
/**
|
|
176158
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
176159
|
+
*/
|
|
176160
|
+
type: string;
|
|
176161
|
+
/**
|
|
176162
|
+
* 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.
|
|
176163
|
+
*/
|
|
176164
|
+
userAssignedIdentities?: {
|
|
176165
|
+
[key: string]: outputs.onlineexperimentation.UserAssignedIdentityResponse;
|
|
176166
|
+
};
|
|
176167
|
+
}
|
|
176168
|
+
/**
|
|
176169
|
+
* The properties of an online experiment workspace.
|
|
176170
|
+
*/
|
|
176171
|
+
interface OnlineExperimentWorkspacePropertiesResponse {
|
|
176172
|
+
/**
|
|
176173
|
+
* 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.
|
|
176174
|
+
*/
|
|
176175
|
+
appConfigurationResourceId: string;
|
|
176176
|
+
/**
|
|
176177
|
+
* The encryption configuration for the online experiment workspace resource.
|
|
176178
|
+
*/
|
|
176179
|
+
encryption?: outputs.onlineexperimentation.ResourceEncryptionConfigurationResponse;
|
|
176180
|
+
/**
|
|
176181
|
+
* The data plane endpoint for the online experiment workspace resource.
|
|
176182
|
+
*/
|
|
176183
|
+
endpoint: string;
|
|
176184
|
+
/**
|
|
176185
|
+
* The resource identifier of the Log Analytics workspace which online experiment workspace uses for generating experiment analysis results.
|
|
176186
|
+
*/
|
|
176187
|
+
logAnalyticsWorkspaceResourceId: string;
|
|
176188
|
+
/**
|
|
176189
|
+
* The resource identifier of storage account where logs are exported from Log Analytics workspace. Online Experiment workspace uses it generating experiment analysis results.
|
|
176190
|
+
*/
|
|
176191
|
+
logsExporterStorageAccountResourceId: string;
|
|
176192
|
+
/**
|
|
176193
|
+
* The provisioning state for the resource
|
|
176194
|
+
*/
|
|
176195
|
+
provisioningState: string;
|
|
176196
|
+
/**
|
|
176197
|
+
* The Id of the workspace.
|
|
176198
|
+
*/
|
|
176199
|
+
workspaceId: string;
|
|
176200
|
+
}
|
|
176201
|
+
/**
|
|
176202
|
+
* The SKU (Stock Keeping Unit) assigned to this resource.
|
|
176203
|
+
*/
|
|
176204
|
+
interface OnlineExperimentationWorkspaceSkuResponse {
|
|
176205
|
+
/**
|
|
176206
|
+
* The name of the SKU. Ex - F0, P0. It is typically a letter+number code
|
|
176207
|
+
*/
|
|
176208
|
+
name: string;
|
|
176209
|
+
/**
|
|
176210
|
+
* The name of the SKU tier
|
|
176211
|
+
*/
|
|
176212
|
+
tier: string;
|
|
176213
|
+
}
|
|
176214
|
+
/**
|
|
176215
|
+
* The encryption configuration for the online experiment workspace resource.
|
|
176216
|
+
*/
|
|
176217
|
+
interface ResourceEncryptionConfigurationResponse {
|
|
176218
|
+
/**
|
|
176219
|
+
* All Customer-managed key encryption properties for the resource.
|
|
176220
|
+
*/
|
|
176221
|
+
customerManagedKeyEncryption?: outputs.onlineexperimentation.CustomerManagedKeyEncryptionResponse;
|
|
176222
|
+
}
|
|
176223
|
+
/**
|
|
176224
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
176225
|
+
*/
|
|
176226
|
+
interface SystemDataResponse {
|
|
176227
|
+
/**
|
|
176228
|
+
* The timestamp of resource creation (UTC).
|
|
176229
|
+
*/
|
|
176230
|
+
createdAt?: string;
|
|
176231
|
+
/**
|
|
176232
|
+
* The identity that created the resource.
|
|
176233
|
+
*/
|
|
176234
|
+
createdBy?: string;
|
|
176235
|
+
/**
|
|
176236
|
+
* The type of identity that created the resource.
|
|
176237
|
+
*/
|
|
176238
|
+
createdByType?: string;
|
|
176239
|
+
/**
|
|
176240
|
+
* The timestamp of resource last modification (UTC)
|
|
176241
|
+
*/
|
|
176242
|
+
lastModifiedAt?: string;
|
|
176243
|
+
/**
|
|
176244
|
+
* The identity that last modified the resource.
|
|
176245
|
+
*/
|
|
176246
|
+
lastModifiedBy?: string;
|
|
176247
|
+
/**
|
|
176248
|
+
* The type of identity that last modified the resource.
|
|
176249
|
+
*/
|
|
176250
|
+
lastModifiedByType?: string;
|
|
176251
|
+
}
|
|
176252
|
+
/**
|
|
176253
|
+
* User assigned identity properties
|
|
176254
|
+
*/
|
|
176255
|
+
interface UserAssignedIdentityResponse {
|
|
176256
|
+
/**
|
|
176257
|
+
* The client ID of the assigned identity.
|
|
176258
|
+
*/
|
|
176259
|
+
clientId: string;
|
|
176260
|
+
/**
|
|
176261
|
+
* The principal ID of the assigned identity.
|
|
176262
|
+
*/
|
|
176263
|
+
principalId: string;
|
|
176264
|
+
}
|
|
176265
|
+
}
|
|
175899
176266
|
export declare namespace openenergyplatform {
|
|
175900
176267
|
/**
|
|
175901
176268
|
* The list of Energy services resource's Data Partition Names.
|