@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,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.getVirtualNetworkRuleOutput = exports.getVirtualNetworkRule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets a virtual network rule.
|
|
10
|
+
*/
|
|
11
|
+
function getVirtualNetworkRule(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:dbforpostgresql/v20171201:getVirtualNetworkRule", {
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"serverName": args.serverName,
|
|
16
|
+
"virtualNetworkRuleName": args.virtualNetworkRuleName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getVirtualNetworkRule = getVirtualNetworkRule;
|
|
20
|
+
/**
|
|
21
|
+
* Gets a virtual network rule.
|
|
22
|
+
*/
|
|
23
|
+
function getVirtualNetworkRuleOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getVirtualNetworkRule(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getVirtualNetworkRuleOutput = getVirtualNetworkRuleOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0VmlydHVhbE5ldHdvcmtSdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZGJmb3Jwb3N0Z3Jlc3FsL3YyMDE3MTIwMS9nZXRWaXJ0dWFsTmV0d29ya1J1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFDekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IscUJBQXFCLENBQUMsSUFBK0IsRUFBRSxJQUEyQjtJQUU5RixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyw4REFBOEQsRUFBRTtRQUN6RixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLFlBQVksRUFBRSxJQUFJLENBQUMsVUFBVTtRQUM3Qix3QkFBd0IsRUFBRSxJQUFJLENBQUMsc0JBQXNCO0tBQ3hELEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsc0RBUUM7QUE4Q0Q7O0dBRUc7QUFDSCxTQUFnQiwyQkFBMkIsQ0FBQyxJQUFxQyxFQUFFLElBQTJCO0lBQzFHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLHFCQUFxQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ2hGLENBQUM7QUFGRCxrRUFFQyJ9
|
|
@@ -1,7 +1,43 @@
|
|
|
1
|
+
export { ConfigurationArgs } from "./configuration";
|
|
2
|
+
export type Configuration = import("./configuration").Configuration;
|
|
3
|
+
export declare const Configuration: typeof import("./configuration").Configuration;
|
|
4
|
+
export { DatabaseArgs } from "./database";
|
|
5
|
+
export type Database = import("./database").Database;
|
|
6
|
+
export declare const Database: typeof import("./database").Database;
|
|
7
|
+
export { FirewallRuleArgs } from "./firewallRule";
|
|
8
|
+
export type FirewallRule = import("./firewallRule").FirewallRule;
|
|
9
|
+
export declare const FirewallRule: typeof import("./firewallRule").FirewallRule;
|
|
10
|
+
export { GetConfigurationArgs, GetConfigurationResult, GetConfigurationOutputArgs } from "./getConfiguration";
|
|
11
|
+
export declare const getConfiguration: typeof import("./getConfiguration").getConfiguration;
|
|
12
|
+
export declare const getConfigurationOutput: typeof import("./getConfiguration").getConfigurationOutput;
|
|
13
|
+
export { GetDatabaseArgs, GetDatabaseResult, GetDatabaseOutputArgs } from "./getDatabase";
|
|
14
|
+
export declare const getDatabase: typeof import("./getDatabase").getDatabase;
|
|
15
|
+
export declare const getDatabaseOutput: typeof import("./getDatabase").getDatabaseOutput;
|
|
16
|
+
export { GetFirewallRuleArgs, GetFirewallRuleResult, GetFirewallRuleOutputArgs } from "./getFirewallRule";
|
|
17
|
+
export declare const getFirewallRule: typeof import("./getFirewallRule").getFirewallRule;
|
|
18
|
+
export declare const getFirewallRuleOutput: typeof import("./getFirewallRule").getFirewallRuleOutput;
|
|
1
19
|
export { GetServerArgs, GetServerResult, GetServerOutputArgs } from "./getServer";
|
|
2
20
|
export declare const getServer: typeof import("./getServer").getServer;
|
|
3
21
|
export declare const getServerOutput: typeof import("./getServer").getServerOutput;
|
|
22
|
+
export { GetServerAdministratorArgs, GetServerAdministratorResult, GetServerAdministratorOutputArgs } from "./getServerAdministrator";
|
|
23
|
+
export declare const getServerAdministrator: typeof import("./getServerAdministrator").getServerAdministrator;
|
|
24
|
+
export declare const getServerAdministratorOutput: typeof import("./getServerAdministrator").getServerAdministratorOutput;
|
|
25
|
+
export { GetServerSecurityAlertPolicyArgs, GetServerSecurityAlertPolicyResult, GetServerSecurityAlertPolicyOutputArgs } from "./getServerSecurityAlertPolicy";
|
|
26
|
+
export declare const getServerSecurityAlertPolicy: typeof import("./getServerSecurityAlertPolicy").getServerSecurityAlertPolicy;
|
|
27
|
+
export declare const getServerSecurityAlertPolicyOutput: typeof import("./getServerSecurityAlertPolicy").getServerSecurityAlertPolicyOutput;
|
|
28
|
+
export { GetVirtualNetworkRuleArgs, GetVirtualNetworkRuleResult, GetVirtualNetworkRuleOutputArgs } from "./getVirtualNetworkRule";
|
|
29
|
+
export declare const getVirtualNetworkRule: typeof import("./getVirtualNetworkRule").getVirtualNetworkRule;
|
|
30
|
+
export declare const getVirtualNetworkRuleOutput: typeof import("./getVirtualNetworkRule").getVirtualNetworkRuleOutput;
|
|
4
31
|
export { ServerArgs } from "./server";
|
|
5
32
|
export type Server = import("./server").Server;
|
|
6
33
|
export declare const Server: typeof import("./server").Server;
|
|
34
|
+
export { ServerAdministratorArgs } from "./serverAdministrator";
|
|
35
|
+
export type ServerAdministrator = import("./serverAdministrator").ServerAdministrator;
|
|
36
|
+
export declare const ServerAdministrator: typeof import("./serverAdministrator").ServerAdministrator;
|
|
37
|
+
export { ServerSecurityAlertPolicyArgs } from "./serverSecurityAlertPolicy";
|
|
38
|
+
export type ServerSecurityAlertPolicy = import("./serverSecurityAlertPolicy").ServerSecurityAlertPolicy;
|
|
39
|
+
export declare const ServerSecurityAlertPolicy: typeof import("./serverSecurityAlertPolicy").ServerSecurityAlertPolicy;
|
|
40
|
+
export { VirtualNetworkRuleArgs } from "./virtualNetworkRule";
|
|
41
|
+
export type VirtualNetworkRule = import("./virtualNetworkRule").VirtualNetworkRule;
|
|
42
|
+
export declare const VirtualNetworkRule: typeof import("./virtualNetworkRule").VirtualNetworkRule;
|
|
7
43
|
export * from "../../types/enums/dbforpostgresql/v20171201";
|
|
@@ -16,26 +16,68 @@ 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.Server = exports.getServerOutput = exports.getServer = void 0;
|
|
19
|
+
exports.VirtualNetworkRule = exports.ServerSecurityAlertPolicy = exports.ServerAdministrator = exports.Server = exports.getVirtualNetworkRuleOutput = exports.getVirtualNetworkRule = exports.getServerSecurityAlertPolicyOutput = exports.getServerSecurityAlertPolicy = exports.getServerAdministratorOutput = exports.getServerAdministrator = exports.getServerOutput = exports.getServer = exports.getFirewallRuleOutput = exports.getFirewallRule = exports.getDatabaseOutput = exports.getDatabase = exports.getConfigurationOutput = exports.getConfiguration = exports.FirewallRule = exports.Database = exports.Configuration = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../../utilities");
|
|
22
|
+
exports.Configuration = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["Configuration"], () => require("./configuration"));
|
|
24
|
+
exports.Database = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["Database"], () => require("./database"));
|
|
26
|
+
exports.FirewallRule = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["FirewallRule"], () => require("./firewallRule"));
|
|
28
|
+
exports.getConfiguration = null;
|
|
29
|
+
exports.getConfigurationOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getConfiguration", "getConfigurationOutput"], () => require("./getConfiguration"));
|
|
31
|
+
exports.getDatabase = null;
|
|
32
|
+
exports.getDatabaseOutput = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["getDatabase", "getDatabaseOutput"], () => require("./getDatabase"));
|
|
34
|
+
exports.getFirewallRule = null;
|
|
35
|
+
exports.getFirewallRuleOutput = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["getFirewallRule", "getFirewallRuleOutput"], () => require("./getFirewallRule"));
|
|
22
37
|
exports.getServer = null;
|
|
23
38
|
exports.getServerOutput = null;
|
|
24
39
|
utilities.lazyLoad(exports, ["getServer", "getServerOutput"], () => require("./getServer"));
|
|
40
|
+
exports.getServerAdministrator = null;
|
|
41
|
+
exports.getServerAdministratorOutput = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getServerAdministrator", "getServerAdministratorOutput"], () => require("./getServerAdministrator"));
|
|
43
|
+
exports.getServerSecurityAlertPolicy = null;
|
|
44
|
+
exports.getServerSecurityAlertPolicyOutput = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["getServerSecurityAlertPolicy", "getServerSecurityAlertPolicyOutput"], () => require("./getServerSecurityAlertPolicy"));
|
|
46
|
+
exports.getVirtualNetworkRule = null;
|
|
47
|
+
exports.getVirtualNetworkRuleOutput = null;
|
|
48
|
+
utilities.lazyLoad(exports, ["getVirtualNetworkRule", "getVirtualNetworkRuleOutput"], () => require("./getVirtualNetworkRule"));
|
|
25
49
|
exports.Server = null;
|
|
26
50
|
utilities.lazyLoad(exports, ["Server"], () => require("./server"));
|
|
51
|
+
exports.ServerAdministrator = null;
|
|
52
|
+
utilities.lazyLoad(exports, ["ServerAdministrator"], () => require("./serverAdministrator"));
|
|
53
|
+
exports.ServerSecurityAlertPolicy = null;
|
|
54
|
+
utilities.lazyLoad(exports, ["ServerSecurityAlertPolicy"], () => require("./serverSecurityAlertPolicy"));
|
|
55
|
+
exports.VirtualNetworkRule = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["VirtualNetworkRule"], () => require("./virtualNetworkRule"));
|
|
27
57
|
// Export enums:
|
|
28
58
|
__exportStar(require("../../types/enums/dbforpostgresql/v20171201"), exports);
|
|
29
59
|
const _module = {
|
|
30
60
|
version: utilities.getVersion(),
|
|
31
61
|
construct: (name, type, urn) => {
|
|
32
62
|
switch (type) {
|
|
63
|
+
case "azure-native:dbforpostgresql/v20171201:Configuration":
|
|
64
|
+
return new exports.Configuration(name, undefined, { urn });
|
|
65
|
+
case "azure-native:dbforpostgresql/v20171201:Database":
|
|
66
|
+
return new exports.Database(name, undefined, { urn });
|
|
67
|
+
case "azure-native:dbforpostgresql/v20171201:FirewallRule":
|
|
68
|
+
return new exports.FirewallRule(name, undefined, { urn });
|
|
33
69
|
case "azure-native:dbforpostgresql/v20171201:Server":
|
|
34
70
|
return new exports.Server(name, undefined, { urn });
|
|
71
|
+
case "azure-native:dbforpostgresql/v20171201:ServerAdministrator":
|
|
72
|
+
return new exports.ServerAdministrator(name, undefined, { urn });
|
|
73
|
+
case "azure-native:dbforpostgresql/v20171201:ServerSecurityAlertPolicy":
|
|
74
|
+
return new exports.ServerSecurityAlertPolicy(name, undefined, { urn });
|
|
75
|
+
case "azure-native:dbforpostgresql/v20171201:VirtualNetworkRule":
|
|
76
|
+
return new exports.VirtualNetworkRule(name, undefined, { urn });
|
|
35
77
|
default:
|
|
36
78
|
throw new Error(`unknown resource type ${type}`);
|
|
37
79
|
}
|
|
38
80
|
},
|
|
39
81
|
};
|
|
40
82
|
pulumi.runtime.registerResourceModule("azure-native", "dbforpostgresql/v20171201", _module);
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
83
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9kYmZvcnBvc3RncmVzcWwvdjIwMTcxMjAxL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsNkNBQTZDO0FBS2hDLFFBQUEsYUFBYSxHQUFtRCxJQUFXLENBQUM7QUFDekYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxlQUFlLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDO0FBSXBFLFFBQUEsUUFBUSxHQUF5QyxJQUFXLENBQUM7QUFDMUUsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxVQUFVLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQztBQUkxRCxRQUFBLFlBQVksR0FBaUQsSUFBVyxDQUFDO0FBQ3RGLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsY0FBYyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQztBQUdsRSxRQUFBLGdCQUFnQixHQUF5RCxJQUFXLENBQUM7QUFDckYsUUFBQSxzQkFBc0IsR0FBK0QsSUFBVyxDQUFDO0FBQzlHLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsa0JBQWtCLEVBQUMsd0JBQXdCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsb0JBQW9CLENBQUMsQ0FBQyxDQUFDO0FBR25HLFFBQUEsV0FBVyxHQUErQyxJQUFXLENBQUM7QUFDdEUsUUFBQSxpQkFBaUIsR0FBcUQsSUFBVyxDQUFDO0FBQy9GLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsYUFBYSxFQUFDLG1CQUFtQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUM7QUFHcEYsUUFBQSxlQUFlLEdBQXVELElBQVcsQ0FBQztBQUNsRixRQUFBLHFCQUFxQixHQUE2RCxJQUFXLENBQUM7QUFDM0csU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsRUFBQyx1QkFBdUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUM7QUFHaEcsUUFBQSxTQUFTLEdBQTJDLElBQVcsQ0FBQztBQUNoRSxRQUFBLGVBQWUsR0FBaUQsSUFBVyxDQUFDO0FBQ3pGLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsV0FBVyxFQUFDLGlCQUFpQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7QUFHOUUsUUFBQSxzQkFBc0IsR0FBcUUsSUFBVyxDQUFDO0FBQ3ZHLFFBQUEsNEJBQTRCLEdBQTJFLElBQVcsQ0FBQztBQUNoSSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHdCQUF3QixFQUFDLDhCQUE4QixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDBCQUEwQixDQUFDLENBQUMsQ0FBQztBQUdySCxRQUFBLDRCQUE0QixHQUFpRixJQUFXLENBQUM7QUFDekgsUUFBQSxrQ0FBa0MsR0FBdUYsSUFBVyxDQUFDO0FBQ2xKLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsOEJBQThCLEVBQUMsb0NBQW9DLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0NBQWdDLENBQUMsQ0FBQyxDQUFDO0FBR3ZJLFFBQUEscUJBQXFCLEdBQW1FLElBQVcsQ0FBQztBQUNwRyxRQUFBLDJCQUEyQixHQUF5RSxJQUFXLENBQUM7QUFDN0gsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyx1QkFBdUIsRUFBQyw2QkFBNkIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyx5QkFBeUIsQ0FBQyxDQUFDLENBQUM7QUFJbEgsUUFBQSxNQUFNLEdBQXFDLElBQVcsQ0FBQztBQUNwRSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLFFBQVEsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDO0FBSXRELFFBQUEsbUJBQW1CLEdBQStELElBQVcsQ0FBQztBQUMzRyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLHVCQUF1QixDQUFDLENBQUMsQ0FBQztBQUloRixRQUFBLHlCQUF5QixHQUEyRSxJQUFXLENBQUM7QUFDN0gsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDLENBQUM7QUFJNUYsUUFBQSxrQkFBa0IsR0FBNkQsSUFBVyxDQUFDO0FBQ3hHLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsb0JBQW9CLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsQ0FBQyxDQUFDO0FBRzNGLGdCQUFnQjtBQUNoQiw4RUFBNEQ7QUFFNUQsTUFBTSxPQUFPLEdBQUc7SUFDWixPQUFPLEVBQUUsU0FBUyxDQUFDLFVBQVUsRUFBRTtJQUMvQixTQUFTLEVBQUUsQ0FBQyxJQUFZLEVBQUUsSUFBWSxFQUFFLEdBQVcsRUFBbUIsRUFBRTtRQUNwRSxRQUFRLElBQUksRUFBRTtZQUNWLEtBQUssc0RBQXNEO2dCQUN2RCxPQUFPLElBQUkscUJBQWEsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUMzRCxLQUFLLGlEQUFpRDtnQkFDbEQsT0FBTyxJQUFJLGdCQUFRLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDdEQsS0FBSyxxREFBcUQ7Z0JBQ3RELE9BQU8sSUFBSSxvQkFBWSxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQzFELEtBQUssK0NBQStDO2dCQUNoRCxPQUFPLElBQUksY0FBTSxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3BELEtBQUssNERBQTREO2dCQUM3RCxPQUFPLElBQUksMkJBQW1CLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDakUsS0FBSyxrRUFBa0U7Z0JBQ25FLE9BQU8sSUFBSSxpQ0FBeUIsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUN2RSxLQUFLLDJEQUEyRDtnQkFDNUQsT0FBTyxJQUFJLDBCQUFrQixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ2hFO2dCQUNJLE1BQU0sSUFBSSxLQUFLLENBQUMseUJBQXlCLElBQUksRUFBRSxDQUFDLENBQUM7U0FDeEQ7SUFDTCxDQUFDO0NBQ0osQ0FBQztBQUNGLE1BQU0sQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsY0FBYyxFQUFFLDJCQUEyQixFQUFFLE9BQU8sQ0FBQyxDQUFBIn0=
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as enums from "../../types/enums";
|
|
3
|
+
/**
|
|
4
|
+
* Represents a and external administrator to be created.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ServerAdministrator extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing ServerAdministrator resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ServerAdministrator;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of ServerAdministrator. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is ServerAdministrator;
|
|
21
|
+
/**
|
|
22
|
+
* The type of administrator.
|
|
23
|
+
*/
|
|
24
|
+
readonly administratorType: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* The server administrator login account name.
|
|
27
|
+
*/
|
|
28
|
+
readonly login: pulumi.Output<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The name of the resource
|
|
31
|
+
*/
|
|
32
|
+
readonly name: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* The server administrator Sid (Secure ID).
|
|
35
|
+
*/
|
|
36
|
+
readonly sid: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* The server Active Directory Administrator tenant id.
|
|
39
|
+
*/
|
|
40
|
+
readonly tenantId: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
43
|
+
*/
|
|
44
|
+
readonly type: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Create a ServerAdministrator resource with the given unique name, arguments, and options.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resource.
|
|
49
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
50
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
51
|
+
*/
|
|
52
|
+
constructor(name: string, args: ServerAdministratorArgs, opts?: pulumi.CustomResourceOptions);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* The set of arguments for constructing a ServerAdministrator resource.
|
|
56
|
+
*/
|
|
57
|
+
export interface ServerAdministratorArgs {
|
|
58
|
+
/**
|
|
59
|
+
* The type of administrator.
|
|
60
|
+
*/
|
|
61
|
+
administratorType: pulumi.Input<string | enums.dbforpostgresql.v20171201.AdministratorType>;
|
|
62
|
+
/**
|
|
63
|
+
* The server administrator login account name.
|
|
64
|
+
*/
|
|
65
|
+
login: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* The name of the resource group. The name is case insensitive.
|
|
68
|
+
*/
|
|
69
|
+
resourceGroupName: pulumi.Input<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The name of the server.
|
|
72
|
+
*/
|
|
73
|
+
serverName: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The server administrator Sid (Secure ID).
|
|
76
|
+
*/
|
|
77
|
+
sid: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The server Active Directory Administrator tenant id.
|
|
80
|
+
*/
|
|
81
|
+
tenantId: pulumi.Input<string>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
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.ServerAdministrator = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Represents a and external administrator to be created.
|
|
10
|
+
*/
|
|
11
|
+
class ServerAdministrator extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ServerAdministrator resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new ServerAdministrator(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ServerAdministrator. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === ServerAdministrator.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ServerAdministrator resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.administratorType === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'administratorType'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.login === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'login'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
52
|
+
}
|
|
53
|
+
if ((!args || args.serverName === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'serverName'");
|
|
55
|
+
}
|
|
56
|
+
if ((!args || args.sid === undefined) && !opts.urn) {
|
|
57
|
+
throw new Error("Missing required property 'sid'");
|
|
58
|
+
}
|
|
59
|
+
if ((!args || args.tenantId === undefined) && !opts.urn) {
|
|
60
|
+
throw new Error("Missing required property 'tenantId'");
|
|
61
|
+
}
|
|
62
|
+
resourceInputs["administratorType"] = args ? args.administratorType : undefined;
|
|
63
|
+
resourceInputs["login"] = args ? args.login : undefined;
|
|
64
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
65
|
+
resourceInputs["serverName"] = args ? args.serverName : undefined;
|
|
66
|
+
resourceInputs["sid"] = args ? args.sid : undefined;
|
|
67
|
+
resourceInputs["tenantId"] = args ? args.tenantId : undefined;
|
|
68
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
resourceInputs["administratorType"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["login"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["sid"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["tenantId"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
78
|
+
}
|
|
79
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
80
|
+
const aliasOpts = { aliases: [{ type: "azure-native:dbforpostgresql/v20171201preview:ServerAdministrator" }] };
|
|
81
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
82
|
+
super(ServerAdministrator.__pulumiType, name, resourceInputs, opts);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
exports.ServerAdministrator = ServerAdministrator;
|
|
86
|
+
/** @internal */
|
|
87
|
+
ServerAdministrator.__pulumiType = 'azure-native:dbforpostgresql/v20171201:ServerAdministrator';
|
|
88
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmVyQWRtaW5pc3RyYXRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2RiZm9ycG9zdGdyZXNxbC92MjAxNzEyMDEvc2VydmVyQWRtaW5pc3RyYXRvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLG1CQUFvQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQzFEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxtQkFBbUIsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNoRixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssbUJBQW1CLENBQUMsWUFBWSxDQUFDO0lBQ3BFLENBQUM7SUEyQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBNkIsRUFBRSxJQUFtQztRQUN4RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsS0FBSyxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDbEQsTUFBTSxJQUFJLEtBQUssQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDO2FBQ3hEO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsVUFBVSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDdkQsTUFBTSxJQUFJLEtBQUssQ0FBQyx3Q0FBd0MsQ0FBQyxDQUFDO2FBQzdEO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxHQUFHLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUNoRCxNQUFNLElBQUksS0FBSyxDQUFDLGlDQUFpQyxDQUFDLENBQUM7YUFDdEQ7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFFBQVEsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3JELE1BQU0sSUFBSSxLQUFLLENBQUMsc0NBQXNDLENBQUMsQ0FBQzthQUMzRDtZQUNELGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLE9BQU8sQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3hELGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2xFLGNBQWMsQ0FBQyxLQUFLLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwRCxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLE9BQU8sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDNUMsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLEtBQUssQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDMUMsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLG1FQUFtRSxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQy9HLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsbUJBQW1CLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDeEUsQ0FBQzs7QUFyR0wsa0RBc0dDO0FBekZHLGdCQUFnQjtBQUNPLGdDQUFZLEdBQUcsNERBQTRELENBQUMifQ==
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as enums from "../../types/enums";
|
|
3
|
+
/**
|
|
4
|
+
* A server security alert policy.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ServerSecurityAlertPolicy extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing ServerSecurityAlertPolicy resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ServerSecurityAlertPolicy;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of ServerSecurityAlertPolicy. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is ServerSecurityAlertPolicy;
|
|
21
|
+
/**
|
|
22
|
+
* Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly
|
|
23
|
+
*/
|
|
24
|
+
readonly disabledAlerts: pulumi.Output<string[] | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Specifies that the alert is sent to the account administrators.
|
|
27
|
+
*/
|
|
28
|
+
readonly emailAccountAdmins: pulumi.Output<boolean | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* Specifies an array of e-mail addresses to which the alert is sent.
|
|
31
|
+
*/
|
|
32
|
+
readonly emailAddresses: pulumi.Output<string[] | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the resource
|
|
35
|
+
*/
|
|
36
|
+
readonly name: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Specifies the number of days to keep in the Threat Detection audit logs.
|
|
39
|
+
*/
|
|
40
|
+
readonly retentionDays: pulumi.Output<number | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Specifies the state of the policy, whether it is enabled or disabled.
|
|
43
|
+
*/
|
|
44
|
+
readonly state: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Specifies the identifier key of the Threat Detection audit storage account.
|
|
47
|
+
*/
|
|
48
|
+
readonly storageAccountAccessKey: pulumi.Output<string | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.
|
|
51
|
+
*/
|
|
52
|
+
readonly storageEndpoint: pulumi.Output<string | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
55
|
+
*/
|
|
56
|
+
readonly type: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* Create a ServerSecurityAlertPolicy resource with the given unique name, arguments, and options.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resource.
|
|
61
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
62
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
63
|
+
*/
|
|
64
|
+
constructor(name: string, args: ServerSecurityAlertPolicyArgs, opts?: pulumi.CustomResourceOptions);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* The set of arguments for constructing a ServerSecurityAlertPolicy resource.
|
|
68
|
+
*/
|
|
69
|
+
export interface ServerSecurityAlertPolicyArgs {
|
|
70
|
+
/**
|
|
71
|
+
* Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly
|
|
72
|
+
*/
|
|
73
|
+
disabledAlerts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
74
|
+
/**
|
|
75
|
+
* Specifies that the alert is sent to the account administrators.
|
|
76
|
+
*/
|
|
77
|
+
emailAccountAdmins?: pulumi.Input<boolean>;
|
|
78
|
+
/**
|
|
79
|
+
* Specifies an array of e-mail addresses to which the alert is sent.
|
|
80
|
+
*/
|
|
81
|
+
emailAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
82
|
+
/**
|
|
83
|
+
* The name of the resource group. The name is case insensitive.
|
|
84
|
+
*/
|
|
85
|
+
resourceGroupName: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Specifies the number of days to keep in the Threat Detection audit logs.
|
|
88
|
+
*/
|
|
89
|
+
retentionDays?: pulumi.Input<number>;
|
|
90
|
+
/**
|
|
91
|
+
* The name of the threat detection policy.
|
|
92
|
+
*/
|
|
93
|
+
securityAlertPolicyName?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The name of the server.
|
|
96
|
+
*/
|
|
97
|
+
serverName: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Specifies the state of the policy, whether it is enabled or disabled.
|
|
100
|
+
*/
|
|
101
|
+
state: pulumi.Input<enums.dbforpostgresql.v20171201.ServerSecurityAlertPolicyState>;
|
|
102
|
+
/**
|
|
103
|
+
* Specifies the identifier key of the Threat Detection audit storage account.
|
|
104
|
+
*/
|
|
105
|
+
storageAccountAccessKey?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.
|
|
108
|
+
*/
|
|
109
|
+
storageEndpoint?: pulumi.Input<string>;
|
|
110
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
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.ServerSecurityAlertPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* A server security alert policy.
|
|
10
|
+
*/
|
|
11
|
+
class ServerSecurityAlertPolicy extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ServerSecurityAlertPolicy resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new ServerSecurityAlertPolicy(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ServerSecurityAlertPolicy. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === ServerSecurityAlertPolicy.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ServerSecurityAlertPolicy resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.serverName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'serverName'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.state === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'state'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["disabledAlerts"] = args ? args.disabledAlerts : undefined;
|
|
54
|
+
resourceInputs["emailAccountAdmins"] = args ? args.emailAccountAdmins : undefined;
|
|
55
|
+
resourceInputs["emailAddresses"] = args ? args.emailAddresses : undefined;
|
|
56
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
57
|
+
resourceInputs["retentionDays"] = args ? args.retentionDays : undefined;
|
|
58
|
+
resourceInputs["securityAlertPolicyName"] = args ? args.securityAlertPolicyName : undefined;
|
|
59
|
+
resourceInputs["serverName"] = args ? args.serverName : undefined;
|
|
60
|
+
resourceInputs["state"] = args ? args.state : undefined;
|
|
61
|
+
resourceInputs["storageAccountAccessKey"] = args ? args.storageAccountAccessKey : undefined;
|
|
62
|
+
resourceInputs["storageEndpoint"] = args ? args.storageEndpoint : undefined;
|
|
63
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
resourceInputs["disabledAlerts"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["emailAccountAdmins"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["emailAddresses"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["retentionDays"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["storageAccountAccessKey"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["storageEndpoint"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
76
|
+
}
|
|
77
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
78
|
+
const aliasOpts = { aliases: [{ type: "azure-native:dbforpostgresql/v20171201preview:ServerSecurityAlertPolicy" }] };
|
|
79
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
80
|
+
super(ServerSecurityAlertPolicy.__pulumiType, name, resourceInputs, opts);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.ServerSecurityAlertPolicy = ServerSecurityAlertPolicy;
|
|
84
|
+
/** @internal */
|
|
85
|
+
ServerSecurityAlertPolicy.__pulumiType = 'azure-native:dbforpostgresql/v20171201:ServerSecurityAlertPolicy';
|
|
86
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmVyU2VjdXJpdHlBbGVydFBvbGljeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2RiZm9ycG9zdGdyZXNxbC92MjAxNzEyMDEvc2VydmVyU2VjdXJpdHlBbGVydFBvbGljeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLHlCQUEwQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQ2hFOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSx5QkFBeUIsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUN0RixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUsseUJBQXlCLENBQUMsWUFBWSxDQUFDO0lBQzFFLENBQUM7SUF1Q0Q7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBbUMsRUFBRSxJQUFtQztRQUM5RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMs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
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* A virtual network rule.
|
|
4
|
+
*/
|
|
5
|
+
export declare class VirtualNetworkRule extends pulumi.CustomResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get an existing VirtualNetworkRule resource's state with the given name, ID, and optional extra
|
|
8
|
+
* properties used to qualify the lookup.
|
|
9
|
+
*
|
|
10
|
+
* @param name The _unique_ name of the resulting resource.
|
|
11
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
12
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
13
|
+
*/
|
|
14
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): VirtualNetworkRule;
|
|
15
|
+
/**
|
|
16
|
+
* Returns true if the given object is an instance of VirtualNetworkRule. This is designed to work even
|
|
17
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
18
|
+
*/
|
|
19
|
+
static isInstance(obj: any): obj is VirtualNetworkRule;
|
|
20
|
+
/**
|
|
21
|
+
* Create firewall rule before the virtual network has vnet service endpoint enabled.
|
|
22
|
+
*/
|
|
23
|
+
readonly ignoreMissingVnetServiceEndpoint: pulumi.Output<boolean | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* The name of the resource
|
|
26
|
+
*/
|
|
27
|
+
readonly name: pulumi.Output<string>;
|
|
28
|
+
/**
|
|
29
|
+
* Virtual Network Rule State
|
|
30
|
+
*/
|
|
31
|
+
readonly state: pulumi.Output<string>;
|
|
32
|
+
/**
|
|
33
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
34
|
+
*/
|
|
35
|
+
readonly type: pulumi.Output<string>;
|
|
36
|
+
/**
|
|
37
|
+
* The ARM resource id of the virtual network subnet.
|
|
38
|
+
*/
|
|
39
|
+
readonly virtualNetworkSubnetId: pulumi.Output<string>;
|
|
40
|
+
/**
|
|
41
|
+
* Create a VirtualNetworkRule resource with the given unique name, arguments, and options.
|
|
42
|
+
*
|
|
43
|
+
* @param name The _unique_ name of the resource.
|
|
44
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
45
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
46
|
+
*/
|
|
47
|
+
constructor(name: string, args: VirtualNetworkRuleArgs, opts?: pulumi.CustomResourceOptions);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The set of arguments for constructing a VirtualNetworkRule resource.
|
|
51
|
+
*/
|
|
52
|
+
export interface VirtualNetworkRuleArgs {
|
|
53
|
+
/**
|
|
54
|
+
* Create firewall rule before the virtual network has vnet service endpoint enabled.
|
|
55
|
+
*/
|
|
56
|
+
ignoreMissingVnetServiceEndpoint?: pulumi.Input<boolean>;
|
|
57
|
+
/**
|
|
58
|
+
* The name of the resource group. The name is case insensitive.
|
|
59
|
+
*/
|
|
60
|
+
resourceGroupName: pulumi.Input<string>;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the server.
|
|
63
|
+
*/
|
|
64
|
+
serverName: pulumi.Input<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The name of the virtual network rule.
|
|
67
|
+
*/
|
|
68
|
+
virtualNetworkRuleName?: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The ARM resource id of the virtual network subnet.
|
|
71
|
+
*/
|
|
72
|
+
virtualNetworkSubnetId: pulumi.Input<string>;
|
|
73
|
+
}
|