@pulumi/azure-native 2.10.0 → 2.11.0
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/azurestackhci/arcSetting.js +2 -2
- package/azurestackhci/cluster.js +2 -2
- package/azurestackhci/extension.js +2 -2
- package/azurestackhci/index.d.ts +2 -1
- package/azurestackhci/index.js +4 -2
- package/azurestackhci/update.js +2 -2
- package/azurestackhci/updateRun.js +2 -2
- package/azurestackhci/updateSummary.js +2 -2
- package/azurestackhci/v20210901preview/arcSetting.js +2 -2
- package/azurestackhci/v20220101/cluster.js +2 -2
- package/azurestackhci/v20220901/cluster.js +2 -2
- package/azurestackhci/v20221215preview/arcSetting.js +2 -2
- package/azurestackhci/v20221215preview/cluster.js +2 -2
- package/azurestackhci/v20221215preview/extension.js +2 -2
- package/azurestackhci/v20221215preview/update.js +2 -2
- package/azurestackhci/v20221215preview/updateRun.js +2 -2
- package/azurestackhci/v20221215preview/updateSummary.js +2 -2
- package/azurestackhci/v20230301/arcSetting.js +2 -2
- package/azurestackhci/v20230301/cluster.js +2 -2
- package/azurestackhci/v20230301/extension.js +2 -2
- package/azurestackhci/v20230301/update.js +2 -2
- package/azurestackhci/v20230301/updateRun.js +2 -2
- package/azurestackhci/v20230301/updateSummary.js +2 -2
- package/azurestackhci/v20230601/arcSetting.js +2 -2
- package/azurestackhci/v20230601/cluster.js +2 -2
- package/azurestackhci/v20230601/extension.js +2 -2
- package/azurestackhci/v20230601/update.js +2 -2
- package/azurestackhci/v20230601/updateRun.js +2 -2
- package/azurestackhci/v20230601/updateSummary.js +2 -2
- package/azurestackhci/v20230801/arcSetting.d.ts +123 -0
- package/azurestackhci/v20230801/arcSetting.js +91 -0
- package/azurestackhci/v20230801/cluster.d.ts +206 -0
- package/azurestackhci/v20230801/cluster.js +120 -0
- package/azurestackhci/v20230801/extension.d.ts +138 -0
- package/azurestackhci/v20230801/extension.js +97 -0
- package/azurestackhci/v20230801/getArcSetting.d.ts +99 -0
- package/azurestackhci/v20230801/getArcSetting.js +27 -0
- package/azurestackhci/v20230801/getCluster.d.ts +155 -0
- package/azurestackhci/v20230801/getCluster.js +26 -0
- package/azurestackhci/v20230801/getExtension.d.ts +111 -0
- package/azurestackhci/v20230801/getExtension.js +28 -0
- package/azurestackhci/v20230801/getUpdate.d.ts +131 -0
- package/azurestackhci/v20230801/getUpdate.js +27 -0
- package/azurestackhci/v20230801/getUpdateRun.d.ts +119 -0
- package/azurestackhci/v20230801/getUpdateRun.js +28 -0
- package/azurestackhci/v20230801/getUpdateSummary.d.ts +87 -0
- package/azurestackhci/v20230801/getUpdateSummary.js +26 -0
- package/azurestackhci/v20230801/index.d.ts +37 -0
- package/azurestackhci/v20230801/index.js +76 -0
- package/azurestackhci/v20230801/update.d.ts +200 -0
- package/azurestackhci/v20230801/update.js +107 -0
- package/azurestackhci/v20230801/updateRun.d.ts +168 -0
- package/azurestackhci/v20230801/updateRun.js +101 -0
- package/azurestackhci/v20230801/updateSummary.d.ts +123 -0
- package/azurestackhci/v20230801/updateSummary.js +88 -0
- package/botservice/bot.js +2 -2
- package/botservice/botConnection.js +2 -2
- package/botservice/channel.js +2 -2
- package/botservice/index.d.ts +2 -1
- package/botservice/index.js +4 -2
- package/botservice/privateEndpointConnection.js +2 -2
- package/botservice/v20220915/bot.js +2 -2
- package/botservice/v20220915/botConnection.js +2 -2
- package/botservice/v20220915/channel.js +2 -2
- package/botservice/v20220915/privateEndpointConnection.js +2 -2
- package/botservice/v20230915preview/bot.d.ts +104 -0
- package/botservice/v20230915preview/bot.js +80 -0
- package/botservice/v20230915preview/botConnection.d.ts +108 -0
- package/botservice/v20230915preview/botConnection.js +84 -0
- package/botservice/v20230915preview/channel.d.ts +108 -0
- package/botservice/v20230915preview/channel.js +83 -0
- package/botservice/v20230915preview/getBot.d.ts +77 -0
- package/botservice/v20230915preview/getBot.js +26 -0
- package/botservice/v20230915preview/getBotConnection.d.ts +85 -0
- package/botservice/v20230915preview/getBotConnection.js +27 -0
- package/botservice/v20230915preview/getChannel.d.ts +85 -0
- package/botservice/v20230915preview/getChannel.js +27 -0
- package/botservice/v20230915preview/getPrivateEndpointConnection.d.ts +71 -0
- package/botservice/v20230915preview/getPrivateEndpointConnection.js +27 -0
- package/botservice/v20230915preview/index.d.ts +37 -0
- package/botservice/v20230915preview/index.js +74 -0
- package/botservice/v20230915preview/listBotConnectionServiceProviders.d.ts +25 -0
- package/botservice/v20230915preview/listBotConnectionServiceProviders.js +24 -0
- package/botservice/v20230915preview/listBotConnectionWithSecrets.d.ts +85 -0
- package/botservice/v20230915preview/listBotConnectionWithSecrets.js +27 -0
- package/botservice/v20230915preview/listChannelWithKeys.d.ts +105 -0
- package/botservice/v20230915preview/listChannelWithKeys.js +27 -0
- package/botservice/v20230915preview/listQnAMakerEndpointKey.d.ts +50 -0
- package/botservice/v20230915preview/listQnAMakerEndpointKey.js +27 -0
- package/botservice/v20230915preview/privateEndpointConnection.d.ts +79 -0
- package/botservice/v20230915preview/privateEndpointConnection.js +80 -0
- package/cache/database.js +2 -2
- package/cache/enterprisePrivateEndpointConnection.js +2 -2
- package/cache/index.d.ts +2 -1
- package/cache/index.js +4 -2
- package/cache/redisEnterprise.js +2 -2
- package/cache/v20201001preview/redisEnterprise.js +2 -2
- package/cache/v20230301preview/database.js +2 -2
- package/cache/v20230301preview/enterprisePrivateEndpointConnection.js +2 -2
- package/cache/v20230301preview/redisEnterprise.js +2 -2
- package/cache/v20230701/database.js +2 -2
- package/cache/v20230701/enterprisePrivateEndpointConnection.js +2 -2
- package/cache/v20230701/redisEnterprise.js +2 -2
- package/cache/v20230801preview/database.js +2 -2
- package/cache/v20230801preview/enterprisePrivateEndpointConnection.js +2 -2
- package/cache/v20230801preview/redisEnterprise.js +2 -2
- package/cache/v20231001preview/database.d.ts +124 -0
- package/cache/v20231001preview/database.js +89 -0
- package/cache/v20231001preview/enterprisePrivateEndpointConnection.d.ts +75 -0
- package/cache/v20231001preview/enterprisePrivateEndpointConnection.js +80 -0
- package/cache/v20231001preview/getDatabase.d.ts +95 -0
- package/cache/v20231001preview/getDatabase.js +27 -0
- package/cache/v20231001preview/getEnterprisePrivateEndpointConnection.d.ts +71 -0
- package/cache/v20231001preview/getEnterprisePrivateEndpointConnection.js +27 -0
- package/cache/v20231001preview/getRedisEnterprise.d.ts +101 -0
- package/cache/v20231001preview/getRedisEnterprise.js +26 -0
- package/cache/v20231001preview/index.d.ts +22 -0
- package/cache/v20231001preview/index.js +58 -0
- package/cache/v20231001preview/listDatabaseKeys.d.ts +50 -0
- package/cache/v20231001preview/listDatabaseKeys.js +27 -0
- package/cache/v20231001preview/redisEnterprise.d.ts +136 -0
- package/cache/v20231001preview/redisEnterprise.js +94 -0
- package/communication/communicationService.js +2 -2
- package/communication/domain.js +2 -2
- package/communication/emailService.js +2 -2
- package/communication/getSuppressionList.d.ts +85 -0
- package/communication/getSuppressionList.js +30 -0
- package/communication/getSuppressionListAddress.d.ts +101 -0
- package/communication/getSuppressionListAddress.js +31 -0
- package/communication/index.d.ts +14 -1
- package/communication/index.js +18 -2
- package/communication/senderUsername.js +2 -2
- package/communication/suppressionList.d.ts +83 -0
- package/communication/suppressionList.js +84 -0
- package/communication/suppressionListAddress.d.ts +107 -0
- package/communication/suppressionListAddress.js +95 -0
- package/communication/v20220701preview/domain.js +2 -2
- package/communication/v20230331/communicationService.js +2 -2
- package/communication/v20230331/domain.js +2 -2
- package/communication/v20230331/emailService.js +2 -2
- package/communication/v20230331/senderUsername.js +2 -2
- package/communication/v20230401preview/communicationService.js +2 -2
- package/communication/v20230401preview/domain.js +2 -2
- package/communication/v20230401preview/emailService.js +2 -2
- package/communication/v20230401preview/senderUsername.js +2 -2
- package/communication/v20230601preview/communicationService.d.ts +119 -0
- package/communication/v20230601preview/communicationService.js +90 -0
- package/communication/v20230601preview/domain.d.ts +119 -0
- package/communication/v20230601preview/domain.js +94 -0
- package/communication/v20230601preview/emailService.d.ts +86 -0
- package/communication/v20230601preview/emailService.js +78 -0
- package/communication/v20230601preview/getCommunicationService.d.ts +93 -0
- package/communication/v20230601preview/getCommunicationService.js +26 -0
- package/communication/v20230601preview/getDomain.d.ts +101 -0
- package/communication/v20230601preview/getDomain.js +27 -0
- package/communication/v20230601preview/getEmailService.d.ts +69 -0
- package/communication/v20230601preview/getEmailService.js +26 -0
- package/communication/v20230601preview/getSenderUsername.d.ts +83 -0
- package/communication/v20230601preview/getSenderUsername.js +28 -0
- package/communication/v20230601preview/getSuppressionList.d.ts +83 -0
- package/communication/v20230601preview/getSuppressionList.js +28 -0
- package/communication/v20230601preview/getSuppressionListAddress.d.ts +99 -0
- package/communication/v20230601preview/getSuppressionListAddress.js +29 -0
- package/communication/v20230601preview/index.d.ts +40 -0
- package/communication/v20230601preview/index.js +79 -0
- package/communication/v20230601preview/listCommunicationServiceKeys.d.ts +50 -0
- package/communication/v20230601preview/listCommunicationServiceKeys.js +26 -0
- package/communication/v20230601preview/senderUsername.d.ts +86 -0
- package/communication/v20230601preview/senderUsername.js +86 -0
- package/communication/v20230601preview/suppressionList.d.ts +82 -0
- package/communication/v20230601preview/suppressionList.js +83 -0
- package/communication/v20230601preview/suppressionListAddress.d.ts +106 -0
- package/communication/v20230601preview/suppressionListAddress.js +94 -0
- package/elastic/index.d.ts +2 -1
- package/elastic/index.js +4 -2
- package/elastic/monitor.js +2 -2
- package/elastic/tagRule.js +2 -2
- package/elastic/v20230601/monitor.js +2 -2
- package/elastic/v20230601/tagRule.js +2 -2
- package/elastic/v20230615preview/monitor.js +2 -2
- package/elastic/v20230615preview/tagRule.js +2 -2
- package/elastic/v20230701preview/monitor.js +2 -2
- package/elastic/v20230701preview/tagRule.js +2 -2
- package/elastic/v20231001preview/getBillingInfo.d.ts +43 -0
- package/elastic/v20231001preview/getBillingInfo.js +26 -0
- package/elastic/v20231001preview/getMonitor.d.ts +73 -0
- package/elastic/v20231001preview/getMonitor.js +26 -0
- package/elastic/v20231001preview/getOrganizationApiKey.d.ts +28 -0
- package/elastic/v20231001preview/getOrganizationApiKey.js +26 -0
- package/elastic/v20231001preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +21 -0
- package/elastic/v20231001preview/getOrganizationElasticToAzureSubscriptionMapping.js +24 -0
- package/elastic/v20231001preview/getTagRule.d.ts +63 -0
- package/elastic/v20231001preview/getTagRule.js +27 -0
- package/elastic/v20231001preview/index.d.ts +43 -0
- package/elastic/v20231001preview/index.js +78 -0
- package/elastic/v20231001preview/listAllTrafficFilter.d.ts +39 -0
- package/elastic/v20231001preview/listAllTrafficFilter.js +26 -0
- package/elastic/v20231001preview/listConnectedPartnerResource.d.ts +43 -0
- package/elastic/v20231001preview/listConnectedPartnerResource.js +26 -0
- package/elastic/v20231001preview/listDeploymentInfo.d.ts +63 -0
- package/elastic/v20231001preview/listDeploymentInfo.js +26 -0
- package/elastic/v20231001preview/listMonitoredResource.d.ts +43 -0
- package/elastic/v20231001preview/listMonitoredResource.js +26 -0
- package/elastic/v20231001preview/listUpgradableVersionDetails.d.ts +42 -0
- package/elastic/v20231001preview/listUpgradableVersionDetails.js +26 -0
- package/elastic/v20231001preview/listVMHost.d.ts +43 -0
- package/elastic/v20231001preview/listVMHost.js +26 -0
- package/elastic/v20231001preview/listlistAssociatedTrafficFilter.d.ts +39 -0
- package/elastic/v20231001preview/listlistAssociatedTrafficFilter.js +26 -0
- package/elastic/v20231001preview/monitor.d.ts +99 -0
- package/elastic/v20231001preview/monitor.js +77 -0
- package/elastic/v20231001preview/tagRule.d.ts +67 -0
- package/elastic/v20231001preview/tagRule.js +73 -0
- package/machinelearningservices/batchDeployment.js +2 -2
- package/machinelearningservices/batchEndpoint.js +2 -2
- package/machinelearningservices/capacityReservationGroup.d.ts +104 -0
- package/machinelearningservices/capacityReservationGroup.js +82 -0
- package/machinelearningservices/codeContainer.js +2 -2
- package/machinelearningservices/codeVersion.js +2 -2
- package/machinelearningservices/componentContainer.js +2 -2
- package/machinelearningservices/componentVersion.js +2 -2
- package/machinelearningservices/compute.js +2 -2
- package/machinelearningservices/dataContainer.js +2 -2
- package/machinelearningservices/dataVersion.js +2 -2
- package/machinelearningservices/datastore.js +2 -2
- package/machinelearningservices/environmentContainer.js +2 -2
- package/machinelearningservices/environmentSpecificationVersion.js +2 -2
- package/machinelearningservices/environmentVersion.js +2 -2
- package/machinelearningservices/featuresetContainerEntity.js +2 -2
- package/machinelearningservices/featuresetVersion.js +2 -2
- package/machinelearningservices/featurestoreEntityContainerEntity.js +2 -2
- package/machinelearningservices/featurestoreEntityVersion.js +2 -2
- package/machinelearningservices/getCapacityReservationGroup.d.ts +68 -0
- package/machinelearningservices/getCapacityReservationGroup.js +26 -0
- package/machinelearningservices/getComputeAllowedResizeSizes.d.ts +49 -0
- package/machinelearningservices/getComputeAllowedResizeSizes.js +29 -0
- package/machinelearningservices/getInferenceEndpoint.d.ts +90 -0
- package/machinelearningservices/getInferenceEndpoint.js +28 -0
- package/machinelearningservices/getInferenceGroup.d.ts +90 -0
- package/machinelearningservices/getInferenceGroup.js +28 -0
- package/machinelearningservices/getInferenceGroupStatus.d.ts +64 -0
- package/machinelearningservices/getInferenceGroupStatus.js +28 -0
- package/machinelearningservices/getInferencePool.d.ts +82 -0
- package/machinelearningservices/getInferencePool.js +27 -0
- package/machinelearningservices/getInferencePoolStatus.d.ts +55 -0
- package/machinelearningservices/getInferencePoolStatus.js +27 -0
- package/machinelearningservices/getServerlessEndpoint.d.ts +82 -0
- package/machinelearningservices/getServerlessEndpoint.js +27 -0
- package/machinelearningservices/getServerlessEndpointStatus.d.ts +45 -0
- package/machinelearningservices/getServerlessEndpointStatus.js +27 -0
- package/machinelearningservices/index.d.ts +47 -1
- package/machinelearningservices/index.js +57 -5
- package/machinelearningservices/inferenceEndpoint.d.ts +115 -0
- package/machinelearningservices/inferenceEndpoint.js +90 -0
- package/machinelearningservices/inferenceGroup.d.ts +115 -0
- package/machinelearningservices/inferenceGroup.js +91 -0
- package/machinelearningservices/inferencePool.d.ts +111 -0
- package/machinelearningservices/inferencePool.js +87 -0
- package/machinelearningservices/job.js +2 -2
- package/machinelearningservices/labelingJob.js +2 -2
- package/machinelearningservices/listServerlessEndpointKeys.d.ts +52 -0
- package/machinelearningservices/listServerlessEndpointKeys.js +29 -0
- package/machinelearningservices/machineLearningDatastore.js +2 -2
- package/machinelearningservices/managedNetworkSettingsRule.js +2 -2
- package/machinelearningservices/modelContainer.js +2 -2
- package/machinelearningservices/modelVersion.js +2 -2
- package/machinelearningservices/onlineDeployment.js +2 -2
- package/machinelearningservices/onlineEndpoint.js +2 -2
- package/machinelearningservices/privateEndpointConnection.js +2 -2
- package/machinelearningservices/registry.js +2 -2
- package/machinelearningservices/registryCodeContainer.js +2 -2
- package/machinelearningservices/registryCodeVersion.js +2 -2
- package/machinelearningservices/registryComponentContainer.js +2 -2
- package/machinelearningservices/registryComponentVersion.js +2 -2
- package/machinelearningservices/registryDataContainer.js +2 -2
- package/machinelearningservices/registryDataVersion.js +2 -2
- package/machinelearningservices/registryEnvironmentContainer.js +2 -2
- package/machinelearningservices/registryEnvironmentVersion.js +2 -2
- package/machinelearningservices/registryModelContainer.js +2 -2
- package/machinelearningservices/registryModelVersion.js +2 -2
- package/machinelearningservices/schedule.js +2 -2
- package/machinelearningservices/serverlessEndpoint.d.ts +111 -0
- package/machinelearningservices/serverlessEndpoint.js +85 -0
- package/machinelearningservices/v20200501preview/machineLearningDatastore.js +2 -2
- package/machinelearningservices/v20200801/workspace.js +2 -2
- package/machinelearningservices/v20200901preview/labelingJob.js +2 -2
- package/machinelearningservices/v20200901preview/workspace.js +2 -2
- package/machinelearningservices/v20210301preview/batchDeployment.js +2 -2
- package/machinelearningservices/v20210301preview/batchEndpoint.js +2 -2
- package/machinelearningservices/v20210301preview/codeContainer.js +2 -2
- package/machinelearningservices/v20210301preview/codeVersion.js +2 -2
- package/machinelearningservices/v20210301preview/dataContainer.js +2 -2
- package/machinelearningservices/v20210301preview/dataVersion.js +2 -2
- package/machinelearningservices/v20210301preview/datastore.js +2 -2
- package/machinelearningservices/v20210301preview/environmentContainer.js +2 -2
- package/machinelearningservices/v20210301preview/environmentSpecificationVersion.js +2 -2
- package/machinelearningservices/v20210301preview/job.js +2 -2
- package/machinelearningservices/v20210301preview/labelingJob.js +2 -2
- package/machinelearningservices/v20210301preview/modelContainer.js +2 -2
- package/machinelearningservices/v20210301preview/modelVersion.js +2 -2
- package/machinelearningservices/v20210301preview/onlineDeployment.js +2 -2
- package/machinelearningservices/v20210301preview/onlineEndpoint.js +2 -2
- package/machinelearningservices/v20210401/machineLearningCompute.js +2 -2
- package/machinelearningservices/v20210401/workspaceConnection.js +2 -2
- package/machinelearningservices/v20220101preview/compute.js +2 -2
- package/machinelearningservices/v20220101preview/privateEndpointConnection.js +2 -2
- package/machinelearningservices/v20220101preview/workspace.js +2 -2
- package/machinelearningservices/v20220201preview/batchDeployment.js +2 -2
- package/machinelearningservices/v20220201preview/batchEndpoint.js +2 -2
- package/machinelearningservices/v20220201preview/codeContainer.js +2 -2
- package/machinelearningservices/v20220201preview/codeVersion.js +2 -2
- package/machinelearningservices/v20220201preview/componentContainer.js +2 -2
- package/machinelearningservices/v20220201preview/componentVersion.js +2 -2
- package/machinelearningservices/v20220201preview/dataContainer.js +2 -2
- package/machinelearningservices/v20220201preview/dataVersion.js +2 -2
- package/machinelearningservices/v20220201preview/datastore.js +2 -2
- package/machinelearningservices/v20220201preview/environmentContainer.js +2 -2
- package/machinelearningservices/v20220201preview/environmentVersion.js +2 -2
- package/machinelearningservices/v20220201preview/job.js +2 -2
- package/machinelearningservices/v20220201preview/modelContainer.js +2 -2
- package/machinelearningservices/v20220201preview/modelVersion.js +2 -2
- package/machinelearningservices/v20220201preview/onlineDeployment.js +2 -2
- package/machinelearningservices/v20220201preview/onlineEndpoint.js +2 -2
- package/machinelearningservices/v20220201preview/workspaceConnection.js +2 -2
- package/machinelearningservices/v20230401/batchDeployment.js +2 -2
- package/machinelearningservices/v20230401/batchEndpoint.js +2 -2
- package/machinelearningservices/v20230401/codeContainer.js +2 -2
- package/machinelearningservices/v20230401/codeVersion.js +2 -2
- package/machinelearningservices/v20230401/componentContainer.js +2 -2
- package/machinelearningservices/v20230401/componentVersion.js +2 -2
- package/machinelearningservices/v20230401/compute.js +2 -2
- package/machinelearningservices/v20230401/dataContainer.js +2 -2
- package/machinelearningservices/v20230401/dataVersion.js +2 -2
- package/machinelearningservices/v20230401/datastore.js +2 -2
- package/machinelearningservices/v20230401/environmentContainer.js +2 -2
- package/machinelearningservices/v20230401/environmentVersion.js +2 -2
- package/machinelearningservices/v20230401/job.js +2 -2
- package/machinelearningservices/v20230401/modelContainer.js +2 -2
- package/machinelearningservices/v20230401/modelVersion.js +2 -2
- package/machinelearningservices/v20230401/onlineDeployment.js +2 -2
- package/machinelearningservices/v20230401/onlineEndpoint.js +2 -2
- package/machinelearningservices/v20230401/privateEndpointConnection.js +2 -2
- package/machinelearningservices/v20230401/registry.js +2 -2
- package/machinelearningservices/v20230401/registryCodeContainer.js +2 -2
- package/machinelearningservices/v20230401/registryCodeVersion.js +2 -2
- package/machinelearningservices/v20230401/registryComponentContainer.js +2 -2
- package/machinelearningservices/v20230401/registryComponentVersion.js +2 -2
- package/machinelearningservices/v20230401/registryDataContainer.js +2 -2
- package/machinelearningservices/v20230401/registryDataVersion.js +2 -2
- package/machinelearningservices/v20230401/registryEnvironmentContainer.js +2 -2
- package/machinelearningservices/v20230401/registryEnvironmentVersion.js +2 -2
- package/machinelearningservices/v20230401/registryModelContainer.js +2 -2
- package/machinelearningservices/v20230401/registryModelVersion.js +2 -2
- package/machinelearningservices/v20230401/schedule.js +2 -2
- package/machinelearningservices/v20230401/workspace.js +2 -2
- package/machinelearningservices/v20230401/workspaceConnection.js +2 -2
- package/machinelearningservices/v20230401preview/batchDeployment.js +2 -2
- package/machinelearningservices/v20230401preview/batchEndpoint.js +2 -2
- package/machinelearningservices/v20230401preview/codeContainer.js +2 -2
- package/machinelearningservices/v20230401preview/codeVersion.js +2 -2
- package/machinelearningservices/v20230401preview/componentContainer.js +2 -2
- package/machinelearningservices/v20230401preview/componentVersion.js +2 -2
- package/machinelearningservices/v20230401preview/compute.js +2 -2
- package/machinelearningservices/v20230401preview/dataContainer.js +2 -2
- package/machinelearningservices/v20230401preview/dataVersion.js +2 -2
- package/machinelearningservices/v20230401preview/datastore.js +2 -2
- package/machinelearningservices/v20230401preview/environmentContainer.js +2 -2
- package/machinelearningservices/v20230401preview/environmentVersion.js +2 -2
- package/machinelearningservices/v20230401preview/featuresetContainerEntity.js +2 -2
- package/machinelearningservices/v20230401preview/featuresetVersion.js +2 -2
- package/machinelearningservices/v20230401preview/featurestoreEntityContainerEntity.js +2 -2
- package/machinelearningservices/v20230401preview/featurestoreEntityVersion.js +2 -2
- package/machinelearningservices/v20230401preview/job.js +2 -2
- package/machinelearningservices/v20230401preview/labelingJob.js +2 -2
- package/machinelearningservices/v20230401preview/managedNetworkSettingsRule.js +2 -2
- package/machinelearningservices/v20230401preview/modelContainer.js +2 -2
- package/machinelearningservices/v20230401preview/modelVersion.js +2 -2
- package/machinelearningservices/v20230401preview/onlineDeployment.js +2 -2
- package/machinelearningservices/v20230401preview/onlineEndpoint.js +2 -2
- package/machinelearningservices/v20230401preview/privateEndpointConnection.js +2 -2
- package/machinelearningservices/v20230401preview/registry.js +2 -2
- package/machinelearningservices/v20230401preview/registryCodeContainer.js +2 -2
- package/machinelearningservices/v20230401preview/registryCodeVersion.js +2 -2
- package/machinelearningservices/v20230401preview/registryComponentContainer.js +2 -2
- package/machinelearningservices/v20230401preview/registryComponentVersion.js +2 -2
- package/machinelearningservices/v20230401preview/registryDataContainer.js +2 -2
- package/machinelearningservices/v20230401preview/registryDataVersion.js +2 -2
- package/machinelearningservices/v20230401preview/registryEnvironmentContainer.js +2 -2
- package/machinelearningservices/v20230401preview/registryEnvironmentVersion.js +2 -2
- package/machinelearningservices/v20230401preview/registryModelContainer.js +2 -2
- package/machinelearningservices/v20230401preview/registryModelVersion.js +2 -2
- package/machinelearningservices/v20230401preview/schedule.js +2 -2
- package/machinelearningservices/v20230401preview/workspace.js +2 -2
- package/machinelearningservices/v20230401preview/workspaceConnection.js +2 -2
- package/machinelearningservices/v20230601preview/batchDeployment.js +2 -2
- package/machinelearningservices/v20230601preview/batchEndpoint.js +2 -2
- package/machinelearningservices/v20230601preview/codeContainer.js +2 -2
- package/machinelearningservices/v20230601preview/codeVersion.js +2 -2
- package/machinelearningservices/v20230601preview/componentContainer.js +2 -2
- package/machinelearningservices/v20230601preview/componentVersion.js +2 -2
- package/machinelearningservices/v20230601preview/compute.js +2 -2
- package/machinelearningservices/v20230601preview/dataContainer.js +2 -2
- package/machinelearningservices/v20230601preview/dataVersion.js +2 -2
- package/machinelearningservices/v20230601preview/datastore.js +2 -2
- package/machinelearningservices/v20230601preview/environmentContainer.js +2 -2
- package/machinelearningservices/v20230601preview/environmentVersion.js +2 -2
- package/machinelearningservices/v20230601preview/featuresetContainerEntity.js +2 -2
- package/machinelearningservices/v20230601preview/featuresetVersion.js +2 -2
- package/machinelearningservices/v20230601preview/featurestoreEntityContainerEntity.js +2 -2
- package/machinelearningservices/v20230601preview/featurestoreEntityVersion.js +2 -2
- package/machinelearningservices/v20230601preview/job.js +2 -2
- package/machinelearningservices/v20230601preview/labelingJob.js +2 -2
- package/machinelearningservices/v20230601preview/managedNetworkSettingsRule.js +2 -2
- package/machinelearningservices/v20230601preview/modelContainer.js +2 -2
- package/machinelearningservices/v20230601preview/modelVersion.js +2 -2
- package/machinelearningservices/v20230601preview/onlineDeployment.js +2 -2
- package/machinelearningservices/v20230601preview/onlineEndpoint.js +2 -2
- package/machinelearningservices/v20230601preview/privateEndpointConnection.js +2 -2
- package/machinelearningservices/v20230601preview/registry.js +2 -2
- package/machinelearningservices/v20230601preview/registryCodeContainer.js +2 -2
- package/machinelearningservices/v20230601preview/registryCodeVersion.js +2 -2
- package/machinelearningservices/v20230601preview/registryComponentContainer.js +2 -2
- package/machinelearningservices/v20230601preview/registryComponentVersion.js +2 -2
- package/machinelearningservices/v20230601preview/registryDataContainer.js +2 -2
- package/machinelearningservices/v20230601preview/registryDataVersion.js +2 -2
- package/machinelearningservices/v20230601preview/registryEnvironmentContainer.js +2 -2
- package/machinelearningservices/v20230601preview/registryEnvironmentVersion.js +2 -2
- package/machinelearningservices/v20230601preview/registryModelContainer.js +2 -2
- package/machinelearningservices/v20230601preview/registryModelVersion.js +2 -2
- package/machinelearningservices/v20230601preview/schedule.js +2 -2
- package/machinelearningservices/v20230601preview/workspace.js +2 -2
- package/machinelearningservices/v20230601preview/workspaceConnection.js +2 -2
- package/machinelearningservices/v20230801preview/batchDeployment.d.ts +112 -0
- package/machinelearningservices/v20230801preview/batchDeployment.js +88 -0
- package/machinelearningservices/v20230801preview/batchEndpoint.d.ts +108 -0
- package/machinelearningservices/v20230801preview/batchEndpoint.js +83 -0
- package/machinelearningservices/v20230801preview/capacityReservationGroup.d.ts +101 -0
- package/machinelearningservices/v20230801preview/capacityReservationGroup.js +79 -0
- package/machinelearningservices/v20230801preview/codeContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/codeContainer.js +76 -0
- package/machinelearningservices/v20230801preview/codeVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/codeVersion.js +80 -0
- package/machinelearningservices/v20230801preview/componentContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/componentContainer.js +76 -0
- package/machinelearningservices/v20230801preview/componentVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/componentVersion.js +80 -0
- package/machinelearningservices/v20230801preview/compute.d.ts +103 -0
- package/machinelearningservices/v20230801preview/compute.js +81 -0
- package/machinelearningservices/v20230801preview/dataContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/dataContainer.js +76 -0
- package/machinelearningservices/v20230801preview/dataVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/dataVersion.js +79 -0
- package/machinelearningservices/v20230801preview/datastore.d.ts +71 -0
- package/machinelearningservices/v20230801preview/datastore.js +76 -0
- package/machinelearningservices/v20230801preview/environmentContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/environmentContainer.js +76 -0
- package/machinelearningservices/v20230801preview/environmentVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/environmentVersion.js +80 -0
- package/machinelearningservices/v20230801preview/featuresetContainerEntity.d.ts +67 -0
- package/machinelearningservices/v20230801preview/featuresetContainerEntity.js +76 -0
- package/machinelearningservices/v20230801preview/featuresetVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/featuresetVersion.js +80 -0
- package/machinelearningservices/v20230801preview/featurestoreEntityContainerEntity.d.ts +67 -0
- package/machinelearningservices/v20230801preview/featurestoreEntityContainerEntity.js +76 -0
- package/machinelearningservices/v20230801preview/featurestoreEntityVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/featurestoreEntityVersion.js +80 -0
- package/machinelearningservices/v20230801preview/getBatchDeployment.d.ts +84 -0
- package/machinelearningservices/v20230801preview/getBatchDeployment.js +22 -0
- package/machinelearningservices/v20230801preview/getBatchEndpoint.d.ts +76 -0
- package/machinelearningservices/v20230801preview/getBatchEndpoint.js +21 -0
- package/machinelearningservices/v20230801preview/getCapacityReservationGroup.d.ts +62 -0
- package/machinelearningservices/v20230801preview/getCapacityReservationGroup.js +20 -0
- package/machinelearningservices/v20230801preview/getCodeContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getCodeContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getCodeVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getCodeVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getComponentContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getComponentContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getComponentVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getComponentVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getCompute.d.ts +81 -0
- package/machinelearningservices/v20230801preview/getCompute.js +27 -0
- package/machinelearningservices/v20230801preview/getComputeAllowedResizeSizes.d.ts +47 -0
- package/machinelearningservices/v20230801preview/getComputeAllowedResizeSizes.js +27 -0
- package/machinelearningservices/v20230801preview/getDataContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getDataContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getDataVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getDataVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getDatastore.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getDatastore.js +27 -0
- package/machinelearningservices/v20230801preview/getEnvironmentContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getEnvironmentContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getEnvironmentVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getEnvironmentVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getFeaturesetContainerEntity.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getFeaturesetContainerEntity.js +27 -0
- package/machinelearningservices/v20230801preview/getFeaturesetVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getFeaturesetVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getFeaturestoreEntityContainerEntity.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getFeaturestoreEntityContainerEntity.js +27 -0
- package/machinelearningservices/v20230801preview/getFeaturestoreEntityVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getFeaturestoreEntityVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getInferenceEndpoint.d.ts +84 -0
- package/machinelearningservices/v20230801preview/getInferenceEndpoint.js +22 -0
- package/machinelearningservices/v20230801preview/getInferenceGroup.d.ts +84 -0
- package/machinelearningservices/v20230801preview/getInferenceGroup.js +22 -0
- package/machinelearningservices/v20230801preview/getInferenceGroupStatus.d.ts +58 -0
- package/machinelearningservices/v20230801preview/getInferenceGroupStatus.js +22 -0
- package/machinelearningservices/v20230801preview/getInferencePool.d.ts +76 -0
- package/machinelearningservices/v20230801preview/getInferencePool.js +21 -0
- package/machinelearningservices/v20230801preview/getInferencePoolStatus.d.ts +49 -0
- package/machinelearningservices/v20230801preview/getInferencePoolStatus.js +21 -0
- package/machinelearningservices/v20230801preview/getJob.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getJob.js +27 -0
- package/machinelearningservices/v20230801preview/getLabelingJob.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getLabelingJob.js +27 -0
- package/machinelearningservices/v20230801preview/getManagedNetworkSettingsRule.d.ts +54 -0
- package/machinelearningservices/v20230801preview/getManagedNetworkSettingsRule.js +21 -0
- package/machinelearningservices/v20230801preview/getModelContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getModelContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getModelVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getModelVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getOnlineDeployment.d.ts +84 -0
- package/machinelearningservices/v20230801preview/getOnlineDeployment.js +22 -0
- package/machinelearningservices/v20230801preview/getOnlineDeploymentLogs.d.ts +62 -0
- package/machinelearningservices/v20230801preview/getOnlineDeploymentLogs.js +24 -0
- package/machinelearningservices/v20230801preview/getOnlineEndpoint.d.ts +76 -0
- package/machinelearningservices/v20230801preview/getOnlineEndpoint.js +21 -0
- package/machinelearningservices/v20230801preview/getOnlineEndpointToken.d.ts +58 -0
- package/machinelearningservices/v20230801preview/getOnlineEndpointToken.js +27 -0
- package/machinelearningservices/v20230801preview/getPrivateEndpointConnection.d.ts +86 -0
- package/machinelearningservices/v20230801preview/getPrivateEndpointConnection.js +27 -0
- package/machinelearningservices/v20230801preview/getRegistry.d.ts +68 -0
- package/machinelearningservices/v20230801preview/getRegistry.js +20 -0
- package/machinelearningservices/v20230801preview/getRegistryCodeContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getRegistryCodeContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getRegistryCodeVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getRegistryCodeVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getRegistryComponentContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getRegistryComponentContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getRegistryComponentVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getRegistryComponentVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getRegistryDataContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getRegistryDataContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getRegistryDataVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getRegistryDataVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getRegistryEnvironmentContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getRegistryEnvironmentContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getRegistryEnvironmentVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getRegistryEnvironmentVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getRegistryModelContainer.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getRegistryModelContainer.js +27 -0
- package/machinelearningservices/v20230801preview/getRegistryModelVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/getRegistryModelVersion.js +28 -0
- package/machinelearningservices/v20230801preview/getSchedule.d.ts +63 -0
- package/machinelearningservices/v20230801preview/getSchedule.js +27 -0
- package/machinelearningservices/v20230801preview/getServerlessEndpoint.d.ts +76 -0
- package/machinelearningservices/v20230801preview/getServerlessEndpoint.js +21 -0
- package/machinelearningservices/v20230801preview/getServerlessEndpointStatus.d.ts +39 -0
- package/machinelearningservices/v20230801preview/getServerlessEndpointStatus.js +21 -0
- package/machinelearningservices/v20230801preview/getWorkspace.d.ts +192 -0
- package/machinelearningservices/v20230801preview/getWorkspace.js +26 -0
- package/machinelearningservices/v20230801preview/getWorkspaceConnection.d.ts +59 -0
- package/machinelearningservices/v20230801preview/getWorkspaceConnection.js +22 -0
- package/machinelearningservices/v20230801preview/index.d.ts +310 -0
- package/machinelearningservices/v20230801preview/index.js +389 -0
- package/machinelearningservices/v20230801preview/inferenceEndpoint.d.ts +112 -0
- package/machinelearningservices/v20230801preview/inferenceEndpoint.js +87 -0
- package/machinelearningservices/v20230801preview/inferenceGroup.d.ts +112 -0
- package/machinelearningservices/v20230801preview/inferenceGroup.js +88 -0
- package/machinelearningservices/v20230801preview/inferencePool.d.ts +108 -0
- package/machinelearningservices/v20230801preview/inferencePool.js +84 -0
- package/machinelearningservices/v20230801preview/job.d.ts +67 -0
- package/machinelearningservices/v20230801preview/job.js +76 -0
- package/machinelearningservices/v20230801preview/labelingJob.d.ts +67 -0
- package/machinelearningservices/v20230801preview/labelingJob.js +77 -0
- package/machinelearningservices/v20230801preview/listBatchEndpointKeys.d.ts +50 -0
- package/machinelearningservices/v20230801preview/listBatchEndpointKeys.js +27 -0
- package/machinelearningservices/v20230801preview/listComputeKeys.d.ts +46 -0
- package/machinelearningservices/v20230801preview/listComputeKeys.js +27 -0
- package/machinelearningservices/v20230801preview/listComputeNodes.d.ts +51 -0
- package/machinelearningservices/v20230801preview/listComputeNodes.js +27 -0
- package/machinelearningservices/v20230801preview/listDatastoreSecrets.d.ts +46 -0
- package/machinelearningservices/v20230801preview/listDatastoreSecrets.js +27 -0
- package/machinelearningservices/v20230801preview/listOnlineEndpointKeys.d.ts +50 -0
- package/machinelearningservices/v20230801preview/listOnlineEndpointKeys.js +27 -0
- package/machinelearningservices/v20230801preview/listServerlessEndpointKeys.d.ts +50 -0
- package/machinelearningservices/v20230801preview/listServerlessEndpointKeys.js +27 -0
- package/machinelearningservices/v20230801preview/listWorkspaceConnectionSecrets.d.ts +59 -0
- package/machinelearningservices/v20230801preview/listWorkspaceConnectionSecrets.js +22 -0
- package/machinelearningservices/v20230801preview/listWorkspaceKeys.d.ts +40 -0
- package/machinelearningservices/v20230801preview/listWorkspaceKeys.js +20 -0
- package/machinelearningservices/v20230801preview/listWorkspaceNotebookAccessToken.d.ts +33 -0
- package/machinelearningservices/v20230801preview/listWorkspaceNotebookAccessToken.js +20 -0
- package/machinelearningservices/v20230801preview/listWorkspaceNotebookKeys.d.ts +33 -0
- package/machinelearningservices/v20230801preview/listWorkspaceNotebookKeys.js +20 -0
- package/machinelearningservices/v20230801preview/listWorkspaceStorageAccountKeys.d.ts +29 -0
- package/machinelearningservices/v20230801preview/listWorkspaceStorageAccountKeys.js +20 -0
- package/machinelearningservices/v20230801preview/managedNetworkSettingsRule.d.ts +64 -0
- package/machinelearningservices/v20230801preview/managedNetworkSettingsRule.js +73 -0
- package/machinelearningservices/v20230801preview/modelContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/modelContainer.js +76 -0
- package/machinelearningservices/v20230801preview/modelVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/modelVersion.js +80 -0
- package/machinelearningservices/v20230801preview/onlineDeployment.d.ts +112 -0
- package/machinelearningservices/v20230801preview/onlineDeployment.js +87 -0
- package/machinelearningservices/v20230801preview/onlineEndpoint.d.ts +108 -0
- package/machinelearningservices/v20230801preview/onlineEndpoint.js +84 -0
- package/machinelearningservices/v20230801preview/privateEndpointConnection.d.ts +110 -0
- package/machinelearningservices/v20230801preview/privateEndpointConnection.js +85 -0
- package/machinelearningservices/v20230801preview/registry.d.ts +104 -0
- package/machinelearningservices/v20230801preview/registry.js +79 -0
- package/machinelearningservices/v20230801preview/registryCodeContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/registryCodeContainer.js +77 -0
- package/machinelearningservices/v20230801preview/registryCodeVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/registryCodeVersion.js +81 -0
- package/machinelearningservices/v20230801preview/registryComponentContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/registryComponentContainer.js +77 -0
- package/machinelearningservices/v20230801preview/registryComponentVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/registryComponentVersion.js +81 -0
- package/machinelearningservices/v20230801preview/registryDataContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/registryDataContainer.js +76 -0
- package/machinelearningservices/v20230801preview/registryDataVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/registryDataVersion.js +79 -0
- package/machinelearningservices/v20230801preview/registryEnvironmentContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/registryEnvironmentContainer.js +77 -0
- package/machinelearningservices/v20230801preview/registryEnvironmentVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/registryEnvironmentVersion.js +81 -0
- package/machinelearningservices/v20230801preview/registryModelContainer.d.ts +67 -0
- package/machinelearningservices/v20230801preview/registryModelContainer.js +77 -0
- package/machinelearningservices/v20230801preview/registryModelVersion.d.ts +71 -0
- package/machinelearningservices/v20230801preview/registryModelVersion.js +81 -0
- package/machinelearningservices/v20230801preview/schedule.d.ts +67 -0
- package/machinelearningservices/v20230801preview/schedule.js +76 -0
- package/machinelearningservices/v20230801preview/serverlessEndpoint.d.ts +108 -0
- package/machinelearningservices/v20230801preview/serverlessEndpoint.js +82 -0
- package/machinelearningservices/v20230801preview/workspace.d.ts +302 -0
- package/machinelearningservices/v20230801preview/workspace.js +153 -0
- package/machinelearningservices/v20230801preview/workspaceConnection.d.ts +58 -0
- package/machinelearningservices/v20230801preview/workspaceConnection.js +73 -0
- package/machinelearningservices/workspace.js +2 -2
- package/machinelearningservices/workspaceConnection.js +2 -2
- package/package.json +1 -1
- package/resourcehealth/index.d.ts +2 -1
- package/resourcehealth/index.js +4 -2
- package/resourcehealth/v20231001preview/index.d.ts +6 -0
- package/resourcehealth/v20231001preview/index.js +13 -0
- package/resourcehealth/v20231001preview/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.d.ts +43 -0
- package/resourcehealth/v20231001preview/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.js +26 -0
- package/resourcehealth/v20231001preview/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.d.ts +43 -0
- package/resourcehealth/v20231001preview/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.js +26 -0
- package/resources/azureCliScript.js +2 -2
- package/resources/azurePowerShellScript.js +2 -2
- package/resources/index.d.ts +2 -1
- package/resources/index.js +4 -2
- package/resources/v20191001preview/azureCliScript.js +2 -2
- package/resources/v20191001preview/azurePowerShellScript.js +2 -2
- package/resources/v20201001/azureCliScript.js +2 -2
- package/resources/v20201001/azurePowerShellScript.js +2 -2
- package/resources/v20230801/azureCliScript.d.ts +204 -0
- package/resources/v20230801/azureCliScript.js +115 -0
- package/resources/v20230801/azurePowerShellScript.d.ts +204 -0
- package/resources/v20230801/azurePowerShellScript.js +115 -0
- package/resources/v20230801/getAzureCliScript.d.ts +132 -0
- package/resources/v20230801/getAzureCliScript.js +26 -0
- package/resources/v20230801/getAzurePowerShellScript.d.ts +132 -0
- package/resources/v20230801/getAzurePowerShellScript.js +26 -0
- package/resources/v20230801/index.d.ts +13 -0
- package/resources/v20230801/index.js +48 -0
- package/search/index.d.ts +2 -1
- package/search/index.js +4 -2
- package/search/privateEndpointConnection.js +2 -2
- package/search/service.js +2 -2
- package/search/sharedPrivateLinkResource.js +2 -2
- package/search/v20210401preview/service.js +2 -2
- package/search/v20220901/privateEndpointConnection.js +2 -2
- package/search/v20220901/service.js +2 -2
- package/search/v20220901/sharedPrivateLinkResource.js +2 -2
- package/search/v20231101/getPrivateEndpointConnection.d.ts +59 -0
- package/search/v20231101/getPrivateEndpointConnection.js +27 -0
- package/search/v20231101/getService.d.ts +121 -0
- package/search/v20231101/getService.js +26 -0
- package/search/v20231101/getSharedPrivateLinkResource.d.ts +59 -0
- package/search/v20231101/getSharedPrivateLinkResource.js +27 -0
- package/search/v20231101/index.d.ts +25 -0
- package/search/v20231101/index.js +61 -0
- package/search/v20231101/listAdminKey.d.ts +42 -0
- package/search/v20231101/listAdminKey.js +26 -0
- package/search/v20231101/listQueryKeyBySearchService.d.ts +43 -0
- package/search/v20231101/listQueryKeyBySearchService.js +26 -0
- package/search/v20231101/privateEndpointConnection.d.ts +63 -0
- package/search/v20231101/privateEndpointConnection.js +72 -0
- package/search/v20231101/service.d.ts +180 -0
- package/search/v20231101/service.js +102 -0
- package/search/v20231101/sharedPrivateLinkResource.d.ts +63 -0
- package/search/v20231101/sharedPrivateLinkResource.js +71 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/azurestackhci/index.d.ts +2 -1
- package/types/enums/azurestackhci/index.js +4 -2
- package/types/enums/azurestackhci/v20230801/index.d.ts +99 -0
- package/types/enums/azurestackhci/v20230801/index.js +69 -0
- package/types/enums/botservice/index.d.ts +2 -1
- package/types/enums/botservice/index.js +4 -2
- package/types/enums/botservice/v20230915preview/index.d.ts +46 -0
- package/types/enums/botservice/v20230915preview/index.js +32 -0
- package/types/enums/cache/index.d.ts +2 -1
- package/types/enums/cache/index.js +4 -2
- package/types/enums/cache/v20231001preview/index.d.ts +99 -0
- package/types/enums/cache/v20231001preview/index.js +65 -0
- package/types/enums/communication/index.d.ts +2 -1
- package/types/enums/communication/index.js +4 -2
- package/types/enums/communication/v20230601preview/index.d.ts +27 -0
- package/types/enums/communication/v20230601preview/index.js +21 -0
- package/types/enums/elastic/index.d.ts +2 -1
- package/types/enums/elastic/index.js +4 -2
- package/types/enums/elastic/v20231001preview/index.d.ts +38 -0
- package/types/enums/elastic/v20231001preview/index.js +28 -0
- package/types/enums/machinelearningservices/index.d.ts +17 -1
- package/types/enums/machinelearningservices/index.js +13 -4
- package/types/enums/machinelearningservices/v20230801preview/index.d.ts +2109 -0
- package/types/enums/machinelearningservices/v20230801preview/index.js +1538 -0
- package/types/enums/resources/index.d.ts +2 -1
- package/types/enums/resources/index.js +4 -2
- package/types/enums/resources/v20230801/index.d.ts +24 -0
- package/types/enums/resources/v20230801/index.js +18 -0
- package/types/enums/search/index.d.ts +2 -1
- package/types/enums/search/index.js +4 -2
- package/types/enums/search/v20231101/index.d.ts +187 -0
- package/types/enums/search/v20231101/index.js +149 -0
- package/types/input.d.ts +17346 -6065
- package/types/input.js +1281 -40
- package/types/output.d.ts +23538 -9267
- package/types/output.js +1341 -23
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* An object that represents a machine learning workspace.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Workspace extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Workspace resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Workspace;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Workspace. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Workspace;
|
|
23
|
+
/**
|
|
24
|
+
* The flag to indicate whether to allow public access when behind VNet.
|
|
25
|
+
*/
|
|
26
|
+
readonly allowPublicAccessWhenBehindVnet: pulumi.Output<boolean | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* ARM id of the application insights associated with this workspace.
|
|
29
|
+
*/
|
|
30
|
+
readonly applicationInsights: pulumi.Output<string | undefined>;
|
|
31
|
+
readonly associatedWorkspaces: pulumi.Output<string[] | undefined>;
|
|
32
|
+
readonly containerRegistries: pulumi.Output<string[] | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* ARM id of the container registry associated with this workspace.
|
|
35
|
+
*/
|
|
36
|
+
readonly containerRegistry: pulumi.Output<string | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* The description of this workspace.
|
|
39
|
+
*/
|
|
40
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Url for the discovery service to identify regional endpoints for machine learning experimentation services
|
|
43
|
+
*/
|
|
44
|
+
readonly discoveryUrl: pulumi.Output<string | undefined>;
|
|
45
|
+
readonly enableDataIsolation: pulumi.Output<boolean | undefined>;
|
|
46
|
+
readonly encryption: pulumi.Output<outputs.machinelearningservices.v20230801preview.EncryptionPropertyResponse | undefined>;
|
|
47
|
+
readonly existingWorkspaces: pulumi.Output<string[] | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* Settings for feature store type workspace.
|
|
50
|
+
*/
|
|
51
|
+
readonly featureStoreSettings: pulumi.Output<outputs.machinelearningservices.v20230801preview.FeatureStoreSettingsResponse | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* The friendly name for this workspace. This name in mutable
|
|
54
|
+
*/
|
|
55
|
+
readonly friendlyName: pulumi.Output<string | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
|
|
58
|
+
*/
|
|
59
|
+
readonly hbiWorkspace: pulumi.Output<boolean | undefined>;
|
|
60
|
+
readonly hubResourceId: pulumi.Output<string | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Managed service identity (system assigned and/or user assigned identities)
|
|
63
|
+
*/
|
|
64
|
+
readonly identity: pulumi.Output<outputs.machinelearningservices.v20230801preview.ManagedServiceIdentityResponse | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* The compute name for image build
|
|
67
|
+
*/
|
|
68
|
+
readonly imageBuildCompute: pulumi.Output<string | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
|
|
71
|
+
*/
|
|
72
|
+
readonly keyVault: pulumi.Output<string | undefined>;
|
|
73
|
+
readonly keyVaults: pulumi.Output<string[] | undefined>;
|
|
74
|
+
readonly kind: pulumi.Output<string | undefined>;
|
|
75
|
+
readonly location: pulumi.Output<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* Managed Network settings for a machine learning workspace.
|
|
78
|
+
*/
|
|
79
|
+
readonly managedNetwork: pulumi.Output<outputs.machinelearningservices.v20230801preview.ManagedNetworkSettingsResponse | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* The URI associated with this workspace that machine learning flow must point at to set up tracking.
|
|
82
|
+
*/
|
|
83
|
+
readonly mlFlowTrackingUri: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The name of the resource
|
|
86
|
+
*/
|
|
87
|
+
readonly name: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The notebook info of Azure ML workspace.
|
|
90
|
+
*/
|
|
91
|
+
readonly notebookInfo: pulumi.Output<outputs.machinelearningservices.v20230801preview.NotebookResourceInfoResponse>;
|
|
92
|
+
/**
|
|
93
|
+
* The user assigned identity resource id that represents the workspace identity.
|
|
94
|
+
*/
|
|
95
|
+
readonly primaryUserAssignedIdentity: pulumi.Output<string | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* The list of private endpoint connections in the workspace.
|
|
98
|
+
*/
|
|
99
|
+
readonly privateEndpointConnections: pulumi.Output<outputs.machinelearningservices.v20230801preview.PrivateEndpointConnectionResponse[]>;
|
|
100
|
+
/**
|
|
101
|
+
* Count of private connections in the workspace
|
|
102
|
+
*/
|
|
103
|
+
readonly privateLinkCount: pulumi.Output<number>;
|
|
104
|
+
/**
|
|
105
|
+
* The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
|
|
106
|
+
*/
|
|
107
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Whether requests from Public Network are allowed.
|
|
110
|
+
*/
|
|
111
|
+
readonly publicNetworkAccess: pulumi.Output<string | undefined>;
|
|
112
|
+
/**
|
|
113
|
+
* Settings for serverless compute created in the workspace
|
|
114
|
+
*/
|
|
115
|
+
readonly serverlessComputeSettings: pulumi.Output<outputs.machinelearningservices.v20230801preview.ServerlessComputeSettingsResponse | undefined>;
|
|
116
|
+
/**
|
|
117
|
+
* The service managed resource settings.
|
|
118
|
+
*/
|
|
119
|
+
readonly serviceManagedResourcesSettings: pulumi.Output<outputs.machinelearningservices.v20230801preview.ServiceManagedResourcesSettingsResponse | undefined>;
|
|
120
|
+
/**
|
|
121
|
+
* The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
|
|
122
|
+
*/
|
|
123
|
+
readonly serviceProvisionedResourceGroup: pulumi.Output<string>;
|
|
124
|
+
/**
|
|
125
|
+
* The list of shared private link resources in this workspace.
|
|
126
|
+
*/
|
|
127
|
+
readonly sharedPrivateLinkResources: pulumi.Output<outputs.machinelearningservices.v20230801preview.SharedPrivateLinkResourceResponse[] | undefined>;
|
|
128
|
+
/**
|
|
129
|
+
* Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
|
|
130
|
+
*/
|
|
131
|
+
readonly sku: pulumi.Output<outputs.machinelearningservices.v20230801preview.SkuResponse | undefined>;
|
|
132
|
+
/**
|
|
133
|
+
* Retention time in days after workspace get soft deleted.
|
|
134
|
+
*/
|
|
135
|
+
readonly softDeleteRetentionInDays: pulumi.Output<number | undefined>;
|
|
136
|
+
/**
|
|
137
|
+
* ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
|
|
138
|
+
*/
|
|
139
|
+
readonly storageAccount: pulumi.Output<string | undefined>;
|
|
140
|
+
readonly storageAccounts: pulumi.Output<string[] | undefined>;
|
|
141
|
+
/**
|
|
142
|
+
* If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
|
|
143
|
+
*/
|
|
144
|
+
readonly storageHnsEnabled: pulumi.Output<boolean>;
|
|
145
|
+
/**
|
|
146
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
147
|
+
*/
|
|
148
|
+
readonly systemData: pulumi.Output<outputs.machinelearningservices.v20230801preview.SystemDataResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* The auth mode used for accessing the system datastores of the workspace.
|
|
151
|
+
*/
|
|
152
|
+
readonly systemDatastoresAuthMode: pulumi.Output<string | undefined>;
|
|
153
|
+
readonly tags: pulumi.Output<{
|
|
154
|
+
[key: string]: string;
|
|
155
|
+
} | undefined>;
|
|
156
|
+
/**
|
|
157
|
+
* The tenant id associated with this workspace.
|
|
158
|
+
*/
|
|
159
|
+
readonly tenantId: pulumi.Output<string>;
|
|
160
|
+
/**
|
|
161
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
162
|
+
*/
|
|
163
|
+
readonly type: pulumi.Output<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
|
|
166
|
+
*/
|
|
167
|
+
readonly v1LegacyMode: pulumi.Output<boolean | undefined>;
|
|
168
|
+
/**
|
|
169
|
+
* WorkspaceHub's configuration object.
|
|
170
|
+
*/
|
|
171
|
+
readonly workspaceHubConfig: pulumi.Output<outputs.machinelearningservices.v20230801preview.WorkspaceHubConfigResponse | undefined>;
|
|
172
|
+
/**
|
|
173
|
+
* The immutable id associated with this workspace.
|
|
174
|
+
*/
|
|
175
|
+
readonly workspaceId: pulumi.Output<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Create a Workspace resource with the given unique name, arguments, and options.
|
|
178
|
+
*
|
|
179
|
+
* @param name The _unique_ name of the resource.
|
|
180
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
181
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
182
|
+
*/
|
|
183
|
+
constructor(name: string, args: WorkspaceArgs, opts?: pulumi.CustomResourceOptions);
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* The set of arguments for constructing a Workspace resource.
|
|
187
|
+
*/
|
|
188
|
+
export interface WorkspaceArgs {
|
|
189
|
+
/**
|
|
190
|
+
* The flag to indicate whether to allow public access when behind VNet.
|
|
191
|
+
*/
|
|
192
|
+
allowPublicAccessWhenBehindVnet?: pulumi.Input<boolean>;
|
|
193
|
+
/**
|
|
194
|
+
* ARM id of the application insights associated with this workspace.
|
|
195
|
+
*/
|
|
196
|
+
applicationInsights?: pulumi.Input<string>;
|
|
197
|
+
associatedWorkspaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
198
|
+
containerRegistries?: pulumi.Input<pulumi.Input<string>[]>;
|
|
199
|
+
/**
|
|
200
|
+
* ARM id of the container registry associated with this workspace.
|
|
201
|
+
*/
|
|
202
|
+
containerRegistry?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* The description of this workspace.
|
|
205
|
+
*/
|
|
206
|
+
description?: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* Url for the discovery service to identify regional endpoints for machine learning experimentation services
|
|
209
|
+
*/
|
|
210
|
+
discoveryUrl?: pulumi.Input<string>;
|
|
211
|
+
enableDataIsolation?: pulumi.Input<boolean>;
|
|
212
|
+
encryption?: pulumi.Input<inputs.machinelearningservices.v20230801preview.EncryptionPropertyArgs>;
|
|
213
|
+
existingWorkspaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
214
|
+
/**
|
|
215
|
+
* Settings for feature store type workspace.
|
|
216
|
+
*/
|
|
217
|
+
featureStoreSettings?: pulumi.Input<inputs.machinelearningservices.v20230801preview.FeatureStoreSettingsArgs>;
|
|
218
|
+
/**
|
|
219
|
+
* The friendly name for this workspace. This name in mutable
|
|
220
|
+
*/
|
|
221
|
+
friendlyName?: pulumi.Input<string>;
|
|
222
|
+
/**
|
|
223
|
+
* The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
|
|
224
|
+
*/
|
|
225
|
+
hbiWorkspace?: pulumi.Input<boolean>;
|
|
226
|
+
hubResourceId?: pulumi.Input<string>;
|
|
227
|
+
/**
|
|
228
|
+
* Managed service identity (system assigned and/or user assigned identities)
|
|
229
|
+
*/
|
|
230
|
+
identity?: pulumi.Input<inputs.machinelearningservices.v20230801preview.ManagedServiceIdentityArgs>;
|
|
231
|
+
/**
|
|
232
|
+
* The compute name for image build
|
|
233
|
+
*/
|
|
234
|
+
imageBuildCompute?: pulumi.Input<string>;
|
|
235
|
+
/**
|
|
236
|
+
* ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
|
|
237
|
+
*/
|
|
238
|
+
keyVault?: pulumi.Input<string>;
|
|
239
|
+
keyVaults?: pulumi.Input<pulumi.Input<string>[]>;
|
|
240
|
+
kind?: pulumi.Input<string>;
|
|
241
|
+
location?: pulumi.Input<string>;
|
|
242
|
+
/**
|
|
243
|
+
* Managed Network settings for a machine learning workspace.
|
|
244
|
+
*/
|
|
245
|
+
managedNetwork?: pulumi.Input<inputs.machinelearningservices.v20230801preview.ManagedNetworkSettingsArgs>;
|
|
246
|
+
/**
|
|
247
|
+
* The user assigned identity resource id that represents the workspace identity.
|
|
248
|
+
*/
|
|
249
|
+
primaryUserAssignedIdentity?: pulumi.Input<string>;
|
|
250
|
+
/**
|
|
251
|
+
* Whether requests from Public Network are allowed.
|
|
252
|
+
*/
|
|
253
|
+
publicNetworkAccess?: pulumi.Input<string | enums.machinelearningservices.v20230801preview.PublicNetworkAccessType>;
|
|
254
|
+
/**
|
|
255
|
+
* The name of the resource group. The name is case insensitive.
|
|
256
|
+
*/
|
|
257
|
+
resourceGroupName: pulumi.Input<string>;
|
|
258
|
+
/**
|
|
259
|
+
* Settings for serverless compute created in the workspace
|
|
260
|
+
*/
|
|
261
|
+
serverlessComputeSettings?: pulumi.Input<inputs.machinelearningservices.v20230801preview.ServerlessComputeSettingsArgs>;
|
|
262
|
+
/**
|
|
263
|
+
* The service managed resource settings.
|
|
264
|
+
*/
|
|
265
|
+
serviceManagedResourcesSettings?: pulumi.Input<inputs.machinelearningservices.v20230801preview.ServiceManagedResourcesSettingsArgs>;
|
|
266
|
+
/**
|
|
267
|
+
* The list of shared private link resources in this workspace.
|
|
268
|
+
*/
|
|
269
|
+
sharedPrivateLinkResources?: pulumi.Input<pulumi.Input<inputs.machinelearningservices.v20230801preview.SharedPrivateLinkResourceArgs>[]>;
|
|
270
|
+
/**
|
|
271
|
+
* Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
|
|
272
|
+
*/
|
|
273
|
+
sku?: pulumi.Input<inputs.machinelearningservices.v20230801preview.SkuArgs>;
|
|
274
|
+
/**
|
|
275
|
+
* Retention time in days after workspace get soft deleted.
|
|
276
|
+
*/
|
|
277
|
+
softDeleteRetentionInDays?: pulumi.Input<number>;
|
|
278
|
+
/**
|
|
279
|
+
* ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
|
|
280
|
+
*/
|
|
281
|
+
storageAccount?: pulumi.Input<string>;
|
|
282
|
+
storageAccounts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
283
|
+
/**
|
|
284
|
+
* The auth mode used for accessing the system datastores of the workspace.
|
|
285
|
+
*/
|
|
286
|
+
systemDatastoresAuthMode?: pulumi.Input<string>;
|
|
287
|
+
tags?: pulumi.Input<{
|
|
288
|
+
[key: string]: pulumi.Input<string>;
|
|
289
|
+
}>;
|
|
290
|
+
/**
|
|
291
|
+
* Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
|
|
292
|
+
*/
|
|
293
|
+
v1LegacyMode?: pulumi.Input<boolean>;
|
|
294
|
+
/**
|
|
295
|
+
* WorkspaceHub's configuration object.
|
|
296
|
+
*/
|
|
297
|
+
workspaceHubConfig?: pulumi.Input<inputs.machinelearningservices.v20230801preview.WorkspaceHubConfigArgs>;
|
|
298
|
+
/**
|
|
299
|
+
* Azure Machine Learning Workspace Name
|
|
300
|
+
*/
|
|
301
|
+
workspaceName?: pulumi.Input<string>;
|
|
302
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Workspace = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* An object that represents a machine learning workspace.
|
|
10
|
+
*/
|
|
11
|
+
class Workspace extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Workspace resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new Workspace(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Workspace. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === Workspace.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Workspace resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["allowPublicAccessWhenBehindVnet"] = args ? args.allowPublicAccessWhenBehindVnet : undefined;
|
|
48
|
+
resourceInputs["applicationInsights"] = args ? args.applicationInsights : undefined;
|
|
49
|
+
resourceInputs["associatedWorkspaces"] = args ? args.associatedWorkspaces : undefined;
|
|
50
|
+
resourceInputs["containerRegistries"] = args ? args.containerRegistries : undefined;
|
|
51
|
+
resourceInputs["containerRegistry"] = args ? args.containerRegistry : undefined;
|
|
52
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
53
|
+
resourceInputs["discoveryUrl"] = args ? args.discoveryUrl : undefined;
|
|
54
|
+
resourceInputs["enableDataIsolation"] = args ? args.enableDataIsolation : undefined;
|
|
55
|
+
resourceInputs["encryption"] = args ? args.encryption : undefined;
|
|
56
|
+
resourceInputs["existingWorkspaces"] = args ? args.existingWorkspaces : undefined;
|
|
57
|
+
resourceInputs["featureStoreSettings"] = args ? args.featureStoreSettings : undefined;
|
|
58
|
+
resourceInputs["friendlyName"] = args ? args.friendlyName : undefined;
|
|
59
|
+
resourceInputs["hbiWorkspace"] = args ? args.hbiWorkspace : undefined;
|
|
60
|
+
resourceInputs["hubResourceId"] = args ? args.hubResourceId : undefined;
|
|
61
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
62
|
+
resourceInputs["imageBuildCompute"] = args ? args.imageBuildCompute : undefined;
|
|
63
|
+
resourceInputs["keyVault"] = args ? args.keyVault : undefined;
|
|
64
|
+
resourceInputs["keyVaults"] = args ? args.keyVaults : undefined;
|
|
65
|
+
resourceInputs["kind"] = args ? args.kind : undefined;
|
|
66
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
67
|
+
resourceInputs["managedNetwork"] = args ? args.managedNetwork : undefined;
|
|
68
|
+
resourceInputs["primaryUserAssignedIdentity"] = args ? args.primaryUserAssignedIdentity : undefined;
|
|
69
|
+
resourceInputs["publicNetworkAccess"] = args ? args.publicNetworkAccess : undefined;
|
|
70
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
71
|
+
resourceInputs["serverlessComputeSettings"] = args ? args.serverlessComputeSettings : undefined;
|
|
72
|
+
resourceInputs["serviceManagedResourcesSettings"] = args ? args.serviceManagedResourcesSettings : undefined;
|
|
73
|
+
resourceInputs["sharedPrivateLinkResources"] = args ? args.sharedPrivateLinkResources : undefined;
|
|
74
|
+
resourceInputs["sku"] = args ? args.sku : undefined;
|
|
75
|
+
resourceInputs["softDeleteRetentionInDays"] = args ? args.softDeleteRetentionInDays : undefined;
|
|
76
|
+
resourceInputs["storageAccount"] = args ? args.storageAccount : undefined;
|
|
77
|
+
resourceInputs["storageAccounts"] = args ? args.storageAccounts : undefined;
|
|
78
|
+
resourceInputs["systemDatastoresAuthMode"] = args ? args.systemDatastoresAuthMode : undefined;
|
|
79
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
80
|
+
resourceInputs["v1LegacyMode"] = args ? args.v1LegacyMode : undefined;
|
|
81
|
+
resourceInputs["workspaceHubConfig"] = args ? args.workspaceHubConfig : undefined;
|
|
82
|
+
resourceInputs["workspaceName"] = args ? args.workspaceName : undefined;
|
|
83
|
+
resourceInputs["mlFlowTrackingUri"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["notebookInfo"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["privateEndpointConnections"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["privateLinkCount"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["serviceProvisionedResourceGroup"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["storageHnsEnabled"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["tenantId"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["workspaceId"] = undefined /*out*/;
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
resourceInputs["allowPublicAccessWhenBehindVnet"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["applicationInsights"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["associatedWorkspaces"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["containerRegistries"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["containerRegistry"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["discoveryUrl"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["enableDataIsolation"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["encryption"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["existingWorkspaces"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["featureStoreSettings"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["friendlyName"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["hbiWorkspace"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["hubResourceId"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["imageBuildCompute"] = undefined /*out*/;
|
|
113
|
+
resourceInputs["keyVault"] = undefined /*out*/;
|
|
114
|
+
resourceInputs["keyVaults"] = undefined /*out*/;
|
|
115
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
116
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
117
|
+
resourceInputs["managedNetwork"] = undefined /*out*/;
|
|
118
|
+
resourceInputs["mlFlowTrackingUri"] = undefined /*out*/;
|
|
119
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
120
|
+
resourceInputs["notebookInfo"] = undefined /*out*/;
|
|
121
|
+
resourceInputs["primaryUserAssignedIdentity"] = undefined /*out*/;
|
|
122
|
+
resourceInputs["privateEndpointConnections"] = undefined /*out*/;
|
|
123
|
+
resourceInputs["privateLinkCount"] = undefined /*out*/;
|
|
124
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
125
|
+
resourceInputs["publicNetworkAccess"] = undefined /*out*/;
|
|
126
|
+
resourceInputs["serverlessComputeSettings"] = undefined /*out*/;
|
|
127
|
+
resourceInputs["serviceManagedResourcesSettings"] = undefined /*out*/;
|
|
128
|
+
resourceInputs["serviceProvisionedResourceGroup"] = undefined /*out*/;
|
|
129
|
+
resourceInputs["sharedPrivateLinkResources"] = undefined /*out*/;
|
|
130
|
+
resourceInputs["sku"] = undefined /*out*/;
|
|
131
|
+
resourceInputs["softDeleteRetentionInDays"] = undefined /*out*/;
|
|
132
|
+
resourceInputs["storageAccount"] = undefined /*out*/;
|
|
133
|
+
resourceInputs["storageAccounts"] = undefined /*out*/;
|
|
134
|
+
resourceInputs["storageHnsEnabled"] = undefined /*out*/;
|
|
135
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
136
|
+
resourceInputs["systemDatastoresAuthMode"] = undefined /*out*/;
|
|
137
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
138
|
+
resourceInputs["tenantId"] = undefined /*out*/;
|
|
139
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
140
|
+
resourceInputs["v1LegacyMode"] = undefined /*out*/;
|
|
141
|
+
resourceInputs["workspaceHubConfig"] = undefined /*out*/;
|
|
142
|
+
resourceInputs["workspaceId"] = undefined /*out*/;
|
|
143
|
+
}
|
|
144
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
145
|
+
const aliasOpts = { aliases: [{ type: "azure-native:machinelearningservices:Workspace" }, { type: "azure-native:machinelearningservices/v20180301preview:Workspace" }, { type: "azure-native:machinelearningservices/v20181119:Workspace" }, { type: "azure-native:machinelearningservices/v20190501:Workspace" }, { type: "azure-native:machinelearningservices/v20190601:Workspace" }, { type: "azure-native:machinelearningservices/v20191101:Workspace" }, { type: "azure-native:machinelearningservices/v20200101:Workspace" }, { type: "azure-native:machinelearningservices/v20200218preview:Workspace" }, { type: "azure-native:machinelearningservices/v20200301:Workspace" }, { type: "azure-native:machinelearningservices/v20200401:Workspace" }, { type: "azure-native:machinelearningservices/v20200501preview:Workspace" }, { type: "azure-native:machinelearningservices/v20200515preview:Workspace" }, { type: "azure-native:machinelearningservices/v20200601:Workspace" }, { type: "azure-native:machinelearningservices/v20200801:Workspace" }, { type: "azure-native:machinelearningservices/v20200901preview:Workspace" }, { type: "azure-native:machinelearningservices/v20210101:Workspace" }, { type: "azure-native:machinelearningservices/v20210301preview:Workspace" }, { type: "azure-native:machinelearningservices/v20210401:Workspace" }, { type: "azure-native:machinelearningservices/v20210701:Workspace" }, { type: "azure-native:machinelearningservices/v20220101preview:Workspace" }, { type: "azure-native:machinelearningservices/v20220201preview:Workspace" }, { type: "azure-native:machinelearningservices/v20220501:Workspace" }, { type: "azure-native:machinelearningservices/v20220601preview:Workspace" }, { type: "azure-native:machinelearningservices/v20221001:Workspace" }, { type: "azure-native:machinelearningservices/v20221001preview:Workspace" }, { type: "azure-native:machinelearningservices/v20221201preview:Workspace" }, { type: "azure-native:machinelearningservices/v20230201preview:Workspace" }, { type: "azure-native:machinelearningservices/v20230401:Workspace" }, { type: "azure-native:machinelearningservices/v20230401preview:Workspace" }, { type: "azure-native:machinelearningservices/v20230601preview:Workspace" }] };
|
|
146
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
147
|
+
super(Workspace.__pulumiType, name, resourceInputs, opts);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
exports.Workspace = Workspace;
|
|
151
|
+
/** @internal */
|
|
152
|
+
Workspace.__pulumiType = 'azure-native:machinelearningservices/v20230801preview:Workspace';
|
|
153
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29ya3NwYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbWFjaGluZWxlYXJuaW5nc2VydmljZXMvdjIwMjMwODAxcHJldmlldy93b3Jrc3BhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxTQUFVLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDaEQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLFNBQVMsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUN0RSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssU0FBUyxDQUFDLFlBQVksQ0FBQztJQUMxRCxDQUFDO0lBMEpEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1CLEVBQUUsSUFBbUM7UUFDOUUsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7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
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
export declare class WorkspaceConnection extends pulumi.CustomResource {
|
|
5
|
+
/**
|
|
6
|
+
* Get an existing WorkspaceConnection resource's state with the given name, ID, and optional extra
|
|
7
|
+
* properties used to qualify the lookup.
|
|
8
|
+
*
|
|
9
|
+
* @param name The _unique_ name of the resulting resource.
|
|
10
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
11
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
12
|
+
*/
|
|
13
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): WorkspaceConnection;
|
|
14
|
+
/**
|
|
15
|
+
* Returns true if the given object is an instance of WorkspaceConnection. This is designed to work even
|
|
16
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
17
|
+
*/
|
|
18
|
+
static isInstance(obj: any): obj is WorkspaceConnection;
|
|
19
|
+
/**
|
|
20
|
+
* The name of the resource
|
|
21
|
+
*/
|
|
22
|
+
readonly name: pulumi.Output<string>;
|
|
23
|
+
readonly properties: pulumi.Output<outputs.machinelearningservices.v20230801preview.AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | outputs.machinelearningservices.v20230801preview.ApiKeyAuthWorkspaceConnectionPropertiesResponse | outputs.machinelearningservices.v20230801preview.CustomKeysWorkspaceConnectionPropertiesResponse | outputs.machinelearningservices.v20230801preview.ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | outputs.machinelearningservices.v20230801preview.NoneAuthTypeWorkspaceConnectionPropertiesResponse | outputs.machinelearningservices.v20230801preview.PATAuthTypeWorkspaceConnectionPropertiesResponse | outputs.machinelearningservices.v20230801preview.SASAuthTypeWorkspaceConnectionPropertiesResponse | outputs.machinelearningservices.v20230801preview.ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | outputs.machinelearningservices.v20230801preview.UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
26
|
+
*/
|
|
27
|
+
readonly systemData: pulumi.Output<outputs.machinelearningservices.v20230801preview.SystemDataResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
30
|
+
*/
|
|
31
|
+
readonly type: pulumi.Output<string>;
|
|
32
|
+
/**
|
|
33
|
+
* Create a WorkspaceConnection resource with the given unique name, arguments, and options.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resource.
|
|
36
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
37
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
38
|
+
*/
|
|
39
|
+
constructor(name: string, args: WorkspaceConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* The set of arguments for constructing a WorkspaceConnection resource.
|
|
43
|
+
*/
|
|
44
|
+
export interface WorkspaceConnectionArgs {
|
|
45
|
+
/**
|
|
46
|
+
* Friendly name of the workspace connection
|
|
47
|
+
*/
|
|
48
|
+
connectionName?: pulumi.Input<string>;
|
|
49
|
+
properties: pulumi.Input<inputs.machinelearningservices.v20230801preview.AccessKeyAuthTypeWorkspaceConnectionPropertiesArgs | inputs.machinelearningservices.v20230801preview.ApiKeyAuthWorkspaceConnectionPropertiesArgs | inputs.machinelearningservices.v20230801preview.CustomKeysWorkspaceConnectionPropertiesArgs | inputs.machinelearningservices.v20230801preview.ManagedIdentityAuthTypeWorkspaceConnectionPropertiesArgs | inputs.machinelearningservices.v20230801preview.NoneAuthTypeWorkspaceConnectionPropertiesArgs | inputs.machinelearningservices.v20230801preview.PATAuthTypeWorkspaceConnectionPropertiesArgs | inputs.machinelearningservices.v20230801preview.SASAuthTypeWorkspaceConnectionPropertiesArgs | inputs.machinelearningservices.v20230801preview.ServicePrincipalAuthTypeWorkspaceConnectionPropertiesArgs | inputs.machinelearningservices.v20230801preview.UsernamePasswordAuthTypeWorkspaceConnectionPropertiesArgs>;
|
|
50
|
+
/**
|
|
51
|
+
* The name of the resource group. The name is case insensitive.
|
|
52
|
+
*/
|
|
53
|
+
resourceGroupName: pulumi.Input<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Azure Machine Learning Workspace Name
|
|
56
|
+
*/
|
|
57
|
+
workspaceName: pulumi.Input<string>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.WorkspaceConnection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
class WorkspaceConnection extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing WorkspaceConnection resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name, id, opts) {
|
|
18
|
+
return new WorkspaceConnection(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Returns true if the given object is an instance of WorkspaceConnection. This is designed to work even
|
|
22
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
23
|
+
*/
|
|
24
|
+
static isInstance(obj) {
|
|
25
|
+
if (obj === undefined || obj === null) {
|
|
26
|
+
return false;
|
|
27
|
+
}
|
|
28
|
+
return obj['__pulumiType'] === WorkspaceConnection.__pulumiType;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Create a WorkspaceConnection resource with the given unique name, arguments, and options.
|
|
32
|
+
*
|
|
33
|
+
* @param name The _unique_ name of the resource.
|
|
34
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
35
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
36
|
+
*/
|
|
37
|
+
constructor(name, args, opts) {
|
|
38
|
+
let resourceInputs = {};
|
|
39
|
+
opts = opts || {};
|
|
40
|
+
if (!opts.id) {
|
|
41
|
+
if ((!args || args.properties === undefined) && !opts.urn) {
|
|
42
|
+
throw new Error("Missing required property 'properties'");
|
|
43
|
+
}
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.workspaceName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'workspaceName'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["connectionName"] = args ? args.connectionName : undefined;
|
|
51
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
52
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
53
|
+
resourceInputs["workspaceName"] = args ? args.workspaceName : undefined;
|
|
54
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
+
const aliasOpts = { aliases: [{ type: "azure-native:machinelearningservices:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20200601:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20200801:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20200901preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20210101:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20210301preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20210401:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20210701:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20220101preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20220201preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20220501:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20220601preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20221001:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20221001preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20221201preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20230201preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20230401:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20230401preview:WorkspaceConnection" }, { type: "azure-native:machinelearningservices/v20230601preview:WorkspaceConnection" }] };
|
|
66
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
67
|
+
super(WorkspaceConnection.__pulumiType, name, resourceInputs, opts);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.WorkspaceConnection = WorkspaceConnection;
|
|
71
|
+
/** @internal */
|
|
72
|
+
WorkspaceConnection.__pulumiType = 'azure-native:machinelearningservices/v20230801preview:WorkspaceConnection';
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29ya3NwYWNlQ29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21hY2hpbmVsZWFybmluZ3NlcnZpY2VzL3YyMDIzMDgwMXByZXZpZXcvd29ya3NwYWNlQ29ubmVjdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0MsTUFBYSxtQkFBb0IsU0FBUSxNQUFNLENBQUMsY0FBYztJQUMxRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksbUJBQW1CLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDaEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLG1CQUFtQixDQUFDLFlBQVksQ0FBQztJQUNwRSxDQUFDO0lBZ0JEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQTZCLEVBQUUsSUFBbUM7UUFDeEYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsVUFBVSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDdkQsTUFBTSxJQUFJLEtBQUssQ0FBQyx3Q0FBd0MsQ0FB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
|