@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,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get a SuppressionListAddress.
|
|
5
|
+
* Azure REST API version: 2023-06-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getSuppressionListAddress(args: GetSuppressionListAddressArgs, opts?: pulumi.InvokeOptions): Promise<GetSuppressionListAddressResult>;
|
|
8
|
+
export interface GetSuppressionListAddressArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The id of the address in a suppression list.
|
|
11
|
+
*/
|
|
12
|
+
addressId: string;
|
|
13
|
+
/**
|
|
14
|
+
* The name of the Domains resource.
|
|
15
|
+
*/
|
|
16
|
+
domainName: string;
|
|
17
|
+
/**
|
|
18
|
+
* The name of the EmailService resource.
|
|
19
|
+
*/
|
|
20
|
+
emailServiceName: string;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the resource group. The name is case insensitive.
|
|
23
|
+
*/
|
|
24
|
+
resourceGroupName: string;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the suppression list.
|
|
27
|
+
*/
|
|
28
|
+
suppressionListName: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A object that represents a SuppressionList record.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetSuppressionListAddressResult {
|
|
34
|
+
/**
|
|
35
|
+
* The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly dataLocation: string;
|
|
38
|
+
/**
|
|
39
|
+
* Email address of the recipient.
|
|
40
|
+
*/
|
|
41
|
+
readonly email: string;
|
|
42
|
+
/**
|
|
43
|
+
* The first name of the email recipient.
|
|
44
|
+
*/
|
|
45
|
+
readonly firstName?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
48
|
+
*/
|
|
49
|
+
readonly id: string;
|
|
50
|
+
/**
|
|
51
|
+
* The date the address was last updated in a suppression list.
|
|
52
|
+
*/
|
|
53
|
+
readonly lastModified: string;
|
|
54
|
+
/**
|
|
55
|
+
* The last name of the email recipient.
|
|
56
|
+
*/
|
|
57
|
+
readonly lastName?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The name of the resource
|
|
60
|
+
*/
|
|
61
|
+
readonly name: string;
|
|
62
|
+
/**
|
|
63
|
+
* An optional property to provide contextual notes or a description for an address.
|
|
64
|
+
*/
|
|
65
|
+
readonly notes?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
68
|
+
*/
|
|
69
|
+
readonly systemData: outputs.communication.SystemDataResponse;
|
|
70
|
+
/**
|
|
71
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
72
|
+
*/
|
|
73
|
+
readonly type: string;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Get a SuppressionListAddress.
|
|
77
|
+
* Azure REST API version: 2023-06-01-preview.
|
|
78
|
+
*/
|
|
79
|
+
export declare function getSuppressionListAddressOutput(args: GetSuppressionListAddressOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSuppressionListAddressResult>;
|
|
80
|
+
export interface GetSuppressionListAddressOutputArgs {
|
|
81
|
+
/**
|
|
82
|
+
* The id of the address in a suppression list.
|
|
83
|
+
*/
|
|
84
|
+
addressId: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The name of the Domains resource.
|
|
87
|
+
*/
|
|
88
|
+
domainName: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The name of the EmailService resource.
|
|
91
|
+
*/
|
|
92
|
+
emailServiceName: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The name of the resource group. The name is case insensitive.
|
|
95
|
+
*/
|
|
96
|
+
resourceGroupName: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The name of the suppression list.
|
|
99
|
+
*/
|
|
100
|
+
suppressionListName: pulumi.Input<string>;
|
|
101
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.getSuppressionListAddressOutput = exports.getSuppressionListAddress = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get a SuppressionListAddress.
|
|
10
|
+
* Azure REST API version: 2023-06-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
function getSuppressionListAddress(args, opts) {
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("azure-native:communication:getSuppressionListAddress", {
|
|
15
|
+
"addressId": args.addressId,
|
|
16
|
+
"domainName": args.domainName,
|
|
17
|
+
"emailServiceName": args.emailServiceName,
|
|
18
|
+
"resourceGroupName": args.resourceGroupName,
|
|
19
|
+
"suppressionListName": args.suppressionListName,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getSuppressionListAddress = getSuppressionListAddress;
|
|
23
|
+
/**
|
|
24
|
+
* Get a SuppressionListAddress.
|
|
25
|
+
* Azure REST API version: 2023-06-01-preview.
|
|
26
|
+
*/
|
|
27
|
+
function getSuppressionListAddressOutput(args, opts) {
|
|
28
|
+
return pulumi.output(args).apply((a) => getSuppressionListAddress(a, opts));
|
|
29
|
+
}
|
|
30
|
+
exports.getSuppressionListAddressOutput = getSuppressionListAddressOutput;
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U3VwcHJlc3Npb25MaXN0QWRkcmVzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2NvbW11bmljYXRpb24vZ2V0U3VwcHJlc3Npb25MaXN0QWRkcmVzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7OztHQUdHO0FBQ0gsU0FBZ0IseUJBQXlCLENBQUMsSUFBbUMsRUFBRSxJQUEyQjtJQUV0RyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxzREFBc0QsRUFBRTtRQUNqRixXQUFXLEVBQUUsSUFBSSxDQUFDLFNBQVM7UUFDM0IsWUFBWSxFQUFFLElBQUksQ0FBQyxVQUFVO1FBQzdCLGtCQUFrQixFQUFFLElBQUksQ0FBQyxnQkFBZ0I7UUFDekMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxxQkFBcUIsRUFBRSxJQUFJLENBQUMsbUJBQW1CO0tBQ2xELEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVkQsOERBVUM7QUFzRUQ7OztHQUdHO0FBQ0gsU0FBZ0IsK0JBQStCLENBQUMsSUFBeUMsRUFBRSxJQUEyQjtJQUNsSCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNwRixDQUFDO0FBRkQsMEVBRUMifQ==
|
package/communication/index.d.ts
CHANGED
|
@@ -19,14 +19,27 @@ export declare const getEmailServiceOutput: typeof import("./getEmailService").g
|
|
|
19
19
|
export { GetSenderUsernameArgs, GetSenderUsernameResult, GetSenderUsernameOutputArgs } from "./getSenderUsername";
|
|
20
20
|
export declare const getSenderUsername: typeof import("./getSenderUsername").getSenderUsername;
|
|
21
21
|
export declare const getSenderUsernameOutput: typeof import("./getSenderUsername").getSenderUsernameOutput;
|
|
22
|
+
export { GetSuppressionListArgs, GetSuppressionListResult, GetSuppressionListOutputArgs } from "./getSuppressionList";
|
|
23
|
+
export declare const getSuppressionList: typeof import("./getSuppressionList").getSuppressionList;
|
|
24
|
+
export declare const getSuppressionListOutput: typeof import("./getSuppressionList").getSuppressionListOutput;
|
|
25
|
+
export { GetSuppressionListAddressArgs, GetSuppressionListAddressResult, GetSuppressionListAddressOutputArgs } from "./getSuppressionListAddress";
|
|
26
|
+
export declare const getSuppressionListAddress: typeof import("./getSuppressionListAddress").getSuppressionListAddress;
|
|
27
|
+
export declare const getSuppressionListAddressOutput: typeof import("./getSuppressionListAddress").getSuppressionListAddressOutput;
|
|
22
28
|
export { ListCommunicationServiceKeysArgs, ListCommunicationServiceKeysResult, ListCommunicationServiceKeysOutputArgs } from "./listCommunicationServiceKeys";
|
|
23
29
|
export declare const listCommunicationServiceKeys: typeof import("./listCommunicationServiceKeys").listCommunicationServiceKeys;
|
|
24
30
|
export declare const listCommunicationServiceKeysOutput: typeof import("./listCommunicationServiceKeys").listCommunicationServiceKeysOutput;
|
|
25
31
|
export { SenderUsernameArgs } from "./senderUsername";
|
|
26
32
|
export type SenderUsername = import("./senderUsername").SenderUsername;
|
|
27
33
|
export declare const SenderUsername: typeof import("./senderUsername").SenderUsername;
|
|
34
|
+
export { SuppressionListArgs } from "./suppressionList";
|
|
35
|
+
export type SuppressionList = import("./suppressionList").SuppressionList;
|
|
36
|
+
export declare const SuppressionList: typeof import("./suppressionList").SuppressionList;
|
|
37
|
+
export { SuppressionListAddressArgs } from "./suppressionListAddress";
|
|
38
|
+
export type SuppressionListAddress = import("./suppressionListAddress").SuppressionListAddress;
|
|
39
|
+
export declare const SuppressionListAddress: typeof import("./suppressionListAddress").SuppressionListAddress;
|
|
28
40
|
export * from "../types/enums/communication";
|
|
29
41
|
import * as v20220701preview from "./v20220701preview";
|
|
30
42
|
import * as v20230331 from "./v20230331";
|
|
31
43
|
import * as v20230401preview from "./v20230401preview";
|
|
32
|
-
|
|
44
|
+
import * as v20230601preview from "./v20230601preview";
|
|
45
|
+
export { v20220701preview, v20230331, v20230401preview, v20230601preview, };
|
package/communication/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.v20230401preview = exports.v20230331 = exports.v20220701preview = exports.SenderUsername = exports.listCommunicationServiceKeysOutput = exports.listCommunicationServiceKeys = exports.getSenderUsernameOutput = exports.getSenderUsername = exports.getEmailServiceOutput = exports.getEmailService = exports.getDomainOutput = exports.getDomain = exports.getCommunicationServiceOutput = exports.getCommunicationService = exports.EmailService = exports.Domain = exports.CommunicationService = void 0;
|
|
19
|
+
exports.v20230601preview = exports.v20230401preview = exports.v20230331 = exports.v20220701preview = exports.SuppressionListAddress = exports.SuppressionList = exports.SenderUsername = exports.listCommunicationServiceKeysOutput = exports.listCommunicationServiceKeys = exports.getSuppressionListAddressOutput = exports.getSuppressionListAddress = exports.getSuppressionListOutput = exports.getSuppressionList = exports.getSenderUsernameOutput = exports.getSenderUsername = exports.getEmailServiceOutput = exports.getEmailService = exports.getDomainOutput = exports.getDomain = exports.getCommunicationServiceOutput = exports.getCommunicationService = exports.EmailService = exports.Domain = exports.CommunicationService = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
exports.CommunicationService = null;
|
|
@@ -37,11 +37,21 @@ utilities.lazyLoad(exports, ["getEmailService", "getEmailServiceOutput"], () =>
|
|
|
37
37
|
exports.getSenderUsername = null;
|
|
38
38
|
exports.getSenderUsernameOutput = null;
|
|
39
39
|
utilities.lazyLoad(exports, ["getSenderUsername", "getSenderUsernameOutput"], () => require("./getSenderUsername"));
|
|
40
|
+
exports.getSuppressionList = null;
|
|
41
|
+
exports.getSuppressionListOutput = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getSuppressionList", "getSuppressionListOutput"], () => require("./getSuppressionList"));
|
|
43
|
+
exports.getSuppressionListAddress = null;
|
|
44
|
+
exports.getSuppressionListAddressOutput = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["getSuppressionListAddress", "getSuppressionListAddressOutput"], () => require("./getSuppressionListAddress"));
|
|
40
46
|
exports.listCommunicationServiceKeys = null;
|
|
41
47
|
exports.listCommunicationServiceKeysOutput = null;
|
|
42
48
|
utilities.lazyLoad(exports, ["listCommunicationServiceKeys", "listCommunicationServiceKeysOutput"], () => require("./listCommunicationServiceKeys"));
|
|
43
49
|
exports.SenderUsername = null;
|
|
44
50
|
utilities.lazyLoad(exports, ["SenderUsername"], () => require("./senderUsername"));
|
|
51
|
+
exports.SuppressionList = null;
|
|
52
|
+
utilities.lazyLoad(exports, ["SuppressionList"], () => require("./suppressionList"));
|
|
53
|
+
exports.SuppressionListAddress = null;
|
|
54
|
+
utilities.lazyLoad(exports, ["SuppressionListAddress"], () => require("./suppressionListAddress"));
|
|
45
55
|
// Export enums:
|
|
46
56
|
__exportStar(require("../types/enums/communication"), exports);
|
|
47
57
|
// Export sub-modules:
|
|
@@ -51,6 +61,8 @@ const v20230331 = require("./v20230331");
|
|
|
51
61
|
exports.v20230331 = v20230331;
|
|
52
62
|
const v20230401preview = require("./v20230401preview");
|
|
53
63
|
exports.v20230401preview = v20230401preview;
|
|
64
|
+
const v20230601preview = require("./v20230601preview");
|
|
65
|
+
exports.v20230601preview = v20230601preview;
|
|
54
66
|
const _module = {
|
|
55
67
|
version: utilities.getVersion(),
|
|
56
68
|
construct: (name, type, urn) => {
|
|
@@ -63,10 +75,14 @@ const _module = {
|
|
|
63
75
|
return new exports.EmailService(name, undefined, { urn });
|
|
64
76
|
case "azure-native:communication:SenderUsername":
|
|
65
77
|
return new exports.SenderUsername(name, undefined, { urn });
|
|
78
|
+
case "azure-native:communication:SuppressionList":
|
|
79
|
+
return new exports.SuppressionList(name, undefined, { urn });
|
|
80
|
+
case "azure-native:communication:SuppressionListAddress":
|
|
81
|
+
return new exports.SuppressionListAddress(name, undefined, { urn });
|
|
66
82
|
default:
|
|
67
83
|
throw new Error(`unknown resource type ${type}`);
|
|
68
84
|
}
|
|
69
85
|
},
|
|
70
86
|
};
|
|
71
87
|
pulumi.runtime.registerResourceModule("azure-native", "communication", _module);
|
|
72
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
88
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9jb21tdW5pY2F0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsMENBQTBDO0FBSzdCLFFBQUEsb0JBQW9CLEdBQWlFLElBQVcsQ0FBQztBQUM5RyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLHdCQUF3QixDQUFDLENBQUMsQ0FBQztBQUlsRixRQUFBLE1BQU0sR0FBcUMsSUFBVyxDQUFDO0FBQ3BFLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsUUFBUSxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUM7QUFJdEQsUUFBQSxZQUFZLEdBQWlELElBQVcsQ0FBQztBQUN0RixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGNBQWMsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUM7QUFHbEUsUUFBQSx1QkFBdUIsR0FBdUUsSUFBVyxDQUFDO0FBQzFHLFFBQUEsNkJBQTZCLEdBQTZFLElBQVcsQ0FBQztBQUNuSSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHlCQUF5QixFQUFDLCtCQUErQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDJCQUEyQixDQUFDLENBQUMsQ0FBQztBQUd4SCxRQUFBLFNBQVMsR0FBMkMsSUFBVyxDQUFDO0FBQ2hFLFFBQUEsZUFBZSxHQUFpRCxJQUFXLENBQUM7QUFDekYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxXQUFXLEVBQUMsaUJBQWlCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQztBQUc5RSxRQUFBLGVBQWUsR0FBdUQsSUFBVyxDQUFDO0FBQ2xGLFFBQUEscUJBQXFCLEdBQTZELElBQVcsQ0FBQztBQUMzRyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixFQUFDLHVCQUF1QixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQztBQUdoRyxRQUFBLGlCQUFpQixHQUEyRCxJQUFXLENBQUM7QUFDeEYsUUFBQSx1QkFBdUIsR0FBaUUsSUFBVyxDQUFDO0FBQ2pILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsbUJBQW1CLEVBQUMseUJBQXlCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMscUJBQXFCLENBQUMsQ0FBQyxDQUFDO0FBR3RHLFFBQUEsa0JBQWtCLEdBQTZELElBQVcsQ0FBQztBQUMzRixRQUFBLHdCQUF3QixHQUFtRSxJQUFXLENBQUM7QUFDcEgsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsRUFBQywwQkFBMEIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLENBQUM7QUFHekcsUUFBQSx5QkFBeUIsR0FBMkUsSUFBVyxDQUFDO0FBQ2hILFFBQUEsK0JBQStCLEdBQWlGLElBQVcsQ0FBQztBQUN6SSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixFQUFDLGlDQUFpQyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDZCQUE2QixDQUFDLENBQUMsQ0FBQztBQUc5SCxRQUFBLDRCQUE0QixHQUFpRixJQUFXLENBQUM7QUFDekgsUUFBQSxrQ0FBa0MsR0FBdUYsSUFBVyxDQUFDO0FBQ2xKLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsOEJBQThCLEVBQUMsb0NBQW9DLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0NBQWdDLENBQUMsQ0FBQyxDQUFDO0FBSXZJLFFBQUEsY0FBYyxHQUFxRCxJQUFXLENBQUM7QUFDNUYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUM7QUFJdEUsUUFBQSxlQUFlLEdBQXVELElBQVcsQ0FBQztBQUMvRixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQztBQUl4RSxRQUFBLHNCQUFzQixHQUFxRSxJQUFXLENBQUM7QUFDcEgsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQywwQkFBMEIsQ0FBQyxDQUFDLENBQUM7QUFHbkcsZ0JBQWdCO0FBQ2hCLCtEQUE2QztBQUU3QyxzQkFBc0I7QUFDdEIsdURBQXVEO0FBTW5ELDRDQUFnQjtBQUxwQix5Q0FBeUM7QUFNckMsOEJBQVM7QUFMYix1REFBdUQ7QUFNbkQsNENBQWdCO0FBTHBCLHVEQUF1RDtBQU1uRCw0Q0FBZ0I7QUFHcEIsTUFBTSxPQUFPLEdBQUc7SUFDWixPQUFPLEVBQUUsU0FBUyxDQUFDLFVBQVUsRUFBRTtJQUMvQixTQUFTLEVBQUUsQ0FBQyxJQUFZLEVBQUUsSUFBWSxFQUFFLEdBQVcsRUFBbUIsRUFBRTtRQUNwRSxRQUFRLElBQUksRUFBRTtZQUNWLEtBQUssaURBQWlEO2dCQUNsRCxPQUFPLElBQUksNEJBQW9CLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDbEUsS0FBSyxtQ0FBbUM7Z0JBQ3BDLE9BQU8sSUFBSSxjQUFNLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDcEQsS0FBSyx5Q0FBeUM7Z0JBQzFDLE9BQU8sSUFBSSxvQkFBWSxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQzFELEtBQUssMkNBQTJDO2dCQUM1QyxPQUFPLElBQUksc0JBQWMsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUM1RCxLQUFLLDRDQUE0QztnQkFDN0MsT0FBTyxJQUFJLHVCQUFlLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDN0QsS0FBSyxtREFBbUQ7Z0JBQ3BELE9BQU8sSUFBSSw4QkFBc0IsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUNwRTtnQkFDSSxNQUFNLElBQUksS0FBSyxDQUFDLHlCQUF5QixJQUFJLEVBQUUsQ0FBQyxDQUFDO1NBQ3hEO0lBQ0wsQ0FBQztDQUNKLENBQUM7QUFDRixNQUFNLENBQUMsT0FBTyxDQUFDLHNCQUFzQixDQUFDLGNBQWMsRUFBRSxlQUFlLEVBQUUsT0FBTyxDQUFDLENBQUEifQ==
|
|
@@ -76,7 +76,7 @@ class SenderUsername extends pulumi.CustomResource {
|
|
|
76
76
|
resourceInputs["username"] = undefined /*out*/;
|
|
77
77
|
}
|
|
78
78
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
79
|
-
const aliasOpts = { aliases: [{ type: "azure-native:communication/v20230301preview:SenderUsername" }, { type: "azure-native:communication/v20230331:SenderUsername" }, { type: "azure-native:communication/v20230401preview:SenderUsername" }] };
|
|
79
|
+
const aliasOpts = { aliases: [{ type: "azure-native:communication/v20230301preview:SenderUsername" }, { type: "azure-native:communication/v20230331:SenderUsername" }, { type: "azure-native:communication/v20230401preview:SenderUsername" }, { type: "azure-native:communication/v20230601preview:SenderUsername" }] };
|
|
80
80
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
81
81
|
super(SenderUsername.__pulumiType, name, resourceInputs, opts);
|
|
82
82
|
}
|
|
@@ -84,4 +84,4 @@ class SenderUsername extends pulumi.CustomResource {
|
|
|
84
84
|
exports.SenderUsername = SenderUsername;
|
|
85
85
|
/** @internal */
|
|
86
86
|
SenderUsername.__pulumiType = 'azure-native:communication:SenderUsername';
|
|
87
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
87
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VuZGVyVXNlcm5hbWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9jb21tdW5pY2F0aW9uL3NlbmRlclVzZXJuYW1lLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxNQUFhLGNBQWUsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNyRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksY0FBYyxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQzNFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxjQUFjLENBQUMsWUFBWSxDQUFDO0lBQy9ELENBQUM7SUErQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBd0IsRUFBRSxJQUFtQztRQUNuRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxVQUFVLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUN2RCxNQUFNLElBQUksS0FBSyxDQUFDLHdDQUF3QyxDQUFDLENBQUM7YUFDN0Q7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGdCQUFnQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDN0QsTUFBTSxJQUFJLEtBQUssQ0FBQyw4Q0FBOEMsQ0FBQyxDQUFDO2FBQ25FO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsUUFBUSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDckQsTUFBTSxJQUFJLEtBQUssQ0FBQyxzQ0FBc0MsQ0FBQyxDQUFDO2FBQzNEO1lBQ0QsY0FBYyxDQUFDLGFBQWEsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3BFLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNsRSxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlFLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLGdCQUFnQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDMUUsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxjQUFjLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ25ELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQyxjQUFjLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ25ELGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2xELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDbEQ7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLDREQUE0RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUscURBQXFELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw0REFBNEQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDREQUE0RCxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQ3pULElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsY0FBYyxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ25FLENBQUM7O0FBdkdMLHdDQXdHQztBQTNGRyxnQkFBZ0I7QUFDTywyQkFBWSxHQUFHLDJDQUEyQyxDQUFDIn0=
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* A class representing a SuppressionList resource.
|
|
5
|
+
* Azure REST API version: 2023-06-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SuppressionList extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing SuppressionList resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): SuppressionList;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of SuppressionList. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is SuppressionList;
|
|
22
|
+
/**
|
|
23
|
+
* The date the resource was created.
|
|
24
|
+
*/
|
|
25
|
+
readonly createdTimeStamp: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
|
|
28
|
+
*/
|
|
29
|
+
readonly dataLocation: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The date the resource was last updated.
|
|
32
|
+
*/
|
|
33
|
+
readonly lastUpdatedTimeStamp: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* The the name of the suppression list. This value must match one of the valid sender usernames of the sending domain.
|
|
36
|
+
*/
|
|
37
|
+
readonly listName: pulumi.Output<string | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* The name of the resource
|
|
40
|
+
*/
|
|
41
|
+
readonly name: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
44
|
+
*/
|
|
45
|
+
readonly systemData: pulumi.Output<outputs.communication.SystemDataResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
48
|
+
*/
|
|
49
|
+
readonly type: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* Create a SuppressionList resource with the given unique name, arguments, and options.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resource.
|
|
54
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
55
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
56
|
+
*/
|
|
57
|
+
constructor(name: string, args: SuppressionListArgs, opts?: pulumi.CustomResourceOptions);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* The set of arguments for constructing a SuppressionList resource.
|
|
61
|
+
*/
|
|
62
|
+
export interface SuppressionListArgs {
|
|
63
|
+
/**
|
|
64
|
+
* The name of the Domains resource.
|
|
65
|
+
*/
|
|
66
|
+
domainName: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the EmailService resource.
|
|
69
|
+
*/
|
|
70
|
+
emailServiceName: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The the name of the suppression list. This value must match one of the valid sender usernames of the sending domain.
|
|
73
|
+
*/
|
|
74
|
+
listName?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The name of the resource group. The name is case insensitive.
|
|
77
|
+
*/
|
|
78
|
+
resourceGroupName: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The name of the suppression list.
|
|
81
|
+
*/
|
|
82
|
+
suppressionListName?: pulumi.Input<string>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
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.SuppressionList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* A class representing a SuppressionList resource.
|
|
10
|
+
* Azure REST API version: 2023-06-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
class SuppressionList extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing SuppressionList resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, opts) {
|
|
22
|
+
return new SuppressionList(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of SuppressionList. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === SuppressionList.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a SuppressionList resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name, args, opts) {
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (!opts.id) {
|
|
45
|
+
if ((!args || args.domainName === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'domainName'");
|
|
47
|
+
}
|
|
48
|
+
if ((!args || args.emailServiceName === undefined) && !opts.urn) {
|
|
49
|
+
throw new Error("Missing required property 'emailServiceName'");
|
|
50
|
+
}
|
|
51
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
52
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
53
|
+
}
|
|
54
|
+
resourceInputs["domainName"] = args ? args.domainName : undefined;
|
|
55
|
+
resourceInputs["emailServiceName"] = args ? args.emailServiceName : undefined;
|
|
56
|
+
resourceInputs["listName"] = args ? args.listName : undefined;
|
|
57
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
58
|
+
resourceInputs["suppressionListName"] = args ? args.suppressionListName : undefined;
|
|
59
|
+
resourceInputs["createdTimeStamp"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["dataLocation"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["lastUpdatedTimeStamp"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
resourceInputs["createdTimeStamp"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["dataLocation"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["lastUpdatedTimeStamp"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["listName"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
74
|
+
}
|
|
75
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
76
|
+
const aliasOpts = { aliases: [{ type: "azure-native:communication/v20230601preview:SuppressionList" }] };
|
|
77
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
78
|
+
super(SuppressionList.__pulumiType, name, resourceInputs, opts);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.SuppressionList = SuppressionList;
|
|
82
|
+
/** @internal */
|
|
83
|
+
SuppressionList.__pulumiType = 'azure-native:communication:SuppressionList';
|
|
84
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VwcHJlc3Npb25MaXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vY29tbXVuaWNhdGlvbi9zdXBwcmVzc2lvbkxpc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsZUFBZ0IsU0FBUSxNQUFNLENBQUMsY0FBYztJQUN0RDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksZUFBZSxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQzVFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxlQUFlLENBQUMsWUFBWSxDQUFDO0lBQ2hFLENBQUM7SUErQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBeUIsRUFBRSxJQUFtQztRQUNwRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxVQUFVLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUN2RCxNQUFNLElBQUksS0FBSyxDQUFDLHdDQUF3QyxDQUFDLENBQUM7YUFDN0Q7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGdCQUFnQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDN0QsTUFBTSxJQUFJLEtBQUssQ0FBQyw4Q0FBOEMsQ0FBQyxDQUFDO2FBQ25FO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNsRSxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlFLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hGLGNBQWMsQ0FBQyxxQkFBcUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEYsY0FBYyxDQUFDLGtCQUFrQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN2RCxjQUFjLENBQUMsY0FBYyxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNuRCxjQUFjLENBQUMsc0JBQXNCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3ZELGNBQWMsQ0FBQyxjQUFjLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ25ELGNBQWMsQ0FBQyxzQkFBc0IsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0QsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLDZEQUE2RCxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQ3pHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsZUFBZSxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ3BFLENBQUM7O0FBcEdMLDBDQXFHQztBQXhGRyxnQkFBZ0I7QUFDTyw0QkFBWSxHQUFHLDRDQUE0QyxDQUFDIn0=
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* A object that represents a SuppressionList record.
|
|
5
|
+
* Azure REST API version: 2023-06-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SuppressionListAddress extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing SuppressionListAddress resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): SuppressionListAddress;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of SuppressionListAddress. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is SuppressionListAddress;
|
|
22
|
+
/**
|
|
23
|
+
* The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
|
|
24
|
+
*/
|
|
25
|
+
readonly dataLocation: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* Email address of the recipient.
|
|
28
|
+
*/
|
|
29
|
+
readonly email: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The first name of the email recipient.
|
|
32
|
+
*/
|
|
33
|
+
readonly firstName: pulumi.Output<string | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* The date the address was last updated in a suppression list.
|
|
36
|
+
*/
|
|
37
|
+
readonly lastModified: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* The last name of the email recipient.
|
|
40
|
+
*/
|
|
41
|
+
readonly lastName: pulumi.Output<string | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* The name of the resource
|
|
44
|
+
*/
|
|
45
|
+
readonly name: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* An optional property to provide contextual notes or a description for an address.
|
|
48
|
+
*/
|
|
49
|
+
readonly notes: pulumi.Output<string | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
52
|
+
*/
|
|
53
|
+
readonly systemData: pulumi.Output<outputs.communication.SystemDataResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
56
|
+
*/
|
|
57
|
+
readonly type: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Create a SuppressionListAddress resource with the given unique name, arguments, and options.
|
|
60
|
+
*
|
|
61
|
+
* @param name The _unique_ name of the resource.
|
|
62
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
63
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
64
|
+
*/
|
|
65
|
+
constructor(name: string, args: SuppressionListAddressArgs, opts?: pulumi.CustomResourceOptions);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* The set of arguments for constructing a SuppressionListAddress resource.
|
|
69
|
+
*/
|
|
70
|
+
export interface SuppressionListAddressArgs {
|
|
71
|
+
/**
|
|
72
|
+
* The id of the address in a suppression list.
|
|
73
|
+
*/
|
|
74
|
+
addressId?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The name of the Domains resource.
|
|
77
|
+
*/
|
|
78
|
+
domainName: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Email address of the recipient.
|
|
81
|
+
*/
|
|
82
|
+
email: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* The name of the EmailService resource.
|
|
85
|
+
*/
|
|
86
|
+
emailServiceName: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The first name of the email recipient.
|
|
89
|
+
*/
|
|
90
|
+
firstName?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* The last name of the email recipient.
|
|
93
|
+
*/
|
|
94
|
+
lastName?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* An optional property to provide contextual notes or a description for an address.
|
|
97
|
+
*/
|
|
98
|
+
notes?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The name of the resource group. The name is case insensitive.
|
|
101
|
+
*/
|
|
102
|
+
resourceGroupName: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The name of the suppression list.
|
|
105
|
+
*/
|
|
106
|
+
suppressionListName: pulumi.Input<string>;
|
|
107
|
+
}
|