@pulumi/azure-native 3.6.0-alpha.1749688449 → 3.6.0-alpha.1754062012
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/aad/domainService.d.ts +2 -0
- package/aad/domainService.js +4 -2
- package/aad/getDomainService.d.ts +4 -0
- package/aad/getDomainService.js +5 -1
- package/aad/getOuContainer.d.ts +4 -0
- package/aad/getOuContainer.js +5 -1
- package/aad/ouContainer.d.ts +2 -0
- package/aad/ouContainer.js +4 -2
- package/advisor/assessment.d.ts +1 -1
- package/advisor/assessment.js +3 -3
- package/advisor/getAssessment.d.ts +2 -2
- package/advisor/getAssessment.js +2 -2
- package/advisor/getSuppression.d.ts +2 -2
- package/advisor/getSuppression.js +2 -2
- package/advisor/suppression.d.ts +1 -1
- package/advisor/suppression.js +3 -3
- package/app/certificate.d.ts +2 -2
- package/app/certificate.js +2 -2
- package/app/connectedEnvironment.d.ts +2 -2
- package/app/connectedEnvironment.js +2 -2
- package/app/connectedEnvironmentsCertificate.d.ts +2 -2
- package/app/connectedEnvironmentsCertificate.js +2 -2
- package/app/connectedEnvironmentsDaprComponent.d.ts +2 -2
- package/app/connectedEnvironmentsDaprComponent.js +2 -2
- package/app/connectedEnvironmentsStorage.d.ts +2 -2
- package/app/connectedEnvironmentsStorage.js +2 -2
- package/app/containerApp.d.ts +6 -2
- package/app/containerApp.js +5 -3
- package/app/containerAppsAuthConfig.d.ts +2 -2
- package/app/containerAppsAuthConfig.js +2 -2
- package/app/containerAppsSessionPool.d.ts +2 -2
- package/app/containerAppsSessionPool.js +2 -2
- package/app/containerAppsSourceControl.d.ts +2 -2
- package/app/containerAppsSourceControl.js +2 -2
- package/app/daprComponent.d.ts +2 -2
- package/app/daprComponent.js +2 -2
- package/app/getCertificate.d.ts +5 -5
- package/app/getCertificate.js +4 -4
- package/app/getConnectedEnvironment.d.ts +5 -5
- package/app/getConnectedEnvironment.js +4 -4
- package/app/getConnectedEnvironmentsCertificate.d.ts +5 -5
- package/app/getConnectedEnvironmentsCertificate.js +4 -4
- package/app/getConnectedEnvironmentsDaprComponent.d.ts +5 -5
- package/app/getConnectedEnvironmentsDaprComponent.js +4 -4
- package/app/getConnectedEnvironmentsStorage.d.ts +5 -5
- package/app/getConnectedEnvironmentsStorage.js +4 -4
- package/app/getContainerApp.d.ts +9 -5
- package/app/getContainerApp.js +5 -5
- package/app/getContainerAppAuthToken.d.ts +5 -5
- package/app/getContainerAppAuthToken.js +4 -4
- package/app/getContainerAppsAuthConfig.d.ts +5 -5
- package/app/getContainerAppsAuthConfig.js +4 -4
- package/app/getContainerAppsSessionPool.d.ts +4 -4
- package/app/getContainerAppsSessionPool.js +4 -4
- package/app/getContainerAppsSourceControl.d.ts +5 -5
- package/app/getContainerAppsSourceControl.js +4 -4
- package/app/getCustomDomainVerificationId.d.ts +4 -4
- package/app/getCustomDomainVerificationId.js +4 -4
- package/app/getDaprComponent.d.ts +5 -5
- package/app/getDaprComponent.js +4 -4
- package/app/getJavaComponent.d.ts +5 -5
- package/app/getJavaComponent.js +4 -4
- package/app/getJob.d.ts +5 -5
- package/app/getJob.js +4 -4
- package/app/getManagedCertificate.d.ts +5 -5
- package/app/getManagedCertificate.js +4 -4
- package/app/getManagedEnvironment.d.ts +9 -5
- package/app/getManagedEnvironment.js +5 -5
- package/app/getManagedEnvironmentAuthToken.d.ts +5 -5
- package/app/getManagedEnvironmentAuthToken.js +4 -4
- package/app/getManagedEnvironmentsStorage.d.ts +5 -5
- package/app/getManagedEnvironmentsStorage.js +4 -4
- package/app/javaComponent.d.ts +4 -4
- package/app/javaComponent.js +2 -2
- package/app/job.d.ts +2 -2
- package/app/job.js +2 -2
- package/app/listConnectedEnvironmentsDaprComponentSecrets.d.ts +4 -4
- package/app/listConnectedEnvironmentsDaprComponentSecrets.js +4 -4
- package/app/listContainerAppCustomHostNameAnalysis.d.ts +4 -4
- package/app/listContainerAppCustomHostNameAnalysis.js +4 -4
- package/app/listContainerAppSecrets.d.ts +4 -4
- package/app/listContainerAppSecrets.js +4 -4
- package/app/listDaprComponentSecrets.d.ts +4 -4
- package/app/listDaprComponentSecrets.js +4 -4
- package/app/listJobSecrets.d.ts +4 -4
- package/app/listJobSecrets.js +4 -4
- package/app/managedCertificate.d.ts +2 -2
- package/app/managedCertificate.js +2 -2
- package/app/managedEnvironment.d.ts +10 -2
- package/app/managedEnvironment.js +5 -3
- package/app/managedEnvironmentsStorage.d.ts +2 -2
- package/app/managedEnvironmentsStorage.js +2 -2
- package/appconfiguration/configurationStore.d.ts +1 -1
- package/appconfiguration/configurationStore.js +3 -3
- package/appconfiguration/getConfigurationStore.d.ts +2 -2
- package/appconfiguration/getConfigurationStore.js +2 -2
- package/appconfiguration/getKeyValue.d.ts +2 -2
- package/appconfiguration/getKeyValue.js +2 -2
- package/appconfiguration/getPrivateEndpointConnection.d.ts +2 -2
- package/appconfiguration/getPrivateEndpointConnection.js +2 -2
- package/appconfiguration/getReplica.d.ts +2 -2
- package/appconfiguration/getReplica.js +2 -2
- package/appconfiguration/keyValue.d.ts +1 -1
- package/appconfiguration/keyValue.js +3 -3
- package/appconfiguration/listConfigurationStoreKeys.d.ts +2 -2
- package/appconfiguration/listConfigurationStoreKeys.js +2 -2
- package/appconfiguration/privateEndpointConnection.d.ts +1 -1
- package/appconfiguration/privateEndpointConnection.js +3 -3
- package/appconfiguration/replica.d.ts +1 -1
- package/appconfiguration/replica.js +3 -3
- package/azuredatatransfer/connection.d.ts +1 -1
- package/azuredatatransfer/connection.js +3 -3
- package/azuredatatransfer/flow.d.ts +1 -1
- package/azuredatatransfer/flow.js +3 -3
- package/azuredatatransfer/getConnection.d.ts +2 -2
- package/azuredatatransfer/getConnection.js +2 -2
- package/azuredatatransfer/getFlow.d.ts +2 -2
- package/azuredatatransfer/getFlow.js +2 -2
- package/azuredatatransfer/getFlowDestinationEndpointPorts.d.ts +2 -2
- package/azuredatatransfer/getFlowDestinationEndpointPorts.js +2 -2
- package/azuredatatransfer/getFlowDestinationEndpoints.d.ts +2 -2
- package/azuredatatransfer/getFlowDestinationEndpoints.js +2 -2
- package/azuredatatransfer/getFlowSourceAddresses.d.ts +2 -2
- package/azuredatatransfer/getFlowSourceAddresses.js +2 -2
- package/azuredatatransfer/getFlowStreamConnectionString.d.ts +2 -2
- package/azuredatatransfer/getFlowStreamConnectionString.js +2 -2
- package/azuredatatransfer/getPipeline.d.ts +2 -2
- package/azuredatatransfer/getPipeline.js +2 -2
- package/azuredatatransfer/index.d.ts +3 -0
- package/azuredatatransfer/index.js +5 -2
- package/azuredatatransfer/listAzureDataTransferApprovedSchemas.d.ts +2 -2
- package/azuredatatransfer/listAzureDataTransferApprovedSchemas.js +2 -2
- package/azuredatatransfer/listListFlowsByPipeline.d.ts +55 -0
- package/azuredatatransfer/listListFlowsByPipeline.js +40 -0
- package/azuredatatransfer/listListPendingConnection.d.ts +2 -2
- package/azuredatatransfer/listListPendingConnection.js +2 -2
- package/azuredatatransfer/listListPendingFlow.d.ts +2 -2
- package/azuredatatransfer/listListPendingFlow.js +2 -2
- package/azuredatatransfer/listListSchema.d.ts +2 -2
- package/azuredatatransfer/listListSchema.js +2 -2
- package/azuredatatransfer/pipeline.d.ts +1 -1
- package/azuredatatransfer/pipeline.js +3 -3
- package/azurestackhci/galleryImage.d.ts +1 -1
- package/azurestackhci/galleryImage.js +3 -3
- package/azurestackhci/getGalleryImage.d.ts +2 -2
- package/azurestackhci/getGalleryImage.js +2 -2
- package/azurestackhci/getGuestAgent.d.ts +2 -2
- package/azurestackhci/getGuestAgent.js +2 -2
- package/azurestackhci/getLogicalNetwork.d.ts +2 -2
- package/azurestackhci/getLogicalNetwork.js +2 -2
- package/azurestackhci/getMarketplaceGalleryImage.d.ts +2 -2
- package/azurestackhci/getMarketplaceGalleryImage.js +2 -2
- package/azurestackhci/getNetworkInterface.d.ts +2 -2
- package/azurestackhci/getNetworkInterface.js +2 -2
- package/azurestackhci/getNetworkSecurityGroup.d.ts +2 -2
- package/azurestackhci/getNetworkSecurityGroup.js +2 -2
- package/azurestackhci/getSecurityRule.d.ts +2 -2
- package/azurestackhci/getSecurityRule.js +2 -2
- package/azurestackhci/getStorageContainer.d.ts +2 -2
- package/azurestackhci/getStorageContainer.js +2 -2
- package/azurestackhci/getVirtualHardDisk.d.ts +2 -2
- package/azurestackhci/getVirtualHardDisk.js +2 -2
- package/azurestackhci/getVirtualMachineInstance.d.ts +2 -2
- package/azurestackhci/getVirtualMachineInstance.js +2 -2
- package/azurestackhci/guestAgent.d.ts +1 -1
- package/azurestackhci/guestAgent.js +3 -3
- package/azurestackhci/logicalNetwork.d.ts +1 -1
- package/azurestackhci/logicalNetwork.js +3 -3
- package/azurestackhci/marketplaceGalleryImage.d.ts +1 -1
- package/azurestackhci/marketplaceGalleryImage.js +3 -3
- package/azurestackhci/networkInterface.d.ts +1 -1
- package/azurestackhci/networkInterface.js +3 -3
- package/azurestackhci/networkSecurityGroup.d.ts +1 -1
- package/azurestackhci/networkSecurityGroup.js +3 -3
- package/azurestackhci/securityRule.d.ts +1 -1
- package/azurestackhci/securityRule.js +3 -3
- package/azurestackhci/storageContainer.d.ts +1 -1
- package/azurestackhci/storageContainer.js +3 -3
- package/azurestackhci/virtualHardDisk.d.ts +1 -1
- package/azurestackhci/virtualHardDisk.js +3 -3
- package/azurestackhci/virtualMachineInstance.d.ts +1 -1
- package/azurestackhci/virtualMachineInstance.js +3 -3
- package/botservice/bot.d.ts +12 -8
- package/botservice/bot.js +3 -1
- package/botservice/botConnection.d.ts +7 -3
- package/botservice/botConnection.js +3 -1
- package/botservice/channel.d.ts +12 -8
- package/botservice/channel.js +3 -1
- package/botservice/getBot.d.ts +12 -8
- package/botservice/getBot.js +1 -1
- package/botservice/getBotConnection.d.ts +9 -5
- package/botservice/getBotConnection.js +1 -1
- package/botservice/getChannel.d.ts +12 -8
- package/botservice/getChannel.js +1 -1
- package/botservice/getPrivateEndpointConnection.d.ts +6 -2
- package/botservice/getPrivateEndpointConnection.js +1 -1
- package/botservice/listBotConnectionWithSecrets.d.ts +9 -5
- package/botservice/listBotConnectionWithSecrets.js +1 -1
- package/botservice/listChannelWithKeys.d.ts +12 -8
- package/botservice/listChannelWithKeys.js +1 -1
- package/botservice/privateEndpointConnection.d.ts +5 -1
- package/botservice/privateEndpointConnection.js +3 -1
- package/cdn/afdcustomDomain.d.ts +1 -1
- package/cdn/afdcustomDomain.js +3 -3
- package/cdn/afdendpoint.d.ts +1 -1
- package/cdn/afdendpoint.js +3 -3
- package/cdn/afdorigin.d.ts +1 -1
- package/cdn/afdorigin.js +3 -3
- package/cdn/afdoriginGroup.d.ts +1 -1
- package/cdn/afdoriginGroup.js +3 -3
- package/cdn/customDomain.d.ts +1 -1
- package/cdn/customDomain.js +3 -3
- package/cdn/endpoint.d.ts +1 -1
- package/cdn/endpoint.js +3 -3
- package/cdn/getAFDCustomDomain.d.ts +2 -2
- package/cdn/getAFDCustomDomain.js +2 -2
- package/cdn/getAFDEndpoint.d.ts +2 -2
- package/cdn/getAFDEndpoint.js +2 -2
- package/cdn/getAFDOrigin.d.ts +2 -2
- package/cdn/getAFDOrigin.js +2 -2
- package/cdn/getAFDOriginGroup.d.ts +2 -2
- package/cdn/getAFDOriginGroup.js +2 -2
- package/cdn/getCustomDomain.d.ts +2 -2
- package/cdn/getCustomDomain.js +2 -2
- package/cdn/getEndpoint.d.ts +2 -2
- package/cdn/getEndpoint.js +2 -2
- package/cdn/getOrigin.d.ts +2 -2
- package/cdn/getOrigin.js +2 -2
- package/cdn/getOriginGroup.d.ts +2 -2
- package/cdn/getOriginGroup.js +2 -2
- package/cdn/getPolicy.d.ts +2 -2
- package/cdn/getPolicy.js +2 -2
- package/cdn/getProfile.d.ts +2 -2
- package/cdn/getProfile.js +2 -2
- package/cdn/getProfileSupportedOptimizationTypes.d.ts +2 -2
- package/cdn/getProfileSupportedOptimizationTypes.js +2 -2
- package/cdn/getRoute.d.ts +2 -2
- package/cdn/getRoute.js +2 -2
- package/cdn/getRule.d.ts +2 -2
- package/cdn/getRule.js +2 -2
- package/cdn/getRuleSet.d.ts +2 -2
- package/cdn/getRuleSet.js +2 -2
- package/cdn/getSecret.d.ts +2 -2
- package/cdn/getSecret.js +2 -2
- package/cdn/getSecurityPolicy.d.ts +2 -2
- package/cdn/getSecurityPolicy.js +2 -2
- package/cdn/origin.d.ts +1 -1
- package/cdn/origin.js +3 -3
- package/cdn/originGroup.d.ts +1 -1
- package/cdn/originGroup.js +3 -3
- package/cdn/policy.d.ts +1 -1
- package/cdn/policy.js +3 -3
- package/cdn/profile.d.ts +1 -1
- package/cdn/profile.js +3 -3
- package/cdn/route.d.ts +1 -1
- package/cdn/route.js +3 -3
- package/cdn/rule.d.ts +1 -1
- package/cdn/rule.js +3 -3
- package/cdn/ruleSet.d.ts +1 -1
- package/cdn/ruleSet.js +3 -3
- package/cdn/secret.d.ts +1 -1
- package/cdn/secret.js +3 -3
- package/cdn/securityPolicy.d.ts +1 -1
- package/cdn/securityPolicy.js +3 -3
- package/certificateregistration/appServiceCertificateOrder.d.ts +1 -1
- package/certificateregistration/appServiceCertificateOrder.js +3 -3
- package/certificateregistration/appServiceCertificateOrderCertificate.d.ts +1 -1
- package/certificateregistration/appServiceCertificateOrderCertificate.js +3 -3
- package/certificateregistration/getAppServiceCertificateOrder.d.ts +2 -2
- package/certificateregistration/getAppServiceCertificateOrder.js +2 -2
- package/certificateregistration/getAppServiceCertificateOrderCertificate.d.ts +2 -2
- package/certificateregistration/getAppServiceCertificateOrderCertificate.js +2 -2
- package/cloudhealth/authenticationSetting.d.ts +73 -0
- package/cloudhealth/authenticationSetting.js +77 -0
- package/cloudhealth/discoveryRule.d.ts +73 -0
- package/cloudhealth/discoveryRule.js +77 -0
- package/cloudhealth/entity.d.ts +73 -0
- package/cloudhealth/entity.js +78 -0
- package/cloudhealth/getAuthenticationSetting.d.ts +71 -0
- package/cloudhealth/getAuthenticationSetting.js +36 -0
- package/cloudhealth/getDiscoveryRule.d.ts +71 -0
- package/cloudhealth/getDiscoveryRule.js +36 -0
- package/cloudhealth/getEntity.d.ts +71 -0
- package/cloudhealth/getEntity.js +36 -0
- package/cloudhealth/getHealthModel.d.ts +77 -0
- package/cloudhealth/getHealthModel.js +34 -0
- package/cloudhealth/getRelationship.d.ts +71 -0
- package/cloudhealth/getRelationship.js +36 -0
- package/cloudhealth/getSignalDefinition.d.ts +71 -0
- package/cloudhealth/getSignalDefinition.js +36 -0
- package/cloudhealth/healthModel.d.ts +97 -0
- package/cloudhealth/healthModel.js +79 -0
- package/cloudhealth/index.d.ts +37 -0
- package/cloudhealth/index.js +76 -0
- package/cloudhealth/relationship.d.ts +73 -0
- package/cloudhealth/relationship.js +77 -0
- package/cloudhealth/signalDefinition.d.ts +73 -0
- package/cloudhealth/signalDefinition.js +77 -0
- package/cloudngfw/certificateObjectGlobalRulestack.d.ts +1 -1
- package/cloudngfw/certificateObjectGlobalRulestack.js +3 -3
- package/cloudngfw/certificateObjectLocalRulestack.d.ts +1 -1
- package/cloudngfw/certificateObjectLocalRulestack.js +3 -3
- package/cloudngfw/firewall.d.ts +1 -1
- package/cloudngfw/firewall.js +3 -3
- package/cloudngfw/fqdnListGlobalRulestack.d.ts +1 -1
- package/cloudngfw/fqdnListGlobalRulestack.js +3 -3
- package/cloudngfw/fqdnListLocalRulestack.d.ts +1 -1
- package/cloudngfw/fqdnListLocalRulestack.js +3 -3
- package/cloudngfw/getCertificateObjectGlobalRulestack.d.ts +2 -2
- package/cloudngfw/getCertificateObjectGlobalRulestack.js +2 -2
- package/cloudngfw/getCertificateObjectLocalRulestack.d.ts +2 -2
- package/cloudngfw/getCertificateObjectLocalRulestack.js +2 -2
- package/cloudngfw/getFirewall.d.ts +2 -2
- package/cloudngfw/getFirewall.js +2 -2
- package/cloudngfw/getFirewallGlobalRulestack.d.ts +2 -2
- package/cloudngfw/getFirewallGlobalRulestack.js +2 -2
- package/cloudngfw/getFirewallLogProfile.d.ts +2 -2
- package/cloudngfw/getFirewallLogProfile.js +2 -2
- package/cloudngfw/getFirewallSupportInfo.d.ts +2 -2
- package/cloudngfw/getFirewallSupportInfo.js +2 -2
- package/cloudngfw/getFqdnListGlobalRulestack.d.ts +2 -2
- package/cloudngfw/getFqdnListGlobalRulestack.js +2 -2
- package/cloudngfw/getFqdnListLocalRulestack.d.ts +2 -2
- package/cloudngfw/getFqdnListLocalRulestack.js +2 -2
- package/cloudngfw/getGlobalRulestack.d.ts +2 -2
- package/cloudngfw/getGlobalRulestack.js +2 -2
- package/cloudngfw/getGlobalRulestackChangeLog.d.ts +2 -2
- package/cloudngfw/getGlobalRulestackChangeLog.js +2 -2
- package/cloudngfw/getLocalRule.d.ts +2 -2
- package/cloudngfw/getLocalRule.js +2 -2
- package/cloudngfw/getLocalRuleCounters.d.ts +2 -2
- package/cloudngfw/getLocalRuleCounters.js +2 -2
- package/cloudngfw/getLocalRulestack.d.ts +2 -2
- package/cloudngfw/getLocalRulestack.js +2 -2
- package/cloudngfw/getLocalRulestackChangeLog.d.ts +2 -2
- package/cloudngfw/getLocalRulestackChangeLog.js +2 -2
- package/cloudngfw/getLocalRulestackSupportInfo.d.ts +2 -2
- package/cloudngfw/getLocalRulestackSupportInfo.js +2 -2
- package/cloudngfw/getPostRule.d.ts +2 -2
- package/cloudngfw/getPostRule.js +2 -2
- package/cloudngfw/getPostRuleCounters.d.ts +2 -2
- package/cloudngfw/getPostRuleCounters.js +2 -2
- package/cloudngfw/getPreRule.d.ts +2 -2
- package/cloudngfw/getPreRule.js +2 -2
- package/cloudngfw/getPreRuleCounters.d.ts +2 -2
- package/cloudngfw/getPreRuleCounters.js +2 -2
- package/cloudngfw/getPrefixListGlobalRulestack.d.ts +2 -2
- package/cloudngfw/getPrefixListGlobalRulestack.js +2 -2
- package/cloudngfw/getPrefixListLocalRulestack.d.ts +2 -2
- package/cloudngfw/getPrefixListLocalRulestack.js +2 -2
- package/cloudngfw/globalRulestack.d.ts +1 -1
- package/cloudngfw/globalRulestack.js +3 -3
- package/cloudngfw/listGlobalRulestackAdvancedSecurityObjects.d.ts +2 -2
- package/cloudngfw/listGlobalRulestackAdvancedSecurityObjects.js +2 -2
- package/cloudngfw/listGlobalRulestackAppIds.d.ts +2 -2
- package/cloudngfw/listGlobalRulestackAppIds.js +2 -2
- package/cloudngfw/listGlobalRulestackCountries.d.ts +2 -2
- package/cloudngfw/listGlobalRulestackCountries.js +2 -2
- package/cloudngfw/listGlobalRulestackFirewalls.d.ts +2 -2
- package/cloudngfw/listGlobalRulestackFirewalls.js +2 -2
- package/cloudngfw/listGlobalRulestackPredefinedUrlCategories.d.ts +2 -2
- package/cloudngfw/listGlobalRulestackPredefinedUrlCategories.js +2 -2
- package/cloudngfw/listGlobalRulestackSecurityServices.d.ts +2 -2
- package/cloudngfw/listGlobalRulestackSecurityServices.js +2 -2
- package/cloudngfw/listLocalRulestackAdvancedSecurityObjects.d.ts +2 -2
- package/cloudngfw/listLocalRulestackAdvancedSecurityObjects.js +2 -2
- package/cloudngfw/listLocalRulestackAppIds.d.ts +2 -2
- package/cloudngfw/listLocalRulestackAppIds.js +2 -2
- package/cloudngfw/listLocalRulestackCountries.d.ts +2 -2
- package/cloudngfw/listLocalRulestackCountries.js +2 -2
- package/cloudngfw/listLocalRulestackFirewalls.d.ts +2 -2
- package/cloudngfw/listLocalRulestackFirewalls.js +2 -2
- package/cloudngfw/listLocalRulestackPredefinedUrlCategories.d.ts +2 -2
- package/cloudngfw/listLocalRulestackPredefinedUrlCategories.js +2 -2
- package/cloudngfw/listLocalRulestackSecurityServices.d.ts +2 -2
- package/cloudngfw/listLocalRulestackSecurityServices.js +2 -2
- package/cloudngfw/localRule.d.ts +1 -1
- package/cloudngfw/localRule.js +3 -3
- package/cloudngfw/localRulestack.d.ts +1 -1
- package/cloudngfw/localRulestack.js +3 -3
- package/cloudngfw/postRule.d.ts +1 -1
- package/cloudngfw/postRule.js +3 -3
- package/cloudngfw/preRule.d.ts +1 -1
- package/cloudngfw/preRule.js +3 -3
- package/cloudngfw/prefixListGlobalRulestack.d.ts +1 -1
- package/cloudngfw/prefixListGlobalRulestack.js +3 -3
- package/cloudngfw/prefixListLocalRulestack.d.ts +1 -1
- package/cloudngfw/prefixListLocalRulestack.js +3 -3
- package/cognitiveservices/account.d.ts +1 -1
- package/cognitiveservices/account.js +3 -3
- package/cognitiveservices/accountCapabilityHost.d.ts +2 -0
- package/cognitiveservices/accountCapabilityHost.js +4 -2
- package/cognitiveservices/accountConnection.d.ts +2 -0
- package/cognitiveservices/accountConnection.js +4 -2
- package/cognitiveservices/commitmentPlan.d.ts +1 -1
- package/cognitiveservices/commitmentPlan.js +3 -3
- package/cognitiveservices/commitmentPlanAssociation.d.ts +1 -1
- package/cognitiveservices/commitmentPlanAssociation.js +3 -3
- package/cognitiveservices/deployment.d.ts +1 -1
- package/cognitiveservices/deployment.js +3 -3
- package/cognitiveservices/encryptionScope.d.ts +1 -1
- package/cognitiveservices/encryptionScope.js +3 -3
- package/cognitiveservices/getAccount.d.ts +2 -2
- package/cognitiveservices/getAccount.js +2 -2
- package/cognitiveservices/getAccountCapabilityHost.d.ts +4 -0
- package/cognitiveservices/getAccountCapabilityHost.js +5 -1
- package/cognitiveservices/getAccountConnection.d.ts +4 -0
- package/cognitiveservices/getAccountConnection.js +5 -1
- package/cognitiveservices/getCommitmentPlan.d.ts +2 -2
- package/cognitiveservices/getCommitmentPlan.js +2 -2
- package/cognitiveservices/getCommitmentPlanAssociation.d.ts +2 -2
- package/cognitiveservices/getCommitmentPlanAssociation.js +2 -2
- package/cognitiveservices/getDeployment.d.ts +2 -2
- package/cognitiveservices/getDeployment.js +2 -2
- package/cognitiveservices/getEncryptionScope.d.ts +2 -2
- package/cognitiveservices/getEncryptionScope.js +2 -2
- package/cognitiveservices/getPrivateEndpointConnection.d.ts +2 -2
- package/cognitiveservices/getPrivateEndpointConnection.js +2 -2
- package/cognitiveservices/getProject.d.ts +4 -0
- package/cognitiveservices/getProject.js +5 -1
- package/cognitiveservices/getProjectCapabilityHost.d.ts +4 -0
- package/cognitiveservices/getProjectCapabilityHost.js +5 -1
- package/cognitiveservices/getProjectConnection.d.ts +4 -0
- package/cognitiveservices/getProjectConnection.js +5 -1
- package/cognitiveservices/getRaiBlocklist.d.ts +2 -2
- package/cognitiveservices/getRaiBlocklist.js +2 -2
- package/cognitiveservices/getRaiBlocklistItem.d.ts +2 -2
- package/cognitiveservices/getRaiBlocklistItem.js +2 -2
- package/cognitiveservices/getRaiPolicy.d.ts +2 -2
- package/cognitiveservices/getRaiPolicy.js +2 -2
- package/cognitiveservices/getSharedCommitmentPlan.d.ts +2 -2
- package/cognitiveservices/getSharedCommitmentPlan.js +2 -2
- package/cognitiveservices/listAccountKeys.d.ts +2 -2
- package/cognitiveservices/listAccountKeys.js +2 -2
- package/cognitiveservices/privateEndpointConnection.d.ts +1 -1
- package/cognitiveservices/privateEndpointConnection.js +3 -3
- package/cognitiveservices/project.d.ts +2 -0
- package/cognitiveservices/project.js +4 -2
- package/cognitiveservices/projectCapabilityHost.d.ts +2 -0
- package/cognitiveservices/projectCapabilityHost.js +4 -2
- package/cognitiveservices/projectConnection.d.ts +2 -0
- package/cognitiveservices/projectConnection.js +4 -2
- package/cognitiveservices/raiBlocklist.d.ts +1 -1
- package/cognitiveservices/raiBlocklist.js +3 -3
- package/cognitiveservices/raiBlocklistItem.d.ts +1 -1
- package/cognitiveservices/raiBlocklistItem.js +3 -3
- package/cognitiveservices/raiPolicy.d.ts +1 -1
- package/cognitiveservices/raiPolicy.js +3 -3
- package/cognitiveservices/sharedCommitmentPlan.d.ts +1 -1
- package/cognitiveservices/sharedCommitmentPlan.js +3 -3
- package/communication/communicationService.d.ts +1 -1
- package/communication/communicationService.js +3 -3
- package/communication/domain.d.ts +1 -1
- package/communication/domain.js +3 -3
- package/communication/emailService.d.ts +1 -1
- package/communication/emailService.js +3 -3
- package/communication/getCommunicationService.d.ts +2 -2
- package/communication/getCommunicationService.js +2 -2
- package/communication/getDomain.d.ts +2 -2
- package/communication/getDomain.js +2 -2
- package/communication/getEmailService.d.ts +2 -2
- package/communication/getEmailService.js +2 -2
- package/communication/getSenderUsername.d.ts +2 -2
- package/communication/getSenderUsername.js +2 -2
- package/communication/getSmtpUsername.d.ts +4 -0
- package/communication/getSmtpUsername.js +5 -1
- package/communication/getSuppressionList.d.ts +2 -2
- package/communication/getSuppressionList.js +2 -2
- package/communication/getSuppressionListAddress.d.ts +2 -2
- package/communication/getSuppressionListAddress.js +2 -2
- package/communication/listCommunicationServiceKeys.d.ts +2 -2
- package/communication/listCommunicationServiceKeys.js +2 -2
- package/communication/senderUsername.d.ts +1 -1
- package/communication/senderUsername.js +3 -3
- package/communication/smtpUsername.d.ts +2 -0
- package/communication/smtpUsername.js +4 -2
- package/communication/suppressionList.d.ts +1 -1
- package/communication/suppressionList.js +3 -3
- package/communication/suppressionListAddress.d.ts +1 -1
- package/communication/suppressionListAddress.js +3 -3
- package/compute/availabilitySet.d.ts +11 -7
- package/compute/availabilitySet.js +3 -1
- package/compute/capacityReservation.d.ts +13 -9
- package/compute/capacityReservation.js +3 -1
- package/compute/capacityReservationGroup.d.ts +13 -9
- package/compute/capacityReservationGroup.js +3 -1
- package/compute/dedicatedHost.d.ts +12 -8
- package/compute/dedicatedHost.js +3 -1
- package/compute/dedicatedHostGroup.d.ts +14 -10
- package/compute/dedicatedHostGroup.js +3 -1
- package/compute/disk.d.ts +14 -10
- package/compute/disk.js +5 -3
- package/compute/diskAccess.d.ts +12 -8
- package/compute/diskAccess.js +5 -3
- package/compute/diskAccessAPrivateEndpointConnection.d.ts +8 -4
- package/compute/diskAccessAPrivateEndpointConnection.js +5 -3
- package/compute/diskEncryptionSet.d.ts +12 -8
- package/compute/diskEncryptionSet.js +5 -3
- package/compute/gallery.d.ts +12 -8
- package/compute/gallery.js +3 -1
- package/compute/galleryApplication.d.ts +13 -9
- package/compute/galleryApplication.js +3 -1
- package/compute/galleryApplicationVersion.d.ts +14 -10
- package/compute/galleryApplicationVersion.js +3 -1
- package/compute/galleryImage.d.ts +13 -9
- package/compute/galleryImage.js +3 -1
- package/compute/galleryImageVersion.d.ts +14 -10
- package/compute/galleryImageVersion.js +3 -1
- package/compute/galleryInVMAccessControlProfile.d.ts +13 -9
- package/compute/galleryInVMAccessControlProfile.js +3 -1
- package/compute/galleryInVMAccessControlProfileVersion.d.ts +14 -10
- package/compute/galleryInVMAccessControlProfileVersion.js +3 -1
- package/compute/getAvailabilitySet.d.ts +11 -7
- package/compute/getAvailabilitySet.js +1 -1
- package/compute/getCapacityReservation.d.ts +12 -8
- package/compute/getCapacityReservation.js +1 -1
- package/compute/getCapacityReservationGroup.d.ts +12 -8
- package/compute/getCapacityReservationGroup.js +1 -1
- package/compute/getDedicatedHost.d.ts +11 -7
- package/compute/getDedicatedHost.js +1 -1
- package/compute/getDedicatedHostGroup.d.ts +13 -9
- package/compute/getDedicatedHostGroup.js +1 -1
- package/compute/getDisk.d.ts +14 -10
- package/compute/getDisk.js +3 -3
- package/compute/getDiskAccess.d.ts +13 -9
- package/compute/getDiskAccess.js +3 -3
- package/compute/getDiskAccessAPrivateEndpointConnection.d.ts +11 -7
- package/compute/getDiskAccessAPrivateEndpointConnection.js +3 -3
- package/compute/getDiskEncryptionSet.d.ts +13 -9
- package/compute/getDiskEncryptionSet.js +3 -3
- package/compute/getGallery.d.ts +11 -7
- package/compute/getGallery.js +1 -1
- package/compute/getGalleryApplication.d.ts +13 -9
- package/compute/getGalleryApplication.js +1 -1
- package/compute/getGalleryApplicationVersion.d.ts +15 -11
- package/compute/getGalleryApplicationVersion.js +1 -1
- package/compute/getGalleryImage.d.ts +13 -9
- package/compute/getGalleryImage.js +1 -1
- package/compute/getGalleryImageVersion.d.ts +15 -11
- package/compute/getGalleryImageVersion.js +1 -1
- package/compute/getGalleryInVMAccessControlProfile.d.ts +13 -9
- package/compute/getGalleryInVMAccessControlProfile.js +1 -1
- package/compute/getGalleryInVMAccessControlProfileVersion.d.ts +15 -11
- package/compute/getGalleryInVMAccessControlProfileVersion.js +1 -1
- package/compute/getImage.d.ts +11 -7
- package/compute/getImage.js +1 -1
- package/compute/getLogAnalyticExportRequestRateByInterval.d.ts +2 -2
- package/compute/getLogAnalyticExportThrottledRequests.d.ts +2 -2
- package/compute/getProximityPlacementGroup.d.ts +13 -9
- package/compute/getProximityPlacementGroup.js +1 -1
- package/compute/getRestorePoint.d.ts +9 -5
- package/compute/getRestorePoint.js +1 -1
- package/compute/getRestorePointCollection.d.ts +11 -7
- package/compute/getRestorePointCollection.js +1 -1
- package/compute/getSnapshot.d.ts +14 -10
- package/compute/getSnapshot.js +3 -3
- package/compute/getSshPublicKey.d.ts +12 -7
- package/compute/getSshPublicKey.js +1 -1
- package/compute/getVirtualMachine.d.ts +12 -8
- package/compute/getVirtualMachine.js +1 -1
- package/compute/getVirtualMachineExtension.d.ts +14 -10
- package/compute/getVirtualMachineExtension.js +1 -1
- package/compute/getVirtualMachineRunCommandByVirtualMachine.d.ts +15 -11
- package/compute/getVirtualMachineRunCommandByVirtualMachine.js +1 -1
- package/compute/getVirtualMachineScaleSet.d.ts +12 -8
- package/compute/getVirtualMachineScaleSet.js +1 -1
- package/compute/getVirtualMachineScaleSetExtension.d.ts +5 -5
- package/compute/getVirtualMachineScaleSetVM.d.ts +13 -9
- package/compute/getVirtualMachineScaleSetVM.js +1 -1
- package/compute/getVirtualMachineScaleSetVMExtension.d.ts +3 -3
- package/compute/getVirtualMachineScaleSetVMRunCommand.d.ts +17 -13
- package/compute/getVirtualMachineScaleSetVMRunCommand.js +1 -1
- package/compute/image.d.ts +11 -7
- package/compute/image.js +3 -1
- package/compute/proximityPlacementGroup.d.ts +14 -10
- package/compute/proximityPlacementGroup.js +3 -1
- package/compute/restorePoint.d.ts +7 -3
- package/compute/restorePoint.js +3 -1
- package/compute/restorePointCollection.d.ts +11 -7
- package/compute/restorePointCollection.js +3 -1
- package/compute/snapshot.d.ts +14 -10
- package/compute/snapshot.js +5 -3
- package/compute/sshPublicKey.d.ts +12 -7
- package/compute/sshPublicKey.js +3 -1
- package/compute/virtualMachine.d.ts +13 -9
- package/compute/virtualMachine.js +3 -1
- package/compute/virtualMachineExtension.d.ts +13 -9
- package/compute/virtualMachineExtension.js +3 -1
- package/compute/virtualMachineRunCommandByVirtualMachine.d.ts +13 -9
- package/compute/virtualMachineRunCommandByVirtualMachine.js +5 -4
- package/compute/virtualMachineScaleSet.d.ts +14 -10
- package/compute/virtualMachineScaleSet.js +3 -1
- package/compute/virtualMachineScaleSetExtension.d.ts +4 -4
- package/compute/virtualMachineScaleSetVM.d.ts +12 -8
- package/compute/virtualMachineScaleSetVM.js +3 -1
- package/compute/virtualMachineScaleSetVMExtension.d.ts +2 -2
- package/compute/virtualMachineScaleSetVMRunCommand.d.ts +14 -10
- package/compute/virtualMachineScaleSetVMRunCommand.js +5 -4
- package/computeschedule/getScheduledAction.d.ts +73 -0
- package/computeschedule/getScheduledAction.js +34 -0
- package/computeschedule/index.d.ts +7 -0
- package/computeschedule/index.js +41 -0
- package/computeschedule/scheduledAction.d.ts +89 -0
- package/computeschedule/scheduledAction.js +78 -0
- package/confidentialledger/getLedger.d.ts +2 -2
- package/confidentialledger/getLedger.js +2 -2
- package/confidentialledger/getManagedCCF.d.ts +2 -2
- package/confidentialledger/getManagedCCF.js +2 -2
- package/confidentialledger/ledger.d.ts +1 -1
- package/confidentialledger/ledger.js +3 -3
- package/confidentialledger/managedCCF.d.ts +1 -1
- package/confidentialledger/managedCCF.js +3 -3
- package/confluent/getConnector.d.ts +2 -2
- package/confluent/getConnector.js +2 -2
- package/confluent/getOrganization.d.ts +11 -11
- package/confluent/getOrganization.js +2 -2
- package/confluent/getOrganizationClusterById.d.ts +12 -8
- package/confluent/getOrganizationClusterById.js +3 -3
- package/confluent/getOrganizationEnvironmentById.d.ts +12 -8
- package/confluent/getOrganizationEnvironmentById.js +3 -3
- package/confluent/getTopic.d.ts +9 -5
- package/confluent/getTopic.js +3 -3
- package/confluent/listAccessClusters.d.ts +2 -2
- package/confluent/listAccessClusters.js +2 -2
- package/confluent/listAccessEnvironments.d.ts +2 -2
- package/confluent/listAccessEnvironments.js +2 -2
- package/confluent/listAccessInvitations.d.ts +4 -4
- package/confluent/listAccessInvitations.js +2 -2
- package/confluent/listAccessRoleBindingName.d.ts +2 -2
- package/confluent/listAccessRoleBindingName.js +2 -2
- package/confluent/listAccessRoleBindings.d.ts +2 -2
- package/confluent/listAccessRoleBindings.js +2 -2
- package/confluent/listAccessServiceAccounts.d.ts +4 -4
- package/confluent/listAccessServiceAccounts.js +2 -2
- package/confluent/listAccessUsers.d.ts +4 -4
- package/confluent/listAccessUsers.js +2 -2
- package/confluent/listOrganizationRegions.d.ts +2 -2
- package/confluent/listOrganizationRegions.js +2 -2
- package/confluent/organization.d.ts +9 -9
- package/confluent/organizationClusterById.d.ts +8 -16
- package/confluent/organizationClusterById.js +5 -4
- package/confluent/organizationEnvironmentById.d.ts +8 -16
- package/confluent/organizationEnvironmentById.js +5 -4
- package/confluent/topic.d.ts +6 -2
- package/confluent/topic.js +3 -1
- package/connectedcache/enterpriseMccCacheNodesOperation.d.ts +2 -0
- package/connectedcache/enterpriseMccCacheNodesOperation.js +4 -2
- package/connectedcache/enterpriseMccCustomer.d.ts +2 -0
- package/connectedcache/enterpriseMccCustomer.js +4 -2
- package/connectedcache/getEnterpriseMccCacheNodesOperation.d.ts +4 -0
- package/connectedcache/getEnterpriseMccCacheNodesOperation.js +5 -1
- package/connectedcache/getEnterpriseMccCacheNodesOperationCacheNodeAutoUpdateHistory.d.ts +77 -0
- package/connectedcache/getEnterpriseMccCacheNodesOperationCacheNodeAutoUpdateHistory.js +36 -0
- package/connectedcache/getEnterpriseMccCacheNodesOperationCacheNodeInstallDetails.d.ts +4 -0
- package/connectedcache/getEnterpriseMccCacheNodesOperationCacheNodeInstallDetails.js +5 -1
- package/connectedcache/getEnterpriseMccCacheNodesOperationCacheNodeMccIssueDetailsHistory.d.ts +77 -0
- package/connectedcache/getEnterpriseMccCacheNodesOperationCacheNodeMccIssueDetailsHistory.js +36 -0
- package/connectedcache/getEnterpriseMccCacheNodesOperationCacheNodeTlsCertificateHistory.d.ts +77 -0
- package/connectedcache/getEnterpriseMccCacheNodesOperationCacheNodeTlsCertificateHistory.js +36 -0
- package/connectedcache/getEnterpriseMccCustomer.d.ts +4 -0
- package/connectedcache/getEnterpriseMccCustomer.js +5 -1
- package/connectedcache/getIspCacheNodesOperation.d.ts +4 -0
- package/connectedcache/getIspCacheNodesOperation.js +5 -1
- package/connectedcache/getIspCacheNodesOperationBgpCidrs.d.ts +4 -0
- package/connectedcache/getIspCacheNodesOperationBgpCidrs.js +5 -1
- package/connectedcache/getIspCacheNodesOperationCacheNodeAutoUpdateHistory.d.ts +77 -0
- package/connectedcache/getIspCacheNodesOperationCacheNodeAutoUpdateHistory.js +36 -0
- package/connectedcache/getIspCacheNodesOperationCacheNodeInstallDetails.d.ts +4 -0
- package/connectedcache/getIspCacheNodesOperationCacheNodeInstallDetails.js +5 -1
- package/connectedcache/getIspCacheNodesOperationCacheNodeMccIssueDetailsHistory.d.ts +77 -0
- package/connectedcache/getIspCacheNodesOperationCacheNodeMccIssueDetailsHistory.js +36 -0
- package/connectedcache/getIspCustomer.d.ts +4 -0
- package/connectedcache/getIspCustomer.js +5 -1
- package/connectedcache/index.d.ts +15 -0
- package/connectedcache/index.js +17 -2
- package/connectedcache/ispCacheNodesOperation.d.ts +2 -0
- package/connectedcache/ispCacheNodesOperation.js +4 -2
- package/connectedcache/ispCustomer.d.ts +2 -0
- package/connectedcache/ispCustomer.js +4 -2
- package/containerregistry/archife.d.ts +1 -1
- package/containerregistry/archife.js +3 -3
- package/containerregistry/archiveVersion.d.ts +1 -1
- package/containerregistry/archiveVersion.js +3 -3
- package/containerregistry/cacheRule.d.ts +1 -1
- package/containerregistry/cacheRule.js +3 -3
- package/containerregistry/connectedRegistry.d.ts +1 -1
- package/containerregistry/connectedRegistry.js +3 -3
- package/containerregistry/credentialSet.d.ts +1 -1
- package/containerregistry/credentialSet.js +3 -3
- package/containerregistry/exportPipeline.d.ts +1 -1
- package/containerregistry/exportPipeline.js +3 -3
- package/containerregistry/getArchife.d.ts +2 -2
- package/containerregistry/getArchife.js +2 -2
- package/containerregistry/getArchiveVersion.d.ts +2 -2
- package/containerregistry/getArchiveVersion.js +2 -2
- package/containerregistry/getCacheRule.d.ts +2 -2
- package/containerregistry/getCacheRule.js +2 -2
- package/containerregistry/getConnectedRegistry.d.ts +2 -2
- package/containerregistry/getConnectedRegistry.js +2 -2
- package/containerregistry/getCredentialSet.d.ts +2 -2
- package/containerregistry/getCredentialSet.js +2 -2
- package/containerregistry/getExportPipeline.d.ts +2 -2
- package/containerregistry/getExportPipeline.js +2 -2
- package/containerregistry/getImportPipeline.d.ts +2 -2
- package/containerregistry/getImportPipeline.js +2 -2
- package/containerregistry/getPipelineRun.d.ts +2 -2
- package/containerregistry/getPipelineRun.js +2 -2
- package/containerregistry/getPrivateEndpointConnection.d.ts +2 -2
- package/containerregistry/getPrivateEndpointConnection.js +2 -2
- package/containerregistry/getRegistry.d.ts +2 -2
- package/containerregistry/getRegistry.js +2 -2
- package/containerregistry/getReplication.d.ts +2 -2
- package/containerregistry/getReplication.js +2 -2
- package/containerregistry/getScopeMap.d.ts +2 -2
- package/containerregistry/getScopeMap.js +2 -2
- package/containerregistry/getToken.d.ts +2 -2
- package/containerregistry/getToken.js +2 -2
- package/containerregistry/getWebhook.d.ts +2 -2
- package/containerregistry/getWebhook.js +2 -2
- package/containerregistry/getWebhookCallbackConfig.d.ts +2 -2
- package/containerregistry/getWebhookCallbackConfig.js +2 -2
- package/containerregistry/importPipeline.d.ts +1 -1
- package/containerregistry/importPipeline.js +3 -3
- package/containerregistry/listRegistryCredentials.d.ts +2 -2
- package/containerregistry/listRegistryCredentials.js +2 -2
- package/containerregistry/listWebhookEvents.d.ts +2 -2
- package/containerregistry/listWebhookEvents.js +2 -2
- package/containerregistry/pipelineRun.d.ts +1 -1
- package/containerregistry/pipelineRun.js +3 -3
- package/containerregistry/privateEndpointConnection.d.ts +1 -1
- package/containerregistry/privateEndpointConnection.js +3 -3
- package/containerregistry/registry.d.ts +1 -1
- package/containerregistry/registry.js +3 -3
- package/containerregistry/replication.d.ts +1 -1
- package/containerregistry/replication.js +3 -3
- package/containerregistry/scopeMap.d.ts +1 -1
- package/containerregistry/scopeMap.js +3 -3
- package/containerregistry/token.d.ts +1 -1
- package/containerregistry/token.js +3 -3
- package/containerregistry/webhook.d.ts +1 -1
- package/containerregistry/webhook.js +3 -3
- package/containerservice/agentPool.d.ts +1 -1
- package/containerservice/agentPool.js +3 -3
- package/containerservice/deploymentSafeguard.d.ts +87 -0
- package/containerservice/deploymentSafeguard.js +85 -0
- package/containerservice/getAgentPool.d.ts +2 -2
- package/containerservice/getAgentPool.js +2 -2
- package/containerservice/getDeploymentSafeguard.d.ts +75 -0
- package/containerservice/getDeploymentSafeguard.js +36 -0
- package/containerservice/getLoadBalancer.d.ts +2 -2
- package/containerservice/getLoadBalancer.js +2 -2
- package/containerservice/getMaintenanceConfiguration.d.ts +2 -2
- package/containerservice/getMaintenanceConfiguration.js +2 -2
- package/containerservice/getManagedCluster.d.ts +2 -2
- package/containerservice/getManagedCluster.js +2 -2
- package/containerservice/getManagedClusterSnapshot.d.ts +2 -2
- package/containerservice/getManagedClusterSnapshot.js +2 -2
- package/containerservice/getManagedNamespace.d.ts +89 -0
- package/containerservice/getManagedNamespace.js +40 -0
- package/containerservice/getPrivateEndpointConnection.d.ts +2 -2
- package/containerservice/getPrivateEndpointConnection.js +2 -2
- package/containerservice/getSnapshot.d.ts +2 -2
- package/containerservice/getSnapshot.js +2 -2
- package/containerservice/getTrustedAccessRoleBinding.d.ts +2 -2
- package/containerservice/getTrustedAccessRoleBinding.js +2 -2
- package/containerservice/index.d.ts +15 -0
- package/containerservice/index.js +20 -3
- package/containerservice/listManagedClusterAdminCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterAdminCredentials.js +2 -2
- package/containerservice/listManagedClusterMonitoringUserCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterMonitoringUserCredentials.js +2 -2
- package/containerservice/listManagedClusterUserCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterUserCredentials.js +2 -2
- package/containerservice/listManagedNamespaceCredential.d.ts +55 -0
- package/containerservice/listManagedNamespaceCredential.js +40 -0
- package/containerservice/loadBalancer.d.ts +1 -1
- package/containerservice/loadBalancer.js +3 -3
- package/containerservice/maintenanceConfiguration.d.ts +1 -1
- package/containerservice/maintenanceConfiguration.js +3 -3
- package/containerservice/managedCluster.d.ts +1 -1
- package/containerservice/managedCluster.js +3 -3
- package/containerservice/managedClusterSnapshot.d.ts +1 -1
- package/containerservice/managedClusterSnapshot.js +3 -3
- package/containerservice/managedNamespace.d.ts +99 -0
- package/containerservice/managedNamespace.js +86 -0
- package/containerservice/privateEndpointConnection.d.ts +1 -1
- package/containerservice/privateEndpointConnection.js +3 -3
- package/containerservice/snapshot.d.ts +1 -1
- package/containerservice/snapshot.js +3 -3
- package/containerservice/trustedAccessRoleBinding.d.ts +1 -1
- package/containerservice/trustedAccessRoleBinding.js +3 -3
- package/cosmosdb/fleetspaceAccount.d.ts +9 -16
- package/cosmosdb/fleetspaceAccount.js +3 -5
- package/cosmosdb/getFleetspaceAccount.d.ts +4 -8
- package/cosmosdb/getFleetspaceAccount.js +1 -1
- package/dashboard/dashboard.d.ts +84 -0
- package/dashboard/dashboard.js +77 -0
- package/dashboard/getDashboard.d.ts +73 -0
- package/dashboard/getDashboard.js +34 -0
- package/dashboard/getGrafana.d.ts +2 -2
- package/dashboard/getGrafana.js +2 -2
- package/dashboard/getIntegrationFabric.d.ts +2 -2
- package/dashboard/getIntegrationFabric.js +2 -2
- package/dashboard/getManagedPrivateEndpoint.d.ts +2 -2
- package/dashboard/getManagedPrivateEndpoint.js +2 -2
- package/dashboard/getPrivateEndpointConnection.d.ts +2 -2
- package/dashboard/getPrivateEndpointConnection.js +2 -2
- package/dashboard/grafana.d.ts +1 -1
- package/dashboard/grafana.js +3 -3
- package/dashboard/index.d.ts +6 -0
- package/dashboard/index.js +9 -2
- package/dashboard/integrationFabric.d.ts +1 -1
- package/dashboard/integrationFabric.js +3 -3
- package/dashboard/managedPrivateEndpoint.d.ts +1 -1
- package/dashboard/managedPrivateEndpoint.js +3 -3
- package/dashboard/privateEndpointConnection.d.ts +1 -1
- package/dashboard/privateEndpointConnection.js +3 -3
- package/datafactory/getPipeline.d.ts +1 -1
- package/datafactory/pipeline.d.ts +2 -2
- package/dataprotection/backupInstance.d.ts +1 -1
- package/dataprotection/backupInstance.js +3 -3
- package/dataprotection/backupPolicy.d.ts +1 -1
- package/dataprotection/backupPolicy.js +3 -3
- package/dataprotection/backupVault.d.ts +1 -1
- package/dataprotection/backupVault.js +3 -3
- package/dataprotection/dppResourceGuardProxy.d.ts +1 -1
- package/dataprotection/dppResourceGuardProxy.js +3 -3
- package/dataprotection/getBackupInstance.d.ts +2 -2
- package/dataprotection/getBackupInstance.js +2 -2
- package/dataprotection/getBackupPolicy.d.ts +2 -2
- package/dataprotection/getBackupPolicy.js +2 -2
- package/dataprotection/getBackupVault.d.ts +2 -2
- package/dataprotection/getBackupVault.js +2 -2
- package/dataprotection/getDppResourceGuardProxy.d.ts +2 -2
- package/dataprotection/getDppResourceGuardProxy.js +2 -2
- package/dataprotection/getResourceGuard.d.ts +2 -2
- package/dataprotection/getResourceGuard.js +2 -2
- package/dataprotection/resourceGuard.d.ts +1 -1
- package/dataprotection/resourceGuard.js +3 -3
- package/dbformysql/azureADAdministrator.d.ts +1 -1
- package/dbformysql/azureADAdministrator.js +3 -3
- package/dbformysql/configuration.d.ts +1 -1
- package/dbformysql/configuration.js +3 -3
- package/dbformysql/database.d.ts +1 -1
- package/dbformysql/database.js +3 -3
- package/dbformysql/firewallRule.d.ts +1 -1
- package/dbformysql/firewallRule.js +3 -3
- package/dbformysql/getAzureADAdministrator.d.ts +2 -2
- package/dbformysql/getAzureADAdministrator.js +2 -2
- package/dbformysql/getConfiguration.d.ts +2 -2
- package/dbformysql/getConfiguration.js +2 -2
- package/dbformysql/getDatabase.d.ts +2 -2
- package/dbformysql/getDatabase.js +2 -2
- package/dbformysql/getFirewallRule.d.ts +2 -2
- package/dbformysql/getFirewallRule.js +2 -2
- package/dbformysql/getGetPrivateDnsZoneSuffixExecute.d.ts +2 -2
- package/dbformysql/getGetPrivateDnsZoneSuffixExecute.js +2 -2
- package/dbformysql/getPrivateEndpointConnection.d.ts +2 -2
- package/dbformysql/getPrivateEndpointConnection.js +2 -2
- package/dbformysql/getServer.d.ts +2 -2
- package/dbformysql/getServer.js +2 -2
- package/dbformysql/privateEndpointConnection.d.ts +1 -1
- package/dbformysql/privateEndpointConnection.js +3 -3
- package/dbformysql/server.d.ts +1 -1
- package/dbformysql/server.js +3 -3
- package/dbforpostgresql/administrator.d.ts +9 -9
- package/dbforpostgresql/administrator.js +1 -1
- package/dbforpostgresql/backup.d.ts +5 -5
- package/dbforpostgresql/backup.js +1 -1
- package/dbforpostgresql/configuration.d.ts +15 -15
- package/dbforpostgresql/configuration.js +1 -1
- package/dbforpostgresql/database.d.ts +5 -5
- package/dbforpostgresql/firewallRule.d.ts +6 -6
- package/dbforpostgresql/firewallRule.js +1 -1
- package/dbforpostgresql/getAdministrator.d.ts +9 -9
- package/dbforpostgresql/getAdministrator.js +2 -2
- package/dbforpostgresql/getBackup.d.ts +8 -8
- package/dbforpostgresql/getBackup.js +2 -2
- package/dbforpostgresql/getConfiguration.d.ts +16 -16
- package/dbforpostgresql/getConfiguration.js +2 -2
- package/dbforpostgresql/getDatabase.d.ts +6 -6
- package/dbforpostgresql/getDatabase.js +2 -2
- package/dbforpostgresql/getFirewallRule.d.ts +7 -7
- package/dbforpostgresql/getFirewallRule.js +2 -2
- package/dbforpostgresql/getGetPrivateDnsZoneSuffixExecute.d.ts +3 -3
- package/dbforpostgresql/getGetPrivateDnsZoneSuffixExecute.js +2 -2
- package/dbforpostgresql/getMigration.d.ts +35 -35
- package/dbforpostgresql/getMigration.js +2 -2
- package/dbforpostgresql/getServer.d.ts +23 -23
- package/dbforpostgresql/getServer.js +2 -2
- package/dbforpostgresql/getVirtualEndpoint.d.ts +8 -8
- package/dbforpostgresql/getVirtualEndpoint.js +2 -2
- package/dbforpostgresql/migration.d.ts +49 -49
- package/dbforpostgresql/migration.js +1 -1
- package/dbforpostgresql/server.d.ts +39 -39
- package/dbforpostgresql/server.js +1 -1
- package/dbforpostgresql/virtualEndpoint.d.ts +7 -7
- package/dbforpostgresql/virtualEndpoint.js +1 -1
- package/dependencymap/discoverySource.d.ts +2 -0
- package/dependencymap/discoverySource.js +4 -2
- package/dependencymap/getDiscoverySource.d.ts +4 -0
- package/dependencymap/getDiscoverySource.js +5 -1
- package/dependencymap/getMap.d.ts +4 -0
- package/dependencymap/getMap.js +5 -1
- package/dependencymap/map.d.ts +2 -0
- package/dependencymap/map.js +4 -2
- package/desktopvirtualization/appAttachPackage.d.ts +1 -1
- package/desktopvirtualization/appAttachPackage.js +3 -3
- package/desktopvirtualization/application.d.ts +1 -1
- package/desktopvirtualization/application.js +3 -3
- package/desktopvirtualization/applicationGroup.d.ts +1 -1
- package/desktopvirtualization/applicationGroup.js +3 -3
- package/desktopvirtualization/getAppAttachPackage.d.ts +2 -2
- package/desktopvirtualization/getAppAttachPackage.js +2 -2
- package/desktopvirtualization/getApplication.d.ts +2 -2
- package/desktopvirtualization/getApplication.js +2 -2
- package/desktopvirtualization/getApplicationGroup.d.ts +2 -2
- package/desktopvirtualization/getApplicationGroup.js +2 -2
- package/desktopvirtualization/getHostPool.d.ts +2 -2
- package/desktopvirtualization/getHostPool.js +2 -2
- package/desktopvirtualization/getHostPoolRegistrationToken.d.ts +2 -2
- package/desktopvirtualization/getHostPoolRegistrationToken.js +2 -2
- package/desktopvirtualization/getMSIXPackage.d.ts +2 -2
- package/desktopvirtualization/getMSIXPackage.js +2 -2
- package/desktopvirtualization/getPrivateEndpointConnectionByHostPool.d.ts +2 -2
- package/desktopvirtualization/getPrivateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/getPrivateEndpointConnectionByWorkspace.d.ts +2 -2
- package/desktopvirtualization/getPrivateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/getScalingPlan.d.ts +2 -2
- package/desktopvirtualization/getScalingPlan.js +2 -2
- package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +2 -2
- package/desktopvirtualization/getScalingPlanPersonalSchedule.js +2 -2
- package/desktopvirtualization/getScalingPlanPooledSchedule.d.ts +2 -2
- package/desktopvirtualization/getScalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/getWorkspace.d.ts +2 -2
- package/desktopvirtualization/getWorkspace.js +2 -2
- package/desktopvirtualization/hostPool.d.ts +1 -1
- package/desktopvirtualization/hostPool.js +3 -3
- package/desktopvirtualization/listHostPoolRegistrationTokens.d.ts +2 -2
- package/desktopvirtualization/listHostPoolRegistrationTokens.js +2 -2
- package/desktopvirtualization/msixpackage.d.ts +1 -1
- package/desktopvirtualization/msixpackage.js +3 -3
- package/desktopvirtualization/privateEndpointConnectionByHostPool.d.ts +1 -1
- package/desktopvirtualization/privateEndpointConnectionByHostPool.js +3 -3
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.d.ts +1 -1
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +3 -3
- package/desktopvirtualization/scalingPlan.d.ts +1 -1
- package/desktopvirtualization/scalingPlan.js +3 -3
- package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +1 -1
- package/desktopvirtualization/scalingPlanPersonalSchedule.js +3 -3
- package/desktopvirtualization/scalingPlanPooledSchedule.d.ts +1 -1
- package/desktopvirtualization/scalingPlanPooledSchedule.js +3 -3
- package/desktopvirtualization/workspace.d.ts +1 -1
- package/desktopvirtualization/workspace.js +3 -3
- package/devcenter/attachedNetworkByDevCenter.d.ts +1 -1
- package/devcenter/attachedNetworkByDevCenter.js +3 -3
- package/devcenter/catalog.d.ts +1 -1
- package/devcenter/catalog.js +3 -3
- package/devcenter/devBoxDefinition.d.ts +1 -1
- package/devcenter/devBoxDefinition.js +3 -3
- package/devcenter/devCenter.d.ts +1 -1
- package/devcenter/devCenter.js +3 -3
- package/devcenter/encryptionSet.d.ts +1 -1
- package/devcenter/encryptionSet.js +3 -3
- package/devcenter/environmentType.d.ts +1 -1
- package/devcenter/environmentType.js +3 -3
- package/devcenter/gallery.d.ts +1 -1
- package/devcenter/gallery.js +3 -3
- package/devcenter/getAttachedNetworkByDevCenter.d.ts +2 -2
- package/devcenter/getAttachedNetworkByDevCenter.js +2 -2
- package/devcenter/getCatalog.d.ts +2 -2
- package/devcenter/getCatalog.js +2 -2
- package/devcenter/getCatalogSyncErrorDetails.d.ts +2 -2
- package/devcenter/getCatalogSyncErrorDetails.js +2 -2
- package/devcenter/getCustomizationTaskErrorDetails.d.ts +2 -2
- package/devcenter/getCustomizationTaskErrorDetails.js +2 -2
- package/devcenter/getDevBoxDefinition.d.ts +2 -2
- package/devcenter/getDevBoxDefinition.js +2 -2
- package/devcenter/getDevCenter.d.ts +2 -2
- package/devcenter/getDevCenter.js +2 -2
- package/devcenter/getDevCenterCatalogImageDefinitionBuildDetails.d.ts +4 -0
- package/devcenter/getDevCenterCatalogImageDefinitionBuildDetails.js +5 -1
- package/devcenter/getDevCenterCatalogImageDefinitionErrorDetails.d.ts +4 -0
- package/devcenter/getDevCenterCatalogImageDefinitionErrorDetails.js +5 -1
- package/devcenter/getEncryptionSet.d.ts +2 -2
- package/devcenter/getEncryptionSet.js +2 -2
- package/devcenter/getEnvironmentDefinitionErrorDetails.d.ts +2 -2
- package/devcenter/getEnvironmentDefinitionErrorDetails.js +2 -2
- package/devcenter/getEnvironmentType.d.ts +2 -2
- package/devcenter/getEnvironmentType.js +2 -2
- package/devcenter/getGallery.d.ts +2 -2
- package/devcenter/getGallery.js +2 -2
- package/devcenter/getNetworkConnection.d.ts +2 -2
- package/devcenter/getNetworkConnection.js +2 -2
- package/devcenter/getPool.d.ts +2 -2
- package/devcenter/getPool.js +2 -2
- package/devcenter/getProject.d.ts +2 -2
- package/devcenter/getProject.js +2 -2
- package/devcenter/getProjectCatalog.d.ts +2 -2
- package/devcenter/getProjectCatalog.js +2 -2
- package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.js +2 -2
- package/devcenter/getProjectCatalogImageDefinitionBuildDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogImageDefinitionBuildDetails.js +2 -2
- package/devcenter/getProjectCatalogImageDefinitionErrorDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogImageDefinitionErrorDetails.js +2 -2
- package/devcenter/getProjectCatalogSyncErrorDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogSyncErrorDetails.js +2 -2
- package/devcenter/getProjectEnvironmentType.d.ts +2 -2
- package/devcenter/getProjectEnvironmentType.js +2 -2
- package/devcenter/getProjectInheritedSettings.d.ts +2 -2
- package/devcenter/getProjectInheritedSettings.js +2 -2
- package/devcenter/getProjectPolicy.d.ts +2 -2
- package/devcenter/getProjectPolicy.js +2 -2
- package/devcenter/getSchedule.d.ts +2 -2
- package/devcenter/getSchedule.js +2 -2
- package/devcenter/listSkusByProject.d.ts +2 -2
- package/devcenter/listSkusByProject.js +2 -2
- package/devcenter/networkConnection.d.ts +1 -1
- package/devcenter/networkConnection.js +3 -3
- package/devcenter/pool.d.ts +1 -1
- package/devcenter/pool.js +3 -3
- package/devcenter/project.d.ts +1 -1
- package/devcenter/project.js +3 -3
- package/devcenter/projectCatalog.d.ts +1 -1
- package/devcenter/projectCatalog.js +3 -3
- package/devcenter/projectEnvironmentType.d.ts +1 -1
- package/devcenter/projectEnvironmentType.js +3 -3
- package/devcenter/projectPolicy.d.ts +1 -1
- package/devcenter/projectPolicy.js +3 -3
- package/devcenter/schedule.d.ts +1 -1
- package/devcenter/schedule.js +3 -3
- package/deviceregistry/asset.d.ts +1 -1
- package/deviceregistry/asset.js +3 -3
- package/deviceregistry/assetEndpointProfile.d.ts +1 -1
- package/deviceregistry/assetEndpointProfile.js +3 -3
- package/deviceregistry/getAsset.d.ts +2 -2
- package/deviceregistry/getAsset.js +2 -2
- package/deviceregistry/getAssetEndpointProfile.d.ts +2 -2
- package/deviceregistry/getAssetEndpointProfile.js +2 -2
- package/deviceregistry/getNamespace.d.ts +85 -0
- package/deviceregistry/getNamespace.js +34 -0
- package/deviceregistry/getNamespaceAsset.d.ts +209 -0
- package/deviceregistry/getNamespaceAsset.js +36 -0
- package/deviceregistry/getNamespaceDevice.d.ts +141 -0
- package/deviceregistry/getNamespaceDevice.js +36 -0
- package/deviceregistry/getNamespaceDiscoveredAsset.d.ts +181 -0
- package/deviceregistry/getNamespaceDiscoveredAsset.js +36 -0
- package/deviceregistry/getNamespaceDiscoveredDevice.d.ts +121 -0
- package/deviceregistry/getNamespaceDiscoveredDevice.js +36 -0
- package/deviceregistry/getSchema.d.ts +4 -0
- package/deviceregistry/getSchema.js +5 -1
- package/deviceregistry/getSchemaRegistry.d.ts +4 -0
- package/deviceregistry/getSchemaRegistry.js +5 -1
- package/deviceregistry/getSchemaVersion.d.ts +4 -0
- package/deviceregistry/getSchemaVersion.js +5 -1
- package/deviceregistry/index.d.ts +30 -0
- package/deviceregistry/index.js +37 -2
- package/deviceregistry/namespace.d.ts +105 -0
- package/deviceregistry/namespace.js +83 -0
- package/deviceregistry/namespaceAsset.d.ts +329 -0
- package/deviceregistry/namespaceAsset.js +151 -0
- package/deviceregistry/namespaceDevice.d.ts +189 -0
- package/deviceregistry/namespaceDevice.js +112 -0
- package/deviceregistry/namespaceDiscoveredAsset.d.ts +289 -0
- package/deviceregistry/namespaceDiscoveredAsset.js +143 -0
- package/deviceregistry/namespaceDiscoveredDevice.d.ts +169 -0
- package/deviceregistry/namespaceDiscoveredDevice.js +110 -0
- package/deviceregistry/schema.d.ts +2 -0
- package/deviceregistry/schema.js +4 -2
- package/deviceregistry/schemaRegistry.d.ts +2 -0
- package/deviceregistry/schemaRegistry.js +4 -2
- package/deviceregistry/schemaVersion.d.ts +2 -0
- package/deviceregistry/schemaVersion.js +4 -2
- package/devtestlab/artifactSource.d.ts +2 -2
- package/devtestlab/customImage.d.ts +2 -2
- package/devtestlab/disk.d.ts +2 -2
- package/devtestlab/environment.d.ts +2 -2
- package/devtestlab/formula.d.ts +2 -2
- package/devtestlab/getArtifactSource.d.ts +4 -4
- package/devtestlab/getCustomImage.d.ts +4 -4
- package/devtestlab/getDisk.d.ts +4 -4
- package/devtestlab/getEnvironment.d.ts +4 -4
- package/devtestlab/getFormula.d.ts +4 -4
- package/devtestlab/getGlobalSchedule.d.ts +4 -4
- package/devtestlab/getLab.d.ts +2 -2
- package/devtestlab/getNotificationChannel.d.ts +4 -4
- package/devtestlab/getPolicy.d.ts +8 -8
- package/devtestlab/getSchedule.d.ts +6 -6
- package/devtestlab/getSecret.d.ts +4 -4
- package/devtestlab/getServiceFabric.d.ts +4 -4
- package/devtestlab/getServiceFabricSchedule.d.ts +10 -10
- package/devtestlab/getServiceRunner.d.ts +4 -4
- package/devtestlab/getUser.d.ts +4 -4
- package/devtestlab/getVirtualMachine.d.ts +4 -4
- package/devtestlab/getVirtualMachineRdpFileContents.d.ts +4 -4
- package/devtestlab/getVirtualMachineSchedule.d.ts +8 -8
- package/devtestlab/getVirtualNetwork.d.ts +4 -4
- package/devtestlab/globalSchedule.d.ts +2 -2
- package/devtestlab/lab.d.ts +1 -1
- package/devtestlab/listLabVhds.d.ts +5 -5
- package/devtestlab/listScheduleApplicable.d.ts +9 -9
- package/devtestlab/listServiceFabricApplicableSchedules.d.ts +4 -4
- package/devtestlab/listVirtualMachineApplicableSchedules.d.ts +4 -4
- package/devtestlab/notificationChannel.d.ts +2 -2
- package/devtestlab/policy.d.ts +4 -4
- package/devtestlab/schedule.d.ts +3 -3
- package/devtestlab/secret.d.ts +2 -2
- package/devtestlab/serviceFabric.d.ts +2 -2
- package/devtestlab/serviceFabricSchedule.d.ts +5 -5
- package/devtestlab/serviceRunner.d.ts +2 -2
- package/devtestlab/user.d.ts +2 -2
- package/devtestlab/virtualMachine.d.ts +2 -2
- package/devtestlab/virtualMachineSchedule.d.ts +4 -4
- package/devtestlab/virtualNetwork.d.ts +2 -2
- package/dns/dnssecConfig.d.ts +3 -3
- package/dns/getDnssecConfig.d.ts +4 -4
- package/dns/getRecordSet.d.ts +7 -3
- package/dns/getRecordSet.js +1 -1
- package/dns/getZone.d.ts +5 -5
- package/dns/recordSet.d.ts +6 -2
- package/dns/recordSet.js +3 -1
- package/dns/zone.d.ts +5 -5
- package/dnsresolver/dnsForwardingRuleset.d.ts +1 -1
- package/dnsresolver/dnsForwardingRuleset.js +3 -3
- package/dnsresolver/dnsResolver.d.ts +1 -1
- package/dnsresolver/dnsResolver.js +3 -3
- package/dnsresolver/dnsResolverDomainList.d.ts +2 -0
- package/dnsresolver/dnsResolverDomainList.js +4 -2
- package/dnsresolver/dnsResolverPolicy.d.ts +2 -0
- package/dnsresolver/dnsResolverPolicy.js +4 -2
- package/dnsresolver/dnsResolverPolicyVirtualNetworkLink.d.ts +2 -0
- package/dnsresolver/dnsResolverPolicyVirtualNetworkLink.js +4 -2
- package/dnsresolver/dnsSecurityRule.d.ts +2 -0
- package/dnsresolver/dnsSecurityRule.js +4 -2
- package/dnsresolver/forwardingRule.d.ts +1 -1
- package/dnsresolver/forwardingRule.js +3 -3
- package/dnsresolver/getDnsForwardingRuleset.d.ts +2 -2
- package/dnsresolver/getDnsForwardingRuleset.js +2 -2
- package/dnsresolver/getDnsResolver.d.ts +2 -2
- package/dnsresolver/getDnsResolver.js +2 -2
- package/dnsresolver/getDnsResolverDomainList.d.ts +4 -0
- package/dnsresolver/getDnsResolverDomainList.js +5 -1
- package/dnsresolver/getDnsResolverPolicy.d.ts +4 -0
- package/dnsresolver/getDnsResolverPolicy.js +5 -1
- package/dnsresolver/getDnsResolverPolicyVirtualNetworkLink.d.ts +4 -0
- package/dnsresolver/getDnsResolverPolicyVirtualNetworkLink.js +5 -1
- package/dnsresolver/getDnsSecurityRule.d.ts +4 -0
- package/dnsresolver/getDnsSecurityRule.js +5 -1
- package/dnsresolver/getForwardingRule.d.ts +2 -2
- package/dnsresolver/getForwardingRule.js +2 -2
- package/dnsresolver/getInboundEndpoint.d.ts +2 -2
- package/dnsresolver/getInboundEndpoint.js +2 -2
- package/dnsresolver/getOutboundEndpoint.d.ts +2 -2
- package/dnsresolver/getOutboundEndpoint.js +2 -2
- package/dnsresolver/getPrivateResolverVirtualNetworkLink.d.ts +2 -2
- package/dnsresolver/getPrivateResolverVirtualNetworkLink.js +2 -2
- package/dnsresolver/inboundEndpoint.d.ts +1 -1
- package/dnsresolver/inboundEndpoint.js +3 -3
- package/dnsresolver/listDnsForwardingRulesetByVirtualNetwork.d.ts +2 -2
- package/dnsresolver/listDnsForwardingRulesetByVirtualNetwork.js +2 -2
- package/dnsresolver/listDnsResolverByVirtualNetwork.d.ts +2 -2
- package/dnsresolver/listDnsResolverByVirtualNetwork.js +2 -2
- package/dnsresolver/listDnsResolverPolicyByVirtualNetwork.d.ts +4 -0
- package/dnsresolver/listDnsResolverPolicyByVirtualNetwork.js +5 -1
- package/dnsresolver/outboundEndpoint.d.ts +1 -1
- package/dnsresolver/outboundEndpoint.js +3 -3
- package/dnsresolver/privateResolverVirtualNetworkLink.d.ts +1 -1
- package/dnsresolver/privateResolverVirtualNetworkLink.js +3 -3
- package/domainregistration/domain.d.ts +1 -1
- package/domainregistration/domain.js +3 -3
- package/domainregistration/domainOwnershipIdentifier.d.ts +1 -1
- package/domainregistration/domainOwnershipIdentifier.js +3 -3
- package/domainregistration/getDomain.d.ts +2 -2
- package/domainregistration/getDomain.js +2 -2
- package/domainregistration/getDomainOwnershipIdentifier.d.ts +2 -2
- package/domainregistration/getDomainOwnershipIdentifier.js +2 -2
- package/domainregistration/listDomainRecommendations.d.ts +2 -2
- package/domainregistration/listDomainRecommendations.js +2 -2
- package/domainregistration/listTopLevelDomainAgreements.d.ts +2 -2
- package/domainregistration/listTopLevelDomainAgreements.js +2 -2
- package/edge/configTemplate.d.ts +93 -0
- package/edge/configTemplate.js +79 -0
- package/edge/configuration.d.ts +84 -0
- package/edge/configuration.js +77 -0
- package/edge/configurationReference.d.ts +69 -0
- package/edge/configurationReference.js +73 -0
- package/edge/context.d.ts +89 -0
- package/edge/context.js +77 -0
- package/edge/diagnostic.d.ts +97 -0
- package/edge/diagnostic.js +81 -0
- package/edge/dynamicConfiguration.d.ts +73 -0
- package/edge/dynamicConfiguration.js +77 -0
- package/edge/dynamicConfigurationVersion.d.ts +77 -0
- package/edge/dynamicConfigurationVersion.js +81 -0
- package/edge/dynamicSchema.d.ts +72 -0
- package/edge/dynamicSchema.js +79 -0
- package/edge/dynamicSchemaVersion.d.ts +81 -0
- package/edge/dynamicSchemaVersion.js +83 -0
- package/edge/execution.d.ts +93 -0
- package/edge/execution.js +89 -0
- package/edge/getConfigTemplate.d.ts +77 -0
- package/edge/getConfigTemplate.js +34 -0
- package/edge/getConfiguration.d.ts +73 -0
- package/edge/getConfiguration.js +34 -0
- package/edge/getConfigurationReference.d.ts +63 -0
- package/edge/getConfigurationReference.js +34 -0
- package/edge/getContext.d.ts +73 -0
- package/edge/getContext.js +34 -0
- package/edge/getDiagnostic.d.ts +81 -0
- package/edge/getDiagnostic.js +34 -0
- package/edge/getDynamicConfiguration.d.ts +71 -0
- package/edge/getDynamicConfiguration.js +36 -0
- package/edge/getDynamicConfigurationVersion.d.ts +79 -0
- package/edge/getDynamicConfigurationVersion.js +38 -0
- package/edge/getDynamicSchema.d.ts +75 -0
- package/edge/getDynamicSchema.js +36 -0
- package/edge/getDynamicSchemaVersion.d.ts +83 -0
- package/edge/getDynamicSchemaVersion.js +38 -0
- package/edge/getExecution.d.ts +95 -0
- package/edge/getExecution.js +40 -0
- package/edge/getInstance.d.ts +87 -0
- package/edge/getInstance.js +38 -0
- package/edge/getSchema.d.ts +77 -0
- package/edge/getSchema.js +34 -0
- package/edge/getSchemaVersion.d.ts +75 -0
- package/edge/getSchemaVersion.js +36 -0
- package/edge/getSite.d.ts +2 -2
- package/edge/getSite.js +2 -2
- package/edge/getSiteReference.d.ts +71 -0
- package/edge/getSiteReference.js +36 -0
- package/edge/getSitesByServiceGroup.d.ts +4 -0
- package/edge/getSitesByServiceGroup.js +5 -1
- package/edge/getSitesBySubscription.d.ts +2 -2
- package/edge/getSitesBySubscription.js +2 -2
- package/edge/getSolution.d.ts +79 -0
- package/edge/getSolution.js +36 -0
- package/edge/getSolutionTemplate.d.ts +77 -0
- package/edge/getSolutionTemplate.js +34 -0
- package/edge/getSolutionVersion.d.ts +87 -0
- package/edge/getSolutionVersion.js +38 -0
- package/edge/getTarget.d.ts +81 -0
- package/edge/getTarget.js +34 -0
- package/edge/getWorkflow.d.ts +79 -0
- package/edge/getWorkflow.js +36 -0
- package/edge/getWorkflowVersion.d.ts +87 -0
- package/edge/getWorkflowVersion.js +38 -0
- package/edge/index.d.ts +121 -0
- package/edge/index.js +159 -2
- package/edge/instance.d.ts +89 -0
- package/edge/instance.js +85 -0
- package/edge/schema.d.ts +88 -0
- package/edge/schema.js +79 -0
- package/edge/schemaVersion.d.ts +77 -0
- package/edge/schemaVersion.js +79 -0
- package/edge/site.d.ts +1 -1
- package/edge/site.js +3 -3
- package/edge/siteReference.d.ts +73 -0
- package/edge/siteReference.js +77 -0
- package/edge/sitesByServiceGroup.d.ts +2 -0
- package/edge/sitesByServiceGroup.js +4 -2
- package/edge/sitesBySubscription.d.ts +1 -1
- package/edge/sitesBySubscription.js +3 -3
- package/edge/solution.d.ts +81 -0
- package/edge/solution.js +81 -0
- package/edge/solutionTemplate.d.ts +93 -0
- package/edge/solutionTemplate.js +79 -0
- package/edge/solutionVersion.d.ts +89 -0
- package/edge/solutionVersion.js +85 -0
- package/edge/target.d.ts +101 -0
- package/edge/target.js +81 -0
- package/edge/workflow.d.ts +81 -0
- package/edge/workflow.js +81 -0
- package/edge/workflowVersion.d.ts +89 -0
- package/edge/workflowVersion.js +85 -0
- package/edgeorder/listProductsAndConfigurationProductFamilies.d.ts +2 -2
- package/edgeorder/listProductsAndConfigurations.d.ts +2 -2
- package/elastic/getBillingInfo.d.ts +2 -2
- package/elastic/getBillingInfo.js +2 -2
- package/elastic/getMonitor.d.ts +2 -2
- package/elastic/getMonitor.js +2 -2
- package/elastic/getMonitoredSubscription.d.ts +2 -2
- package/elastic/getMonitoredSubscription.js +2 -2
- package/elastic/getOpenAI.d.ts +2 -2
- package/elastic/getOpenAI.js +2 -2
- package/elastic/getOpenAIStatus.d.ts +2 -2
- package/elastic/getOpenAIStatus.js +2 -2
- package/elastic/getOrganizationApiKey.d.ts +2 -2
- package/elastic/getOrganizationApiKey.js +2 -2
- package/elastic/getOrganizationElasticToAzureSubscriptionMapping.d.ts +2 -2
- package/elastic/getOrganizationElasticToAzureSubscriptionMapping.js +2 -2
- package/elastic/getTagRule.d.ts +2 -2
- package/elastic/getTagRule.js +2 -2
- package/elastic/listAllTrafficFilter.d.ts +2 -2
- package/elastic/listAllTrafficFilter.js +2 -2
- package/elastic/listConnectedPartnerResource.d.ts +2 -2
- package/elastic/listConnectedPartnerResource.js +2 -2
- package/elastic/listDeploymentInfo.d.ts +2 -2
- package/elastic/listDeploymentInfo.js +2 -2
- package/elastic/listListAssociatedTrafficFilter.d.ts +2 -2
- package/elastic/listListAssociatedTrafficFilter.js +2 -2
- package/elastic/listMonitoredResource.d.ts +2 -2
- package/elastic/listMonitoredResource.js +2 -2
- package/elastic/listUpgradableVersionDetails.d.ts +2 -2
- package/elastic/listUpgradableVersionDetails.js +2 -2
- package/elastic/listVMHost.d.ts +2 -2
- package/elastic/listVMHost.js +2 -2
- package/elastic/monitor.d.ts +1 -1
- package/elastic/monitor.js +3 -3
- package/elastic/monitoredSubscription.d.ts +1 -1
- package/elastic/monitoredSubscription.js +3 -3
- package/elastic/openAI.d.ts +1 -1
- package/elastic/openAI.js +3 -3
- package/elastic/tagRule.d.ts +1 -1
- package/elastic/tagRule.js +3 -3
- package/eventgrid/caCertificate.d.ts +1 -1
- package/eventgrid/caCertificate.js +3 -3
- package/eventgrid/channel.d.ts +1 -1
- package/eventgrid/channel.js +3 -3
- package/eventgrid/client.d.ts +1 -1
- package/eventgrid/client.js +3 -3
- package/eventgrid/clientGroup.d.ts +1 -1
- package/eventgrid/clientGroup.js +3 -3
- package/eventgrid/domain.d.ts +1 -1
- package/eventgrid/domain.js +3 -3
- package/eventgrid/domainEventSubscription.d.ts +1 -1
- package/eventgrid/domainEventSubscription.js +3 -3
- package/eventgrid/domainTopic.d.ts +1 -1
- package/eventgrid/domainTopic.js +3 -3
- package/eventgrid/domainTopicEventSubscription.d.ts +1 -1
- package/eventgrid/domainTopicEventSubscription.js +3 -3
- package/eventgrid/eventSubscription.d.ts +1 -1
- package/eventgrid/eventSubscription.js +3 -3
- package/eventgrid/getCaCertificate.d.ts +2 -2
- package/eventgrid/getCaCertificate.js +2 -2
- package/eventgrid/getChannel.d.ts +2 -2
- package/eventgrid/getChannel.js +2 -2
- package/eventgrid/getChannelFullUrl.d.ts +2 -2
- package/eventgrid/getChannelFullUrl.js +2 -2
- package/eventgrid/getClient.d.ts +2 -2
- package/eventgrid/getClient.js +2 -2
- package/eventgrid/getClientGroup.d.ts +2 -2
- package/eventgrid/getClientGroup.js +2 -2
- package/eventgrid/getDomain.d.ts +2 -2
- package/eventgrid/getDomain.js +2 -2
- package/eventgrid/getDomainEventSubscription.d.ts +2 -2
- package/eventgrid/getDomainEventSubscription.js +2 -2
- package/eventgrid/getDomainEventSubscriptionDeliveryAttributes.d.ts +2 -2
- package/eventgrid/getDomainEventSubscriptionDeliveryAttributes.js +2 -2
- package/eventgrid/getDomainEventSubscriptionFullUrl.d.ts +2 -2
- package/eventgrid/getDomainEventSubscriptionFullUrl.js +2 -2
- package/eventgrid/getDomainTopic.d.ts +2 -2
- package/eventgrid/getDomainTopic.js +2 -2
- package/eventgrid/getDomainTopicEventSubscription.d.ts +2 -2
- package/eventgrid/getDomainTopicEventSubscription.js +2 -2
- package/eventgrid/getDomainTopicEventSubscriptionDeliveryAttributes.d.ts +2 -2
- package/eventgrid/getDomainTopicEventSubscriptionDeliveryAttributes.js +2 -2
- package/eventgrid/getDomainTopicEventSubscriptionFullUrl.d.ts +2 -2
- package/eventgrid/getDomainTopicEventSubscriptionFullUrl.js +2 -2
- package/eventgrid/getEventSubscription.d.ts +2 -2
- package/eventgrid/getEventSubscription.js +2 -2
- package/eventgrid/getEventSubscriptionDeliveryAttributes.d.ts +2 -2
- package/eventgrid/getEventSubscriptionDeliveryAttributes.js +2 -2
- package/eventgrid/getEventSubscriptionFullUrl.d.ts +2 -2
- package/eventgrid/getEventSubscriptionFullUrl.js +2 -2
- package/eventgrid/getNamespace.d.ts +2 -2
- package/eventgrid/getNamespace.js +2 -2
- package/eventgrid/getNamespaceTopic.d.ts +2 -2
- package/eventgrid/getNamespaceTopic.js +2 -2
- package/eventgrid/getNamespaceTopicEventSubscription.d.ts +2 -2
- package/eventgrid/getNamespaceTopicEventSubscription.js +2 -2
- package/eventgrid/getNamespaceTopicEventSubscriptionDeliveryAttributes.d.ts +2 -2
- package/eventgrid/getNamespaceTopicEventSubscriptionDeliveryAttributes.js +2 -2
- package/eventgrid/getNamespaceTopicEventSubscriptionFullUrl.d.ts +2 -2
- package/eventgrid/getNamespaceTopicEventSubscriptionFullUrl.js +2 -2
- package/eventgrid/getPartnerConfiguration.d.ts +2 -2
- package/eventgrid/getPartnerConfiguration.js +2 -2
- package/eventgrid/getPartnerDestination.d.ts +2 -2
- package/eventgrid/getPartnerDestination.js +2 -2
- package/eventgrid/getPartnerNamespace.d.ts +2 -2
- package/eventgrid/getPartnerNamespace.js +2 -2
- package/eventgrid/getPartnerRegistration.d.ts +2 -2
- package/eventgrid/getPartnerRegistration.js +2 -2
- package/eventgrid/getPartnerTopic.d.ts +2 -2
- package/eventgrid/getPartnerTopic.js +2 -2
- package/eventgrid/getPartnerTopicEventSubscription.d.ts +2 -2
- package/eventgrid/getPartnerTopicEventSubscription.js +2 -2
- package/eventgrid/getPartnerTopicEventSubscriptionDeliveryAttributes.d.ts +2 -2
- package/eventgrid/getPartnerTopicEventSubscriptionDeliveryAttributes.js +2 -2
- package/eventgrid/getPartnerTopicEventSubscriptionFullUrl.d.ts +2 -2
- package/eventgrid/getPartnerTopicEventSubscriptionFullUrl.js +2 -2
- package/eventgrid/getPermissionBinding.d.ts +2 -2
- package/eventgrid/getPermissionBinding.js +2 -2
- package/eventgrid/getPrivateEndpointConnection.d.ts +2 -2
- package/eventgrid/getPrivateEndpointConnection.js +2 -2
- package/eventgrid/getSystemTopic.d.ts +2 -2
- package/eventgrid/getSystemTopic.js +2 -2
- package/eventgrid/getSystemTopicEventSubscription.d.ts +2 -2
- package/eventgrid/getSystemTopicEventSubscription.js +2 -2
- package/eventgrid/getSystemTopicEventSubscriptionDeliveryAttributes.d.ts +2 -2
- package/eventgrid/getSystemTopicEventSubscriptionDeliveryAttributes.js +2 -2
- package/eventgrid/getSystemTopicEventSubscriptionFullUrl.d.ts +2 -2
- package/eventgrid/getSystemTopicEventSubscriptionFullUrl.js +2 -2
- package/eventgrid/getTopic.d.ts +2 -2
- package/eventgrid/getTopic.js +2 -2
- package/eventgrid/getTopicEventSubscription.d.ts +2 -2
- package/eventgrid/getTopicEventSubscription.js +2 -2
- package/eventgrid/getTopicEventSubscriptionDeliveryAttributes.d.ts +2 -2
- package/eventgrid/getTopicEventSubscriptionDeliveryAttributes.js +2 -2
- package/eventgrid/getTopicEventSubscriptionFullUrl.d.ts +2 -2
- package/eventgrid/getTopicEventSubscriptionFullUrl.js +2 -2
- package/eventgrid/getTopicSpace.d.ts +2 -2
- package/eventgrid/getTopicSpace.js +2 -2
- package/eventgrid/listDomainSharedAccessKeys.d.ts +2 -2
- package/eventgrid/listDomainSharedAccessKeys.js +2 -2
- package/eventgrid/listNamespaceSharedAccessKeys.d.ts +2 -2
- package/eventgrid/listNamespaceSharedAccessKeys.js +2 -2
- package/eventgrid/listNamespaceTopicSharedAccessKeys.d.ts +2 -2
- package/eventgrid/listNamespaceTopicSharedAccessKeys.js +2 -2
- package/eventgrid/listPartnerNamespaceSharedAccessKeys.d.ts +2 -2
- package/eventgrid/listPartnerNamespaceSharedAccessKeys.js +2 -2
- package/eventgrid/listTopicSharedAccessKeys.d.ts +2 -2
- package/eventgrid/listTopicSharedAccessKeys.js +2 -2
- package/eventgrid/namespace.d.ts +1 -1
- package/eventgrid/namespace.js +3 -3
- package/eventgrid/namespaceTopic.d.ts +1 -1
- package/eventgrid/namespaceTopic.js +3 -3
- package/eventgrid/namespaceTopicEventSubscription.d.ts +1 -1
- package/eventgrid/namespaceTopicEventSubscription.js +3 -3
- package/eventgrid/partnerConfiguration.d.ts +1 -1
- package/eventgrid/partnerConfiguration.js +3 -3
- package/eventgrid/partnerDestination.d.ts +1 -1
- package/eventgrid/partnerDestination.js +3 -3
- package/eventgrid/partnerNamespace.d.ts +1 -1
- package/eventgrid/partnerNamespace.js +3 -3
- package/eventgrid/partnerRegistration.d.ts +1 -1
- package/eventgrid/partnerRegistration.js +3 -3
- package/eventgrid/partnerTopic.d.ts +1 -1
- package/eventgrid/partnerTopic.js +3 -3
- package/eventgrid/partnerTopicEventSubscription.d.ts +1 -1
- package/eventgrid/partnerTopicEventSubscription.js +3 -3
- package/eventgrid/permissionBinding.d.ts +1 -1
- package/eventgrid/permissionBinding.js +3 -3
- package/eventgrid/privateEndpointConnection.d.ts +1 -1
- package/eventgrid/privateEndpointConnection.js +3 -3
- package/eventgrid/systemTopic.d.ts +1 -1
- package/eventgrid/systemTopic.js +3 -3
- package/eventgrid/systemTopicEventSubscription.d.ts +1 -1
- package/eventgrid/systemTopicEventSubscription.js +3 -3
- package/eventgrid/topic.d.ts +1 -1
- package/eventgrid/topic.js +3 -3
- package/eventgrid/topicEventSubscription.d.ts +1 -1
- package/eventgrid/topicEventSubscription.js +3 -3
- package/eventgrid/topicSpace.d.ts +1 -1
- package/eventgrid/topicSpace.js +3 -3
- package/eventhub/applicationGroup.d.ts +1 -1
- package/eventhub/applicationGroup.js +3 -3
- package/eventhub/cluster.d.ts +1 -1
- package/eventhub/cluster.js +3 -3
- package/eventhub/consumerGroup.d.ts +1 -1
- package/eventhub/consumerGroup.js +3 -3
- package/eventhub/disasterRecoveryConfig.d.ts +1 -1
- package/eventhub/disasterRecoveryConfig.js +3 -3
- package/eventhub/eventHub.d.ts +1 -1
- package/eventhub/eventHub.js +3 -3
- package/eventhub/eventHubAuthorizationRule.d.ts +1 -1
- package/eventhub/eventHubAuthorizationRule.js +3 -3
- package/eventhub/getApplicationGroup.d.ts +2 -2
- package/eventhub/getApplicationGroup.js +2 -2
- package/eventhub/getCluster.d.ts +2 -2
- package/eventhub/getCluster.js +2 -2
- package/eventhub/getConsumerGroup.d.ts +2 -2
- package/eventhub/getConsumerGroup.js +2 -2
- package/eventhub/getDisasterRecoveryConfig.d.ts +2 -2
- package/eventhub/getDisasterRecoveryConfig.js +2 -2
- package/eventhub/getEventHub.d.ts +2 -2
- package/eventhub/getEventHub.js +2 -2
- package/eventhub/getEventHubAuthorizationRule.d.ts +2 -2
- package/eventhub/getEventHubAuthorizationRule.js +2 -2
- package/eventhub/getNamespace.d.ts +2 -2
- package/eventhub/getNamespace.js +2 -2
- package/eventhub/getNamespaceAuthorizationRule.d.ts +2 -2
- package/eventhub/getNamespaceAuthorizationRule.js +2 -2
- package/eventhub/getNamespaceNetworkRuleSet.d.ts +2 -2
- package/eventhub/getNamespaceNetworkRuleSet.js +2 -2
- package/eventhub/getPrivateEndpointConnection.d.ts +2 -2
- package/eventhub/getPrivateEndpointConnection.js +2 -2
- package/eventhub/getSchemaRegistry.d.ts +2 -2
- package/eventhub/getSchemaRegistry.js +2 -2
- package/eventhub/listDisasterRecoveryConfigKeys.d.ts +2 -2
- package/eventhub/listDisasterRecoveryConfigKeys.js +2 -2
- package/eventhub/listEventHubKeys.d.ts +2 -2
- package/eventhub/listEventHubKeys.js +2 -2
- package/eventhub/listNamespaceKeys.d.ts +2 -2
- package/eventhub/listNamespaceKeys.js +2 -2
- package/eventhub/namespace.d.ts +1 -1
- package/eventhub/namespace.js +3 -3
- package/eventhub/namespaceAuthorizationRule.d.ts +1 -1
- package/eventhub/namespaceAuthorizationRule.js +3 -3
- package/eventhub/namespaceNetworkRuleSet.d.ts +1 -1
- package/eventhub/namespaceNetworkRuleSet.js +3 -3
- package/eventhub/privateEndpointConnection.d.ts +1 -1
- package/eventhub/privateEndpointConnection.js +3 -3
- package/eventhub/schemaRegistry.d.ts +1 -1
- package/eventhub/schemaRegistry.js +3 -3
- package/guestconfiguration/getGuestConfigurationAssignment.d.ts +4 -4
- package/guestconfiguration/getGuestConfigurationAssignmentsVMSS.d.ts +4 -4
- package/guestconfiguration/getGuestConfigurationConnectedVMwarevSphereAssignment.d.ts +4 -4
- package/guestconfiguration/getGuestConfigurationHCRPAssignment.d.ts +4 -4
- package/guestconfiguration/guestConfigurationAssignment.d.ts +6 -6
- package/guestconfiguration/guestConfigurationAssignment.js +4 -1
- package/guestconfiguration/guestConfigurationAssignmentsVMSS.d.ts +4 -4
- package/guestconfiguration/guestConfigurationConnectedVMwarevSphereAssignment.d.ts +6 -6
- package/guestconfiguration/guestConfigurationConnectedVMwarevSphereAssignment.js +4 -1
- package/guestconfiguration/guestConfigurationHCRPAssignment.d.ts +6 -6
- package/guestconfiguration/guestConfigurationHCRPAssignment.js +4 -1
- package/hardwaresecuritymodules/cloudHsmCluster.d.ts +1 -1
- package/hardwaresecuritymodules/cloudHsmCluster.js +3 -3
- package/hardwaresecuritymodules/cloudHsmClusterPrivateEndpointConnection.d.ts +1 -1
- package/hardwaresecuritymodules/cloudHsmClusterPrivateEndpointConnection.js +3 -3
- package/hardwaresecuritymodules/dedicatedHsm.d.ts +1 -1
- package/hardwaresecuritymodules/dedicatedHsm.js +3 -3
- package/hardwaresecuritymodules/getCloudHsmCluster.d.ts +2 -2
- package/hardwaresecuritymodules/getCloudHsmCluster.js +2 -2
- package/hardwaresecuritymodules/getCloudHsmClusterPrivateEndpointConnection.d.ts +2 -2
- package/hardwaresecuritymodules/getCloudHsmClusterPrivateEndpointConnection.js +2 -2
- package/hardwaresecuritymodules/getDedicatedHsm.d.ts +2 -2
- package/hardwaresecuritymodules/getDedicatedHsm.js +2 -2
- package/healthbot/bot.d.ts +1 -1
- package/healthbot/bot.js +3 -3
- package/healthbot/getBot.d.ts +2 -2
- package/healthbot/getBot.js +2 -2
- package/healthbot/listBotSecrets.d.ts +2 -2
- package/healthbot/listBotSecrets.js +2 -2
- package/healthcareapis/dicomService.d.ts +1 -1
- package/healthcareapis/dicomService.js +3 -3
- package/healthcareapis/fhirService.d.ts +1 -1
- package/healthcareapis/fhirService.js +3 -3
- package/healthcareapis/getDicomService.d.ts +2 -2
- package/healthcareapis/getDicomService.js +2 -2
- package/healthcareapis/getFhirService.d.ts +2 -2
- package/healthcareapis/getFhirService.js +2 -2
- package/healthcareapis/getIotConnector.d.ts +2 -2
- package/healthcareapis/getIotConnector.js +2 -2
- package/healthcareapis/getIotConnectorFhirDestination.d.ts +2 -2
- package/healthcareapis/getIotConnectorFhirDestination.js +2 -2
- package/healthcareapis/getPrivateEndpointConnection.d.ts +2 -2
- package/healthcareapis/getPrivateEndpointConnection.js +2 -2
- package/healthcareapis/getService.d.ts +2 -2
- package/healthcareapis/getService.js +2 -2
- package/healthcareapis/getWorkspace.d.ts +2 -2
- package/healthcareapis/getWorkspace.js +2 -2
- package/healthcareapis/getWorkspacePrivateEndpointConnection.d.ts +2 -2
- package/healthcareapis/getWorkspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/iotConnector.d.ts +1 -1
- package/healthcareapis/iotConnector.js +3 -3
- package/healthcareapis/iotConnectorFhirDestination.d.ts +1 -1
- package/healthcareapis/iotConnectorFhirDestination.js +3 -3
- package/healthcareapis/privateEndpointConnection.d.ts +1 -1
- package/healthcareapis/privateEndpointConnection.js +3 -3
- package/healthcareapis/service.d.ts +1 -1
- package/healthcareapis/service.js +3 -3
- package/healthcareapis/workspace.d.ts +1 -1
- package/healthcareapis/workspace.js +3 -3
- package/healthcareapis/workspacePrivateEndpointConnection.d.ts +1 -1
- package/healthcareapis/workspacePrivateEndpointConnection.js +3 -3
- package/index.d.ts +5 -2
- package/index.js +15 -9
- package/iotoperations/akriConnector.d.ts +81 -0
- package/iotoperations/akriConnector.js +83 -0
- package/iotoperations/akriConnectorTemplate.d.ts +81 -0
- package/iotoperations/akriConnectorTemplate.js +80 -0
- package/iotoperations/broker.d.ts +1 -1
- package/iotoperations/broker.js +3 -3
- package/iotoperations/brokerAuthentication.d.ts +1 -1
- package/iotoperations/brokerAuthentication.js +3 -3
- package/iotoperations/brokerAuthorization.d.ts +1 -1
- package/iotoperations/brokerAuthorization.js +3 -3
- package/iotoperations/brokerListener.d.ts +1 -1
- package/iotoperations/brokerListener.js +3 -3
- package/iotoperations/dataflow.d.ts +1 -1
- package/iotoperations/dataflow.js +3 -3
- package/iotoperations/dataflowEndpoint.d.ts +1 -1
- package/iotoperations/dataflowEndpoint.js +3 -3
- package/iotoperations/dataflowGraph.d.ts +85 -0
- package/iotoperations/dataflowGraph.js +84 -0
- package/iotoperations/dataflowProfile.d.ts +1 -1
- package/iotoperations/dataflowProfile.js +3 -3
- package/iotoperations/getAkriConnector.d.ts +83 -0
- package/iotoperations/getAkriConnector.js +38 -0
- package/iotoperations/getAkriConnectorTemplate.d.ts +75 -0
- package/iotoperations/getAkriConnectorTemplate.js +36 -0
- package/iotoperations/getBroker.d.ts +2 -2
- package/iotoperations/getBroker.js +2 -2
- package/iotoperations/getBrokerAuthentication.d.ts +2 -2
- package/iotoperations/getBrokerAuthentication.js +2 -2
- package/iotoperations/getBrokerAuthorization.d.ts +2 -2
- package/iotoperations/getBrokerAuthorization.js +2 -2
- package/iotoperations/getBrokerListener.d.ts +2 -2
- package/iotoperations/getBrokerListener.js +2 -2
- package/iotoperations/getDataflow.d.ts +2 -2
- package/iotoperations/getDataflow.js +2 -2
- package/iotoperations/getDataflowEndpoint.d.ts +2 -2
- package/iotoperations/getDataflowEndpoint.js +2 -2
- package/iotoperations/getDataflowGraph.d.ts +83 -0
- package/iotoperations/getDataflowGraph.js +38 -0
- package/iotoperations/getDataflowProfile.d.ts +2 -2
- package/iotoperations/getDataflowProfile.js +2 -2
- package/iotoperations/getInstance.d.ts +2 -2
- package/iotoperations/getInstance.js +2 -2
- package/iotoperations/getRegistryEndpoint.d.ts +75 -0
- package/iotoperations/getRegistryEndpoint.js +36 -0
- package/iotoperations/index.d.ts +24 -0
- package/iotoperations/index.js +30 -2
- package/iotoperations/instance.d.ts +1 -1
- package/iotoperations/instance.js +3 -3
- package/iotoperations/registryEndpoint.d.ts +81 -0
- package/iotoperations/registryEndpoint.js +79 -0
- package/loadtestservice/getPlaywrightWorkspace.d.ts +85 -0
- package/loadtestservice/getPlaywrightWorkspace.js +34 -0
- package/loadtestservice/index.d.ts +6 -0
- package/loadtestservice/index.js +9 -2
- package/loadtestservice/loadTest.js +2 -2
- package/loadtestservice/playwrightWorkspace.d.ts +105 -0
- package/loadtestservice/playwrightWorkspace.js +84 -0
- package/machinelearningservices/batchDeployment.d.ts +1 -1
- package/machinelearningservices/batchDeployment.js +3 -3
- package/machinelearningservices/batchEndpoint.d.ts +1 -1
- package/machinelearningservices/batchEndpoint.js +3 -3
- package/machinelearningservices/capabilityHost.d.ts +1 -1
- package/machinelearningservices/capabilityHost.js +3 -3
- package/machinelearningservices/codeContainer.d.ts +1 -1
- package/machinelearningservices/codeContainer.js +3 -3
- package/machinelearningservices/codeVersion.d.ts +1 -1
- package/machinelearningservices/codeVersion.js +3 -3
- package/machinelearningservices/componentContainer.d.ts +1 -1
- package/machinelearningservices/componentContainer.js +3 -3
- package/machinelearningservices/componentVersion.d.ts +1 -1
- package/machinelearningservices/componentVersion.js +3 -3
- package/machinelearningservices/compute.d.ts +1 -1
- package/machinelearningservices/compute.js +3 -3
- package/machinelearningservices/connectionDeployment.d.ts +1 -1
- package/machinelearningservices/connectionDeployment.js +3 -3
- package/machinelearningservices/connectionRaiBlocklist.d.ts +1 -1
- package/machinelearningservices/connectionRaiBlocklist.js +3 -3
- package/machinelearningservices/connectionRaiBlocklistItem.d.ts +1 -1
- package/machinelearningservices/connectionRaiBlocklistItem.js +3 -3
- package/machinelearningservices/connectionRaiPolicy.d.ts +1 -1
- package/machinelearningservices/connectionRaiPolicy.js +3 -3
- package/machinelearningservices/dataContainer.d.ts +1 -1
- package/machinelearningservices/dataContainer.js +3 -3
- package/machinelearningservices/dataVersion.d.ts +1 -1
- package/machinelearningservices/dataVersion.js +3 -3
- package/machinelearningservices/datastore.d.ts +1 -1
- package/machinelearningservices/datastore.js +3 -3
- package/machinelearningservices/endpointDeployment.d.ts +1 -1
- package/machinelearningservices/endpointDeployment.js +3 -3
- package/machinelearningservices/environmentContainer.d.ts +1 -1
- package/machinelearningservices/environmentContainer.js +3 -3
- package/machinelearningservices/environmentSpecificationVersion.js +2 -2
- package/machinelearningservices/environmentVersion.d.ts +1 -1
- package/machinelearningservices/environmentVersion.js +3 -3
- package/machinelearningservices/featuresetContainerEntity.d.ts +1 -1
- package/machinelearningservices/featuresetContainerEntity.js +3 -3
- package/machinelearningservices/featuresetVersion.d.ts +1 -1
- package/machinelearningservices/featuresetVersion.js +3 -3
- package/machinelearningservices/featurestoreEntityContainerEntity.d.ts +1 -1
- package/machinelearningservices/featurestoreEntityContainerEntity.js +3 -3
- package/machinelearningservices/featurestoreEntityVersion.d.ts +1 -1
- package/machinelearningservices/featurestoreEntityVersion.js +3 -3
- package/machinelearningservices/getBatchDeployment.d.ts +2 -2
- package/machinelearningservices/getBatchDeployment.js +2 -2
- package/machinelearningservices/getBatchEndpoint.d.ts +2 -2
- package/machinelearningservices/getBatchEndpoint.js +2 -2
- package/machinelearningservices/getCapabilityHost.d.ts +2 -2
- package/machinelearningservices/getCapabilityHost.js +2 -2
- package/machinelearningservices/getCodeContainer.d.ts +2 -2
- package/machinelearningservices/getCodeContainer.js +2 -2
- package/machinelearningservices/getCodeVersion.d.ts +2 -2
- package/machinelearningservices/getCodeVersion.js +2 -2
- package/machinelearningservices/getComponentContainer.d.ts +2 -2
- package/machinelearningservices/getComponentContainer.js +2 -2
- package/machinelearningservices/getComponentVersion.d.ts +2 -2
- package/machinelearningservices/getComponentVersion.js +2 -2
- package/machinelearningservices/getCompute.d.ts +2 -2
- package/machinelearningservices/getCompute.js +2 -2
- package/machinelearningservices/getComputeAllowedResizeSizes.d.ts +2 -2
- package/machinelearningservices/getComputeAllowedResizeSizes.js +2 -2
- package/machinelearningservices/getConnectionDeployment.d.ts +2 -2
- package/machinelearningservices/getConnectionDeployment.js +2 -2
- package/machinelearningservices/getConnectionRaiBlocklist.d.ts +2 -2
- package/machinelearningservices/getConnectionRaiBlocklist.js +2 -2
- package/machinelearningservices/getConnectionRaiBlocklistItem.d.ts +2 -2
- package/machinelearningservices/getConnectionRaiBlocklistItem.js +2 -2
- package/machinelearningservices/getConnectionRaiPolicy.d.ts +2 -2
- package/machinelearningservices/getConnectionRaiPolicy.js +2 -2
- package/machinelearningservices/getDataContainer.d.ts +2 -2
- package/machinelearningservices/getDataContainer.js +2 -2
- package/machinelearningservices/getDataVersion.d.ts +2 -2
- package/machinelearningservices/getDataVersion.js +2 -2
- package/machinelearningservices/getDatastore.d.ts +2 -2
- package/machinelearningservices/getDatastore.js +2 -2
- package/machinelearningservices/getEndpointDeployment.d.ts +2 -2
- package/machinelearningservices/getEndpointDeployment.js +2 -2
- package/machinelearningservices/getEnvironmentContainer.d.ts +2 -2
- package/machinelearningservices/getEnvironmentContainer.js +2 -2
- package/machinelearningservices/getEnvironmentVersion.d.ts +2 -2
- package/machinelearningservices/getEnvironmentVersion.js +2 -2
- package/machinelearningservices/getFeaturesetContainerEntity.d.ts +2 -2
- package/machinelearningservices/getFeaturesetContainerEntity.js +2 -2
- package/machinelearningservices/getFeaturesetVersion.d.ts +2 -2
- package/machinelearningservices/getFeaturesetVersion.js +2 -2
- package/machinelearningservices/getFeaturestoreEntityContainerEntity.d.ts +2 -2
- package/machinelearningservices/getFeaturestoreEntityContainerEntity.js +2 -2
- package/machinelearningservices/getFeaturestoreEntityVersion.d.ts +2 -2
- package/machinelearningservices/getFeaturestoreEntityVersion.js +2 -2
- package/machinelearningservices/getInferenceEndpoint.d.ts +2 -2
- package/machinelearningservices/getInferenceEndpoint.js +2 -2
- package/machinelearningservices/getInferenceGroup.d.ts +2 -2
- package/machinelearningservices/getInferenceGroup.js +2 -2
- package/machinelearningservices/getInferenceGroupDeltaModelsStatusAsync.d.ts +2 -2
- package/machinelearningservices/getInferenceGroupDeltaModelsStatusAsync.js +2 -2
- package/machinelearningservices/getInferenceGroupStatus.d.ts +2 -2
- package/machinelearningservices/getInferenceGroupStatus.js +2 -2
- package/machinelearningservices/getInferencePool.d.ts +2 -2
- package/machinelearningservices/getInferencePool.js +2 -2
- package/machinelearningservices/getJob.d.ts +2 -2
- package/machinelearningservices/getJob.js +2 -2
- package/machinelearningservices/getManagedNetworkSettingsRule.d.ts +2 -2
- package/machinelearningservices/getManagedNetworkSettingsRule.js +2 -2
- package/machinelearningservices/getMarketplaceSubscription.d.ts +2 -2
- package/machinelearningservices/getMarketplaceSubscription.js +2 -2
- package/machinelearningservices/getModelContainer.d.ts +2 -2
- package/machinelearningservices/getModelContainer.js +2 -2
- package/machinelearningservices/getModelVersion.d.ts +2 -2
- package/machinelearningservices/getModelVersion.js +2 -2
- package/machinelearningservices/getOnlineDeployment.d.ts +2 -2
- package/machinelearningservices/getOnlineDeployment.js +2 -2
- package/machinelearningservices/getOnlineDeploymentLogs.d.ts +2 -2
- package/machinelearningservices/getOnlineDeploymentLogs.js +2 -2
- package/machinelearningservices/getOnlineEndpoint.d.ts +2 -2
- package/machinelearningservices/getOnlineEndpoint.js +2 -2
- package/machinelearningservices/getOnlineEndpointToken.d.ts +2 -2
- package/machinelearningservices/getOnlineEndpointToken.js +2 -2
- package/machinelearningservices/getOutboundRule.d.ts +76 -0
- package/machinelearningservices/getOutboundRule.js +38 -0
- package/machinelearningservices/getPrivateEndpointConnection.d.ts +2 -2
- package/machinelearningservices/getPrivateEndpointConnection.js +2 -2
- package/machinelearningservices/getRaiPolicy.d.ts +2 -2
- package/machinelearningservices/getRaiPolicy.js +2 -2
- package/machinelearningservices/getRegistry.d.ts +2 -2
- package/machinelearningservices/getRegistry.js +2 -2
- package/machinelearningservices/getRegistryCodeContainer.d.ts +2 -2
- package/machinelearningservices/getRegistryCodeContainer.js +2 -2
- package/machinelearningservices/getRegistryCodeVersion.d.ts +2 -2
- package/machinelearningservices/getRegistryCodeVersion.js +2 -2
- package/machinelearningservices/getRegistryComponentContainer.d.ts +2 -2
- package/machinelearningservices/getRegistryComponentContainer.js +2 -2
- package/machinelearningservices/getRegistryComponentVersion.d.ts +2 -2
- package/machinelearningservices/getRegistryComponentVersion.js +2 -2
- package/machinelearningservices/getRegistryDataContainer.d.ts +2 -2
- package/machinelearningservices/getRegistryDataContainer.js +2 -2
- package/machinelearningservices/getRegistryDataVersion.d.ts +2 -2
- package/machinelearningservices/getRegistryDataVersion.js +2 -2
- package/machinelearningservices/getRegistryEnvironmentContainer.d.ts +2 -2
- package/machinelearningservices/getRegistryEnvironmentContainer.js +2 -2
- package/machinelearningservices/getRegistryEnvironmentVersion.d.ts +2 -2
- package/machinelearningservices/getRegistryEnvironmentVersion.js +2 -2
- package/machinelearningservices/getRegistryModelContainer.d.ts +2 -2
- package/machinelearningservices/getRegistryModelContainer.js +2 -2
- package/machinelearningservices/getRegistryModelVersion.d.ts +2 -2
- package/machinelearningservices/getRegistryModelVersion.js +2 -2
- package/machinelearningservices/getSchedule.d.ts +2 -2
- package/machinelearningservices/getSchedule.js +2 -2
- package/machinelearningservices/getServerlessEndpoint.d.ts +2 -2
- package/machinelearningservices/getServerlessEndpoint.js +2 -2
- package/machinelearningservices/getWorkspace.d.ts +2 -2
- package/machinelearningservices/getWorkspace.js +2 -2
- package/machinelearningservices/getWorkspaceConnection.d.ts +2 -2
- package/machinelearningservices/getWorkspaceConnection.js +2 -2
- package/machinelearningservices/index.d.ts +6 -0
- package/machinelearningservices/index.js +11 -4
- package/machinelearningservices/inferenceEndpoint.d.ts +1 -1
- package/machinelearningservices/inferenceEndpoint.js +3 -3
- package/machinelearningservices/inferenceGroup.d.ts +1 -1
- package/machinelearningservices/inferenceGroup.js +3 -3
- package/machinelearningservices/inferencePool.d.ts +1 -1
- package/machinelearningservices/inferencePool.js +3 -3
- package/machinelearningservices/job.d.ts +1 -1
- package/machinelearningservices/job.js +3 -3
- package/machinelearningservices/listBatchEndpointKeys.d.ts +2 -2
- package/machinelearningservices/listBatchEndpointKeys.js +2 -2
- package/machinelearningservices/listComputeKeys.d.ts +2 -2
- package/machinelearningservices/listComputeKeys.js +2 -2
- package/machinelearningservices/listComputeNodes.d.ts +2 -2
- package/machinelearningservices/listComputeNodes.js +2 -2
- package/machinelearningservices/listConnectionAllModels.d.ts +2 -2
- package/machinelearningservices/listConnectionAllModels.js +2 -2
- package/machinelearningservices/listDatastoreSecrets.d.ts +2 -2
- package/machinelearningservices/listDatastoreSecrets.js +2 -2
- package/machinelearningservices/listEndpointKeys.d.ts +2 -2
- package/machinelearningservices/listEndpointKeys.js +2 -2
- package/machinelearningservices/listInferenceGroupDeltaModelsAsync.d.ts +2 -2
- package/machinelearningservices/listInferenceGroupDeltaModelsAsync.js +2 -2
- package/machinelearningservices/listOnlineEndpointKeys.d.ts +2 -2
- package/machinelearningservices/listOnlineEndpointKeys.js +2 -2
- package/machinelearningservices/listServerlessEndpointKeys.d.ts +2 -2
- package/machinelearningservices/listServerlessEndpointKeys.js +2 -2
- package/machinelearningservices/listWorkspaceConnectionSecrets.d.ts +2 -2
- package/machinelearningservices/listWorkspaceConnectionSecrets.js +2 -2
- package/machinelearningservices/listWorkspaceKeys.d.ts +2 -2
- package/machinelearningservices/listWorkspaceKeys.js +2 -2
- package/machinelearningservices/listWorkspaceNotebookAccessToken.d.ts +2 -2
- package/machinelearningservices/listWorkspaceNotebookAccessToken.js +2 -2
- package/machinelearningservices/listWorkspaceNotebookKeys.d.ts +2 -2
- package/machinelearningservices/listWorkspaceNotebookKeys.js +2 -2
- package/machinelearningservices/listWorkspaceStorageAccountKeys.d.ts +2 -2
- package/machinelearningservices/listWorkspaceStorageAccountKeys.js +2 -2
- package/machinelearningservices/machineLearningDatastore.js +2 -2
- package/machinelearningservices/managedNetworkSettingsRule.d.ts +1 -1
- package/machinelearningservices/managedNetworkSettingsRule.js +3 -3
- package/machinelearningservices/marketplaceSubscription.d.ts +1 -1
- package/machinelearningservices/marketplaceSubscription.js +3 -3
- package/machinelearningservices/modelContainer.d.ts +1 -1
- package/machinelearningservices/modelContainer.js +3 -3
- package/machinelearningservices/modelVersion.d.ts +1 -1
- package/machinelearningservices/modelVersion.js +3 -3
- package/machinelearningservices/onlineDeployment.d.ts +1 -1
- package/machinelearningservices/onlineDeployment.js +3 -3
- package/machinelearningservices/onlineEndpoint.d.ts +1 -1
- package/machinelearningservices/onlineEndpoint.js +3 -3
- package/machinelearningservices/outboundRule.d.ts +77 -0
- package/machinelearningservices/outboundRule.js +84 -0
- package/machinelearningservices/privateEndpointConnection.d.ts +1 -1
- package/machinelearningservices/privateEndpointConnection.js +3 -3
- package/machinelearningservices/raiPolicy.d.ts +1 -1
- package/machinelearningservices/raiPolicy.js +3 -3
- package/machinelearningservices/registry.d.ts +1 -1
- package/machinelearningservices/registry.js +3 -3
- package/machinelearningservices/registryCodeContainer.d.ts +1 -1
- package/machinelearningservices/registryCodeContainer.js +3 -3
- package/machinelearningservices/registryCodeVersion.d.ts +1 -1
- package/machinelearningservices/registryCodeVersion.js +3 -3
- package/machinelearningservices/registryComponentContainer.d.ts +1 -1
- package/machinelearningservices/registryComponentContainer.js +3 -3
- package/machinelearningservices/registryComponentVersion.d.ts +1 -1
- package/machinelearningservices/registryComponentVersion.js +3 -3
- package/machinelearningservices/registryDataContainer.d.ts +1 -1
- package/machinelearningservices/registryDataContainer.js +3 -3
- package/machinelearningservices/registryDataVersion.d.ts +1 -1
- package/machinelearningservices/registryDataVersion.js +3 -3
- package/machinelearningservices/registryEnvironmentContainer.d.ts +1 -1
- package/machinelearningservices/registryEnvironmentContainer.js +3 -3
- package/machinelearningservices/registryEnvironmentVersion.d.ts +1 -1
- package/machinelearningservices/registryEnvironmentVersion.js +3 -3
- package/machinelearningservices/registryModelContainer.d.ts +1 -1
- package/machinelearningservices/registryModelContainer.js +3 -3
- package/machinelearningservices/registryModelVersion.d.ts +1 -1
- package/machinelearningservices/registryModelVersion.js +3 -3
- package/machinelearningservices/schedule.d.ts +1 -1
- package/machinelearningservices/schedule.js +3 -3
- package/machinelearningservices/serverlessEndpoint.d.ts +1 -1
- package/machinelearningservices/serverlessEndpoint.js +3 -3
- package/machinelearningservices/workspace.d.ts +1 -1
- package/machinelearningservices/workspace.js +3 -3
- package/machinelearningservices/workspaceConnection.d.ts +1 -1
- package/machinelearningservices/workspaceConnection.js +3 -3
- package/maintenance/configurationAssignment.d.ts +6 -6
- package/maintenance/configurationAssignmentParent.d.ts +6 -6
- package/maintenance/configurationAssignmentsForResourceGroup.d.ts +4 -4
- package/maintenance/configurationAssignmentsForSubscription.d.ts +3 -3
- package/maintenance/getConfigurationAssignment.d.ts +11 -11
- package/maintenance/getConfigurationAssignmentParent.d.ts +11 -11
- package/maintenance/getConfigurationAssignmentsForResourceGroup.d.ts +7 -7
- package/maintenance/getConfigurationAssignmentsForSubscription.d.ts +5 -5
- package/maintenance/getMaintenanceConfiguration.d.ts +12 -12
- package/maintenance/getMaintenanceConfiguration.js +2 -2
- package/maintenance/maintenanceConfiguration.d.ts +9 -9
- package/migrate/aksAssessmentOperation.d.ts +1 -1
- package/migrate/aksAssessmentOperation.js +3 -3
- package/migrate/assessment.js +2 -2
- package/migrate/assessmentProjectsOperation.d.ts +1 -1
- package/migrate/assessmentProjectsOperation.js +3 -3
- package/migrate/assessmentsOperation.d.ts +1 -1
- package/migrate/assessmentsOperation.js +3 -3
- package/migrate/avsAssessmentsOperation.d.ts +1 -1
- package/migrate/avsAssessmentsOperation.js +3 -3
- package/migrate/getAksAssessmentOperation.d.ts +2 -2
- package/migrate/getAksAssessmentOperation.js +2 -2
- package/migrate/getAssessmentProjectsOperation.d.ts +2 -2
- package/migrate/getAssessmentProjectsOperation.js +2 -2
- package/migrate/getAssessmentsOperation.d.ts +2 -2
- package/migrate/getAssessmentsOperation.js +2 -2
- package/migrate/getAvsAssessmentsOperation.d.ts +2 -2
- package/migrate/getAvsAssessmentsOperation.js +2 -2
- package/migrate/getGroupsOperation.d.ts +2 -2
- package/migrate/getGroupsOperation.js +2 -2
- package/migrate/getHypervCollectorsOperation.d.ts +2 -2
- package/migrate/getHypervCollectorsOperation.js +2 -2
- package/migrate/getImportCollectorsOperation.d.ts +2 -2
- package/migrate/getImportCollectorsOperation.js +2 -2
- package/migrate/getPrivateEndpointConnectionOperation.d.ts +2 -2
- package/migrate/getPrivateEndpointConnectionOperation.js +2 -2
- package/migrate/getServerCollectorsOperation.d.ts +2 -2
- package/migrate/getServerCollectorsOperation.js +2 -2
- package/migrate/getSqlAssessmentV2Operation.d.ts +2 -2
- package/migrate/getSqlAssessmentV2Operation.js +2 -2
- package/migrate/getSqlCollectorOperation.d.ts +2 -2
- package/migrate/getSqlCollectorOperation.js +2 -2
- package/migrate/getVmwareCollectorsOperation.d.ts +2 -2
- package/migrate/getVmwareCollectorsOperation.js +2 -2
- package/migrate/getWebAppAssessmentV2Operation.d.ts +2 -2
- package/migrate/getWebAppAssessmentV2Operation.js +2 -2
- package/migrate/getWebAppCollectorOperation.d.ts +2 -2
- package/migrate/getWebAppCollectorOperation.js +2 -2
- package/migrate/group.js +2 -2
- package/migrate/groupsOperation.d.ts +1 -1
- package/migrate/groupsOperation.js +3 -3
- package/migrate/hyperVCollector.js +2 -2
- package/migrate/hypervCollectorsOperation.d.ts +1 -1
- package/migrate/hypervCollectorsOperation.js +3 -3
- package/migrate/importCollector.js +2 -2
- package/migrate/importCollectorsOperation.d.ts +1 -1
- package/migrate/importCollectorsOperation.js +3 -3
- package/migrate/privateEndpointConnection.js +2 -2
- package/migrate/privateEndpointConnectionOperation.d.ts +1 -1
- package/migrate/privateEndpointConnectionOperation.js +3 -3
- package/migrate/project.js +2 -2
- package/migrate/serverCollector.js +2 -2
- package/migrate/serverCollectorsOperation.d.ts +1 -1
- package/migrate/serverCollectorsOperation.js +3 -3
- package/migrate/sqlAssessmentV2Operation.d.ts +1 -1
- package/migrate/sqlAssessmentV2Operation.js +3 -3
- package/migrate/sqlCollectorOperation.d.ts +1 -1
- package/migrate/sqlCollectorOperation.js +3 -3
- package/migrate/vmwareCollector.js +2 -2
- package/migrate/vmwareCollectorsOperation.d.ts +1 -1
- package/migrate/vmwareCollectorsOperation.js +3 -3
- package/migrate/webAppAssessmentV2Operation.d.ts +1 -1
- package/migrate/webAppAssessmentV2Operation.js +3 -3
- package/migrate/webAppCollectorOperation.d.ts +1 -1
- package/migrate/webAppCollectorOperation.js +3 -3
- package/mongocluster/firewallRule.d.ts +1 -1
- package/mongocluster/firewallRule.js +3 -3
- package/mongocluster/getFirewallRule.d.ts +2 -2
- package/mongocluster/getFirewallRule.js +2 -2
- package/mongocluster/getMongoCluster.d.ts +2 -2
- package/mongocluster/getMongoCluster.js +2 -2
- package/mongocluster/getPrivateEndpointConnection.d.ts +2 -2
- package/mongocluster/getPrivateEndpointConnection.js +2 -2
- package/mongocluster/getUser.d.ts +71 -0
- package/mongocluster/getUser.js +36 -0
- package/mongocluster/index.d.ts +6 -0
- package/mongocluster/index.js +9 -2
- package/mongocluster/listMongoClusterConnectionStrings.d.ts +2 -2
- package/mongocluster/listMongoClusterConnectionStrings.js +2 -2
- package/mongocluster/mongoCluster.d.ts +1 -1
- package/mongocluster/mongoCluster.js +3 -3
- package/mongocluster/privateEndpointConnection.d.ts +1 -1
- package/mongocluster/privateEndpointConnection.js +3 -3
- package/mongocluster/user.d.ts +73 -0
- package/mongocluster/user.js +77 -0
- package/netapp/account.d.ts +1 -1
- package/netapp/account.js +3 -3
- package/netapp/backup.d.ts +1 -1
- package/netapp/backup.js +3 -3
- package/netapp/backupPolicy.d.ts +1 -1
- package/netapp/backupPolicy.js +3 -3
- package/netapp/backupVault.d.ts +1 -1
- package/netapp/backupVault.js +3 -3
- package/netapp/capacityPool.d.ts +1 -1
- package/netapp/capacityPool.js +3 -3
- package/netapp/capacityPoolBucket.d.ts +2 -0
- package/netapp/capacityPoolBucket.js +4 -2
- package/netapp/capacityPoolSnapshot.d.ts +1 -1
- package/netapp/capacityPoolSnapshot.js +3 -3
- package/netapp/capacityPoolSubvolume.d.ts +1 -1
- package/netapp/capacityPoolSubvolume.js +3 -3
- package/netapp/capacityPoolVolume.d.ts +1 -1
- package/netapp/capacityPoolVolume.js +3 -3
- package/netapp/capacityPoolVolumeQuotaRule.d.ts +1 -1
- package/netapp/capacityPoolVolumeQuotaRule.js +3 -3
- package/netapp/getAccount.d.ts +2 -2
- package/netapp/getAccount.js +2 -2
- package/netapp/getAccountChangeKeyVaultInformation.d.ts +2 -2
- package/netapp/getAccountChangeKeyVaultInformation.js +2 -2
- package/netapp/getBackup.d.ts +2 -2
- package/netapp/getBackup.js +2 -2
- package/netapp/getBackupPolicy.d.ts +2 -2
- package/netapp/getBackupPolicy.js +2 -2
- package/netapp/getBackupVault.d.ts +2 -2
- package/netapp/getBackupVault.js +2 -2
- package/netapp/getCapacityPool.d.ts +2 -2
- package/netapp/getCapacityPool.js +2 -2
- package/netapp/getCapacityPoolBucket.d.ts +4 -0
- package/netapp/getCapacityPoolBucket.js +5 -1
- package/netapp/getCapacityPoolSnapshot.d.ts +2 -2
- package/netapp/getCapacityPoolSnapshot.js +2 -2
- package/netapp/getCapacityPoolSubvolume.d.ts +2 -2
- package/netapp/getCapacityPoolSubvolume.js +2 -2
- package/netapp/getCapacityPoolSubvolumeMetadata.d.ts +2 -2
- package/netapp/getCapacityPoolSubvolumeMetadata.js +2 -2
- package/netapp/getCapacityPoolVolume.d.ts +2 -2
- package/netapp/getCapacityPoolVolume.js +2 -2
- package/netapp/getCapacityPoolVolumeGroupIdForLdapUser.d.ts +2 -2
- package/netapp/getCapacityPoolVolumeGroupIdForLdapUser.js +2 -2
- package/netapp/getCapacityPoolVolumeQuotaRule.d.ts +2 -2
- package/netapp/getCapacityPoolVolumeQuotaRule.js +2 -2
- package/netapp/getSnapshotPolicy.d.ts +2 -2
- package/netapp/getSnapshotPolicy.js +2 -2
- package/netapp/getVolumeGroup.d.ts +2 -2
- package/netapp/getVolumeGroup.js +2 -2
- package/netapp/listCapacityPoolVolumeQuotaReport.d.ts +2 -2
- package/netapp/listCapacityPoolVolumeQuotaReport.js +2 -2
- package/netapp/listCapacityPoolVolumeReplications.d.ts +2 -2
- package/netapp/listCapacityPoolVolumeReplications.js +2 -2
- package/netapp/snapshotPolicy.d.ts +1 -1
- package/netapp/snapshotPolicy.js +3 -3
- package/netapp/volumeGroup.d.ts +1 -1
- package/netapp/volumeGroup.js +3 -3
- package/network/getNetworkManagerRoutingConfiguration.d.ts +2 -2
- package/network/getNetworkManagerRoutingConfiguration.js +2 -2
- package/network/getRoutingRule.d.ts +2 -2
- package/network/getRoutingRule.js +2 -2
- package/network/getRoutingRuleCollection.d.ts +2 -2
- package/network/getRoutingRuleCollection.js +2 -2
- package/network/networkManagerRoutingConfiguration.d.ts +1 -1
- package/network/networkManagerRoutingConfiguration.js +3 -3
- package/network/routingRule.d.ts +1 -1
- package/network/routingRule.js +3 -3
- package/network/routingRuleCollection.d.ts +1 -1
- package/network/routingRuleCollection.js +3 -3
- package/notificationhubs/getNamespace.d.ts +2 -2
- package/notificationhubs/getNamespace.js +2 -2
- package/notificationhubs/getNamespaceAuthorizationRule.d.ts +2 -8
- package/notificationhubs/getNamespaceAuthorizationRule.js +3 -3
- package/notificationhubs/getNamespacePnsCredentials.d.ts +2 -4
- package/notificationhubs/getNamespacePnsCredentials.js +3 -5
- package/notificationhubs/getNotificationHub.d.ts +2 -2
- package/notificationhubs/getNotificationHub.js +2 -2
- package/notificationhubs/getNotificationHubAuthorizationRule.d.ts +2 -8
- package/notificationhubs/getNotificationHubAuthorizationRule.js +3 -3
- package/notificationhubs/getNotificationHubPnsCredentials.d.ts +2 -4
- package/notificationhubs/getNotificationHubPnsCredentials.js +3 -5
- package/notificationhubs/getPrivateEndpointConnection.d.ts +4 -2
- package/notificationhubs/getPrivateEndpointConnection.js +5 -3
- package/notificationhubs/listNamespaceKeys.d.ts +2 -2
- package/notificationhubs/listNamespaceKeys.js +2 -2
- package/notificationhubs/listNotificationHubKeys.d.ts +2 -2
- package/notificationhubs/listNotificationHubKeys.js +2 -2
- package/notificationhubs/namespace.js +4 -3
- package/notificationhubs/namespaceAuthorizationRule.d.ts +0 -12
- package/notificationhubs/namespaceAuthorizationRule.js +1 -1
- package/notificationhubs/notificationHubAuthorizationRule.d.ts +0 -12
- package/notificationhubs/notificationHubAuthorizationRule.js +1 -1
- package/onlineexperimentation/getOnlineExperimentationWorkspace.d.ts +4 -0
- package/onlineexperimentation/getOnlineExperimentationWorkspace.js +5 -1
- package/onlineexperimentation/getPrivateEndpointConnection.d.ts +71 -0
- package/onlineexperimentation/getPrivateEndpointConnection.js +36 -0
- package/onlineexperimentation/index.d.ts +6 -0
- package/onlineexperimentation/index.js +9 -2
- package/onlineexperimentation/onlineExperimentationWorkspace.d.ts +2 -0
- package/onlineexperimentation/onlineExperimentationWorkspace.js +4 -2
- package/{media → onlineexperimentation}/privateEndpointConnection.d.ts +15 -18
- package/onlineexperimentation/privateEndpointConnection.js +77 -0
- package/orbital/geoCatalog.d.ts +99 -0
- package/orbital/geoCatalog.js +82 -0
- package/orbital/getGeoCatalog.d.ts +81 -0
- package/orbital/getGeoCatalog.js +38 -0
- package/orbital/index.d.ts +6 -0
- package/orbital/index.js +9 -2
- package/package.json +2 -2
- package/peering/connectionMonitorTest.d.ts +2 -0
- package/peering/connectionMonitorTest.js +4 -2
- package/peering/getConnectionMonitorTest.d.ts +4 -0
- package/peering/getConnectionMonitorTest.js +5 -1
- package/peering/getPeerAsn.d.ts +4 -0
- package/peering/getPeerAsn.js +5 -1
- package/peering/getPeering.d.ts +4 -0
- package/peering/getPeering.js +5 -1
- package/peering/getPeeringService.d.ts +4 -0
- package/peering/getPeeringService.js +5 -1
- package/peering/getPrefix.d.ts +4 -0
- package/peering/getPrefix.js +5 -1
- package/peering/getRegisteredAsn.d.ts +4 -0
- package/peering/getRegisteredAsn.js +5 -1
- package/peering/getRegisteredPrefix.d.ts +4 -0
- package/peering/getRegisteredPrefix.js +5 -1
- package/peering/peerAsn.d.ts +2 -0
- package/peering/peerAsn.js +4 -2
- package/peering/peering.d.ts +2 -0
- package/peering/peering.js +4 -2
- package/peering/peeringService.d.ts +2 -0
- package/peering/peeringService.js +4 -2
- package/peering/prefix.d.ts +2 -0
- package/peering/prefix.js +4 -2
- package/peering/registeredAsn.d.ts +2 -0
- package/peering/registeredAsn.js +4 -2
- package/peering/registeredPrefix.d.ts +2 -0
- package/peering/registeredPrefix.js +4 -2
- package/powerbidedicated/autoScaleVCore.d.ts +9 -13
- package/powerbidedicated/autoScaleVCore.js +2 -2
- package/powerbidedicated/capacityDetails.d.ts +10 -14
- package/powerbidedicated/capacityDetails.js +2 -2
- package/powerbidedicated/getAutoScaleVCore.d.ts +9 -9
- package/powerbidedicated/getCapacityDetails.d.ts +9 -9
- package/privatedns/getPrivateRecordSet.d.ts +10 -6
- package/privatedns/getPrivateRecordSet.js +1 -1
- package/privatedns/getPrivateZone.d.ts +9 -4
- package/privatedns/getPrivateZone.js +1 -1
- package/privatedns/getVirtualNetworkLink.d.ts +8 -4
- package/privatedns/getVirtualNetworkLink.js +1 -1
- package/privatedns/privateRecordSet.d.ts +8 -4
- package/privatedns/privateRecordSet.js +3 -1
- package/privatedns/privateZone.d.ts +7 -2
- package/privatedns/privateZone.js +3 -1
- package/privatedns/virtualNetworkLink.d.ts +6 -2
- package/privatedns/virtualNetworkLink.js +3 -1
- package/providerhub/authorizedApplication.d.ts +61 -0
- package/providerhub/authorizedApplication.js +71 -0
- package/providerhub/customRollout.d.ts +67 -0
- package/providerhub/customRollout.js +75 -0
- package/providerhub/defaultRollout.d.ts +4 -4
- package/providerhub/defaultRollout.js +6 -5
- package/providerhub/getAuthorizedApplication.d.ts +57 -0
- package/providerhub/getAuthorizedApplication.js +34 -0
- package/providerhub/getCustomRollout.d.ts +60 -0
- package/providerhub/getCustomRollout.js +34 -0
- package/providerhub/getDefaultRollout.d.ts +9 -8
- package/providerhub/getDefaultRollout.js +7 -3
- package/providerhub/getNotificationRegistration.d.ts +9 -8
- package/providerhub/getNotificationRegistration.js +7 -3
- package/providerhub/getProviderMonitorSetting.d.ts +67 -0
- package/providerhub/getProviderMonitorSetting.js +34 -0
- package/providerhub/getProviderRegistration.d.ts +13 -5
- package/providerhub/getProviderRegistration.js +7 -3
- package/providerhub/getResourceTypeRegistration.d.ts +13 -5
- package/providerhub/getResourceTypeRegistration.js +7 -3
- package/providerhub/getSkus.d.ts +8 -4
- package/providerhub/getSkus.js +7 -3
- package/providerhub/getSkusNestedResourceTypeFirst.d.ts +8 -4
- package/providerhub/getSkusNestedResourceTypeFirst.js +7 -3
- package/providerhub/getSkusNestedResourceTypeSecond.d.ts +8 -4
- package/providerhub/getSkusNestedResourceTypeSecond.js +7 -3
- package/providerhub/getSkusNestedResourceTypeThird.d.ts +8 -4
- package/providerhub/getSkusNestedResourceTypeThird.js +7 -3
- package/providerhub/index.d.ts +18 -0
- package/providerhub/index.js +23 -2
- package/providerhub/notificationRegistration.d.ts +4 -4
- package/providerhub/notificationRegistration.js +4 -4
- package/providerhub/operationByProviderRegistration.d.ts +8 -1
- package/providerhub/operationByProviderRegistration.js +7 -3
- package/providerhub/providerMonitorSetting.d.ts +79 -0
- package/providerhub/providerMonitorSetting.js +75 -0
- package/providerhub/providerRegistration.d.ts +14 -3
- package/providerhub/providerRegistration.js +8 -3
- package/providerhub/resourceTypeRegistration.d.ts +14 -3
- package/providerhub/resourceTypeRegistration.js +8 -3
- package/providerhub/skus.d.ts +4 -2
- package/providerhub/skus.js +5 -3
- package/providerhub/skusNestedResourceTypeFirst.d.ts +4 -2
- package/providerhub/skusNestedResourceTypeFirst.js +5 -3
- package/providerhub/skusNestedResourceTypeSecond.d.ts +4 -2
- package/providerhub/skusNestedResourceTypeSecond.js +5 -3
- package/providerhub/skusNestedResourceTypeThird.d.ts +4 -2
- package/providerhub/skusNestedResourceTypeThird.js +5 -3
- package/quota/getGroupQuota.d.ts +2 -2
- package/quota/getGroupQuota.js +2 -2
- package/quota/getGroupQuotaSubscription.d.ts +2 -2
- package/quota/getGroupQuotaSubscription.js +2 -2
- package/quota/groupQuota.d.ts +1 -1
- package/quota/groupQuota.js +3 -3
- package/quota/groupQuotaSubscription.d.ts +1 -1
- package/quota/groupQuotaSubscription.js +3 -3
- package/recoveryservices/getReplicationFabric.d.ts +2 -2
- package/recoveryservices/getReplicationFabric.js +2 -2
- package/recoveryservices/getReplicationMigrationItem.d.ts +2 -2
- package/recoveryservices/getReplicationMigrationItem.js +2 -2
- package/recoveryservices/getReplicationNetworkMapping.d.ts +2 -2
- package/recoveryservices/getReplicationNetworkMapping.js +2 -2
- package/recoveryservices/getReplicationPolicy.d.ts +2 -2
- package/recoveryservices/getReplicationPolicy.js +2 -2
- package/recoveryservices/getReplicationProtectedItem.d.ts +2 -2
- package/recoveryservices/getReplicationProtectedItem.js +2 -2
- package/recoveryservices/getReplicationProtectionCluster.d.ts +2 -2
- package/recoveryservices/getReplicationProtectionCluster.js +2 -2
- package/recoveryservices/getReplicationProtectionContainerMapping.d.ts +2 -2
- package/recoveryservices/getReplicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/getReplicationRecoveryPlan.d.ts +2 -2
- package/recoveryservices/getReplicationRecoveryPlan.js +2 -2
- package/recoveryservices/getReplicationRecoveryServicesProvider.d.ts +2 -2
- package/recoveryservices/getReplicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/getReplicationStorageClassificationMapping.d.ts +2 -2
- package/recoveryservices/getReplicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/getReplicationvCenter.d.ts +2 -2
- package/recoveryservices/getReplicationvCenter.js +2 -2
- package/recoveryservices/replicationFabric.d.ts +1 -1
- package/recoveryservices/replicationFabric.js +3 -3
- package/recoveryservices/replicationMigrationItem.d.ts +1 -1
- package/recoveryservices/replicationMigrationItem.js +3 -3
- package/recoveryservices/replicationNetworkMapping.d.ts +1 -1
- package/recoveryservices/replicationNetworkMapping.js +3 -3
- package/recoveryservices/replicationPolicy.d.ts +1 -1
- package/recoveryservices/replicationPolicy.js +3 -3
- package/recoveryservices/replicationProtectedItem.d.ts +1 -1
- package/recoveryservices/replicationProtectedItem.js +3 -3
- package/recoveryservices/replicationProtectionCluster.d.ts +1 -1
- package/recoveryservices/replicationProtectionCluster.js +3 -3
- package/recoveryservices/replicationProtectionContainerMapping.d.ts +1 -1
- package/recoveryservices/replicationProtectionContainerMapping.js +3 -3
- package/recoveryservices/replicationRecoveryPlan.d.ts +1 -1
- package/recoveryservices/replicationRecoveryPlan.js +3 -3
- package/recoveryservices/replicationRecoveryServicesProvider.d.ts +1 -1
- package/recoveryservices/replicationRecoveryServicesProvider.js +3 -3
- package/recoveryservices/replicationStorageClassificationMapping.d.ts +1 -1
- package/recoveryservices/replicationStorageClassificationMapping.js +3 -3
- package/recoveryservices/replicationvCenter.d.ts +1 -1
- package/recoveryservices/replicationvCenter.js +3 -3
- package/resourcehealth/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.d.ts +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.js +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.d.ts +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.js +2 -2
- package/security/assessment.d.ts +1 -1
- package/security/assessment.js +3 -3
- package/security/assessmentMetadataInSubscription.d.ts +1 -1
- package/security/assessmentMetadataInSubscription.js +3 -3
- package/security/assessmentsMetadataSubscription.js +2 -2
- package/security/defenderForStorage.d.ts +1 -1
- package/security/defenderForStorage.js +3 -3
- package/security/getAssessment.d.ts +2 -2
- package/security/getAssessment.js +2 -2
- package/security/getAssessmentMetadataInSubscription.d.ts +2 -2
- package/security/getAssessmentMetadataInSubscription.js +2 -2
- package/security/getDefenderForStorage.d.ts +2 -2
- package/security/getDefenderForStorage.js +2 -2
- package/securityinsights/aaddataConnector.js +2 -2
- package/securityinsights/aatpdataConnector.js +2 -2
- package/securityinsights/action.d.ts +1 -1
- package/securityinsights/action.js +3 -3
- package/securityinsights/anomalySecurityMLAnalyticsSettings.js +2 -2
- package/securityinsights/ascdataConnector.js +2 -2
- package/securityinsights/automationRule.d.ts +1 -1
- package/securityinsights/automationRule.js +3 -3
- package/securityinsights/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/bookmark.d.ts +1 -1
- package/securityinsights/bookmark.js +3 -3
- package/securityinsights/contentPackage.d.ts +1 -1
- package/securityinsights/contentPackage.js +3 -3
- package/securityinsights/contentTemplate.d.ts +1 -1
- package/securityinsights/contentTemplate.js +3 -3
- package/securityinsights/customizableConnectorDefinition.js +2 -2
- package/securityinsights/fusionAlertRule.js +2 -2
- package/securityinsights/getAction.d.ts +2 -2
- package/securityinsights/getAction.js +2 -2
- package/securityinsights/getAutomationRule.d.ts +2 -2
- package/securityinsights/getAutomationRule.js +2 -2
- package/securityinsights/getBookmark.d.ts +2 -2
- package/securityinsights/getBookmark.js +2 -2
- package/securityinsights/getContentPackage.d.ts +2 -2
- package/securityinsights/getContentPackage.js +2 -2
- package/securityinsights/getContentTemplate.d.ts +2 -2
- package/securityinsights/getContentTemplate.js +2 -2
- package/securityinsights/getIncident.d.ts +2 -2
- package/securityinsights/getIncident.js +2 -2
- package/securityinsights/getIncidentComment.d.ts +2 -2
- package/securityinsights/getIncidentComment.js +2 -2
- package/securityinsights/getIncidentRelation.d.ts +2 -2
- package/securityinsights/getIncidentRelation.js +2 -2
- package/securityinsights/getIncidentTask.d.ts +2 -2
- package/securityinsights/getIncidentTask.js +2 -2
- package/securityinsights/getMetadata.d.ts +2 -2
- package/securityinsights/getMetadata.js +2 -2
- package/securityinsights/getSentinelOnboardingState.d.ts +2 -2
- package/securityinsights/getSentinelOnboardingState.js +2 -2
- package/securityinsights/getThreatIntelligenceIndicator.d.ts +2 -2
- package/securityinsights/getThreatIntelligenceIndicator.js +2 -2
- package/securityinsights/getWatchlist.d.ts +2 -2
- package/securityinsights/getWatchlist.js +2 -2
- package/securityinsights/getWatchlistItem.d.ts +2 -2
- package/securityinsights/getWatchlistItem.js +2 -2
- package/securityinsights/incident.d.ts +1 -1
- package/securityinsights/incident.js +3 -3
- package/securityinsights/incidentComment.d.ts +1 -1
- package/securityinsights/incidentComment.js +3 -3
- package/securityinsights/incidentRelation.d.ts +1 -1
- package/securityinsights/incidentRelation.js +3 -3
- package/securityinsights/incidentTask.d.ts +1 -1
- package/securityinsights/incidentTask.js +3 -3
- package/securityinsights/listSourceControlRepositories.d.ts +2 -2
- package/securityinsights/listSourceControlRepositories.js +2 -2
- package/securityinsights/mcasdataConnector.js +2 -2
- package/securityinsights/mdatpdataConnector.js +2 -2
- package/securityinsights/metadata.d.ts +1 -1
- package/securityinsights/metadata.js +3 -3
- package/securityinsights/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/mstidataConnector.js +2 -2
- package/securityinsights/officeDataConnector.js +2 -2
- package/securityinsights/premiumMicrosoftDefenderForThreatIntelligence.js +2 -2
- package/securityinsights/restApiPollerDataConnector.js +2 -2
- package/securityinsights/scheduledAlertRule.js +2 -2
- package/securityinsights/sentinelOnboardingState.d.ts +1 -1
- package/securityinsights/sentinelOnboardingState.js +3 -3
- package/securityinsights/threatIntelligenceIndicator.d.ts +1 -1
- package/securityinsights/threatIntelligenceIndicator.js +3 -3
- package/securityinsights/tidataConnector.js +2 -2
- package/securityinsights/watchlist.d.ts +1 -1
- package/securityinsights/watchlist.js +3 -3
- package/securityinsights/watchlistItem.d.ts +1 -1
- package/securityinsights/watchlistItem.js +3 -3
- package/servicebus/getNamespace.d.ts +1 -1
- package/servicebus/namespace.d.ts +2 -2
- package/signalrservice/getSignalR.d.ts +2 -2
- package/signalrservice/getSignalR.js +2 -2
- package/signalrservice/getSignalRCustomCertificate.d.ts +2 -2
- package/signalrservice/getSignalRCustomCertificate.js +2 -2
- package/signalrservice/getSignalRCustomDomain.d.ts +2 -2
- package/signalrservice/getSignalRCustomDomain.js +2 -2
- package/signalrservice/getSignalRPrivateEndpointConnection.d.ts +2 -2
- package/signalrservice/getSignalRPrivateEndpointConnection.js +2 -2
- package/signalrservice/getSignalRReplica.d.ts +2 -2
- package/signalrservice/getSignalRReplica.js +2 -2
- package/signalrservice/getSignalRSharedPrivateLinkResource.d.ts +2 -2
- package/signalrservice/getSignalRSharedPrivateLinkResource.js +2 -2
- package/signalrservice/listSignalRKeys.d.ts +2 -2
- package/signalrservice/listSignalRKeys.js +2 -2
- package/signalrservice/signalR.d.ts +1 -1
- package/signalrservice/signalR.js +3 -3
- package/signalrservice/signalRCustomCertificate.d.ts +1 -1
- package/signalrservice/signalRCustomCertificate.js +3 -3
- package/signalrservice/signalRCustomDomain.d.ts +1 -1
- package/signalrservice/signalRCustomDomain.js +3 -3
- package/signalrservice/signalRPrivateEndpointConnection.d.ts +1 -1
- package/signalrservice/signalRPrivateEndpointConnection.js +3 -3
- package/signalrservice/signalRReplica.d.ts +1 -1
- package/signalrservice/signalRReplica.js +3 -3
- package/signalrservice/signalRSharedPrivateLinkResource.d.ts +1 -1
- package/signalrservice/signalRSharedPrivateLinkResource.js +3 -3
- package/sql/backupLongTermRetentionPolicy.js +2 -2
- package/sql/backupShortTermRetentionPolicy.d.ts +1 -1
- package/sql/backupShortTermRetentionPolicy.js +3 -3
- package/sql/dataMaskingPolicy.d.ts +1 -1
- package/sql/dataMaskingPolicy.js +3 -3
- package/sql/database.d.ts +1 -1
- package/sql/database.js +3 -3
- package/sql/databaseAdvisor.d.ts +1 -1
- package/sql/databaseAdvisor.js +3 -3
- package/sql/databaseBlobAuditingPolicy.d.ts +1 -1
- package/sql/databaseBlobAuditingPolicy.js +3 -3
- package/sql/databaseSecurityAlertPolicy.d.ts +1 -1
- package/sql/databaseSecurityAlertPolicy.js +3 -3
- package/sql/databaseSqlVulnerabilityAssessmentRuleBaseline.d.ts +1 -1
- package/sql/databaseSqlVulnerabilityAssessmentRuleBaseline.js +3 -3
- package/sql/databaseThreatDetectionPolicy.js +2 -2
- package/sql/databaseVulnerabilityAssessment.d.ts +1 -1
- package/sql/databaseVulnerabilityAssessment.js +3 -3
- package/sql/databaseVulnerabilityAssessmentRuleBaseline.d.ts +1 -1
- package/sql/databaseVulnerabilityAssessmentRuleBaseline.js +3 -3
- package/sql/distributedAvailabilityGroup.d.ts +1 -1
- package/sql/distributedAvailabilityGroup.js +3 -3
- package/sql/elasticPool.d.ts +1 -1
- package/sql/elasticPool.js +3 -3
- package/sql/encryptionProtector.d.ts +1 -1
- package/sql/encryptionProtector.js +3 -3
- package/sql/extendedDatabaseBlobAuditingPolicy.d.ts +1 -1
- package/sql/extendedDatabaseBlobAuditingPolicy.js +3 -3
- package/sql/extendedServerBlobAuditingPolicy.d.ts +1 -1
- package/sql/extendedServerBlobAuditingPolicy.js +3 -3
- package/sql/failoverGroup.d.ts +1 -1
- package/sql/failoverGroup.js +3 -3
- package/sql/firewallRule.d.ts +1 -1
- package/sql/firewallRule.js +3 -3
- package/sql/geoBackupPolicy.d.ts +1 -1
- package/sql/geoBackupPolicy.js +3 -3
- package/sql/getBackupShortTermRetentionPolicy.d.ts +2 -2
- package/sql/getBackupShortTermRetentionPolicy.js +2 -2
- package/sql/getDataMaskingPolicy.d.ts +2 -2
- package/sql/getDataMaskingPolicy.js +2 -2
- package/sql/getDatabase.d.ts +2 -2
- package/sql/getDatabase.js +2 -2
- package/sql/getDatabaseAdvisor.d.ts +2 -2
- package/sql/getDatabaseAdvisor.js +2 -2
- package/sql/getDatabaseBlobAuditingPolicy.d.ts +2 -2
- package/sql/getDatabaseBlobAuditingPolicy.js +2 -2
- package/sql/getDatabaseSecurityAlertPolicy.d.ts +2 -2
- package/sql/getDatabaseSecurityAlertPolicy.js +2 -2
- package/sql/getDatabaseSqlVulnerabilityAssessmentRuleBaseline.d.ts +2 -2
- package/sql/getDatabaseSqlVulnerabilityAssessmentRuleBaseline.js +2 -2
- package/sql/getDatabaseVulnerabilityAssessment.d.ts +2 -2
- package/sql/getDatabaseVulnerabilityAssessment.js +2 -2
- package/sql/getDatabaseVulnerabilityAssessmentRuleBaseline.d.ts +2 -2
- package/sql/getDatabaseVulnerabilityAssessmentRuleBaseline.js +2 -2
- package/sql/getDistributedAvailabilityGroup.d.ts +2 -2
- package/sql/getDistributedAvailabilityGroup.js +2 -2
- package/sql/getElasticPool.d.ts +2 -2
- package/sql/getElasticPool.js +2 -2
- package/sql/getEncryptionProtector.d.ts +2 -2
- package/sql/getEncryptionProtector.js +2 -2
- package/sql/getExtendedDatabaseBlobAuditingPolicy.d.ts +2 -2
- package/sql/getExtendedDatabaseBlobAuditingPolicy.js +2 -2
- package/sql/getExtendedServerBlobAuditingPolicy.d.ts +2 -2
- package/sql/getExtendedServerBlobAuditingPolicy.js +2 -2
- package/sql/getFailoverGroup.d.ts +2 -2
- package/sql/getFailoverGroup.js +2 -2
- package/sql/getFirewallRule.d.ts +2 -2
- package/sql/getFirewallRule.js +2 -2
- package/sql/getGeoBackupPolicy.d.ts +2 -2
- package/sql/getGeoBackupPolicy.js +2 -2
- package/sql/getIPv6FirewallRule.d.ts +2 -2
- package/sql/getIPv6FirewallRule.js +2 -2
- package/sql/getInstanceFailoverGroup.d.ts +2 -2
- package/sql/getInstanceFailoverGroup.js +2 -2
- package/sql/getInstancePool.d.ts +2 -2
- package/sql/getInstancePool.js +2 -2
- package/sql/getJob.d.ts +2 -2
- package/sql/getJob.js +2 -2
- package/sql/getJobAgent.d.ts +2 -2
- package/sql/getJobAgent.js +2 -2
- package/sql/getJobCredential.d.ts +2 -2
- package/sql/getJobCredential.js +2 -2
- package/sql/getJobPrivateEndpoint.d.ts +2 -2
- package/sql/getJobPrivateEndpoint.js +2 -2
- package/sql/getJobStep.d.ts +2 -2
- package/sql/getJobStep.js +2 -2
- package/sql/getJobTargetGroup.d.ts +2 -2
- package/sql/getJobTargetGroup.js +2 -2
- package/sql/getLongTermRetentionPolicy.d.ts +2 -2
- package/sql/getLongTermRetentionPolicy.js +2 -2
- package/sql/getManagedDatabase.d.ts +2 -2
- package/sql/getManagedDatabase.js +2 -2
- package/sql/getManagedDatabaseSensitivityLabel.d.ts +2 -2
- package/sql/getManagedDatabaseSensitivityLabel.js +2 -2
- package/sql/getManagedDatabaseVulnerabilityAssessment.d.ts +2 -2
- package/sql/getManagedDatabaseVulnerabilityAssessment.js +2 -2
- package/sql/getManagedDatabaseVulnerabilityAssessmentRuleBaseline.d.ts +2 -2
- package/sql/getManagedDatabaseVulnerabilityAssessmentRuleBaseline.js +2 -2
- package/sql/getManagedInstance.d.ts +2 -2
- package/sql/getManagedInstance.js +2 -2
- package/sql/getManagedInstanceAdministrator.d.ts +2 -2
- package/sql/getManagedInstanceAdministrator.js +2 -2
- package/sql/getManagedInstanceAzureADOnlyAuthentication.d.ts +2 -2
- package/sql/getManagedInstanceAzureADOnlyAuthentication.js +2 -2
- package/sql/getManagedInstanceKey.d.ts +2 -2
- package/sql/getManagedInstanceKey.js +2 -2
- package/sql/getManagedInstanceLongTermRetentionPolicy.d.ts +2 -2
- package/sql/getManagedInstanceLongTermRetentionPolicy.js +2 -2
- package/sql/getManagedInstancePrivateEndpointConnection.d.ts +2 -2
- package/sql/getManagedInstancePrivateEndpointConnection.js +2 -2
- package/sql/getManagedInstanceVulnerabilityAssessment.d.ts +2 -2
- package/sql/getManagedInstanceVulnerabilityAssessment.js +2 -2
- package/sql/getManagedServerDnsAlias.d.ts +2 -2
- package/sql/getManagedServerDnsAlias.js +2 -2
- package/sql/getOutboundFirewallRule.d.ts +2 -2
- package/sql/getOutboundFirewallRule.js +2 -2
- package/sql/getPrivateEndpointConnection.d.ts +2 -2
- package/sql/getPrivateEndpointConnection.js +2 -2
- package/sql/getReplicationLink.d.ts +2 -2
- package/sql/getReplicationLink.js +2 -2
- package/sql/getSensitivityLabel.d.ts +2 -2
- package/sql/getSensitivityLabel.js +2 -2
- package/sql/getServer.d.ts +2 -2
- package/sql/getServer.js +2 -2
- package/sql/getServerAdvisor.d.ts +2 -2
- package/sql/getServerAdvisor.js +2 -2
- package/sql/getServerAzureADAdministrator.d.ts +2 -2
- package/sql/getServerAzureADAdministrator.js +2 -2
- package/sql/getServerAzureADOnlyAuthentication.d.ts +2 -2
- package/sql/getServerAzureADOnlyAuthentication.js +2 -2
- package/sql/getServerBlobAuditingPolicy.d.ts +2 -2
- package/sql/getServerBlobAuditingPolicy.js +2 -2
- package/sql/getServerDnsAlias.d.ts +2 -2
- package/sql/getServerDnsAlias.js +2 -2
- package/sql/getServerKey.d.ts +2 -2
- package/sql/getServerKey.js +2 -2
- package/sql/getServerSecurityAlertPolicy.d.ts +2 -2
- package/sql/getServerSecurityAlertPolicy.js +2 -2
- package/sql/getServerTrustCertificate.d.ts +2 -2
- package/sql/getServerTrustCertificate.js +2 -2
- package/sql/getServerTrustGroup.d.ts +2 -2
- package/sql/getServerTrustGroup.js +2 -2
- package/sql/getServerVulnerabilityAssessment.d.ts +2 -2
- package/sql/getServerVulnerabilityAssessment.js +2 -2
- package/sql/getSqlVulnerabilityAssessmentRuleBaseline.d.ts +2 -2
- package/sql/getSqlVulnerabilityAssessmentRuleBaseline.js +2 -2
- package/sql/getSqlVulnerabilityAssessmentsSetting.d.ts +2 -2
- package/sql/getSqlVulnerabilityAssessmentsSetting.js +2 -2
- package/sql/getStartStopManagedInstanceSchedule.d.ts +2 -2
- package/sql/getStartStopManagedInstanceSchedule.js +2 -2
- package/sql/getSyncAgent.d.ts +2 -2
- package/sql/getSyncAgent.js +2 -2
- package/sql/getSyncGroup.d.ts +2 -2
- package/sql/getSyncGroup.js +2 -2
- package/sql/getSyncMember.d.ts +2 -2
- package/sql/getSyncMember.js +2 -2
- package/sql/getTransparentDataEncryption.d.ts +2 -2
- package/sql/getTransparentDataEncryption.js +2 -2
- package/sql/getVirtualCluster.d.ts +76 -0
- package/sql/getVirtualCluster.js +34 -0
- package/sql/getVirtualNetworkRule.d.ts +2 -2
- package/sql/getVirtualNetworkRule.js +2 -2
- package/sql/getWorkloadClassifier.d.ts +2 -2
- package/sql/getWorkloadClassifier.js +2 -2
- package/sql/getWorkloadGroup.d.ts +2 -2
- package/sql/getWorkloadGroup.js +2 -2
- package/sql/index.d.ts +6 -0
- package/sql/index.js +10 -3
- package/sql/instanceFailoverGroup.d.ts +1 -1
- package/sql/instanceFailoverGroup.js +3 -3
- package/sql/instancePool.d.ts +1 -1
- package/sql/instancePool.js +3 -3
- package/sql/ipv6FirewallRule.d.ts +1 -1
- package/sql/ipv6FirewallRule.js +3 -3
- package/sql/job.d.ts +1 -1
- package/sql/job.js +3 -3
- package/sql/jobAgent.d.ts +1 -1
- package/sql/jobAgent.js +3 -3
- package/sql/jobCredential.d.ts +1 -1
- package/sql/jobCredential.js +3 -3
- package/sql/jobPrivateEndpoint.d.ts +1 -1
- package/sql/jobPrivateEndpoint.js +3 -3
- package/sql/jobStep.d.ts +1 -1
- package/sql/jobStep.js +3 -3
- package/sql/jobTargetGroup.d.ts +1 -1
- package/sql/jobTargetGroup.js +3 -3
- package/sql/longTermRetentionPolicy.d.ts +1 -1
- package/sql/longTermRetentionPolicy.js +3 -3
- package/sql/managedDatabase.d.ts +1 -1
- package/sql/managedDatabase.js +3 -3
- package/sql/managedDatabaseSensitivityLabel.d.ts +1 -1
- package/sql/managedDatabaseSensitivityLabel.js +3 -3
- package/sql/managedDatabaseVulnerabilityAssessment.d.ts +1 -1
- package/sql/managedDatabaseVulnerabilityAssessment.js +3 -3
- package/sql/managedDatabaseVulnerabilityAssessmentRuleBaseline.d.ts +1 -1
- package/sql/managedDatabaseVulnerabilityAssessmentRuleBaseline.js +3 -3
- package/sql/managedInstance.d.ts +1 -1
- package/sql/managedInstance.js +3 -3
- package/sql/managedInstanceAdministrator.d.ts +1 -1
- package/sql/managedInstanceAdministrator.js +3 -3
- package/sql/managedInstanceAzureADOnlyAuthentication.d.ts +1 -1
- package/sql/managedInstanceAzureADOnlyAuthentication.js +3 -3
- package/sql/managedInstanceKey.d.ts +1 -1
- package/sql/managedInstanceKey.js +3 -3
- package/sql/managedInstanceLongTermRetentionPolicy.d.ts +1 -1
- package/sql/managedInstanceLongTermRetentionPolicy.js +3 -3
- package/sql/managedInstancePrivateEndpointConnection.d.ts +1 -1
- package/sql/managedInstancePrivateEndpointConnection.js +3 -3
- package/sql/managedInstanceVulnerabilityAssessment.d.ts +1 -1
- package/sql/managedInstanceVulnerabilityAssessment.js +3 -3
- package/sql/managedServerDnsAlias.d.ts +1 -1
- package/sql/managedServerDnsAlias.js +3 -3
- package/sql/outboundFirewallRule.d.ts +1 -1
- package/sql/outboundFirewallRule.js +3 -3
- package/sql/privateEndpointConnection.d.ts +1 -1
- package/sql/privateEndpointConnection.js +3 -3
- package/sql/replicationLink.d.ts +1 -1
- package/sql/replicationLink.js +3 -3
- package/sql/sensitivityLabel.d.ts +1 -1
- package/sql/sensitivityLabel.js +3 -3
- package/sql/server.d.ts +1 -1
- package/sql/server.js +3 -3
- package/sql/serverAdvisor.d.ts +1 -1
- package/sql/serverAdvisor.js +3 -3
- package/sql/serverAzureADAdministrator.d.ts +1 -1
- package/sql/serverAzureADAdministrator.js +3 -3
- package/sql/serverAzureADOnlyAuthentication.d.ts +1 -1
- package/sql/serverAzureADOnlyAuthentication.js +3 -3
- package/sql/serverBlobAuditingPolicy.d.ts +1 -1
- package/sql/serverBlobAuditingPolicy.js +3 -3
- package/sql/serverDnsAlias.d.ts +1 -1
- package/sql/serverDnsAlias.js +3 -3
- package/sql/serverKey.d.ts +1 -1
- package/sql/serverKey.js +3 -3
- package/sql/serverSecurityAlertPolicy.d.ts +1 -1
- package/sql/serverSecurityAlertPolicy.js +3 -3
- package/sql/serverTrustCertificate.d.ts +1 -1
- package/sql/serverTrustCertificate.js +3 -3
- package/sql/serverTrustGroup.d.ts +1 -1
- package/sql/serverTrustGroup.js +3 -3
- package/sql/serverVulnerabilityAssessment.d.ts +1 -1
- package/sql/serverVulnerabilityAssessment.js +3 -3
- package/sql/sqlVulnerabilityAssessmentRuleBaseline.d.ts +1 -1
- package/sql/sqlVulnerabilityAssessmentRuleBaseline.js +3 -3
- package/sql/sqlVulnerabilityAssessmentsSetting.d.ts +1 -1
- package/sql/sqlVulnerabilityAssessmentsSetting.js +3 -3
- package/sql/startStopManagedInstanceSchedule.d.ts +1 -1
- package/sql/startStopManagedInstanceSchedule.js +3 -3
- package/sql/syncAgent.d.ts +1 -1
- package/sql/syncAgent.js +3 -3
- package/sql/syncGroup.d.ts +1 -1
- package/sql/syncGroup.js +3 -3
- package/sql/syncMember.d.ts +1 -1
- package/sql/syncMember.js +3 -3
- package/sql/transparentDataEncryption.d.ts +1 -1
- package/sql/transparentDataEncryption.js +3 -3
- package/sql/virtualCluster.d.ts +91 -0
- package/sql/virtualCluster.js +79 -0
- package/sql/virtualNetworkRule.d.ts +1 -1
- package/sql/virtualNetworkRule.js +3 -3
- package/sql/workloadClassifier.d.ts +1 -1
- package/sql/workloadClassifier.js +3 -3
- package/sql/workloadGroup.d.ts +1 -1
- package/sql/workloadGroup.js +3 -3
- package/sqlvirtualmachine/availabilityGroupListener.d.ts +4 -4
- package/sqlvirtualmachine/getAvailabilityGroupListener.d.ts +6 -6
- package/sqlvirtualmachine/getSqlVirtualMachine.d.ts +7 -7
- package/sqlvirtualmachine/getSqlVirtualMachineGroup.d.ts +7 -7
- package/sqlvirtualmachine/sqlVirtualMachine.d.ts +6 -6
- package/sqlvirtualmachine/sqlVirtualMachineGroup.d.ts +6 -6
- package/storage/blobContainer.d.ts +1 -1
- package/storage/blobContainer.js +3 -3
- package/storage/blobContainerImmutabilityPolicy.d.ts +1 -1
- package/storage/blobContainerImmutabilityPolicy.js +3 -3
- package/storage/blobInventoryPolicy.d.ts +1 -1
- package/storage/blobInventoryPolicy.js +3 -3
- package/storage/blobServiceProperties.d.ts +1 -1
- package/storage/blobServiceProperties.js +3 -3
- package/storage/encryptionScope.d.ts +1 -1
- package/storage/encryptionScope.js +3 -3
- package/storage/fileServiceProperties.d.ts +1 -1
- package/storage/fileServiceProperties.js +3 -3
- package/storage/fileShare.d.ts +1 -1
- package/storage/fileShare.js +3 -3
- package/storage/getBlobContainer.d.ts +2 -2
- package/storage/getBlobContainer.js +2 -2
- package/storage/getBlobContainerImmutabilityPolicy.d.ts +2 -2
- package/storage/getBlobContainerImmutabilityPolicy.js +2 -2
- package/storage/getBlobInventoryPolicy.d.ts +2 -2
- package/storage/getBlobInventoryPolicy.js +2 -2
- package/storage/getBlobServiceProperties.d.ts +2 -2
- package/storage/getBlobServiceProperties.js +2 -2
- package/storage/getEncryptionScope.d.ts +2 -2
- package/storage/getEncryptionScope.js +2 -2
- package/storage/getFileServiceProperties.d.ts +2 -2
- package/storage/getFileServiceProperties.js +2 -2
- package/storage/getFileShare.d.ts +2 -2
- package/storage/getFileShare.js +2 -2
- package/storage/getLocalUser.d.ts +2 -2
- package/storage/getLocalUser.js +2 -2
- package/storage/getManagementPolicy.d.ts +2 -2
- package/storage/getManagementPolicy.js +2 -2
- package/storage/getObjectReplicationPolicy.d.ts +2 -2
- package/storage/getObjectReplicationPolicy.js +2 -2
- package/storage/getPrivateEndpointConnection.d.ts +2 -2
- package/storage/getPrivateEndpointConnection.js +2 -2
- package/storage/getQueue.d.ts +2 -2
- package/storage/getQueue.js +2 -2
- package/storage/getQueueServiceProperties.d.ts +2 -2
- package/storage/getQueueServiceProperties.js +2 -2
- package/storage/getStorageAccount.d.ts +2 -2
- package/storage/getStorageAccount.js +2 -2
- package/storage/getStorageTaskAssignment.d.ts +2 -2
- package/storage/getStorageTaskAssignment.js +2 -2
- package/storage/getTable.d.ts +2 -2
- package/storage/getTable.js +2 -2
- package/storage/getTableServiceProperties.d.ts +2 -2
- package/storage/getTableServiceProperties.js +2 -2
- package/storage/listLocalUserKeys.d.ts +2 -2
- package/storage/listLocalUserKeys.js +2 -2
- package/storage/listStorageAccountKeys.d.ts +2 -2
- package/storage/listStorageAccountKeys.js +2 -2
- package/storage/listStorageAccountSAS.d.ts +2 -2
- package/storage/listStorageAccountSAS.js +2 -2
- package/storage/listStorageAccountServiceSAS.d.ts +2 -2
- package/storage/listStorageAccountServiceSAS.js +2 -2
- package/storage/localUser.d.ts +1 -1
- package/storage/localUser.js +3 -3
- package/storage/managementPolicy.d.ts +1 -1
- package/storage/managementPolicy.js +3 -3
- package/storage/objectReplicationPolicy.d.ts +1 -1
- package/storage/objectReplicationPolicy.js +3 -3
- package/storage/privateEndpointConnection.d.ts +1 -1
- package/storage/privateEndpointConnection.js +3 -3
- package/storage/queue.d.ts +1 -1
- package/storage/queue.js +3 -3
- package/storage/queueServiceProperties.d.ts +1 -1
- package/storage/queueServiceProperties.js +3 -3
- package/storage/storageAccount.d.ts +1 -1
- package/storage/storageAccount.js +3 -3
- package/storage/storageTaskAssignment.d.ts +1 -1
- package/storage/storageTaskAssignment.js +3 -3
- package/storage/table.d.ts +1 -1
- package/storage/table.js +3 -3
- package/storage/tableServiceProperties.d.ts +1 -1
- package/storage/tableServiceProperties.js +3 -3
- package/storagediscovery/getStorageDiscoveryWorkspace.d.ts +73 -0
- package/storagediscovery/getStorageDiscoveryWorkspace.js +34 -0
- package/storagediscovery/index.d.ts +7 -0
- package/storagediscovery/index.js +41 -0
- package/storagediscovery/storageDiscoveryWorkspace.d.ts +89 -0
- package/storagediscovery/storageDiscoveryWorkspace.js +78 -0
- package/storagemover/agent.d.ts +1 -1
- package/storagemover/getAgent.d.ts +1 -1
- package/trafficmanager/endpoint.d.ts +1 -1
- package/trafficmanager/endpoint.js +3 -3
- package/trafficmanager/getEndpoint.d.ts +2 -2
- package/trafficmanager/getEndpoint.js +2 -2
- package/trafficmanager/getProfile.d.ts +2 -2
- package/trafficmanager/getProfile.js +2 -2
- package/trafficmanager/getTrafficManagerUserMetricsKey.d.ts +2 -2
- package/trafficmanager/getTrafficManagerUserMetricsKey.js +2 -2
- package/trafficmanager/profile.d.ts +1 -1
- package/trafficmanager/profile.js +3 -3
- package/trafficmanager/trafficManagerUserMetricsKey.d.ts +1 -1
- package/trafficmanager/trafficManagerUserMetricsKey.js +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/app/index.d.ts +13 -11
- package/types/enums/app/index.js +10 -8
- package/types/enums/cloudhealth/index.d.ts +208 -0
- package/types/enums/cloudhealth/index.js +162 -0
- package/types/enums/compute/index.d.ts +7 -7
- package/types/enums/compute/index.js +7 -7
- package/types/enums/computeschedule/index.d.ts +184 -0
- package/types/enums/computeschedule/index.js +158 -0
- package/types/enums/containerservice/index.d.ts +14 -0
- package/types/enums/containerservice/index.js +12 -2
- package/types/enums/dbforpostgresql/index.d.ts +27 -27
- package/types/enums/deviceregistry/index.d.ts +96 -0
- package/types/enums/deviceregistry/index.js +74 -2
- package/types/enums/edge/index.d.ts +74 -0
- package/types/enums/edge/index.js +60 -0
- package/types/enums/index.d.ts +5 -2
- package/types/enums/index.js +14 -8
- package/types/enums/iotoperations/index.d.ts +209 -1
- package/types/enums/iotoperations/index.js +154 -2
- package/types/enums/loadtestservice/index.d.ts +14 -0
- package/types/enums/loadtestservice/index.js +12 -2
- package/types/enums/mongocluster/index.d.ts +34 -0
- package/types/enums/mongocluster/index.js +24 -2
- package/types/enums/onlineexperimentation/index.d.ts +9 -0
- package/types/enums/onlineexperimentation/index.js +7 -2
- package/types/enums/orbital/index.d.ts +42 -0
- package/types/enums/orbital/index.js +32 -2
- package/types/enums/powerbidedicated/index.d.ts +0 -10
- package/types/enums/powerbidedicated/index.js +2 -8
- package/types/enums/providerhub/index.d.ts +540 -16
- package/types/enums/providerhub/index.js +319 -16
- package/types/enums/storagediscovery/index.d.ts +24 -0
- package/types/enums/storagediscovery/index.js +22 -0
- package/types/input.d.ts +13725 -11276
- package/types/input.js +304 -3
- package/types/output.d.ts +19151 -15890
- package/types/output.js +305 -4
- package/utilities.d.ts +0 -4
- package/utilities.js +2 -1
- package/web/appServiceEnvironment.d.ts +1 -1
- package/web/appServiceEnvironment.js +3 -3
- package/web/appServiceEnvironmentAseCustomDnsSuffixConfiguration.d.ts +1 -1
- package/web/appServiceEnvironmentAseCustomDnsSuffixConfiguration.js +3 -3
- package/web/appServiceEnvironmentPrivateEndpointConnection.d.ts +1 -1
- package/web/appServiceEnvironmentPrivateEndpointConnection.js +3 -3
- package/web/appServicePlan.d.ts +1 -1
- package/web/appServicePlan.js +3 -3
- package/web/appServicePlanRouteForVnet.d.ts +1 -1
- package/web/appServicePlanRouteForVnet.js +3 -3
- package/web/certificate.d.ts +1 -1
- package/web/certificate.js +3 -3
- package/web/getAppServiceEnvironment.d.ts +2 -2
- package/web/getAppServiceEnvironment.js +2 -2
- package/web/getAppServiceEnvironmentAseCustomDnsSuffixConfiguration.d.ts +2 -2
- package/web/getAppServiceEnvironmentAseCustomDnsSuffixConfiguration.js +2 -2
- package/web/getAppServiceEnvironmentPrivateEndpointConnection.d.ts +2 -2
- package/web/getAppServiceEnvironmentPrivateEndpointConnection.js +2 -2
- package/web/getAppServicePlan.d.ts +2 -2
- package/web/getAppServicePlan.js +2 -2
- package/web/getCertificate.d.ts +2 -2
- package/web/getCertificate.js +2 -2
- package/web/getKubeEnvironment.d.ts +2 -2
- package/web/getKubeEnvironment.js +2 -2
- package/web/getSiteCertificate.d.ts +161 -0
- package/web/getSiteCertificate.js +36 -0
- package/web/getSiteCertificateSlot.d.ts +169 -0
- package/web/getSiteCertificateSlot.js +38 -0
- package/web/getStaticSite.d.ts +2 -2
- package/web/getStaticSite.js +2 -2
- package/web/getStaticSiteBuildDatabaseConnection.d.ts +2 -2
- package/web/getStaticSiteBuildDatabaseConnection.js +2 -2
- package/web/getStaticSiteCustomDomain.d.ts +2 -2
- package/web/getStaticSiteCustomDomain.js +2 -2
- package/web/getStaticSiteDatabaseConnection.d.ts +2 -2
- package/web/getStaticSiteDatabaseConnection.js +2 -2
- package/web/getStaticSiteLinkedBackend.d.ts +2 -2
- package/web/getStaticSiteLinkedBackend.js +2 -2
- package/web/getStaticSiteLinkedBackendForBuild.d.ts +2 -2
- package/web/getStaticSiteLinkedBackendForBuild.js +2 -2
- package/web/getStaticSitePrivateEndpointConnection.d.ts +2 -2
- package/web/getStaticSitePrivateEndpointConnection.js +2 -2
- package/web/getStaticSiteUserProvidedFunctionAppForStaticSite.d.ts +2 -2
- package/web/getStaticSiteUserProvidedFunctionAppForStaticSite.js +2 -2
- package/web/getStaticSiteUserProvidedFunctionAppForStaticSiteBuild.d.ts +2 -2
- package/web/getStaticSiteUserProvidedFunctionAppForStaticSiteBuild.js +2 -2
- package/web/getWebApp.d.ts +2 -2
- package/web/getWebApp.js +2 -2
- package/web/getWebAppDeployment.d.ts +2 -2
- package/web/getWebAppDeployment.js +2 -2
- package/web/getWebAppDeploymentSlot.d.ts +2 -2
- package/web/getWebAppDeploymentSlot.js +2 -2
- package/web/getWebAppDiagnosticLogsConfiguration.d.ts +2 -2
- package/web/getWebAppDiagnosticLogsConfiguration.js +2 -2
- package/web/getWebAppDiagnosticLogsConfigurationSlot.d.ts +2 -2
- package/web/getWebAppDiagnosticLogsConfigurationSlot.js +2 -2
- package/web/getWebAppDomainOwnershipIdentifier.d.ts +2 -2
- package/web/getWebAppDomainOwnershipIdentifier.js +2 -2
- package/web/getWebAppDomainOwnershipIdentifierSlot.d.ts +2 -2
- package/web/getWebAppDomainOwnershipIdentifierSlot.js +2 -2
- package/web/getWebAppFtpAllowed.d.ts +2 -2
- package/web/getWebAppFtpAllowed.js +2 -2
- package/web/getWebAppFtpAllowedSlot.d.ts +2 -2
- package/web/getWebAppFtpAllowedSlot.js +2 -2
- package/web/getWebAppFunction.d.ts +2 -2
- package/web/getWebAppFunction.js +2 -2
- package/web/getWebAppHostNameBinding.d.ts +2 -2
- package/web/getWebAppHostNameBinding.js +2 -2
- package/web/getWebAppHostNameBindingSlot.d.ts +2 -2
- package/web/getWebAppHostNameBindingSlot.js +2 -2
- package/web/getWebAppHybridConnection.d.ts +2 -2
- package/web/getWebAppHybridConnection.js +2 -2
- package/web/getWebAppHybridConnectionSlot.d.ts +2 -2
- package/web/getWebAppHybridConnectionSlot.js +2 -2
- package/web/getWebAppInstanceFunctionSlot.d.ts +2 -2
- package/web/getWebAppInstanceFunctionSlot.js +2 -2
- package/web/getWebAppPremierAddOn.d.ts +2 -2
- package/web/getWebAppPremierAddOn.js +2 -2
- package/web/getWebAppPremierAddOnSlot.d.ts +2 -2
- package/web/getWebAppPremierAddOnSlot.js +2 -2
- package/web/getWebAppPrivateEndpointConnection.d.ts +2 -2
- package/web/getWebAppPrivateEndpointConnection.js +2 -2
- package/web/getWebAppPrivateEndpointConnectionSlot.d.ts +2 -2
- package/web/getWebAppPrivateEndpointConnectionSlot.js +2 -2
- package/web/getWebAppPublicCertificate.d.ts +2 -2
- package/web/getWebAppPublicCertificate.js +2 -2
- package/web/getWebAppPublicCertificateSlot.d.ts +2 -2
- package/web/getWebAppPublicCertificateSlot.js +2 -2
- package/web/getWebAppRelayServiceConnection.d.ts +2 -2
- package/web/getWebAppRelayServiceConnection.js +2 -2
- package/web/getWebAppRelayServiceConnectionSlot.d.ts +2 -2
- package/web/getWebAppRelayServiceConnectionSlot.js +2 -2
- package/web/getWebAppScmAllowed.d.ts +2 -2
- package/web/getWebAppScmAllowed.js +2 -2
- package/web/getWebAppScmAllowedSlot.d.ts +2 -2
- package/web/getWebAppScmAllowedSlot.js +2 -2
- package/web/getWebAppSiteContainer.d.ts +2 -2
- package/web/getWebAppSiteContainer.js +2 -2
- package/web/getWebAppSiteContainerSlot.d.ts +2 -2
- package/web/getWebAppSiteContainerSlot.js +2 -2
- package/web/getWebAppSiteExtension.d.ts +2 -2
- package/web/getWebAppSiteExtension.js +2 -2
- package/web/getWebAppSiteExtensionSlot.d.ts +2 -2
- package/web/getWebAppSiteExtensionSlot.js +2 -2
- package/web/getWebAppSlot.d.ts +2 -2
- package/web/getWebAppSlot.js +2 -2
- package/web/getWebAppSlotConfigurationNames.d.ts +2 -2
- package/web/getWebAppSlotConfigurationNames.js +2 -2
- package/web/getWebAppSourceControl.d.ts +2 -2
- package/web/getWebAppSourceControl.js +2 -2
- package/web/getWebAppSourceControlSlot.d.ts +2 -2
- package/web/getWebAppSourceControlSlot.js +2 -2
- package/web/getWebAppSwiftVirtualNetworkConnection.d.ts +2 -2
- package/web/getWebAppSwiftVirtualNetworkConnection.js +2 -2
- package/web/getWebAppSwiftVirtualNetworkConnectionSlot.d.ts +2 -2
- package/web/getWebAppSwiftVirtualNetworkConnectionSlot.js +2 -2
- package/web/getWebAppVnetConnection.d.ts +2 -2
- package/web/getWebAppVnetConnection.js +2 -2
- package/web/getWebAppVnetConnectionSlot.d.ts +2 -2
- package/web/getWebAppVnetConnectionSlot.js +2 -2
- package/web/index.d.ts +12 -0
- package/web/index.js +21 -7
- package/web/kubeEnvironment.d.ts +1 -1
- package/web/kubeEnvironment.js +3 -3
- package/web/listAppServicePlanHybridConnectionKeys.d.ts +2 -2
- package/web/listAppServicePlanHybridConnectionKeys.js +2 -2
- package/web/listSiteIdentifiersAssignedToHostName.d.ts +2 -2
- package/web/listSiteIdentifiersAssignedToHostName.js +2 -2
- package/web/listStaticSiteAppSettings.d.ts +2 -2
- package/web/listStaticSiteAppSettings.js +2 -2
- package/web/listStaticSiteBuildAppSettings.d.ts +2 -2
- package/web/listStaticSiteBuildAppSettings.js +2 -2
- package/web/listStaticSiteBuildFunctionAppSettings.d.ts +2 -2
- package/web/listStaticSiteBuildFunctionAppSettings.js +2 -2
- package/web/listStaticSiteConfiguredRoles.d.ts +2 -2
- package/web/listStaticSiteConfiguredRoles.js +2 -2
- package/web/listStaticSiteFunctionAppSettings.d.ts +2 -2
- package/web/listStaticSiteFunctionAppSettings.js +2 -2
- package/web/listStaticSiteSecrets.d.ts +2 -2
- package/web/listStaticSiteSecrets.js +2 -2
- package/web/listStaticSiteUsers.d.ts +2 -2
- package/web/listStaticSiteUsers.js +2 -2
- package/web/listWebAppApplicationSettings.d.ts +2 -2
- package/web/listWebAppApplicationSettings.js +2 -2
- package/web/listWebAppApplicationSettingsSlot.d.ts +2 -2
- package/web/listWebAppApplicationSettingsSlot.js +2 -2
- package/web/listWebAppAuthSettings.d.ts +2 -2
- package/web/listWebAppAuthSettings.js +2 -2
- package/web/listWebAppAuthSettingsSlot.d.ts +2 -2
- package/web/listWebAppAuthSettingsSlot.js +2 -2
- package/web/listWebAppAzureStorageAccounts.d.ts +2 -2
- package/web/listWebAppAzureStorageAccounts.js +2 -2
- package/web/listWebAppAzureStorageAccountsSlot.d.ts +2 -2
- package/web/listWebAppAzureStorageAccountsSlot.js +2 -2
- package/web/listWebAppBackupConfiguration.d.ts +2 -2
- package/web/listWebAppBackupConfiguration.js +2 -2
- package/web/listWebAppBackupConfigurationSlot.d.ts +2 -2
- package/web/listWebAppBackupConfigurationSlot.js +2 -2
- package/web/listWebAppBackupStatusSecrets.d.ts +2 -2
- package/web/listWebAppBackupStatusSecrets.js +2 -2
- package/web/listWebAppBackupStatusSecretsSlot.d.ts +2 -2
- package/web/listWebAppBackupStatusSecretsSlot.js +2 -2
- package/web/listWebAppConnectionStrings.d.ts +2 -2
- package/web/listWebAppConnectionStrings.js +2 -2
- package/web/listWebAppConnectionStringsSlot.d.ts +2 -2
- package/web/listWebAppConnectionStringsSlot.js +2 -2
- package/web/listWebAppFunctionKeys.d.ts +2 -2
- package/web/listWebAppFunctionKeys.js +2 -2
- package/web/listWebAppFunctionKeysSlot.d.ts +2 -2
- package/web/listWebAppFunctionKeysSlot.js +2 -2
- package/web/listWebAppFunctionSecrets.d.ts +2 -2
- package/web/listWebAppFunctionSecrets.js +2 -2
- package/web/listWebAppFunctionSecretsSlot.d.ts +2 -2
- package/web/listWebAppFunctionSecretsSlot.js +2 -2
- package/web/listWebAppHostKeys.d.ts +2 -2
- package/web/listWebAppHostKeys.js +2 -2
- package/web/listWebAppHostKeysSlot.d.ts +2 -2
- package/web/listWebAppHostKeysSlot.js +2 -2
- package/web/listWebAppMetadata.d.ts +2 -2
- package/web/listWebAppMetadata.js +2 -2
- package/web/listWebAppMetadataSlot.d.ts +2 -2
- package/web/listWebAppMetadataSlot.js +2 -2
- package/web/listWebAppPublishingCredentials.d.ts +2 -2
- package/web/listWebAppPublishingCredentials.js +2 -2
- package/web/listWebAppPublishingCredentialsSlot.d.ts +2 -2
- package/web/listWebAppPublishingCredentialsSlot.js +2 -2
- package/web/listWebAppSiteBackups.d.ts +2 -2
- package/web/listWebAppSiteBackups.js +2 -2
- package/web/listWebAppSiteBackupsSlot.d.ts +2 -2
- package/web/listWebAppSiteBackupsSlot.js +2 -2
- package/web/listWebAppSitePushSettings.d.ts +2 -2
- package/web/listWebAppSitePushSettings.js +2 -2
- package/web/listWebAppSitePushSettingsSlot.d.ts +2 -2
- package/web/listWebAppSitePushSettingsSlot.js +2 -2
- package/web/listWebAppSyncFunctionTriggers.d.ts +2 -2
- package/web/listWebAppSyncFunctionTriggers.js +2 -2
- package/web/listWebAppSyncFunctionTriggersSlot.d.ts +2 -2
- package/web/listWebAppSyncFunctionTriggersSlot.js +2 -2
- package/web/listWebAppWorkflowsConnections.d.ts +2 -2
- package/web/listWebAppWorkflowsConnections.js +2 -2
- package/web/listWebAppWorkflowsConnectionsSlot.d.ts +2 -2
- package/web/listWebAppWorkflowsConnectionsSlot.js +2 -2
- package/web/listWorkflowRunActionExpressionTraces.d.ts +2 -2
- package/web/listWorkflowRunActionExpressionTraces.js +2 -2
- package/web/listWorkflowRunActionRepetitionExpressionTraces.d.ts +2 -2
- package/web/listWorkflowRunActionRepetitionExpressionTraces.js +2 -2
- package/web/listWorkflowTriggerCallbackUrl.d.ts +2 -2
- package/web/listWorkflowTriggerCallbackUrl.js +2 -2
- package/web/siteCertificate.d.ts +204 -0
- package/web/siteCertificate.js +120 -0
- package/web/siteCertificateSlot.d.ts +208 -0
- package/web/siteCertificateSlot.js +124 -0
- package/web/staticSite.d.ts +1 -1
- package/web/staticSite.js +3 -3
- package/web/staticSiteBuildDatabaseConnection.d.ts +1 -1
- package/web/staticSiteBuildDatabaseConnection.js +3 -3
- package/web/staticSiteCustomDomain.d.ts +1 -1
- package/web/staticSiteCustomDomain.js +3 -3
- package/web/staticSiteDatabaseConnection.d.ts +1 -1
- package/web/staticSiteDatabaseConnection.js +3 -3
- package/web/staticSiteLinkedBackend.d.ts +1 -1
- package/web/staticSiteLinkedBackend.js +3 -3
- package/web/staticSiteLinkedBackendForBuild.d.ts +1 -1
- package/web/staticSiteLinkedBackendForBuild.js +3 -3
- package/web/staticSitePrivateEndpointConnection.d.ts +1 -1
- package/web/staticSitePrivateEndpointConnection.js +3 -3
- package/web/staticSiteUserProvidedFunctionAppForStaticSite.d.ts +1 -1
- package/web/staticSiteUserProvidedFunctionAppForStaticSite.js +3 -3
- package/web/staticSiteUserProvidedFunctionAppForStaticSiteBuild.d.ts +1 -1
- package/web/staticSiteUserProvidedFunctionAppForStaticSiteBuild.js +3 -3
- package/web/webApp.d.ts +1 -1
- package/web/webApp.js +3 -3
- package/web/webAppApplicationSettings.d.ts +1 -1
- package/web/webAppApplicationSettings.js +3 -3
- package/web/webAppApplicationSettingsSlot.d.ts +1 -1
- package/web/webAppApplicationSettingsSlot.js +3 -3
- package/web/webAppAuthSettings.d.ts +1 -1
- package/web/webAppAuthSettings.js +3 -3
- package/web/webAppAuthSettingsSlot.d.ts +1 -1
- package/web/webAppAuthSettingsSlot.js +3 -3
- package/web/webAppAzureStorageAccounts.d.ts +1 -1
- package/web/webAppAzureStorageAccounts.js +3 -3
- package/web/webAppAzureStorageAccountsSlot.d.ts +1 -1
- package/web/webAppAzureStorageAccountsSlot.js +3 -3
- package/web/webAppBackupConfiguration.d.ts +1 -1
- package/web/webAppBackupConfiguration.js +3 -3
- package/web/webAppBackupConfigurationSlot.d.ts +1 -1
- package/web/webAppBackupConfigurationSlot.js +3 -3
- package/web/webAppConnectionStrings.d.ts +1 -1
- package/web/webAppConnectionStrings.js +3 -3
- package/web/webAppConnectionStringsSlot.d.ts +1 -1
- package/web/webAppConnectionStringsSlot.js +3 -3
- package/web/webAppDeployment.d.ts +1 -1
- package/web/webAppDeployment.js +3 -3
- package/web/webAppDeploymentSlot.d.ts +1 -1
- package/web/webAppDeploymentSlot.js +3 -3
- package/web/webAppDiagnosticLogsConfiguration.d.ts +1 -1
- package/web/webAppDiagnosticLogsConfiguration.js +3 -3
- package/web/webAppDiagnosticLogsConfigurationSlot.d.ts +1 -1
- package/web/webAppDiagnosticLogsConfigurationSlot.js +3 -3
- package/web/webAppDomainOwnershipIdentifier.d.ts +1 -1
- package/web/webAppDomainOwnershipIdentifier.js +3 -3
- package/web/webAppDomainOwnershipIdentifierSlot.d.ts +1 -1
- package/web/webAppDomainOwnershipIdentifierSlot.js +3 -3
- package/web/webAppFtpAllowed.d.ts +1 -1
- package/web/webAppFtpAllowed.js +3 -3
- package/web/webAppFtpAllowedSlot.d.ts +1 -1
- package/web/webAppFtpAllowedSlot.js +3 -3
- package/web/webAppFunction.d.ts +1 -1
- package/web/webAppFunction.js +3 -3
- package/web/webAppHostNameBinding.d.ts +1 -1
- package/web/webAppHostNameBinding.js +3 -3
- package/web/webAppHostNameBindingSlot.d.ts +1 -1
- package/web/webAppHostNameBindingSlot.js +3 -3
- package/web/webAppHybridConnection.d.ts +1 -1
- package/web/webAppHybridConnection.js +3 -3
- package/web/webAppHybridConnectionSlot.d.ts +1 -1
- package/web/webAppHybridConnectionSlot.js +3 -3
- package/web/webAppInstanceFunctionSlot.d.ts +1 -1
- package/web/webAppInstanceFunctionSlot.js +3 -3
- package/web/webAppMetadata.d.ts +1 -1
- package/web/webAppMetadata.js +3 -3
- package/web/webAppMetadataSlot.d.ts +1 -1
- package/web/webAppMetadataSlot.js +3 -3
- package/web/webAppPremierAddOn.d.ts +1 -1
- package/web/webAppPremierAddOn.js +3 -3
- package/web/webAppPremierAddOnSlot.d.ts +1 -1
- package/web/webAppPremierAddOnSlot.js +3 -3
- package/web/webAppPrivateEndpointConnection.d.ts +1 -1
- package/web/webAppPrivateEndpointConnection.js +3 -3
- package/web/webAppPrivateEndpointConnectionSlot.d.ts +1 -1
- package/web/webAppPrivateEndpointConnectionSlot.js +3 -3
- package/web/webAppPublicCertificate.d.ts +1 -1
- package/web/webAppPublicCertificate.js +3 -3
- package/web/webAppPublicCertificateSlot.d.ts +1 -1
- package/web/webAppPublicCertificateSlot.js +3 -3
- package/web/webAppRelayServiceConnection.d.ts +1 -1
- package/web/webAppRelayServiceConnection.js +3 -3
- package/web/webAppRelayServiceConnectionSlot.d.ts +1 -1
- package/web/webAppRelayServiceConnectionSlot.js +3 -3
- package/web/webAppScmAllowed.d.ts +1 -1
- package/web/webAppScmAllowed.js +3 -3
- package/web/webAppScmAllowedSlot.d.ts +1 -1
- package/web/webAppScmAllowedSlot.js +3 -3
- package/web/webAppSiteContainer.d.ts +1 -1
- package/web/webAppSiteContainer.js +3 -3
- package/web/webAppSiteContainerSlot.d.ts +1 -1
- package/web/webAppSiteContainerSlot.js +3 -3
- package/web/webAppSiteExtension.d.ts +1 -1
- package/web/webAppSiteExtension.js +3 -3
- package/web/webAppSiteExtensionSlot.d.ts +1 -1
- package/web/webAppSiteExtensionSlot.js +3 -3
- package/web/webAppSitePushSettings.d.ts +1 -1
- package/web/webAppSitePushSettings.js +3 -3
- package/web/webAppSitePushSettingsSlot.d.ts +1 -1
- package/web/webAppSitePushSettingsSlot.js +3 -3
- package/web/webAppSlot.d.ts +1 -1
- package/web/webAppSlot.js +3 -3
- package/web/webAppSlotConfigurationNames.d.ts +1 -1
- package/web/webAppSlotConfigurationNames.js +3 -3
- package/web/webAppSourceControl.d.ts +1 -1
- package/web/webAppSourceControl.js +3 -3
- package/web/webAppSourceControlSlot.d.ts +1 -1
- package/web/webAppSourceControlSlot.js +3 -3
- package/web/webAppSwiftVirtualNetworkConnection.d.ts +1 -1
- package/web/webAppSwiftVirtualNetworkConnection.js +3 -3
- package/web/webAppSwiftVirtualNetworkConnectionSlot.d.ts +1 -1
- package/web/webAppSwiftVirtualNetworkConnectionSlot.js +3 -3
- package/web/webAppVnetConnection.d.ts +1 -1
- package/web/webAppVnetConnection.js +3 -3
- package/web/webAppVnetConnectionSlot.d.ts +1 -1
- package/web/webAppVnetConnectionSlot.js +3 -3
- package/webpubsub/getWebPubSub.d.ts +2 -2
- package/webpubsub/getWebPubSub.js +2 -2
- package/webpubsub/getWebPubSubCustomCertificate.d.ts +2 -2
- package/webpubsub/getWebPubSubCustomCertificate.js +2 -2
- package/webpubsub/getWebPubSubCustomDomain.d.ts +2 -2
- package/webpubsub/getWebPubSubCustomDomain.js +2 -2
- package/webpubsub/getWebPubSubHub.d.ts +2 -2
- package/webpubsub/getWebPubSubHub.js +2 -2
- package/webpubsub/getWebPubSubPrivateEndpointConnection.d.ts +2 -2
- package/webpubsub/getWebPubSubPrivateEndpointConnection.js +2 -2
- package/webpubsub/getWebPubSubReplica.d.ts +2 -2
- package/webpubsub/getWebPubSubReplica.js +2 -2
- package/webpubsub/getWebPubSubSharedPrivateLinkResource.d.ts +2 -2
- package/webpubsub/getWebPubSubSharedPrivateLinkResource.js +2 -2
- package/webpubsub/listWebPubSubKeys.d.ts +2 -2
- package/webpubsub/listWebPubSubKeys.js +2 -2
- package/webpubsub/webPubSub.d.ts +1 -1
- package/webpubsub/webPubSub.js +3 -3
- package/webpubsub/webPubSubCustomCertificate.d.ts +1 -1
- package/webpubsub/webPubSubCustomCertificate.js +3 -3
- package/webpubsub/webPubSubCustomDomain.d.ts +1 -1
- package/webpubsub/webPubSubCustomDomain.js +3 -3
- package/webpubsub/webPubSubHub.d.ts +1 -1
- package/webpubsub/webPubSubHub.js +3 -3
- package/webpubsub/webPubSubPrivateEndpointConnection.d.ts +1 -1
- package/webpubsub/webPubSubPrivateEndpointConnection.js +3 -3
- package/webpubsub/webPubSubReplica.d.ts +1 -1
- package/webpubsub/webPubSubReplica.js +3 -3
- package/webpubsub/webPubSubSharedPrivateLinkResource.d.ts +1 -1
- package/webpubsub/webPubSubSharedPrivateLinkResource.js +3 -3
- package/widget/employee.d.ts +91 -0
- package/widget/employee.js +79 -0
- package/widget/getEmployee.d.ts +77 -0
- package/widget/getEmployee.js +38 -0
- package/widget/index.d.ts +6 -0
- package/widget/index.js +25 -0
- package/media/accountFilter.d.ts +0 -91
- package/media/accountFilter.js +0 -83
- package/media/asset.d.ts +0 -122
- package/media/asset.js +0 -95
- package/media/assetFilter.d.ts +0 -95
- package/media/assetFilter.js +0 -87
- package/media/contentKeyPolicy.d.ts +0 -95
- package/media/contentKeyPolicy.js +0 -90
- package/media/getAccountFilter.d.ts +0 -83
- package/media/getAccountFilter.js +0 -40
- package/media/getAsset.d.ts +0 -107
- package/media/getAsset.js +0 -40
- package/media/getAssetEncryptionKey.d.ts +0 -59
- package/media/getAssetEncryptionKey.js +0 -40
- package/media/getAssetFilter.d.ts +0 -91
- package/media/getAssetFilter.js +0 -42
- package/media/getContentKeyPolicy.d.ts +0 -91
- package/media/getContentKeyPolicy.js +0 -40
- package/media/getContentKeyPolicyPropertiesWithSecrets.d.ts +0 -71
- package/media/getContentKeyPolicyPropertiesWithSecrets.js +0 -40
- package/media/getJob.d.ts +0 -121
- package/media/getJob.js +0 -42
- package/media/getLiveEvent.d.ts +0 -133
- package/media/getLiveEvent.js +0 -40
- package/media/getLiveEventStatus.d.ts +0 -51
- package/media/getLiveEventStatus.js +0 -36
- package/media/getLiveEventStreamEvents.d.ts +0 -51
- package/media/getLiveEventStreamEvents.js +0 -36
- package/media/getLiveEventTrackIngestHeartbeats.d.ts +0 -51
- package/media/getLiveEventTrackIngestHeartbeats.js +0 -36
- package/media/getLiveOutput.d.ts +0 -123
- package/media/getLiveOutput.js +0 -42
- package/media/getMediaService.d.ts +0 -110
- package/media/getMediaService.js +0 -38
- package/media/getPrivateEndpointConnection.d.ts +0 -73
- package/media/getPrivateEndpointConnection.js +0 -40
- package/media/getStreamingEndpoint.d.ts +0 -149
- package/media/getStreamingEndpoint.js +0 -40
- package/media/getStreamingLocator.d.ts +0 -111
- package/media/getStreamingLocator.js +0 -40
- package/media/getStreamingPolicy.d.ts +0 -95
- package/media/getStreamingPolicy.js +0 -40
- package/media/getTrack.d.ts +0 -83
- package/media/getTrack.js +0 -42
- package/media/getTransform.d.ts +0 -87
- package/media/getTransform.js +0 -40
- package/media/index.d.ts +0 -118
- package/media/index.js +0 -166
- package/media/job.d.ts +0 -136
- package/media/job.js +0 -107
- package/media/listAssetContainerSas.d.ts +0 -71
- package/media/listAssetContainerSas.js +0 -44
- package/media/listAssetStreamingLocators.d.ts +0 -55
- package/media/listAssetStreamingLocators.js +0 -40
- package/media/listMediaServiceEdgePolicies.d.ts +0 -49
- package/media/listMediaServiceEdgePolicies.js +0 -40
- package/media/listMediaServiceKeys.d.ts +0 -58
- package/media/listMediaServiceKeys.js +0 -34
- package/media/listStreamingLocatorContentKeys.d.ts +0 -55
- package/media/listStreamingLocatorContentKeys.js +0 -40
- package/media/listStreamingLocatorPaths.d.ts +0 -59
- package/media/listStreamingLocatorPaths.js +0 -40
- package/media/liveEvent.d.ts +0 -180
- package/media/liveEvent.js +0 -111
- package/media/liveOutput.d.ts +0 -143
- package/media/liveOutput.js +0 -109
- package/media/mediaService.d.ts +0 -146
- package/media/mediaService.js +0 -98
- package/media/privateEndpointConnection.js +0 -83
- package/media/streamingEndpoint.d.ts +0 -203
- package/media/streamingEndpoint.js +0 -119
- package/media/streamingLocator.d.ts +0 -143
- package/media/streamingLocator.js +0 -103
- package/media/streamingPolicy.d.ts +0 -111
- package/media/streamingPolicy.js +0 -89
- package/media/track.d.ts +0 -79
- package/media/track.js +0 -83
- package/media/transform.d.ts +0 -91
- package/media/transform.js +0 -88
- package/types/enums/media/index.d.ts +0 -917
- package/types/enums/media/index.js +0 -741
package/aad/domainService.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ import * as enums from "../types/enums";
|
|
|
6
6
|
* Domain service.
|
|
7
7
|
*
|
|
8
8
|
* Uses Azure REST API version 2022-12-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
9
|
+
*
|
|
10
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
11
|
*/
|
|
10
12
|
export declare class DomainService extends pulumi.CustomResource {
|
|
11
13
|
/**
|
package/aad/domainService.js
CHANGED
|
@@ -10,6 +10,8 @@ const utilities = require("../utilities");
|
|
|
10
10
|
* Domain service.
|
|
11
11
|
*
|
|
12
12
|
* Uses Azure REST API version 2022-12-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
13
|
+
*
|
|
14
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
15
|
*/
|
|
14
16
|
class DomainService extends pulumi.CustomResource {
|
|
15
17
|
/**
|
|
@@ -104,7 +106,7 @@ class DomainService extends pulumi.CustomResource {
|
|
|
104
106
|
resourceInputs["version"] = undefined /*out*/;
|
|
105
107
|
}
|
|
106
108
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
107
|
-
const aliasOpts = { aliases: [{ type: "azure-native:aad/v20170101:DomainService" }, { type: "azure-native:aad/v20170601:DomainService" }, { type: "azure-native:aad/v20200101:DomainService" }, { type: "azure-native:aad/v20210301:DomainService" }, { type: "azure-native:aad/v20210501:DomainService" }, { type: "azure-native:aad/v20220901:DomainService" }, { type: "azure-native:aad/v20221201:DomainService" }] };
|
|
109
|
+
const aliasOpts = { aliases: [{ type: "azure-native:aad/v20170101:DomainService" }, { type: "azure-native:aad/v20170601:DomainService" }, { type: "azure-native:aad/v20200101:DomainService" }, { type: "azure-native:aad/v20210301:DomainService" }, { type: "azure-native:aad/v20210501:DomainService" }, { type: "azure-native:aad/v20220901:DomainService" }, { type: "azure-native:aad/v20221201:DomainService" }, { type: "azure-native:aad/v20250501:DomainService" }, { type: "azure-native:aad/v20250601:DomainService" }] };
|
|
108
110
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
109
111
|
super(DomainService.__pulumiType, name, resourceInputs, opts);
|
|
110
112
|
}
|
|
@@ -112,4 +114,4 @@ class DomainService extends pulumi.CustomResource {
|
|
|
112
114
|
exports.DomainService = DomainService;
|
|
113
115
|
/** @internal */
|
|
114
116
|
DomainService.__pulumiType = 'azure-native:aad:DomainService';
|
|
115
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
117
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9tYWluU2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2FhZC9kb21haW5TZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBQ3pDLHlDQUF5QztBQUd6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsTUFBYSxhQUFjLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDcEQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLGFBQWEsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUMxRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssYUFBYSxDQUFDLFlBQVksQ0FBQztJQUM5RCxDQUFDO0lBdUdEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXVCLEVBQUUsSUFBbUM7O1FBQ2xGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFD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
|
|
@@ -4,6 +4,8 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* The Get Domain Service operation retrieves a json representation of the Domain Service.
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2022-12-01.
|
|
7
|
+
*
|
|
8
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
7
9
|
*/
|
|
8
10
|
export declare function getDomainService(args: GetDomainServiceArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainServiceResult>;
|
|
9
11
|
export interface GetDomainServiceArgs {
|
|
@@ -131,6 +133,8 @@ export interface GetDomainServiceResult {
|
|
|
131
133
|
* The Get Domain Service operation retrieves a json representation of the Domain Service.
|
|
132
134
|
*
|
|
133
135
|
* Uses Azure REST API version 2022-12-01.
|
|
136
|
+
*
|
|
137
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
134
138
|
*/
|
|
135
139
|
export declare function getDomainServiceOutput(args: GetDomainServiceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDomainServiceResult>;
|
|
136
140
|
export interface GetDomainServiceOutputArgs {
|
package/aad/getDomainService.js
CHANGED
|
@@ -9,6 +9,8 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* The Get Domain Service operation retrieves a json representation of the Domain Service.
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2022-12-01.
|
|
12
|
+
*
|
|
13
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
12
14
|
*/
|
|
13
15
|
function getDomainService(args, opts) {
|
|
14
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -22,6 +24,8 @@ exports.getDomainService = getDomainService;
|
|
|
22
24
|
* The Get Domain Service operation retrieves a json representation of the Domain Service.
|
|
23
25
|
*
|
|
24
26
|
* Uses Azure REST API version 2022-12-01.
|
|
27
|
+
*
|
|
28
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
25
29
|
*/
|
|
26
30
|
function getDomainServiceOutput(args, opts) {
|
|
27
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -31,4 +35,4 @@ function getDomainServiceOutput(args, opts) {
|
|
|
31
35
|
}, opts);
|
|
32
36
|
}
|
|
33
37
|
exports.getDomainServiceOutput = getDomainServiceOutput;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RG9tYWluU2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2FhZC9nZXREb21haW5TZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7Ozs7O0dBTUc7QUFDSCxTQUFnQixnQkFBZ0IsQ0FBQyxJQUEwQixFQUFFLElBQTJCO0lBQ3BGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLG1DQUFtQyxFQUFFO1FBQzlELG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQU5ELDRDQU1DO0FBMEhEOzs7Ozs7R0FNRztBQUNILFNBQWdCLHNCQUFzQixDQUFDLElBQWdDLEVBQUUsSUFBaUM7SUFDdEcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxZQUFZLENBQUMsbUNBQW1DLEVBQUU7UUFDcEUsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBTkQsd0RBTUMifQ==
|
package/aad/getOuContainer.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Get OuContainer in DomainService instance.
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2022-12-01.
|
|
7
|
+
*
|
|
8
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
7
9
|
*/
|
|
8
10
|
export declare function getOuContainer(args: GetOuContainerArgs, opts?: pulumi.InvokeOptions): Promise<GetOuContainerResult>;
|
|
9
11
|
export interface GetOuContainerArgs {
|
|
@@ -95,6 +97,8 @@ export interface GetOuContainerResult {
|
|
|
95
97
|
* Get OuContainer in DomainService instance.
|
|
96
98
|
*
|
|
97
99
|
* Uses Azure REST API version 2022-12-01.
|
|
100
|
+
*
|
|
101
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
98
102
|
*/
|
|
99
103
|
export declare function getOuContainerOutput(args: GetOuContainerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOuContainerResult>;
|
|
100
104
|
export interface GetOuContainerOutputArgs {
|
package/aad/getOuContainer.js
CHANGED
|
@@ -9,6 +9,8 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Get OuContainer in DomainService instance.
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2022-12-01.
|
|
12
|
+
*
|
|
13
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
12
14
|
*/
|
|
13
15
|
function getOuContainer(args, opts) {
|
|
14
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -23,6 +25,8 @@ exports.getOuContainer = getOuContainer;
|
|
|
23
25
|
* Get OuContainer in DomainService instance.
|
|
24
26
|
*
|
|
25
27
|
* Uses Azure REST API version 2022-12-01.
|
|
28
|
+
*
|
|
29
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
26
30
|
*/
|
|
27
31
|
function getOuContainerOutput(args, opts) {
|
|
28
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -33,4 +37,4 @@ function getOuContainerOutput(args, opts) {
|
|
|
33
37
|
}, opts);
|
|
34
38
|
}
|
|
35
39
|
exports.getOuContainerOutput = getOuContainerOutput;
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0T3VDb250YWluZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hYWQvZ2V0T3VDb250YWluZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7Ozs7R0FNRztBQUNILFNBQWdCLGNBQWMsQ0FBQyxJQUF3QixFQUFFLElBQTJCO0lBQ2hGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGlDQUFpQyxFQUFFO1FBQzVELG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsaUJBQWlCLEVBQUUsSUFBSSxDQUFDLGVBQWU7UUFDdkMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELHdDQU9DO0FBc0ZEOzs7Ozs7R0FNRztBQUNILFNBQWdCLG9CQUFvQixDQUFDLElBQThCLEVBQUUsSUFBaUM7SUFDbEcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxZQUFZLENBQUMsaUNBQWlDLEVBQUU7UUFDbEUsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxpQkFBaUIsRUFBRSxJQUFJLENBQUMsZUFBZTtRQUN2QyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsb0RBT0MifQ==
|
package/aad/ouContainer.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Resource for OuContainer.
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2022-12-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
7
|
+
*
|
|
8
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
7
9
|
*/
|
|
8
10
|
export declare class OuContainer extends pulumi.CustomResource {
|
|
9
11
|
/**
|
package/aad/ouContainer.js
CHANGED
|
@@ -9,6 +9,8 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Resource for OuContainer.
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2022-12-01. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
12
|
+
*
|
|
13
|
+
* Other available API versions: 2025-05-01, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native aad [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
12
14
|
*/
|
|
13
15
|
class OuContainer extends pulumi.CustomResource {
|
|
14
16
|
/**
|
|
@@ -89,7 +91,7 @@ class OuContainer extends pulumi.CustomResource {
|
|
|
89
91
|
resourceInputs["type"] = undefined /*out*/;
|
|
90
92
|
}
|
|
91
93
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
92
|
-
const aliasOpts = { aliases: [{ type: "azure-native:aad/v20170601:OuContainer" }, { type: "azure-native:aad/v20200101:OuContainer" }, { type: "azure-native:aad/v20210301:OuContainer" }, { type: "azure-native:aad/v20210501:OuContainer" }, { type: "azure-native:aad/v20220901:OuContainer" }, { type: "azure-native:aad/v20221201:OuContainer" }] };
|
|
94
|
+
const aliasOpts = { aliases: [{ type: "azure-native:aad/v20170601:OuContainer" }, { type: "azure-native:aad/v20200101:OuContainer" }, { type: "azure-native:aad/v20210301:OuContainer" }, { type: "azure-native:aad/v20210501:OuContainer" }, { type: "azure-native:aad/v20220901:OuContainer" }, { type: "azure-native:aad/v20221201:OuContainer" }, { type: "azure-native:aad/v20250501:OuContainer" }, { type: "azure-native:aad/v20250601:OuContainer" }] };
|
|
93
95
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
94
96
|
super(OuContainer.__pulumiType, name, resourceInputs, opts);
|
|
95
97
|
}
|
|
@@ -97,4 +99,4 @@ class OuContainer extends pulumi.CustomResource {
|
|
|
97
99
|
exports.OuContainer = OuContainer;
|
|
98
100
|
/** @internal */
|
|
99
101
|
OuContainer.__pulumiType = 'azure-native:aad:OuContainer';
|
|
100
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
102
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3VDb250YWluZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hYWQvb3VDb250YWluZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7Ozs7R0FNRztBQUNILE1BQWEsV0FBWSxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQ2xEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxXQUFXLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDeEUsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLFdBQVcsQ0FBQyxZQUFZLENBQUM7SUFDNUQsQ0FBQztJQStERDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFxQixFQUFFLElBQW1DO1FBQ2hGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElB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
|
package/advisor/assessment.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2023-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01-preview.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2024-11-18-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2024-11-18-preview, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare class Assessment extends pulumi.CustomResource {
|
|
11
11
|
/**
|
package/advisor/assessment.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01-preview.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2024-11-18-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2024-11-18-preview, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class Assessment extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -76,7 +76,7 @@ class Assessment extends pulumi.CustomResource {
|
|
|
76
76
|
resourceInputs["workloadName"] = undefined /*out*/;
|
|
77
77
|
}
|
|
78
78
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
79
|
-
const aliasOpts = { aliases: [{ type: "azure-native:advisor/v20230901preview:Assessment" }, { type: "azure-native:advisor/v20241118preview:Assessment" }] };
|
|
79
|
+
const aliasOpts = { aliases: [{ type: "azure-native:advisor/v20230901preview:Assessment" }, { type: "azure-native:advisor/v20241118preview:Assessment" }, { type: "azure-native:advisor/v20250501preview:Assessment" }] };
|
|
80
80
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
81
81
|
super(Assessment.__pulumiType, name, resourceInputs, opts);
|
|
82
82
|
}
|
|
@@ -84,4 +84,4 @@ class Assessment extends pulumi.CustomResource {
|
|
|
84
84
|
exports.Assessment = Assessment;
|
|
85
85
|
/** @internal */
|
|
86
86
|
Assessment.__pulumiType = 'azure-native:advisor:Assessment';
|
|
87
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
87
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXNzbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2Fkdmlzb3IvYXNzZXNzbWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsTUFBYSxVQUFXLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDakQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLFVBQVUsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUN2RSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssVUFBVSxDQUFDLFlBQVksQ0FBQztJQUMzRCxDQUFDO0lBdUREOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXFCLEVBQUUsSUFBbUM7UUFDaEYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLGNBQWMsQ0FBQyxnQkFBZ0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzFFLGNBQWMsQ0FBQyxRQUFRLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFD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
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2023-09-01-preview.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2024-11-18-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2024-11-18-preview, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getAssessment(args: GetAssessmentArgs, opts?: pulumi.InvokeOptions): Promise<GetAssessmentResult>;
|
|
11
11
|
export interface GetAssessmentArgs {
|
|
@@ -80,7 +80,7 @@ export interface GetAssessmentResult {
|
|
|
80
80
|
*
|
|
81
81
|
* Uses Azure REST API version 2023-09-01-preview.
|
|
82
82
|
*
|
|
83
|
-
* Other available API versions: 2024-11-18-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
83
|
+
* Other available API versions: 2024-11-18-preview, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
84
84
|
*/
|
|
85
85
|
export declare function getAssessmentOutput(args: GetAssessmentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAssessmentResult>;
|
|
86
86
|
export interface GetAssessmentOutputArgs {
|
package/advisor/getAssessment.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-09-01-preview.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2024-11-18-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2024-11-18-preview, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getAssessment(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getAssessment = getAssessment;
|
|
|
24
24
|
*
|
|
25
25
|
* Uses Azure REST API version 2023-09-01-preview.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2024-11-18-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
27
|
+
* Other available API versions: 2024-11-18-preview, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
28
28
|
*/
|
|
29
29
|
function getAssessmentOutput(args, opts) {
|
|
30
30
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2023-09-01-preview.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getSuppression(args: GetSuppressionArgs, opts?: pulumi.InvokeOptions): Promise<GetSuppressionResult>;
|
|
11
11
|
export interface GetSuppressionArgs {
|
|
@@ -64,7 +64,7 @@ export interface GetSuppressionResult {
|
|
|
64
64
|
*
|
|
65
65
|
* Uses Azure REST API version 2023-09-01-preview.
|
|
66
66
|
*
|
|
67
|
-
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
67
|
+
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
68
68
|
*/
|
|
69
69
|
export declare function getSuppressionOutput(args: GetSuppressionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSuppressionResult>;
|
|
70
70
|
export interface GetSuppressionOutputArgs {
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-09-01-preview.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getSuppression(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -26,7 +26,7 @@ exports.getSuppression = getSuppression;
|
|
|
26
26
|
*
|
|
27
27
|
* Uses Azure REST API version 2023-09-01-preview.
|
|
28
28
|
*
|
|
29
|
-
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
29
|
+
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
30
30
|
*/
|
|
31
31
|
function getSuppressionOutput(args, opts) {
|
|
32
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/advisor/suppression.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2023-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare class Suppression extends pulumi.CustomResource {
|
|
11
11
|
/**
|
package/advisor/suppression.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native advisor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class Suppression extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -71,7 +71,7 @@ class Suppression extends pulumi.CustomResource {
|
|
|
71
71
|
resourceInputs["type"] = undefined /*out*/;
|
|
72
72
|
}
|
|
73
73
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
|
-
const aliasOpts = { aliases: [{ type: "azure-native:advisor/v20160712preview:Suppression" }, { type: "azure-native:advisor/v20170331:Suppression" }, { type: "azure-native:advisor/v20170419:Suppression" }, { type: "azure-native:advisor/v20200101:Suppression" }, { type: "azure-native:advisor/v20220901:Suppression" }, { type: "azure-native:advisor/v20221001:Suppression" }, { type: "azure-native:advisor/v20230101:Suppression" }, { type: "azure-native:advisor/v20230901preview:Suppression" }, { type: "azure-native:advisor/v20241118preview:Suppression" }, { type: "azure-native:advisor/v20250101:Suppression" }] };
|
|
74
|
+
const aliasOpts = { aliases: [{ type: "azure-native:advisor/v20160712preview:Suppression" }, { type: "azure-native:advisor/v20170331:Suppression" }, { type: "azure-native:advisor/v20170419:Suppression" }, { type: "azure-native:advisor/v20200101:Suppression" }, { type: "azure-native:advisor/v20220901:Suppression" }, { type: "azure-native:advisor/v20221001:Suppression" }, { type: "azure-native:advisor/v20230101:Suppression" }, { type: "azure-native:advisor/v20230901preview:Suppression" }, { type: "azure-native:advisor/v20241118preview:Suppression" }, { type: "azure-native:advisor/v20250101:Suppression" }, { type: "azure-native:advisor/v20250501preview:Suppression" }] };
|
|
75
75
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
76
76
|
super(Suppression.__pulumiType, name, resourceInputs, opts);
|
|
77
77
|
}
|
|
@@ -79,4 +79,4 @@ class Suppression extends pulumi.CustomResource {
|
|
|
79
79
|
exports.Suppression = Suppression;
|
|
80
80
|
/** @internal */
|
|
81
81
|
Suppression.__pulumiType = 'azure-native:advisor:Suppression';
|
|
82
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
82
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VwcHJlc3Npb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hZHZpc29yL3N1cHByZXNzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7Ozs7O0dBTUc7QUFDSCxNQUFhLFdBQVksU0FBUSxNQUFNLENBQUMsY0FBYztJQUNsRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksV0FBVyxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3hFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxXQUFXLENBQUMsWUFBWSxDQUFDO0lBQzVELENBQUM7SUErQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBcUIsRUFBRSxJQUFtQztRQUNoRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzdELE1BQU0sSUFBSSxLQUFLLENBQUMsOENBQThDLENBQUMsQ0FBQzthQUNuRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsV0FBVyxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDeEQsTUFBTSxJQUFJLEtBQUssQ0FBQyx5Q0FBeUMsQ0FBQyxDQUFDO2FBQzlEO1lBQ0QsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUUsY0FBYyxDQUFDLGFBQWEsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3BFLGNBQWMsQ0FBQyxlQUFlLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN4RSxjQUFjLENBQUMsS0FBSyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEQsY0FBYyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN0RCxjQUFjLENBQUMscUJBQXFCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzFELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxxQkFBcUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDMUQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLGVBQWUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDcEQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLEtBQUssQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDMUMsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsNENBQTRDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw0Q0FBNEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDRDQUE0QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsNENBQTRDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw0Q0FBNEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDRDQUE0QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDRDQUE0QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDcHFCLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsV0FBVyxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ2hFLENBQUM7O0FBL0ZMLGtDQWdHQztBQW5GRyxnQkFBZ0I7QUFDTyx3QkFBWSxHQUFHLGtDQUFrQyxDQUFDIn0=
|
package/app/certificate.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
|
|
6
6
|
*
|
|
7
|
-
* Uses Azure REST API version
|
|
7
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
9
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class Certificate extends pulumi.CustomResource {
|
|
12
12
|
/**
|
package/app/certificate.js
CHANGED
|
@@ -8,9 +8,9 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
|
|
10
10
|
*
|
|
11
|
-
* Uses Azure REST API version
|
|
11
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
13
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class Certificate extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -4,9 +4,9 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* An environment for Kubernetes cluster specialized for web workloads by Azure App Service
|
|
6
6
|
*
|
|
7
|
-
* Uses Azure REST API version
|
|
7
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
9
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class ConnectedEnvironment extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -8,9 +8,9 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* An environment for Kubernetes cluster specialized for web workloads by Azure App Service
|
|
10
10
|
*
|
|
11
|
-
* Uses Azure REST API version
|
|
11
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
13
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class ConnectedEnvironment extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -4,9 +4,9 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
|
|
6
6
|
*
|
|
7
|
-
* Uses Azure REST API version
|
|
7
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
9
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class ConnectedEnvironmentsCertificate extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -8,9 +8,9 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
|
|
10
10
|
*
|
|
11
|
-
* Uses Azure REST API version
|
|
11
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
13
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class ConnectedEnvironmentsCertificate extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -4,9 +4,9 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Dapr Component.
|
|
6
6
|
*
|
|
7
|
-
* Uses Azure REST API version
|
|
7
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
9
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class ConnectedEnvironmentsDaprComponent extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -8,9 +8,9 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Dapr Component.
|
|
10
10
|
*
|
|
11
|
-
* Uses Azure REST API version
|
|
11
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
13
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class ConnectedEnvironmentsDaprComponent extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -4,9 +4,9 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Storage resource for connectedEnvironment.
|
|
6
6
|
*
|
|
7
|
-
* Uses Azure REST API version
|
|
7
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
9
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class ConnectedEnvironmentsStorage extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -8,9 +8,9 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Storage resource for connectedEnvironment.
|
|
10
10
|
*
|
|
11
|
-
* Uses Azure REST API version
|
|
11
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
13
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class ConnectedEnvironmentsStorage extends pulumi.CustomResource {
|
|
16
16
|
/**
|
package/app/containerApp.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Container App.
|
|
6
6
|
*
|
|
7
|
-
* Uses Azure REST API version
|
|
7
|
+
* Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-
|
|
9
|
+
* Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class ContainerApp extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -87,6 +87,10 @@ export declare class ContainerApp extends pulumi.CustomResource {
|
|
|
87
87
|
* Provisioning state of the Container App.
|
|
88
88
|
*/
|
|
89
89
|
readonly provisioningState: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Running status of the Container App.
|
|
92
|
+
*/
|
|
93
|
+
readonly runningStatus: pulumi.Output<string>;
|
|
90
94
|
/**
|
|
91
95
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
92
96
|
*/
|