@pulumi/azure-native 2.10.0 → 2.11.1-alpha.1697052021
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/dbformysql/v20171201/configuration.d.ts +85 -0
- package/dbformysql/v20171201/configuration.js +81 -0
- package/dbformysql/v20171201/database.d.ts +69 -0
- package/dbformysql/v20171201/database.js +73 -0
- package/dbformysql/v20171201/firewallRule.d.ts +69 -0
- package/dbformysql/v20171201/firewallRule.js +79 -0
- package/dbformysql/v20171201/getConfiguration.d.ts +78 -0
- package/dbformysql/v20171201/getConfiguration.js +27 -0
- package/dbformysql/v20171201/getDatabase.d.ts +62 -0
- package/dbformysql/v20171201/getDatabase.js +27 -0
- package/dbformysql/v20171201/getFirewallRule.d.ts +62 -0
- package/dbformysql/v20171201/getFirewallRule.js +27 -0
- package/dbformysql/v20171201/getServerAdministrator.d.ts +62 -0
- package/dbformysql/v20171201/getServerAdministrator.js +26 -0
- package/dbformysql/v20171201/getVirtualNetworkRule.d.ts +66 -0
- package/dbformysql/v20171201/getVirtualNetworkRule.js +27 -0
- package/dbformysql/v20171201/index.d.ts +30 -0
- package/dbformysql/v20171201/index.js +37 -2
- package/dbformysql/v20171201/serverAdministrator.d.ts +82 -0
- package/dbformysql/v20171201/serverAdministrator.js +88 -0
- package/dbformysql/v20171201/virtualNetworkRule.d.ts +73 -0
- package/dbformysql/v20171201/virtualNetworkRule.js +78 -0
- package/dbforpostgresql/v20171201/configuration.d.ts +85 -0
- package/dbforpostgresql/v20171201/configuration.js +81 -0
- package/dbforpostgresql/v20171201/database.d.ts +69 -0
- package/dbforpostgresql/v20171201/database.js +73 -0
- package/dbforpostgresql/v20171201/firewallRule.d.ts +69 -0
- package/dbforpostgresql/v20171201/firewallRule.js +79 -0
- package/dbforpostgresql/v20171201/getConfiguration.d.ts +78 -0
- package/dbforpostgresql/v20171201/getConfiguration.js +27 -0
- package/dbforpostgresql/v20171201/getDatabase.d.ts +62 -0
- package/dbforpostgresql/v20171201/getDatabase.js +27 -0
- package/dbforpostgresql/v20171201/getFirewallRule.d.ts +62 -0
- package/dbforpostgresql/v20171201/getFirewallRule.js +27 -0
- package/dbforpostgresql/v20171201/getServerAdministrator.d.ts +62 -0
- package/dbforpostgresql/v20171201/getServerAdministrator.js +26 -0
- package/dbforpostgresql/v20171201/getServerSecurityAlertPolicy.d.ts +82 -0
- package/dbforpostgresql/v20171201/getServerSecurityAlertPolicy.js +27 -0
- package/dbforpostgresql/v20171201/getVirtualNetworkRule.d.ts +66 -0
- package/dbforpostgresql/v20171201/getVirtualNetworkRule.js +27 -0
- package/dbforpostgresql/v20171201/index.d.ts +36 -0
- package/dbforpostgresql/v20171201/index.js +44 -2
- package/dbforpostgresql/v20171201/serverAdministrator.d.ts +82 -0
- package/dbforpostgresql/v20171201/serverAdministrator.js +88 -0
- package/dbforpostgresql/v20171201/serverSecurityAlertPolicy.d.ts +110 -0
- package/dbforpostgresql/v20171201/serverSecurityAlertPolicy.js +86 -0
- package/dbforpostgresql/v20171201/virtualNetworkRule.d.ts +73 -0
- package/dbforpostgresql/v20171201/virtualNetworkRule.js +78 -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/dbformysql/v20171201/index.d.ts +7 -0
- package/types/enums/dbformysql/v20171201/index.js +5 -2
- package/types/enums/dbforpostgresql/v20171201/index.d.ts +15 -0
- package/types/enums/dbforpostgresql/v20171201/index.js +9 -2
- 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 the Domains resource and its properties.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDomain(args: GetDomainArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainResult>;
|
|
7
|
+
export interface GetDomainArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the Domains resource.
|
|
10
|
+
*/
|
|
11
|
+
domainName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the EmailService resource.
|
|
14
|
+
*/
|
|
15
|
+
emailServiceName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group. The name is case insensitive.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A class representing a Domains resource.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetDomainResult {
|
|
25
|
+
/**
|
|
26
|
+
* The location where the Domains resource data is stored at rest.
|
|
27
|
+
*/
|
|
28
|
+
readonly dataLocation: string;
|
|
29
|
+
/**
|
|
30
|
+
* Describes how a Domains resource is being managed.
|
|
31
|
+
*/
|
|
32
|
+
readonly domainManagement: string;
|
|
33
|
+
/**
|
|
34
|
+
* P2 sender domain that is displayed to the email recipients [RFC 5322].
|
|
35
|
+
*/
|
|
36
|
+
readonly fromSenderDomain: string;
|
|
37
|
+
/**
|
|
38
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* The geo-location where the resource lives
|
|
43
|
+
*/
|
|
44
|
+
readonly location: string;
|
|
45
|
+
/**
|
|
46
|
+
* P1 sender domain that is present on the email envelope [RFC 5321].
|
|
47
|
+
*/
|
|
48
|
+
readonly mailFromSenderDomain: string;
|
|
49
|
+
/**
|
|
50
|
+
* The name of the resource
|
|
51
|
+
*/
|
|
52
|
+
readonly name: string;
|
|
53
|
+
/**
|
|
54
|
+
* Provisioning state of the resource.
|
|
55
|
+
*/
|
|
56
|
+
readonly provisioningState: string;
|
|
57
|
+
/**
|
|
58
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
59
|
+
*/
|
|
60
|
+
readonly systemData: outputs.communication.v20230601preview.SystemDataResponse;
|
|
61
|
+
/**
|
|
62
|
+
* Resource tags.
|
|
63
|
+
*/
|
|
64
|
+
readonly tags?: {
|
|
65
|
+
[key: string]: string;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
69
|
+
*/
|
|
70
|
+
readonly type: string;
|
|
71
|
+
/**
|
|
72
|
+
* Describes whether user engagement tracking is enabled or disabled.
|
|
73
|
+
*/
|
|
74
|
+
readonly userEngagementTracking?: string;
|
|
75
|
+
/**
|
|
76
|
+
* List of DnsRecord
|
|
77
|
+
*/
|
|
78
|
+
readonly verificationRecords: outputs.communication.v20230601preview.DomainPropertiesResponseVerificationRecords;
|
|
79
|
+
/**
|
|
80
|
+
* List of VerificationStatusRecord
|
|
81
|
+
*/
|
|
82
|
+
readonly verificationStates: outputs.communication.v20230601preview.DomainPropertiesResponseVerificationStates;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Get the Domains resource and its properties.
|
|
86
|
+
*/
|
|
87
|
+
export declare function getDomainOutput(args: GetDomainOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainResult>;
|
|
88
|
+
export interface GetDomainOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* The name of the Domains resource.
|
|
91
|
+
*/
|
|
92
|
+
domainName: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The name of the EmailService resource.
|
|
95
|
+
*/
|
|
96
|
+
emailServiceName: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The name of the resource group. The name is case insensitive.
|
|
99
|
+
*/
|
|
100
|
+
resourceGroupName: pulumi.Input<string>;
|
|
101
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getDomainOutput = exports.getDomain = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get the Domains resource and its properties.
|
|
10
|
+
*/
|
|
11
|
+
function getDomain(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:communication/v20230601preview:getDomain", {
|
|
14
|
+
"domainName": args.domainName,
|
|
15
|
+
"emailServiceName": args.emailServiceName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getDomain = getDomain;
|
|
20
|
+
/**
|
|
21
|
+
* Get the Domains resource and its properties.
|
|
22
|
+
*/
|
|
23
|
+
function getDomainOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getDomain(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getDomainOutput = getDomainOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RG9tYWluLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tbXVuaWNhdGlvbi92MjAyMzA2MDFwcmV2aWV3L2dldERvbWFpbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixTQUFTLENBQUMsSUFBbUIsRUFBRSxJQUEyQjtJQUV0RSxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx1REFBdUQsRUFBRTtRQUNsRixZQUFZLEVBQUUsSUFBSSxDQUFDLFVBQVU7UUFDN0Isa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGdCQUFnQjtRQUN6QyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsOEJBUUM7QUE4RUQ7O0dBRUc7QUFDSCxTQUFnQixlQUFlLENBQUMsSUFBeUIsRUFBRSxJQUEyQjtJQUNsRixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDcEUsQ0FBQztBQUZELDBDQUVDIn0=
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get the EmailService and its properties.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getEmailService(args: GetEmailServiceArgs, opts?: pulumi.InvokeOptions): Promise<GetEmailServiceResult>;
|
|
7
|
+
export interface GetEmailServiceArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the EmailService resource.
|
|
10
|
+
*/
|
|
11
|
+
emailServiceName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group. The name is case insensitive.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* A class representing an EmailService resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetEmailServiceResult {
|
|
21
|
+
/**
|
|
22
|
+
* The location where the email service stores its data at rest.
|
|
23
|
+
*/
|
|
24
|
+
readonly dataLocation: string;
|
|
25
|
+
/**
|
|
26
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
27
|
+
*/
|
|
28
|
+
readonly id: string;
|
|
29
|
+
/**
|
|
30
|
+
* The geo-location where the resource lives
|
|
31
|
+
*/
|
|
32
|
+
readonly location: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the resource
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Provisioning state of the resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly provisioningState: string;
|
|
41
|
+
/**
|
|
42
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
43
|
+
*/
|
|
44
|
+
readonly systemData: outputs.communication.v20230601preview.SystemDataResponse;
|
|
45
|
+
/**
|
|
46
|
+
* Resource tags.
|
|
47
|
+
*/
|
|
48
|
+
readonly tags?: {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
53
|
+
*/
|
|
54
|
+
readonly type: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Get the EmailService and its properties.
|
|
58
|
+
*/
|
|
59
|
+
export declare function getEmailServiceOutput(args: GetEmailServiceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEmailServiceResult>;
|
|
60
|
+
export interface GetEmailServiceOutputArgs {
|
|
61
|
+
/**
|
|
62
|
+
* The name of the EmailService resource.
|
|
63
|
+
*/
|
|
64
|
+
emailServiceName: pulumi.Input<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The name of the resource group. The name is case insensitive.
|
|
67
|
+
*/
|
|
68
|
+
resourceGroupName: pulumi.Input<string>;
|
|
69
|
+
}
|
|
@@ -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.getEmailServiceOutput = exports.getEmailService = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get the EmailService and its properties.
|
|
10
|
+
*/
|
|
11
|
+
function getEmailService(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:communication/v20230601preview:getEmailService", {
|
|
14
|
+
"emailServiceName": args.emailServiceName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getEmailService = getEmailService;
|
|
19
|
+
/**
|
|
20
|
+
* Get the EmailService and its properties.
|
|
21
|
+
*/
|
|
22
|
+
function getEmailServiceOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getEmailService(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getEmailServiceOutput = getEmailServiceOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RW1haWxTZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tbXVuaWNhdGlvbi92MjAyMzA2MDFwcmV2aWV3L2dldEVtYWlsU2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixlQUFlLENBQUMsSUFBeUIsRUFBRSxJQUEyQjtJQUVsRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyw2REFBNkQsRUFBRTtRQUN4RixrQkFBa0IsRUFBRSxJQUFJLENBQUMsZ0JBQWdCO1FBQ3pDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCwwQ0FPQztBQWtERDs7R0FFRztBQUNILFNBQWdCLHFCQUFxQixDQUFDLElBQStCLEVBQUUsSUFBMkI7SUFDOUYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsZUFBZSxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzFFLENBQUM7QUFGRCxzREFFQyJ9
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get a valid sender username for a domains resource.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getSenderUsername(args: GetSenderUsernameArgs, opts?: pulumi.InvokeOptions): Promise<GetSenderUsernameResult>;
|
|
7
|
+
export interface GetSenderUsernameArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the Domains resource.
|
|
10
|
+
*/
|
|
11
|
+
domainName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the EmailService resource.
|
|
14
|
+
*/
|
|
15
|
+
emailServiceName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group. The name is case insensitive.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
/**
|
|
21
|
+
* The valid sender Username.
|
|
22
|
+
*/
|
|
23
|
+
senderUsername: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A class representing a SenderUsername resource.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetSenderUsernameResult {
|
|
29
|
+
/**
|
|
30
|
+
* The location where the SenderUsername resource data is stored at rest.
|
|
31
|
+
*/
|
|
32
|
+
readonly dataLocation: string;
|
|
33
|
+
/**
|
|
34
|
+
* The display name for the senderUsername.
|
|
35
|
+
*/
|
|
36
|
+
readonly displayName?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* The name of the resource
|
|
43
|
+
*/
|
|
44
|
+
readonly name: string;
|
|
45
|
+
/**
|
|
46
|
+
* Provisioning state of the resource. Unknown is the default state for Communication Services.
|
|
47
|
+
*/
|
|
48
|
+
readonly provisioningState: string;
|
|
49
|
+
/**
|
|
50
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
51
|
+
*/
|
|
52
|
+
readonly systemData: outputs.communication.v20230601preview.SystemDataResponse;
|
|
53
|
+
/**
|
|
54
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
55
|
+
*/
|
|
56
|
+
readonly type: string;
|
|
57
|
+
/**
|
|
58
|
+
* A sender senderUsername to be used when sending emails.
|
|
59
|
+
*/
|
|
60
|
+
readonly username: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Get a valid sender username for a domains resource.
|
|
64
|
+
*/
|
|
65
|
+
export declare function getSenderUsernameOutput(args: GetSenderUsernameOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSenderUsernameResult>;
|
|
66
|
+
export interface GetSenderUsernameOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* The name of the Domains resource.
|
|
69
|
+
*/
|
|
70
|
+
domainName: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the EmailService resource.
|
|
73
|
+
*/
|
|
74
|
+
emailServiceName: 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 valid sender Username.
|
|
81
|
+
*/
|
|
82
|
+
senderUsername: pulumi.Input<string>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getSenderUsernameOutput = exports.getSenderUsername = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get a valid sender username for a domains resource.
|
|
10
|
+
*/
|
|
11
|
+
function getSenderUsername(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:communication/v20230601preview:getSenderUsername", {
|
|
14
|
+
"domainName": args.domainName,
|
|
15
|
+
"emailServiceName": args.emailServiceName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
"senderUsername": args.senderUsername,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getSenderUsername = getSenderUsername;
|
|
21
|
+
/**
|
|
22
|
+
* Get a valid sender username for a domains resource.
|
|
23
|
+
*/
|
|
24
|
+
function getSenderUsernameOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getSenderUsername(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getSenderUsernameOutput = getSenderUsernameOutput;
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U2VuZGVyVXNlcm5hbWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21tdW5pY2F0aW9uL3YyMDIzMDYwMXByZXZpZXcvZ2V0U2VuZGVyVXNlcm5hbWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsaUJBQWlCLENBQUMsSUFBMkIsRUFBRSxJQUEyQjtJQUV0RixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywrREFBK0QsRUFBRTtRQUMxRixZQUFZLEVBQUUsSUFBSSxDQUFDLFVBQVU7UUFDN0Isa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGdCQUFnQjtRQUN6QyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLGdCQUFnQixFQUFFLElBQUksQ0FBQyxjQUFjO0tBQ3hDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVEQsOENBU0M7QUEwREQ7O0dBRUc7QUFDSCxTQUFnQix1QkFBdUIsQ0FBQyxJQUFpQyxFQUFFLElBQTJCO0lBQ2xHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzVFLENBQUM7QUFGRCwwREFFQyJ9
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get a SuppressionList resource.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getSuppressionList(args: GetSuppressionListArgs, opts?: pulumi.InvokeOptions): Promise<GetSuppressionListResult>;
|
|
7
|
+
export interface GetSuppressionListArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the Domains resource.
|
|
10
|
+
*/
|
|
11
|
+
domainName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the EmailService resource.
|
|
14
|
+
*/
|
|
15
|
+
emailServiceName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group. The name is case insensitive.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
/**
|
|
21
|
+
* The name of the suppression list.
|
|
22
|
+
*/
|
|
23
|
+
suppressionListName: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A class representing a SuppressionList resource.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetSuppressionListResult {
|
|
29
|
+
/**
|
|
30
|
+
* The date the resource was created.
|
|
31
|
+
*/
|
|
32
|
+
readonly createdTimeStamp: string;
|
|
33
|
+
/**
|
|
34
|
+
* The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly dataLocation: string;
|
|
37
|
+
/**
|
|
38
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* The date the resource was last updated.
|
|
43
|
+
*/
|
|
44
|
+
readonly lastUpdatedTimeStamp: string;
|
|
45
|
+
/**
|
|
46
|
+
* The the name of the suppression list. This value must match one of the valid sender usernames of the sending domain.
|
|
47
|
+
*/
|
|
48
|
+
readonly listName?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The name of the resource
|
|
51
|
+
*/
|
|
52
|
+
readonly name: string;
|
|
53
|
+
/**
|
|
54
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
55
|
+
*/
|
|
56
|
+
readonly systemData: outputs.communication.v20230601preview.SystemDataResponse;
|
|
57
|
+
/**
|
|
58
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
59
|
+
*/
|
|
60
|
+
readonly type: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Get a SuppressionList resource.
|
|
64
|
+
*/
|
|
65
|
+
export declare function getSuppressionListOutput(args: GetSuppressionListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSuppressionListResult>;
|
|
66
|
+
export interface GetSuppressionListOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* The name of the Domains resource.
|
|
69
|
+
*/
|
|
70
|
+
domainName: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the EmailService resource.
|
|
73
|
+
*/
|
|
74
|
+
emailServiceName: 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,28 @@
|
|
|
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.getSuppressionListOutput = exports.getSuppressionList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get a SuppressionList resource.
|
|
10
|
+
*/
|
|
11
|
+
function getSuppressionList(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:communication/v20230601preview:getSuppressionList", {
|
|
14
|
+
"domainName": args.domainName,
|
|
15
|
+
"emailServiceName": args.emailServiceName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
"suppressionListName": args.suppressionListName,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getSuppressionList = getSuppressionList;
|
|
21
|
+
/**
|
|
22
|
+
* Get a SuppressionList resource.
|
|
23
|
+
*/
|
|
24
|
+
function getSuppressionListOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getSuppressionList(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getSuppressionListOutput = getSuppressionListOutput;
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U3VwcHJlc3Npb25MaXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tbXVuaWNhdGlvbi92MjAyMzA2MDFwcmV2aWV3L2dldFN1cHByZXNzaW9uTGlzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixrQkFBa0IsQ0FBQyxJQUE0QixFQUFFLElBQTJCO0lBRXhGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGdFQUFnRSxFQUFFO1FBQzNGLFlBQVksRUFBRSxJQUFJLENBQUMsVUFBVTtRQUM3QixrQkFBa0IsRUFBRSxJQUFJLENBQUMsZ0JBQWdCO1FBQ3pDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MscUJBQXFCLEVBQUUsSUFBSSxDQUFDLG1CQUFtQjtLQUNsRCxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVRELGdEQVNDO0FBMEREOztHQUVHO0FBQ0gsU0FBZ0Isd0JBQXdCLENBQUMsSUFBa0MsRUFBRSxJQUEyQjtJQUNwRyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUM3RSxDQUFDO0FBRkQsNERBRUMifQ==
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get a SuppressionListAddress.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getSuppressionListAddress(args: GetSuppressionListAddressArgs, opts?: pulumi.InvokeOptions): Promise<GetSuppressionListAddressResult>;
|
|
7
|
+
export interface GetSuppressionListAddressArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The id of the address in a suppression list.
|
|
10
|
+
*/
|
|
11
|
+
addressId: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the Domains resource.
|
|
14
|
+
*/
|
|
15
|
+
domainName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the EmailService resource.
|
|
18
|
+
*/
|
|
19
|
+
emailServiceName: string;
|
|
20
|
+
/**
|
|
21
|
+
* The name of the resource group. The name is case insensitive.
|
|
22
|
+
*/
|
|
23
|
+
resourceGroupName: string;
|
|
24
|
+
/**
|
|
25
|
+
* The name of the suppression list.
|
|
26
|
+
*/
|
|
27
|
+
suppressionListName: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A object that represents a SuppressionList record.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetSuppressionListAddressResult {
|
|
33
|
+
/**
|
|
34
|
+
* The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly dataLocation: string;
|
|
37
|
+
/**
|
|
38
|
+
* Email address of the recipient.
|
|
39
|
+
*/
|
|
40
|
+
readonly email: string;
|
|
41
|
+
/**
|
|
42
|
+
* The first name of the email recipient.
|
|
43
|
+
*/
|
|
44
|
+
readonly firstName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
47
|
+
*/
|
|
48
|
+
readonly id: string;
|
|
49
|
+
/**
|
|
50
|
+
* The date the address was last updated in a suppression list.
|
|
51
|
+
*/
|
|
52
|
+
readonly lastModified: string;
|
|
53
|
+
/**
|
|
54
|
+
* The last name of the email recipient.
|
|
55
|
+
*/
|
|
56
|
+
readonly lastName?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The name of the resource
|
|
59
|
+
*/
|
|
60
|
+
readonly name: string;
|
|
61
|
+
/**
|
|
62
|
+
* An optional property to provide contextual notes or a description for an address.
|
|
63
|
+
*/
|
|
64
|
+
readonly notes?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
67
|
+
*/
|
|
68
|
+
readonly systemData: outputs.communication.v20230601preview.SystemDataResponse;
|
|
69
|
+
/**
|
|
70
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
71
|
+
*/
|
|
72
|
+
readonly type: string;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Get a SuppressionListAddress.
|
|
76
|
+
*/
|
|
77
|
+
export declare function getSuppressionListAddressOutput(args: GetSuppressionListAddressOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSuppressionListAddressResult>;
|
|
78
|
+
export interface GetSuppressionListAddressOutputArgs {
|
|
79
|
+
/**
|
|
80
|
+
* The id of the address in a suppression list.
|
|
81
|
+
*/
|
|
82
|
+
addressId: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* The name of the Domains resource.
|
|
85
|
+
*/
|
|
86
|
+
domainName: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The name of the EmailService resource.
|
|
89
|
+
*/
|
|
90
|
+
emailServiceName: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* The name of the resource group. The name is case insensitive.
|
|
93
|
+
*/
|
|
94
|
+
resourceGroupName: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The name of the suppression list.
|
|
97
|
+
*/
|
|
98
|
+
suppressionListName: pulumi.Input<string>;
|
|
99
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
*/
|
|
11
|
+
function getSuppressionListAddress(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:communication/v20230601preview:getSuppressionListAddress", {
|
|
14
|
+
"addressId": args.addressId,
|
|
15
|
+
"domainName": args.domainName,
|
|
16
|
+
"emailServiceName": args.emailServiceName,
|
|
17
|
+
"resourceGroupName": args.resourceGroupName,
|
|
18
|
+
"suppressionListName": args.suppressionListName,
|
|
19
|
+
}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.getSuppressionListAddress = getSuppressionListAddress;
|
|
22
|
+
/**
|
|
23
|
+
* Get a SuppressionListAddress.
|
|
24
|
+
*/
|
|
25
|
+
function getSuppressionListAddressOutput(args, opts) {
|
|
26
|
+
return pulumi.output(args).apply((a) => getSuppressionListAddress(a, opts));
|
|
27
|
+
}
|
|
28
|
+
exports.getSuppressionListAddressOutput = getSuppressionListAddressOutput;
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U3VwcHJlc3Npb25MaXN0QWRkcmVzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbW11bmljYXRpb24vdjIwMjMwNjAxcHJldmlldy9nZXRTdXBwcmVzc2lvbkxpc3RBZGRyZXNzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLHlCQUF5QixDQUFDLElBQW1DLEVBQUUsSUFBMkI7SUFFdEcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsdUVBQXVFLEVBQUU7UUFDbEcsV0FBVyxFQUFFLElBQUksQ0FBQyxTQUFTO1FBQzNCLFlBQVksRUFBRSxJQUFJLENBQUMsVUFBVTtRQUM3QixrQkFBa0IsRUFBRSxJQUFJLENBQUMsZ0JBQWdCO1FBQ3pDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MscUJBQXFCLEVBQUUsSUFBSSxDQUFDLG1CQUFtQjtLQUNsRCxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVZELDhEQVVDO0FBc0VEOztHQUVHO0FBQ0gsU0FBZ0IsK0JBQStCLENBQUMsSUFBeUMsRUFBRSxJQUEyQjtJQUNsSCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNwRixDQUFDO0FBRkQsMEVBRUMifQ==
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export { CommunicationServiceArgs } from "./communicationService";
|
|
2
|
+
export type CommunicationService = import("./communicationService").CommunicationService;
|
|
3
|
+
export declare const CommunicationService: typeof import("./communicationService").CommunicationService;
|
|
4
|
+
export { DomainArgs } from "./domain";
|
|
5
|
+
export type Domain = import("./domain").Domain;
|
|
6
|
+
export declare const Domain: typeof import("./domain").Domain;
|
|
7
|
+
export { EmailServiceArgs } from "./emailService";
|
|
8
|
+
export type EmailService = import("./emailService").EmailService;
|
|
9
|
+
export declare const EmailService: typeof import("./emailService").EmailService;
|
|
10
|
+
export { GetCommunicationServiceArgs, GetCommunicationServiceResult, GetCommunicationServiceOutputArgs } from "./getCommunicationService";
|
|
11
|
+
export declare const getCommunicationService: typeof import("./getCommunicationService").getCommunicationService;
|
|
12
|
+
export declare const getCommunicationServiceOutput: typeof import("./getCommunicationService").getCommunicationServiceOutput;
|
|
13
|
+
export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain";
|
|
14
|
+
export declare const getDomain: typeof import("./getDomain").getDomain;
|
|
15
|
+
export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput;
|
|
16
|
+
export { GetEmailServiceArgs, GetEmailServiceResult, GetEmailServiceOutputArgs } from "./getEmailService";
|
|
17
|
+
export declare const getEmailService: typeof import("./getEmailService").getEmailService;
|
|
18
|
+
export declare const getEmailServiceOutput: typeof import("./getEmailService").getEmailServiceOutput;
|
|
19
|
+
export { GetSenderUsernameArgs, GetSenderUsernameResult, GetSenderUsernameOutputArgs } from "./getSenderUsername";
|
|
20
|
+
export declare const getSenderUsername: typeof import("./getSenderUsername").getSenderUsername;
|
|
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;
|
|
28
|
+
export { ListCommunicationServiceKeysArgs, ListCommunicationServiceKeysResult, ListCommunicationServiceKeysOutputArgs } from "./listCommunicationServiceKeys";
|
|
29
|
+
export declare const listCommunicationServiceKeys: typeof import("./listCommunicationServiceKeys").listCommunicationServiceKeys;
|
|
30
|
+
export declare const listCommunicationServiceKeysOutput: typeof import("./listCommunicationServiceKeys").listCommunicationServiceKeysOutput;
|
|
31
|
+
export { SenderUsernameArgs } from "./senderUsername";
|
|
32
|
+
export type SenderUsername = import("./senderUsername").SenderUsername;
|
|
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;
|
|
40
|
+
export * from "../../types/enums/communication/v20230601preview";
|