@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,115 @@
|
|
|
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.AzurePowerShellScript = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Object model for the Azure PowerShell script.
|
|
10
|
+
*/
|
|
11
|
+
class AzurePowerShellScript extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing AzurePowerShellScript 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 AzurePowerShellScript(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of AzurePowerShellScript. 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'] === AzurePowerShellScript.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a AzurePowerShellScript 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
|
+
var _a, _b;
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (!opts.id) {
|
|
45
|
+
if ((!args || args.azPowerShellVersion === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'azPowerShellVersion'");
|
|
47
|
+
}
|
|
48
|
+
if ((!args || args.kind === undefined) && !opts.urn) {
|
|
49
|
+
throw new Error("Missing required property 'kind'");
|
|
50
|
+
}
|
|
51
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
52
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
53
|
+
}
|
|
54
|
+
if ((!args || args.retentionInterval === undefined) && !opts.urn) {
|
|
55
|
+
throw new Error("Missing required property 'retentionInterval'");
|
|
56
|
+
}
|
|
57
|
+
resourceInputs["arguments"] = args ? args.arguments : undefined;
|
|
58
|
+
resourceInputs["azPowerShellVersion"] = args ? args.azPowerShellVersion : undefined;
|
|
59
|
+
resourceInputs["cleanupPreference"] = (_a = (args ? args.cleanupPreference : undefined)) !== null && _a !== void 0 ? _a : "Always";
|
|
60
|
+
resourceInputs["containerSettings"] = args ? args.containerSettings : undefined;
|
|
61
|
+
resourceInputs["environmentVariables"] = args ? args.environmentVariables : undefined;
|
|
62
|
+
resourceInputs["forceUpdateTag"] = args ? args.forceUpdateTag : undefined;
|
|
63
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
64
|
+
resourceInputs["kind"] = "AzurePowerShell";
|
|
65
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
66
|
+
resourceInputs["primaryScriptUri"] = args ? args.primaryScriptUri : undefined;
|
|
67
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
68
|
+
resourceInputs["retentionInterval"] = args ? args.retentionInterval : undefined;
|
|
69
|
+
resourceInputs["scriptContent"] = args ? args.scriptContent : undefined;
|
|
70
|
+
resourceInputs["scriptName"] = args ? args.scriptName : undefined;
|
|
71
|
+
resourceInputs["storageAccountSettings"] = args ? args.storageAccountSettings : undefined;
|
|
72
|
+
resourceInputs["supportingScriptUris"] = args ? args.supportingScriptUris : undefined;
|
|
73
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
74
|
+
resourceInputs["timeout"] = (_b = (args ? args.timeout : undefined)) !== null && _b !== void 0 ? _b : "P1D";
|
|
75
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["outputs"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
resourceInputs["arguments"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["azPowerShellVersion"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["cleanupPreference"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["containerSettings"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["environmentVariables"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["forceUpdateTag"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["outputs"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["primaryScriptUri"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["retentionInterval"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["scriptContent"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["storageAccountSettings"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["supportingScriptUris"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["timeout"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
105
|
+
}
|
|
106
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
107
|
+
const aliasOpts = { aliases: [{ type: "azure-native:resources:AzurePowerShellScript" }, { type: "azure-native:resources/v20191001preview:AzurePowerShellScript" }, { type: "azure-native:resources/v20201001:AzurePowerShellScript" }] };
|
|
108
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
109
|
+
super(AzurePowerShellScript.__pulumiType, name, resourceInputs, opts);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
exports.AzurePowerShellScript = AzurePowerShellScript;
|
|
113
|
+
/** @internal */
|
|
114
|
+
AzurePowerShellScript.__pulumiType = 'azure-native:resources/v20230801:AzurePowerShellScript';
|
|
115
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXp1cmVQb3dlclNoZWxsU2NyaXB0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcmVzb3VyY2VzL3YyMDIzMDgwMS9henVyZVBvd2VyU2hlbGxTY3JpcHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxxQkFBc0IsU0FBUSxNQUFNLENBQUMsY0FBYztJQUM1RDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUkscUJBQXFCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDbEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHFCQUFxQixDQUFDLFlBQVksQ0FBQztJQUN0RSxDQUFDO0lBNEZEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQStCLEVBQUUsSUFBbUM7O1FBQzFGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLG1CQUFtQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDaEUsTUFBTSxJQUFJLEtBQUssQ0FBQyxpREFBaUQsQ0FBQyxD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
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets a deployment script with a given name.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAzureCliScript(args: GetAzureCliScriptArgs, opts?: pulumi.InvokeOptions): Promise<GetAzureCliScriptResult>;
|
|
7
|
+
export interface GetAzureCliScriptArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the resource group. The name is case insensitive.
|
|
10
|
+
*/
|
|
11
|
+
resourceGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the deployment script.
|
|
14
|
+
*/
|
|
15
|
+
scriptName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Object model for the Azure CLI script.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetAzureCliScriptResult {
|
|
21
|
+
/**
|
|
22
|
+
* Command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'
|
|
23
|
+
*/
|
|
24
|
+
readonly arguments?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Azure CLI module version to be used.
|
|
27
|
+
*/
|
|
28
|
+
readonly azCliVersion: string;
|
|
29
|
+
/**
|
|
30
|
+
* The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
|
|
31
|
+
*/
|
|
32
|
+
readonly cleanupPreference?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Container settings.
|
|
35
|
+
*/
|
|
36
|
+
readonly containerSettings?: outputs.resources.v20230801.ContainerConfigurationResponse;
|
|
37
|
+
/**
|
|
38
|
+
* The environment variables to pass over to the script.
|
|
39
|
+
*/
|
|
40
|
+
readonly environmentVariables?: outputs.resources.v20230801.EnvironmentVariableResponse[];
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets how the deployment script should be forced to execute even if the script resource has not changed. Can be current time stamp or a GUID.
|
|
43
|
+
*/
|
|
44
|
+
readonly forceUpdateTag?: string;
|
|
45
|
+
/**
|
|
46
|
+
* String Id used to locate any resource on Azure.
|
|
47
|
+
*/
|
|
48
|
+
readonly id: string;
|
|
49
|
+
/**
|
|
50
|
+
* Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
|
|
51
|
+
*/
|
|
52
|
+
readonly identity?: outputs.resources.v20230801.ManagedServiceIdentityResponse;
|
|
53
|
+
/**
|
|
54
|
+
* Type of the script.
|
|
55
|
+
* Expected value is 'AzureCLI'.
|
|
56
|
+
*/
|
|
57
|
+
readonly kind: "AzureCLI";
|
|
58
|
+
/**
|
|
59
|
+
* The location of the ACI and the storage account for the deployment script.
|
|
60
|
+
*/
|
|
61
|
+
readonly location: string;
|
|
62
|
+
/**
|
|
63
|
+
* Name of this resource.
|
|
64
|
+
*/
|
|
65
|
+
readonly name: string;
|
|
66
|
+
/**
|
|
67
|
+
* List of script outputs.
|
|
68
|
+
*/
|
|
69
|
+
readonly outputs: {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Uri for the script. This is the entry point for the external script.
|
|
74
|
+
*/
|
|
75
|
+
readonly primaryScriptUri?: string;
|
|
76
|
+
/**
|
|
77
|
+
* State of the script execution. This only appears in the response.
|
|
78
|
+
*/
|
|
79
|
+
readonly provisioningState: string;
|
|
80
|
+
/**
|
|
81
|
+
* Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day).
|
|
82
|
+
*/
|
|
83
|
+
readonly retentionInterval: string;
|
|
84
|
+
/**
|
|
85
|
+
* Script body.
|
|
86
|
+
*/
|
|
87
|
+
readonly scriptContent?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Contains the results of script execution.
|
|
90
|
+
*/
|
|
91
|
+
readonly status: outputs.resources.v20230801.ScriptStatusResponse;
|
|
92
|
+
/**
|
|
93
|
+
* Storage Account settings.
|
|
94
|
+
*/
|
|
95
|
+
readonly storageAccountSettings?: outputs.resources.v20230801.StorageAccountConfigurationResponse;
|
|
96
|
+
/**
|
|
97
|
+
* Supporting files for the external script.
|
|
98
|
+
*/
|
|
99
|
+
readonly supportingScriptUris?: string[];
|
|
100
|
+
/**
|
|
101
|
+
* The system metadata related to this resource.
|
|
102
|
+
*/
|
|
103
|
+
readonly systemData: outputs.resources.v20230801.SystemDataResponse;
|
|
104
|
+
/**
|
|
105
|
+
* Resource tags.
|
|
106
|
+
*/
|
|
107
|
+
readonly tags?: {
|
|
108
|
+
[key: string]: string;
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D
|
|
112
|
+
*/
|
|
113
|
+
readonly timeout?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Type of this resource.
|
|
116
|
+
*/
|
|
117
|
+
readonly type: string;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Gets a deployment script with a given name.
|
|
121
|
+
*/
|
|
122
|
+
export declare function getAzureCliScriptOutput(args: GetAzureCliScriptOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzureCliScriptResult>;
|
|
123
|
+
export interface GetAzureCliScriptOutputArgs {
|
|
124
|
+
/**
|
|
125
|
+
* The name of the resource group. The name is case insensitive.
|
|
126
|
+
*/
|
|
127
|
+
resourceGroupName: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* Name of the deployment script.
|
|
130
|
+
*/
|
|
131
|
+
scriptName: pulumi.Input<string>;
|
|
132
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.getAzureCliScriptOutput = exports.getAzureCliScript = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets a deployment script with a given name.
|
|
10
|
+
*/
|
|
11
|
+
function getAzureCliScript(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:resources/v20230801:getAzureCliScript", {
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"scriptName": args.scriptName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getAzureCliScript = getAzureCliScript;
|
|
19
|
+
/**
|
|
20
|
+
* Gets a deployment script with a given name.
|
|
21
|
+
*/
|
|
22
|
+
function getAzureCliScriptOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getAzureCliScript(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getAzureCliScriptOutput = getAzureCliScriptOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QXp1cmVDbGlTY3JpcHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9yZXNvdXJjZXMvdjIwMjMwODAxL2dldEF6dXJlQ2xpU2NyaXB0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGlCQUFpQixDQUFDLElBQTJCLEVBQUUsSUFBMkI7SUFFdEYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsb0RBQW9ELEVBQUU7UUFDL0UsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxZQUFZLEVBQUUsSUFBSSxDQUFDLFVBQVU7S0FDaEMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCw4Q0FPQztBQStHRDs7R0FFRztBQUNILFNBQWdCLHVCQUF1QixDQUFDLElBQWlDLEVBQUUsSUFBMkI7SUFDbEcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDNUUsQ0FBQztBQUZELDBEQUVDIn0=
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets a deployment script with a given name.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAzurePowerShellScript(args: GetAzurePowerShellScriptArgs, opts?: pulumi.InvokeOptions): Promise<GetAzurePowerShellScriptResult>;
|
|
7
|
+
export interface GetAzurePowerShellScriptArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the resource group. The name is case insensitive.
|
|
10
|
+
*/
|
|
11
|
+
resourceGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the deployment script.
|
|
14
|
+
*/
|
|
15
|
+
scriptName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Object model for the Azure PowerShell script.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetAzurePowerShellScriptResult {
|
|
21
|
+
/**
|
|
22
|
+
* Command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'
|
|
23
|
+
*/
|
|
24
|
+
readonly arguments?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Azure PowerShell module version to be used.
|
|
27
|
+
*/
|
|
28
|
+
readonly azPowerShellVersion: string;
|
|
29
|
+
/**
|
|
30
|
+
* The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
|
|
31
|
+
*/
|
|
32
|
+
readonly cleanupPreference?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Container settings.
|
|
35
|
+
*/
|
|
36
|
+
readonly containerSettings?: outputs.resources.v20230801.ContainerConfigurationResponse;
|
|
37
|
+
/**
|
|
38
|
+
* The environment variables to pass over to the script.
|
|
39
|
+
*/
|
|
40
|
+
readonly environmentVariables?: outputs.resources.v20230801.EnvironmentVariableResponse[];
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets how the deployment script should be forced to execute even if the script resource has not changed. Can be current time stamp or a GUID.
|
|
43
|
+
*/
|
|
44
|
+
readonly forceUpdateTag?: string;
|
|
45
|
+
/**
|
|
46
|
+
* String Id used to locate any resource on Azure.
|
|
47
|
+
*/
|
|
48
|
+
readonly id: string;
|
|
49
|
+
/**
|
|
50
|
+
* Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
|
|
51
|
+
*/
|
|
52
|
+
readonly identity?: outputs.resources.v20230801.ManagedServiceIdentityResponse;
|
|
53
|
+
/**
|
|
54
|
+
* Type of the script.
|
|
55
|
+
* Expected value is 'AzurePowerShell'.
|
|
56
|
+
*/
|
|
57
|
+
readonly kind: "AzurePowerShell";
|
|
58
|
+
/**
|
|
59
|
+
* The location of the ACI and the storage account for the deployment script.
|
|
60
|
+
*/
|
|
61
|
+
readonly location: string;
|
|
62
|
+
/**
|
|
63
|
+
* Name of this resource.
|
|
64
|
+
*/
|
|
65
|
+
readonly name: string;
|
|
66
|
+
/**
|
|
67
|
+
* List of script outputs.
|
|
68
|
+
*/
|
|
69
|
+
readonly outputs: {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Uri for the script. This is the entry point for the external script.
|
|
74
|
+
*/
|
|
75
|
+
readonly primaryScriptUri?: string;
|
|
76
|
+
/**
|
|
77
|
+
* State of the script execution. This only appears in the response.
|
|
78
|
+
*/
|
|
79
|
+
readonly provisioningState: string;
|
|
80
|
+
/**
|
|
81
|
+
* Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day).
|
|
82
|
+
*/
|
|
83
|
+
readonly retentionInterval: string;
|
|
84
|
+
/**
|
|
85
|
+
* Script body.
|
|
86
|
+
*/
|
|
87
|
+
readonly scriptContent?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Contains the results of script execution.
|
|
90
|
+
*/
|
|
91
|
+
readonly status: outputs.resources.v20230801.ScriptStatusResponse;
|
|
92
|
+
/**
|
|
93
|
+
* Storage Account settings.
|
|
94
|
+
*/
|
|
95
|
+
readonly storageAccountSettings?: outputs.resources.v20230801.StorageAccountConfigurationResponse;
|
|
96
|
+
/**
|
|
97
|
+
* Supporting files for the external script.
|
|
98
|
+
*/
|
|
99
|
+
readonly supportingScriptUris?: string[];
|
|
100
|
+
/**
|
|
101
|
+
* The system metadata related to this resource.
|
|
102
|
+
*/
|
|
103
|
+
readonly systemData: outputs.resources.v20230801.SystemDataResponse;
|
|
104
|
+
/**
|
|
105
|
+
* Resource tags.
|
|
106
|
+
*/
|
|
107
|
+
readonly tags?: {
|
|
108
|
+
[key: string]: string;
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D
|
|
112
|
+
*/
|
|
113
|
+
readonly timeout?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Type of this resource.
|
|
116
|
+
*/
|
|
117
|
+
readonly type: string;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Gets a deployment script with a given name.
|
|
121
|
+
*/
|
|
122
|
+
export declare function getAzurePowerShellScriptOutput(args: GetAzurePowerShellScriptOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzurePowerShellScriptResult>;
|
|
123
|
+
export interface GetAzurePowerShellScriptOutputArgs {
|
|
124
|
+
/**
|
|
125
|
+
* The name of the resource group. The name is case insensitive.
|
|
126
|
+
*/
|
|
127
|
+
resourceGroupName: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* Name of the deployment script.
|
|
130
|
+
*/
|
|
131
|
+
scriptName: pulumi.Input<string>;
|
|
132
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.getAzurePowerShellScriptOutput = exports.getAzurePowerShellScript = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets a deployment script with a given name.
|
|
10
|
+
*/
|
|
11
|
+
function getAzurePowerShellScript(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:resources/v20230801:getAzurePowerShellScript", {
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"scriptName": args.scriptName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getAzurePowerShellScript = getAzurePowerShellScript;
|
|
19
|
+
/**
|
|
20
|
+
* Gets a deployment script with a given name.
|
|
21
|
+
*/
|
|
22
|
+
function getAzurePowerShellScriptOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getAzurePowerShellScript(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getAzurePowerShellScriptOutput = getAzurePowerShellScriptOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QXp1cmVQb3dlclNoZWxsU2NyaXB0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcmVzb3VyY2VzL3YyMDIzMDgwMS9nZXRBenVyZVBvd2VyU2hlbGxTY3JpcHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0Isd0JBQXdCLENBQUMsSUFBa0MsRUFBRSxJQUEyQjtJQUVwRyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywyREFBMkQsRUFBRTtRQUN0RixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLFlBQVksRUFBRSxJQUFJLENBQUMsVUFBVTtLQUNoQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELDREQU9DO0FBK0dEOztHQUVHO0FBQ0gsU0FBZ0IsOEJBQThCLENBQUMsSUFBd0MsRUFBRSxJQUEyQjtJQUNoSCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNuRixDQUFDO0FBRkQsd0VBRUMifQ==
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { AzureCliScriptArgs } from "./azureCliScript";
|
|
2
|
+
export type AzureCliScript = import("./azureCliScript").AzureCliScript;
|
|
3
|
+
export declare const AzureCliScript: typeof import("./azureCliScript").AzureCliScript;
|
|
4
|
+
export { AzurePowerShellScriptArgs } from "./azurePowerShellScript";
|
|
5
|
+
export type AzurePowerShellScript = import("./azurePowerShellScript").AzurePowerShellScript;
|
|
6
|
+
export declare const AzurePowerShellScript: typeof import("./azurePowerShellScript").AzurePowerShellScript;
|
|
7
|
+
export { GetAzureCliScriptArgs, GetAzureCliScriptResult, GetAzureCliScriptOutputArgs } from "./getAzureCliScript";
|
|
8
|
+
export declare const getAzureCliScript: typeof import("./getAzureCliScript").getAzureCliScript;
|
|
9
|
+
export declare const getAzureCliScriptOutput: typeof import("./getAzureCliScript").getAzureCliScriptOutput;
|
|
10
|
+
export { GetAzurePowerShellScriptArgs, GetAzurePowerShellScriptResult, GetAzurePowerShellScriptOutputArgs } from "./getAzurePowerShellScript";
|
|
11
|
+
export declare const getAzurePowerShellScript: typeof import("./getAzurePowerShellScript").getAzurePowerShellScript;
|
|
12
|
+
export declare const getAzurePowerShellScriptOutput: typeof import("./getAzurePowerShellScript").getAzurePowerShellScriptOutput;
|
|
13
|
+
export * from "../../types/enums/resources/v20230801";
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.getAzurePowerShellScriptOutput = exports.getAzurePowerShellScript = exports.getAzureCliScriptOutput = exports.getAzureCliScript = exports.AzurePowerShellScript = exports.AzureCliScript = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../../utilities");
|
|
22
|
+
exports.AzureCliScript = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["AzureCliScript"], () => require("./azureCliScript"));
|
|
24
|
+
exports.AzurePowerShellScript = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["AzurePowerShellScript"], () => require("./azurePowerShellScript"));
|
|
26
|
+
exports.getAzureCliScript = null;
|
|
27
|
+
exports.getAzureCliScriptOutput = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["getAzureCliScript", "getAzureCliScriptOutput"], () => require("./getAzureCliScript"));
|
|
29
|
+
exports.getAzurePowerShellScript = null;
|
|
30
|
+
exports.getAzurePowerShellScriptOutput = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["getAzurePowerShellScript", "getAzurePowerShellScriptOutput"], () => require("./getAzurePowerShellScript"));
|
|
32
|
+
// Export enums:
|
|
33
|
+
__exportStar(require("../../types/enums/resources/v20230801"), exports);
|
|
34
|
+
const _module = {
|
|
35
|
+
version: utilities.getVersion(),
|
|
36
|
+
construct: (name, type, urn) => {
|
|
37
|
+
switch (type) {
|
|
38
|
+
case "azure-native:resources/v20230801:AzureCliScript":
|
|
39
|
+
return new exports.AzureCliScript(name, undefined, { urn });
|
|
40
|
+
case "azure-native:resources/v20230801:AzurePowerShellScript":
|
|
41
|
+
return new exports.AzurePowerShellScript(name, undefined, { urn });
|
|
42
|
+
default:
|
|
43
|
+
throw new Error(`unknown resource type ${type}`);
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
pulumi.runtime.registerResourceModule("azure-native", "resources/v20230801", _module);
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9yZXNvdXJjZXMvdjIwMjMwODAxL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsNkNBQTZDO0FBS2hDLFFBQUEsY0FBYyxHQUFxRCxJQUFXLENBQUM7QUFDNUYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUM7QUFJdEUsUUFBQSxxQkFBcUIsR0FBbUUsSUFBVyxDQUFDO0FBQ2pILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMseUJBQXlCLENBQUMsQ0FBQyxDQUFDO0FBR3BGLFFBQUEsaUJBQWlCLEdBQTJELElBQVcsQ0FBQztBQUN4RixRQUFBLHVCQUF1QixHQUFpRSxJQUFXLENBQUM7QUFDakgsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsRUFBQyx5QkFBeUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLENBQUM7QUFHdEcsUUFBQSx3QkFBd0IsR0FBeUUsSUFBVyxDQUFDO0FBQzdHLFFBQUEsOEJBQThCLEdBQStFLElBQVcsQ0FBQztBQUN0SSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLDBCQUEwQixFQUFDLGdDQUFnQyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDRCQUE0QixDQUFDLENBQUMsQ0FBQztBQUd4SSxnQkFBZ0I7QUFDaEIsd0VBQXNEO0FBRXRELE1BQU0sT0FBTyxHQUFHO0lBQ1osT0FBTyxFQUFFLFNBQVMsQ0FBQyxVQUFVLEVBQUU7SUFDL0IsU0FBUyxFQUFFLENBQUMsSUFBWSxFQUFFLElBQVksRUFBRSxHQUFXLEVBQW1CLEVBQUU7UUFDcEUsUUFBUSxJQUFJLEVBQUU7WUFDVixLQUFLLGlEQUFpRDtnQkFDbEQsT0FBTyxJQUFJLHNCQUFjLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDNUQsS0FBSyx3REFBd0Q7Z0JBQ3pELE9BQU8sSUFBSSw2QkFBcUIsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUNuRTtnQkFDSSxNQUFNLElBQUksS0FBSyxDQUFDLHlCQUF5QixJQUFJLEVBQUUsQ0FBQyxDQUFDO1NBQ3hEO0lBQ0wsQ0FBQztDQUNKLENBQUM7QUFDRixNQUFNLENBQUMsT0FBTyxDQUFDLHNCQUFzQixDQUFDLGNBQWMsRUFBRSxxQkFBcUIsRUFBRSxPQUFPLENBQUMsQ0FBQSJ9
|
package/search/index.d.ts
CHANGED
|
@@ -25,4 +25,5 @@ export declare const SharedPrivateLinkResource: typeof import("./sharedPrivateLi
|
|
|
25
25
|
export * from "../types/enums/search";
|
|
26
26
|
import * as v20210401preview from "./v20210401preview";
|
|
27
27
|
import * as v20220901 from "./v20220901";
|
|
28
|
-
|
|
28
|
+
import * as v20231101 from "./v20231101";
|
|
29
|
+
export { v20210401preview, v20220901, v20231101, };
|
package/search/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.v20220901 = exports.v20210401preview = exports.SharedPrivateLinkResource = exports.Service = exports.PrivateEndpointConnection = exports.listQueryKeyBySearchServiceOutput = exports.listQueryKeyBySearchService = exports.listAdminKeyOutput = exports.listAdminKey = exports.getSharedPrivateLinkResourceOutput = exports.getSharedPrivateLinkResource = exports.getServiceOutput = exports.getService = exports.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = void 0;
|
|
19
|
+
exports.v20231101 = exports.v20220901 = exports.v20210401preview = exports.SharedPrivateLinkResource = exports.Service = exports.PrivateEndpointConnection = exports.listQueryKeyBySearchServiceOutput = exports.listQueryKeyBySearchService = exports.listAdminKeyOutput = exports.listAdminKey = exports.getSharedPrivateLinkResourceOutput = exports.getSharedPrivateLinkResource = exports.getServiceOutput = exports.getService = exports.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
exports.getPrivateEndpointConnection = null;
|
|
@@ -47,6 +47,8 @@ const v20210401preview = require("./v20210401preview");
|
|
|
47
47
|
exports.v20210401preview = v20210401preview;
|
|
48
48
|
const v20220901 = require("./v20220901");
|
|
49
49
|
exports.v20220901 = v20220901;
|
|
50
|
+
const v20231101 = require("./v20231101");
|
|
51
|
+
exports.v20231101 = v20231101;
|
|
50
52
|
const _module = {
|
|
51
53
|
version: utilities.getVersion(),
|
|
52
54
|
construct: (name, type, urn) => {
|
|
@@ -63,4 +65,4 @@ const _module = {
|
|
|
63
65
|
},
|
|
64
66
|
};
|
|
65
67
|
pulumi.runtime.registerResourceModule("azure-native", "search", _module);
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
68
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zZWFyY2gvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6QywwQ0FBMEM7QUFJN0IsUUFBQSw0QkFBNEIsR0FBaUYsSUFBVyxDQUFDO0FBQ3pILFFBQUEsa0NBQWtDLEdBQXVGLElBQVcsQ0FBQztBQUNsSixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLDhCQUE4QixFQUFDLG9DQUFvQyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGdDQUFnQyxDQUFDLENBQUMsQ0FBQztBQUd2SSxRQUFBLFVBQVUsR0FBNkMsSUFBVyxDQUFDO0FBQ25FLFFBQUEsZ0JBQWdCLEdBQW1ELElBQVcsQ0FBQztBQUM1RixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBQyxrQkFBa0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDO0FBR2pGLFFBQUEsNEJBQTRCLEdBQWlGLElBQVcsQ0FBQztBQUN6SCxRQUFBLGtDQUFrQyxHQUF1RixJQUFXLENBQUM7QUFDbEosU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyw4QkFBOEIsRUFBQyxvQ0FBb0MsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxnQ0FBZ0MsQ0FBQyxDQUFDLENBQUM7QUFHdkksUUFBQSxZQUFZLEdBQWlELElBQVcsQ0FBQztBQUN6RSxRQUFBLGtCQUFrQixHQUF1RCxJQUFXLENBQUM7QUFDbEcsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxjQUFjLEVBQUMsb0JBQW9CLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFDO0FBR3ZGLFFBQUEsMkJBQTJCLEdBQStFLElBQVcsQ0FBQztBQUN0SCxRQUFBLGlDQUFpQyxHQUFxRixJQUFXLENBQUM7QUFDL0ksU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyw2QkFBNkIsRUFBQyxtQ0FBbUMsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQywrQkFBK0IsQ0FBQyxDQUFDLENBQUM7QUFJcEksUUFBQSx5QkFBeUIsR0FBMkUsSUFBVyxDQUFDO0FBQzdILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsNkJBQTZCLENBQUMsQ0FBQyxDQUFDO0FBSTVGLFFBQUEsT0FBTyxHQUF1QyxJQUFXLENBQUM7QUFDdkUsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxTQUFTLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQztBQUl4RCxRQUFBLHlCQUF5QixHQUEyRSxJQUFXLENBQUM7QUFDN0gsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDLENBQUM7QUFHekcsZ0JBQWdCO0FBQ2hCLHdEQUFzQztBQUV0QyxzQkFBc0I7QUFDdEIsdURBQXVEO0FBS25ELDRDQUFnQjtBQUpwQix5Q0FBeUM7QUFLckMsOEJBQVM7QUFKYix5Q0FBeUM7QUFLckMsOEJBQVM7QUFHYixNQUFNLE9BQU8sR0FBRztJQUNaLE9BQU8sRUFBRSxTQUFTLENBQUMsVUFBVSxFQUFFO0lBQy9CLFNBQVMsRUFBRSxDQUFDLElBQVksRUFBRSxJQUFZLEVBQUUsR0FBVyxFQUFtQixFQUFFO1FBQ3BFLFFBQVEsSUFBSSxFQUFFO1lBQ1YsS0FBSywrQ0FBK0M7Z0JBQ2hELE9BQU8sSUFBSSxpQ0FBeUIsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUN2RSxLQUFLLDZCQUE2QjtnQkFDOUIsT0FBTyxJQUFJLGVBQU8sQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUNyRCxLQUFLLCtDQUErQztnQkFDaEQsT0FBTyxJQUFJLGlDQUF5QixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3ZFO2dCQUNJLE1BQU0sSUFBSSxLQUFLLENBQUMseUJBQXlCLElBQUksRUFBRSxDQUFDLENBQUM7U0FDeEQ7SUFDTCxDQUFDO0NBQ0osQ0FBQztBQUNGLE1BQU0sQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsY0FBYyxFQUFFLFFBQVEsRUFBRSxPQUFPLENBQUMsQ0FBQSJ9
|
|
@@ -62,7 +62,7 @@ class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
|
62
62
|
resourceInputs["type"] = undefined /*out*/;
|
|
63
63
|
}
|
|
64
64
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
-
const aliasOpts = { aliases: [{ type: "azure-native:search/v20191001preview:PrivateEndpointConnection" }, { type: "azure-native:search/v20200313:PrivateEndpointConnection" }, { type: "azure-native:search/v20200801:PrivateEndpointConnection" }, { type: "azure-native:search/v20200801preview:PrivateEndpointConnection" }, { type: "azure-native:search/v20210401preview:PrivateEndpointConnection" }, { type: "azure-native:search/v20220901:PrivateEndpointConnection" }] };
|
|
65
|
+
const aliasOpts = { aliases: [{ type: "azure-native:search/v20191001preview:PrivateEndpointConnection" }, { type: "azure-native:search/v20200313:PrivateEndpointConnection" }, { type: "azure-native:search/v20200801:PrivateEndpointConnection" }, { type: "azure-native:search/v20200801preview:PrivateEndpointConnection" }, { type: "azure-native:search/v20210401preview:PrivateEndpointConnection" }, { type: "azure-native:search/v20220901:PrivateEndpointConnection" }, { type: "azure-native:search/v20231101:PrivateEndpointConnection" }] };
|
|
66
66
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
67
67
|
super(PrivateEndpointConnection.__pulumiType, name, resourceInputs, opts);
|
|
68
68
|
}
|
|
@@ -70,4 +70,4 @@ class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
|
70
70
|
exports.PrivateEndpointConnection = PrivateEndpointConnection;
|
|
71
71
|
/** @internal */
|
|
72
72
|
PrivateEndpointConnection.__pulumiType = 'azure-native:search:PrivateEndpointConnection';
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NlYXJjaC9wcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBQ3pDLHlDQUF5QztBQUd6QywwQ0FBMEM7QUFFMUM7OztHQUdHO0FBQ0gsTUFBYSx5QkFBMEIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNoRTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUkseUJBQXlCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDdEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHlCQUF5QixDQUFDLFlBQVksQ0FBQztJQUMxRSxDQUFDO0lBZUQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBbUMsRUFBRSxJQUFtQztRQUM5RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsK0JBQStCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3hHLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsc0RBQXNELENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM3TCxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hGLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO1FBQ0QsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDbkUsTUFBTSxTQUFTLEdBQUcsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxnRUFBZ0UsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHlEQUF5RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUseURBQXlELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxnRUFBZ0UsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLGdFQUFnRSxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUseURBQXlELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx5REFBeUQsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUN4aEIsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBQzVDLEtBQUssQ0FBQyx5QkFBeUIsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUM5RSxDQUFDOztBQXhFTCw4REF5RUM7QUE1REcsZ0JBQWdCO0FBQ08sc0NBQVksR0FBRywrQ0FBK0MsQ0FBQyJ9
|
package/search/service.js
CHANGED
|
@@ -90,7 +90,7 @@ class Service extends pulumi.CustomResource {
|
|
|
90
90
|
resourceInputs["type"] = undefined /*out*/;
|
|
91
91
|
}
|
|
92
92
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
93
|
-
const aliasOpts = { aliases: [{ type: "azure-native:search/v20150819:Service" }, { type: "azure-native:search/v20191001preview:Service" }, { type: "azure-native:search/v20200313:Service" }, { type: "azure-native:search/v20200801:Service" }, { type: "azure-native:search/v20200801preview:Service" }, { type: "azure-native:search/v20210401preview:Service" }, { type: "azure-native:search/v20220901:Service" }] };
|
|
93
|
+
const aliasOpts = { aliases: [{ type: "azure-native:search/v20150819:Service" }, { type: "azure-native:search/v20191001preview:Service" }, { type: "azure-native:search/v20200313:Service" }, { type: "azure-native:search/v20200801:Service" }, { type: "azure-native:search/v20200801preview:Service" }, { type: "azure-native:search/v20210401preview:Service" }, { type: "azure-native:search/v20220901:Service" }, { type: "azure-native:search/v20231101:Service" }] };
|
|
94
94
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
95
95
|
super(Service.__pulumiType, name, resourceInputs, opts);
|
|
96
96
|
}
|
|
@@ -98,4 +98,4 @@ class Service extends pulumi.CustomResource {
|
|
|
98
98
|
exports.Service = Service;
|
|
99
99
|
/** @internal */
|
|
100
100
|
Service.__pulumiType = 'azure-native:search:Service';
|
|
101
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
101
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NlYXJjaC9zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxNQUFhLE9BQVEsU0FBUSxNQUFNLENBQUMsY0FBYztJQUM5Qzs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksT0FBTyxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3BFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxPQUFPLENBQUMsWUFBWSxDQUFDO0lBQ3hELENBQUM7SUErRUQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBaUIsRUFBRSxJQUFtQzs7UUFDNUUsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsYUFBYSxDQUFDLEdBQUcsSUFBSSxDQUFD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
|