@pulumi/azure-native 3.3.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alertsmanagement/getIssue.d.ts +63 -0
- package/alertsmanagement/getIssue.js +34 -0
- package/alertsmanagement/index.d.ts +12 -0
- package/alertsmanagement/index.js +15 -2
- package/alertsmanagement/issue.d.ts +69 -0
- package/alertsmanagement/issue.js +73 -0
- package/alertsmanagement/listIssueAlerts.d.ts +55 -0
- package/alertsmanagement/listIssueAlerts.js +36 -0
- package/alertsmanagement/listIssueResources.d.ts +55 -0
- package/alertsmanagement/listIssueResources.js +36 -0
- 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/avs/addon.d.ts +1 -1
- package/avs/addon.js +3 -3
- package/avs/authorization.d.ts +1 -1
- package/avs/authorization.js +3 -3
- package/avs/cloudLink.d.ts +1 -1
- package/avs/cloudLink.js +3 -3
- package/avs/cluster.d.ts +1 -1
- package/avs/cluster.js +3 -3
- package/avs/datastore.d.ts +1 -1
- package/avs/datastore.js +3 -3
- package/avs/getAddon.d.ts +2 -2
- package/avs/getAddon.js +2 -2
- package/avs/getAuthorization.d.ts +2 -2
- package/avs/getAuthorization.js +2 -2
- package/avs/getCloudLink.d.ts +2 -2
- package/avs/getCloudLink.js +2 -2
- package/avs/getCluster.d.ts +2 -2
- package/avs/getCluster.js +2 -2
- package/avs/getDatastore.d.ts +2 -2
- package/avs/getDatastore.js +2 -2
- package/avs/getGlobalReachConnection.d.ts +2 -2
- package/avs/getGlobalReachConnection.js +2 -2
- package/avs/getHcxEnterpriseSite.d.ts +2 -2
- package/avs/getHcxEnterpriseSite.js +2 -2
- package/avs/getIscsiPath.d.ts +4 -0
- package/avs/getIscsiPath.js +5 -1
- package/avs/getPlacementPolicy.d.ts +2 -2
- package/avs/getPlacementPolicy.js +2 -2
- package/avs/getPrivateCloud.d.ts +2 -2
- package/avs/getPrivateCloud.js +2 -2
- package/avs/getPureStoragePolicy.d.ts +79 -0
- package/avs/getPureStoragePolicy.js +36 -0
- package/avs/getScriptExecution.d.ts +2 -2
- package/avs/getScriptExecution.js +2 -2
- package/avs/getScriptExecutionLogs.d.ts +2 -2
- package/avs/getScriptExecutionLogs.js +2 -2
- package/avs/getWorkloadNetworkDhcp.d.ts +2 -2
- package/avs/getWorkloadNetworkDhcp.js +2 -2
- package/avs/getWorkloadNetworkDnsService.d.ts +2 -2
- package/avs/getWorkloadNetworkDnsService.js +2 -2
- package/avs/getWorkloadNetworkDnsZone.d.ts +2 -2
- package/avs/getWorkloadNetworkDnsZone.js +2 -2
- package/avs/getWorkloadNetworkPortMirroring.d.ts +2 -2
- package/avs/getWorkloadNetworkPortMirroring.js +2 -2
- package/avs/getWorkloadNetworkPublicIP.d.ts +2 -2
- package/avs/getWorkloadNetworkPublicIP.js +2 -2
- package/avs/getWorkloadNetworkSegment.d.ts +2 -2
- package/avs/getWorkloadNetworkSegment.js +2 -2
- package/avs/getWorkloadNetworkVMGroup.d.ts +2 -2
- package/avs/getWorkloadNetworkVMGroup.js +2 -2
- package/avs/globalReachConnection.d.ts +1 -1
- package/avs/globalReachConnection.js +3 -3
- package/avs/hcxEnterpriseSite.d.ts +1 -1
- package/avs/hcxEnterpriseSite.js +3 -3
- package/avs/index.d.ts +6 -0
- package/avs/index.js +10 -3
- package/avs/iscsiPath.d.ts +2 -0
- package/avs/iscsiPath.js +4 -2
- package/avs/listClusterZones.d.ts +2 -2
- package/avs/listClusterZones.js +2 -2
- package/avs/listPrivateCloudAdminCredentials.d.ts +2 -2
- package/avs/listPrivateCloudAdminCredentials.js +2 -2
- package/avs/placementPolicy.d.ts +1 -1
- package/avs/placementPolicy.js +3 -3
- package/avs/privateCloud.d.ts +1 -1
- package/avs/privateCloud.js +3 -3
- package/avs/pureStoragePolicy.d.ts +84 -0
- package/avs/pureStoragePolicy.js +87 -0
- package/avs/scriptExecution.d.ts +1 -1
- package/avs/scriptExecution.js +3 -3
- package/avs/workloadNetworkDhcp.d.ts +1 -1
- package/avs/workloadNetworkDhcp.js +3 -3
- package/avs/workloadNetworkDnsService.d.ts +1 -1
- package/avs/workloadNetworkDnsService.js +3 -3
- package/avs/workloadNetworkDnsZone.d.ts +1 -1
- package/avs/workloadNetworkDnsZone.js +3 -3
- package/avs/workloadNetworkPortMirroring.d.ts +1 -1
- package/avs/workloadNetworkPortMirroring.js +3 -3
- package/avs/workloadNetworkPublicIP.d.ts +1 -1
- package/avs/workloadNetworkPublicIP.js +3 -3
- package/avs/workloadNetworkSegment.d.ts +1 -1
- package/avs/workloadNetworkSegment.js +3 -3
- package/avs/workloadNetworkVMGroup.d.ts +1 -1
- package/avs/workloadNetworkVMGroup.js +3 -3
- package/dbforpostgresql/administrator.d.ts +1 -1
- package/dbforpostgresql/administrator.js +3 -3
- package/dbforpostgresql/backup.d.ts +1 -1
- package/dbforpostgresql/backup.js +3 -3
- package/dbforpostgresql/configuration.d.ts +1 -1
- package/dbforpostgresql/configuration.js +3 -3
- package/dbforpostgresql/database.d.ts +1 -1
- package/dbforpostgresql/database.js +3 -3
- package/dbforpostgresql/firewallRule.d.ts +1 -1
- package/dbforpostgresql/firewallRule.js +3 -3
- package/dbforpostgresql/getAdministrator.d.ts +2 -2
- package/dbforpostgresql/getAdministrator.js +2 -2
- package/dbforpostgresql/getBackup.d.ts +2 -2
- package/dbforpostgresql/getBackup.js +2 -2
- package/dbforpostgresql/getConfiguration.d.ts +2 -2
- package/dbforpostgresql/getConfiguration.js +2 -2
- package/dbforpostgresql/getDatabase.d.ts +2 -2
- package/dbforpostgresql/getDatabase.js +2 -2
- package/dbforpostgresql/getFirewallRule.d.ts +2 -2
- package/dbforpostgresql/getFirewallRule.js +2 -2
- package/dbforpostgresql/getGetPrivateDnsZoneSuffixExecute.d.ts +2 -2
- package/dbforpostgresql/getGetPrivateDnsZoneSuffixExecute.js +2 -2
- package/dbforpostgresql/getMigration.d.ts +2 -2
- package/dbforpostgresql/getMigration.js +2 -2
- package/dbforpostgresql/getPrivateEndpointConnection.d.ts +2 -2
- package/dbforpostgresql/getPrivateEndpointConnection.js +2 -2
- package/dbforpostgresql/getServer.d.ts +2 -2
- package/dbforpostgresql/getServer.js +2 -2
- package/dbforpostgresql/getVirtualEndpoint.d.ts +2 -2
- package/dbforpostgresql/getVirtualEndpoint.js +2 -2
- package/dbforpostgresql/migration.d.ts +1 -1
- package/dbforpostgresql/migration.js +3 -3
- package/dbforpostgresql/privateEndpointConnection.d.ts +1 -1
- package/dbforpostgresql/privateEndpointConnection.js +3 -3
- package/dbforpostgresql/server.d.ts +1 -1
- package/dbforpostgresql/server.js +3 -3
- package/dbforpostgresql/virtualEndpoint.d.ts +1 -1
- package/dbforpostgresql/virtualEndpoint.js +3 -3
- package/edge/getSite.d.ts +4 -0
- package/edge/getSite.js +5 -1
- package/edge/getSitesByServiceGroup.d.ts +63 -0
- package/edge/getSitesByServiceGroup.js +34 -0
- package/edge/getSitesBySubscription.d.ts +4 -0
- package/edge/getSitesBySubscription.js +5 -1
- package/edge/index.d.ts +6 -0
- package/edge/index.js +9 -2
- package/edge/site.d.ts +2 -0
- package/edge/site.js +4 -2
- package/edge/sitesByServiceGroup.d.ts +69 -0
- package/edge/sitesByServiceGroup.js +73 -0
- package/edge/sitesBySubscription.d.ts +2 -0
- package/edge/sitesBySubscription.js +4 -2
- package/index.d.ts +2 -1
- package/index.js +6 -4
- package/management/getEntity.d.ts +2 -2
- package/management/getEntity.js +2 -2
- package/management/getHierarchySetting.d.ts +2 -2
- package/management/getHierarchySetting.js +2 -2
- package/management/getManagementGroup.d.ts +2 -2
- package/management/getManagementGroup.js +2 -2
- package/management/getManagementGroupSubscription.d.ts +2 -2
- package/management/getManagementGroupSubscription.js +2 -2
- package/management/getServiceGroup.d.ts +65 -0
- package/management/getServiceGroup.js +32 -0
- package/management/hierarchySetting.d.ts +1 -1
- package/management/hierarchySetting.js +3 -3
- package/management/index.d.ts +9 -0
- package/management/index.js +12 -2
- package/management/listServiceGroupAncestors.d.ts +39 -0
- package/management/listServiceGroupAncestors.js +32 -0
- package/management/managementGroup.d.ts +1 -1
- package/management/managementGroup.js +3 -3
- package/management/managementGroupSubscription.d.ts +1 -1
- package/management/managementGroupSubscription.js +3 -3
- package/management/serviceGroup.d.ts +85 -0
- package/management/serviceGroup.js +73 -0
- package/package.json +2 -2
- package/programmableconnectivity/gateway.d.ts +6 -4
- package/programmableconnectivity/gateway.js +5 -3
- package/programmableconnectivity/getGateway.d.ts +9 -5
- package/programmableconnectivity/getGateway.js +5 -1
- package/programmableconnectivity/getOperatorApiConnection.d.ts +4 -0
- package/programmableconnectivity/getOperatorApiConnection.js +5 -1
- package/programmableconnectivity/operatorApiConnection.d.ts +2 -0
- package/programmableconnectivity/operatorApiConnection.js +4 -2
- package/redisenterprise/index.d.ts +3 -0
- package/redisenterprise/index.js +5 -2
- package/redisenterprise/listRedisEnterpriseSkusForScaling.d.ts +43 -0
- package/redisenterprise/listRedisEnterpriseSkusForScaling.js +34 -0
- package/relationships/dependencyOfRelationship.d.ts +69 -0
- package/relationships/dependencyOfRelationship.js +72 -0
- package/relationships/getDependencyOfRelationship.d.ts +63 -0
- package/relationships/getDependencyOfRelationship.js +34 -0
- package/relationships/getServiceGroupMemberRelationship.d.ts +63 -0
- package/relationships/getServiceGroupMemberRelationship.js +34 -0
- package/relationships/index.d.ts +12 -0
- package/relationships/index.js +32 -0
- package/relationships/serviceGroupMemberRelationship.d.ts +69 -0
- package/relationships/serviceGroupMemberRelationship.js +72 -0
- package/security/defenderForStorage.d.ts +1 -1
- package/security/defenderForStorage.js +3 -3
- 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/activityCustomEntityQuery.js +2 -2
- package/securityinsights/anomalies.js +2 -2
- 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/bookmarkRelation.d.ts +1 -1
- package/securityinsights/bookmarkRelation.js +3 -3
- package/securityinsights/businessApplicationAgent.d.ts +1 -1
- package/securityinsights/businessApplicationAgent.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/entityAnalytics.js +2 -2
- package/securityinsights/eyesOn.js +2 -2
- package/securityinsights/fileImport.d.ts +1 -1
- package/securityinsights/fileImport.js +3 -3
- 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/getBookmarkRelation.d.ts +2 -2
- package/securityinsights/getBookmarkRelation.js +2 -2
- package/securityinsights/getBusinessApplicationAgent.d.ts +2 -2
- package/securityinsights/getBusinessApplicationAgent.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/getEntitiesGetTimeline.d.ts +2 -2
- package/securityinsights/getEntitiesGetTimeline.js +2 -2
- package/securityinsights/getEntityInsights.d.ts +2 -2
- package/securityinsights/getEntityInsights.js +2 -2
- package/securityinsights/getFileImport.d.ts +2 -2
- package/securityinsights/getFileImport.js +2 -2
- package/securityinsights/getHunt.d.ts +2 -2
- package/securityinsights/getHunt.js +2 -2
- package/securityinsights/getHuntComment.d.ts +2 -2
- package/securityinsights/getHuntComment.js +2 -2
- package/securityinsights/getHuntRelation.d.ts +2 -2
- package/securityinsights/getHuntRelation.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/getSystem.d.ts +2 -2
- package/securityinsights/getSystem.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/getWorkspaceManagerAssignment.d.ts +2 -2
- package/securityinsights/getWorkspaceManagerAssignment.js +2 -2
- package/securityinsights/getWorkspaceManagerConfiguration.d.ts +2 -2
- package/securityinsights/getWorkspaceManagerConfiguration.js +2 -2
- package/securityinsights/getWorkspaceManagerGroup.d.ts +2 -2
- package/securityinsights/getWorkspaceManagerGroup.js +2 -2
- package/securityinsights/getWorkspaceManagerMember.d.ts +2 -2
- package/securityinsights/getWorkspaceManagerMember.js +2 -2
- package/securityinsights/hunt.d.ts +1 -1
- package/securityinsights/hunt.js +3 -3
- package/securityinsights/huntComment.d.ts +1 -1
- package/securityinsights/huntComment.js +3 -3
- package/securityinsights/huntRelation.d.ts +1 -1
- package/securityinsights/huntRelation.js +3 -3
- 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/listGeodataByIp.d.ts +2 -2
- package/securityinsights/listGeodataByIp.js +2 -2
- package/securityinsights/listSourceControlRepositories.d.ts +2 -2
- package/securityinsights/listSourceControlRepositories.js +2 -2
- package/securityinsights/listSystemActions.d.ts +2 -2
- package/securityinsights/listSystemActions.js +2 -2
- package/securityinsights/listWhoisByDomain.d.ts +2 -2
- package/securityinsights/listWhoisByDomain.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/system.d.ts +1 -1
- package/securityinsights/system.js +3 -3
- package/securityinsights/threatIntelligenceIndicator.d.ts +1 -1
- package/securityinsights/threatIntelligenceIndicator.js +3 -3
- package/securityinsights/tidataConnector.js +2 -2
- package/securityinsights/ueba.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/securityinsights/workspaceManagerAssignment.d.ts +1 -1
- package/securityinsights/workspaceManagerAssignment.js +3 -3
- package/securityinsights/workspaceManagerConfiguration.d.ts +1 -1
- package/securityinsights/workspaceManagerConfiguration.js +3 -3
- package/securityinsights/workspaceManagerGroup.d.ts +1 -1
- package/securityinsights/workspaceManagerGroup.js +3 -3
- package/securityinsights/workspaceManagerMember.d.ts +1 -1
- package/securityinsights/workspaceManagerMember.js +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/alertsmanagement/index.d.ts +26 -0
- package/types/enums/alertsmanagement/index.js +24 -2
- package/types/enums/datafactory/index.d.ts +8 -0
- package/types/enums/datafactory/index.js +7 -3
- package/types/input.d.ts +120 -2
- package/types/input.js +1 -1
- package/types/output.d.ts +431 -2
- package/types/output.js +1 -1
|
@@ -6,7 +6,7 @@ import * as enums from "../types/enums";
|
|
|
6
6
|
*
|
|
7
7
|
* Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
|
+
* Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class VirtualEndpoint extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-08-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native dbforpostgresql [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class VirtualEndpoint extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -72,7 +72,7 @@ class VirtualEndpoint extends pulumi.CustomResource {
|
|
|
72
72
|
resourceInputs["virtualEndpoints"] = undefined /*out*/;
|
|
73
73
|
}
|
|
74
74
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
75
|
-
const aliasOpts = { aliases: [{ type: "azure-native:dbforpostgresql/v20230601preview:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20231201preview:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20240301preview:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20240801:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20241101preview:VirtualEndpoint" }] };
|
|
75
|
+
const aliasOpts = { aliases: [{ type: "azure-native:dbforpostgresql/v20230601preview:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20231201preview:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20240301preview:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20240801:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20241101preview:VirtualEndpoint" }, { type: "azure-native:dbforpostgresql/v20250101preview:VirtualEndpoint" }] };
|
|
76
76
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
77
77
|
super(VirtualEndpoint.__pulumiType, name, resourceInputs, opts);
|
|
78
78
|
}
|
|
@@ -80,4 +80,4 @@ class VirtualEndpoint extends pulumi.CustomResource {
|
|
|
80
80
|
exports.VirtualEndpoint = VirtualEndpoint;
|
|
81
81
|
/** @internal */
|
|
82
82
|
VirtualEndpoint.__pulumiType = 'azure-native:dbforpostgresql:VirtualEndpoint';
|
|
83
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
83
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlydHVhbEVuZHBvaW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZGJmb3Jwb3N0Z3Jlc3FsL3ZpcnR1YWxFbmRwb2ludC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsTUFBYSxlQUFnQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQ3REOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxlQUFlLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDNUUsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLGVBQWUsQ0FBQyxZQUFZLENBQUM7SUFDaEUsQ0FBQztJQStCRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUF5QixFQUFFLElBQW1DO1FBQ3BGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxVQUFVLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUN2RCxNQUFNLElBQUksS0FBSyxDQUFDLHdDQUF3QyxDQUFDLENBQUM7YUFDN0Q7WUFDRCxjQUFjLENBQUMsY0FBYyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDdEUsY0FBYyxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzVELGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2xFLGNBQWMsQ0FBQyxxQkFBcUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEYsY0FBYyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN0RCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzFEO2FBQU07WUFDSCxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxjQUFjLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ25ELGNBQWMsQ0FBQyxTQUFTLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzlDLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDMUQ7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLCtEQUErRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsK0RBQStELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwrREFBK0QsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHdEQUF3RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsK0RBQStELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwrREFBK0QsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUMzZCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLGVBQWUsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNwRSxDQUFDOztBQWhHTCwwQ0FpR0M7QUFwRkcsZ0JBQWdCO0FBQ08sNEJBQVksR0FBRyw4Q0FBOEMsQ0FBQyJ9
|
package/edge/getSite.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Get a Site
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2024-02-01-preview.
|
|
7
|
+
*
|
|
8
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
7
9
|
*/
|
|
8
10
|
export declare function getSite(args: GetSiteArgs, opts?: pulumi.InvokeOptions): Promise<GetSiteResult>;
|
|
9
11
|
export interface GetSiteArgs {
|
|
@@ -49,6 +51,8 @@ export interface GetSiteResult {
|
|
|
49
51
|
* Get a Site
|
|
50
52
|
*
|
|
51
53
|
* Uses Azure REST API version 2024-02-01-preview.
|
|
54
|
+
*
|
|
55
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
52
56
|
*/
|
|
53
57
|
export declare function getSiteOutput(args: GetSiteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSiteResult>;
|
|
54
58
|
export interface GetSiteOutputArgs {
|
package/edge/getSite.js
CHANGED
|
@@ -9,6 +9,8 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Get a Site
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-02-01-preview.
|
|
12
|
+
*
|
|
13
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
12
14
|
*/
|
|
13
15
|
function getSite(args, opts) {
|
|
14
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -22,6 +24,8 @@ exports.getSite = getSite;
|
|
|
22
24
|
* Get a Site
|
|
23
25
|
*
|
|
24
26
|
* Uses Azure REST API version 2024-02-01-preview.
|
|
27
|
+
*
|
|
28
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
25
29
|
*/
|
|
26
30
|
function getSiteOutput(args, opts) {
|
|
27
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -31,4 +35,4 @@ function getSiteOutput(args, opts) {
|
|
|
31
35
|
}, opts);
|
|
32
36
|
}
|
|
33
37
|
exports.getSiteOutput = getSiteOutput;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U2l0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2VkZ2UvZ2V0U2l0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsU0FBZ0IsT0FBTyxDQUFDLElBQWlCLEVBQUUsSUFBMkI7SUFDbEUsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsMkJBQTJCLEVBQUU7UUFDdEQsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxVQUFVLEVBQUUsSUFBSSxDQUFDLFFBQVE7S0FDNUIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFORCwwQkFNQztBQTBDRDs7Ozs7O0dBTUc7QUFDSCxTQUFnQixhQUFhLENBQUMsSUFBdUIsRUFBRSxJQUFpQztJQUNwRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQywyQkFBMkIsRUFBRTtRQUM1RCxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLFVBQVUsRUFBRSxJQUFJLENBQUMsUUFBUTtLQUM1QixFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQU5ELHNDQU1DIn0=
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get Site at SG scope
|
|
5
|
+
*
|
|
6
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
7
|
+
*/
|
|
8
|
+
export declare function getSitesByServiceGroup(args: GetSitesByServiceGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetSitesByServiceGroupResult>;
|
|
9
|
+
export interface GetSitesByServiceGroupArgs {
|
|
10
|
+
/**
|
|
11
|
+
* The name of the service group
|
|
12
|
+
*/
|
|
13
|
+
servicegroupName: string;
|
|
14
|
+
/**
|
|
15
|
+
* The name of the site
|
|
16
|
+
*/
|
|
17
|
+
siteName: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Site as ARM Resource
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSitesByServiceGroupResult {
|
|
23
|
+
/**
|
|
24
|
+
* The Azure API version of the resource.
|
|
25
|
+
*/
|
|
26
|
+
readonly azureApiVersion: string;
|
|
27
|
+
/**
|
|
28
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
29
|
+
*/
|
|
30
|
+
readonly id: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the resource
|
|
33
|
+
*/
|
|
34
|
+
readonly name: string;
|
|
35
|
+
/**
|
|
36
|
+
* The resource-specific properties for this resource.
|
|
37
|
+
*/
|
|
38
|
+
readonly properties: outputs.edge.SitePropertiesResponse;
|
|
39
|
+
/**
|
|
40
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
41
|
+
*/
|
|
42
|
+
readonly systemData: outputs.edge.SystemDataResponse;
|
|
43
|
+
/**
|
|
44
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
45
|
+
*/
|
|
46
|
+
readonly type: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get Site at SG scope
|
|
50
|
+
*
|
|
51
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
52
|
+
*/
|
|
53
|
+
export declare function getSitesByServiceGroupOutput(args: GetSitesByServiceGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSitesByServiceGroupResult>;
|
|
54
|
+
export interface GetSitesByServiceGroupOutputArgs {
|
|
55
|
+
/**
|
|
56
|
+
* The name of the service group
|
|
57
|
+
*/
|
|
58
|
+
servicegroupName: pulumi.Input<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The name of the site
|
|
61
|
+
*/
|
|
62
|
+
siteName: pulumi.Input<string>;
|
|
63
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getSitesByServiceGroupOutput = exports.getSitesByServiceGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get Site at SG scope
|
|
10
|
+
*
|
|
11
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
12
|
+
*/
|
|
13
|
+
function getSitesByServiceGroup(args, opts) {
|
|
14
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
15
|
+
return pulumi.runtime.invoke("azure-native:edge:getSitesByServiceGroup", {
|
|
16
|
+
"servicegroupName": args.servicegroupName,
|
|
17
|
+
"siteName": args.siteName,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getSitesByServiceGroup = getSitesByServiceGroup;
|
|
21
|
+
/**
|
|
22
|
+
* Get Site at SG scope
|
|
23
|
+
*
|
|
24
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
25
|
+
*/
|
|
26
|
+
function getSitesByServiceGroupOutput(args, opts) {
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invokeOutput("azure-native:edge:getSitesByServiceGroup", {
|
|
29
|
+
"servicegroupName": args.servicegroupName,
|
|
30
|
+
"siteName": args.siteName,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getSitesByServiceGroupOutput = getSitesByServiceGroupOutput;
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U2l0ZXNCeVNlcnZpY2VHcm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2VkZ2UvZ2V0U2l0ZXNCeVNlcnZpY2VHcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7R0FJRztBQUNILFNBQWdCLHNCQUFzQixDQUFDLElBQWdDLEVBQUUsSUFBMkI7SUFDaEcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsMENBQTBDLEVBQUU7UUFDckUsa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGdCQUFnQjtRQUN6QyxVQUFVLEVBQUUsSUFBSSxDQUFDLFFBQVE7S0FDNUIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFORCx3REFNQztBQTBDRDs7OztHQUlHO0FBQ0gsU0FBZ0IsNEJBQTRCLENBQUMsSUFBc0MsRUFBRSxJQUFpQztJQUNsSCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQywwQ0FBMEMsRUFBRTtRQUMzRSxrQkFBa0IsRUFBRSxJQUFJLENBQUMsZ0JBQWdCO1FBQ3pDLFVBQVUsRUFBRSxJQUFJLENBQUMsUUFBUTtLQUM1QixFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQU5ELG9FQU1DIn0=
|
|
@@ -4,6 +4,8 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Get a Site
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2024-02-01-preview.
|
|
7
|
+
*
|
|
8
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
7
9
|
*/
|
|
8
10
|
export declare function getSitesBySubscription(args: GetSitesBySubscriptionArgs, opts?: pulumi.InvokeOptions): Promise<GetSitesBySubscriptionResult>;
|
|
9
11
|
export interface GetSitesBySubscriptionArgs {
|
|
@@ -45,6 +47,8 @@ export interface GetSitesBySubscriptionResult {
|
|
|
45
47
|
* Get a Site
|
|
46
48
|
*
|
|
47
49
|
* Uses Azure REST API version 2024-02-01-preview.
|
|
50
|
+
*
|
|
51
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
48
52
|
*/
|
|
49
53
|
export declare function getSitesBySubscriptionOutput(args: GetSitesBySubscriptionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSitesBySubscriptionResult>;
|
|
50
54
|
export interface GetSitesBySubscriptionOutputArgs {
|
|
@@ -9,6 +9,8 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Get a Site
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-02-01-preview.
|
|
12
|
+
*
|
|
13
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
12
14
|
*/
|
|
13
15
|
function getSitesBySubscription(args, opts) {
|
|
14
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -21,6 +23,8 @@ exports.getSitesBySubscription = getSitesBySubscription;
|
|
|
21
23
|
* Get a Site
|
|
22
24
|
*
|
|
23
25
|
* Uses Azure REST API version 2024-02-01-preview.
|
|
26
|
+
*
|
|
27
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
24
28
|
*/
|
|
25
29
|
function getSitesBySubscriptionOutput(args, opts) {
|
|
26
30
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -29,4 +33,4 @@ function getSitesBySubscriptionOutput(args, opts) {
|
|
|
29
33
|
}, opts);
|
|
30
34
|
}
|
|
31
35
|
exports.getSitesBySubscriptionOutput = getSitesBySubscriptionOutput;
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U2l0ZXNCeVN1YnNjcmlwdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2VkZ2UvZ2V0U2l0ZXNCeVN1YnNjcmlwdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsU0FBZ0Isc0JBQXNCLENBQUMsSUFBZ0MsRUFBRSxJQUEyQjtJQUNoRyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywwQ0FBMEMsRUFBRTtRQUNyRSxVQUFVLEVBQUUsSUFBSSxDQUFDLFFBQVE7S0FDNUIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFMRCx3REFLQztBQXNDRDs7Ozs7O0dBTUc7QUFDSCxTQUFnQiw0QkFBNEIsQ0FBQyxJQUFzQyxFQUFFLElBQWlDO0lBQ2xILElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLDBDQUEwQyxFQUFFO1FBQzNFLFVBQVUsRUFBRSxJQUFJLENBQUMsUUFBUTtLQUM1QixFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQUxELG9FQUtDIn0=
|
package/edge/index.d.ts
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
export { GetSiteArgs, GetSiteResult, GetSiteOutputArgs } from "./getSite";
|
|
2
2
|
export declare const getSite: typeof import("./getSite").getSite;
|
|
3
3
|
export declare const getSiteOutput: typeof import("./getSite").getSiteOutput;
|
|
4
|
+
export { GetSitesByServiceGroupArgs, GetSitesByServiceGroupResult, GetSitesByServiceGroupOutputArgs } from "./getSitesByServiceGroup";
|
|
5
|
+
export declare const getSitesByServiceGroup: typeof import("./getSitesByServiceGroup").getSitesByServiceGroup;
|
|
6
|
+
export declare const getSitesByServiceGroupOutput: typeof import("./getSitesByServiceGroup").getSitesByServiceGroupOutput;
|
|
4
7
|
export { GetSitesBySubscriptionArgs, GetSitesBySubscriptionResult, GetSitesBySubscriptionOutputArgs } from "./getSitesBySubscription";
|
|
5
8
|
export declare const getSitesBySubscription: typeof import("./getSitesBySubscription").getSitesBySubscription;
|
|
6
9
|
export declare const getSitesBySubscriptionOutput: typeof import("./getSitesBySubscription").getSitesBySubscriptionOutput;
|
|
7
10
|
export { SiteArgs } from "./site";
|
|
8
11
|
export type Site = import("./site").Site;
|
|
9
12
|
export declare const Site: typeof import("./site").Site;
|
|
13
|
+
export { SitesByServiceGroupArgs } from "./sitesByServiceGroup";
|
|
14
|
+
export type SitesByServiceGroup = import("./sitesByServiceGroup").SitesByServiceGroup;
|
|
15
|
+
export declare const SitesByServiceGroup: typeof import("./sitesByServiceGroup").SitesByServiceGroup;
|
|
10
16
|
export { SitesBySubscriptionArgs } from "./sitesBySubscription";
|
|
11
17
|
export type SitesBySubscription = import("./sitesBySubscription").SitesBySubscription;
|
|
12
18
|
export declare const SitesBySubscription: typeof import("./sitesBySubscription").SitesBySubscription;
|
package/edge/index.js
CHANGED
|
@@ -2,17 +2,22 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.SitesBySubscription = exports.Site = exports.getSitesBySubscriptionOutput = exports.getSitesBySubscription = exports.getSiteOutput = exports.getSite = void 0;
|
|
5
|
+
exports.SitesBySubscription = exports.SitesByServiceGroup = exports.Site = exports.getSitesBySubscriptionOutput = exports.getSitesBySubscription = exports.getSitesByServiceGroupOutput = exports.getSitesByServiceGroup = exports.getSiteOutput = exports.getSite = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getSite = null;
|
|
9
9
|
exports.getSiteOutput = null;
|
|
10
10
|
utilities.lazyLoad(exports, ["getSite", "getSiteOutput"], () => require("./getSite"));
|
|
11
|
+
exports.getSitesByServiceGroup = null;
|
|
12
|
+
exports.getSitesByServiceGroupOutput = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["getSitesByServiceGroup", "getSitesByServiceGroupOutput"], () => require("./getSitesByServiceGroup"));
|
|
11
14
|
exports.getSitesBySubscription = null;
|
|
12
15
|
exports.getSitesBySubscriptionOutput = null;
|
|
13
16
|
utilities.lazyLoad(exports, ["getSitesBySubscription", "getSitesBySubscriptionOutput"], () => require("./getSitesBySubscription"));
|
|
14
17
|
exports.Site = null;
|
|
15
18
|
utilities.lazyLoad(exports, ["Site"], () => require("./site"));
|
|
19
|
+
exports.SitesByServiceGroup = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["SitesByServiceGroup"], () => require("./sitesByServiceGroup"));
|
|
16
21
|
exports.SitesBySubscription = null;
|
|
17
22
|
utilities.lazyLoad(exports, ["SitesBySubscription"], () => require("./sitesBySubscription"));
|
|
18
23
|
const _module = {
|
|
@@ -21,6 +26,8 @@ const _module = {
|
|
|
21
26
|
switch (type) {
|
|
22
27
|
case "azure-native:edge:Site":
|
|
23
28
|
return new exports.Site(name, undefined, { urn });
|
|
29
|
+
case "azure-native:edge:SitesByServiceGroup":
|
|
30
|
+
return new exports.SitesByServiceGroup(name, undefined, { urn });
|
|
24
31
|
case "azure-native:edge:SitesBySubscription":
|
|
25
32
|
return new exports.SitesBySubscription(name, undefined, { urn });
|
|
26
33
|
default:
|
|
@@ -29,4 +36,4 @@ const _module = {
|
|
|
29
36
|
},
|
|
30
37
|
};
|
|
31
38
|
pulumi.runtime.registerResourceModule("azure-native", "edge", _module);
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9lZGdlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBQ3pDLDBDQUEwQztBQUk3QixRQUFBLE9BQU8sR0FBdUMsSUFBVyxDQUFDO0FBQzFELFFBQUEsYUFBYSxHQUE2QyxJQUFXLENBQUM7QUFDbkYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxTQUFTLEVBQUMsZUFBZSxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUM7QUFHeEUsUUFBQSxzQkFBc0IsR0FBcUUsSUFBVyxDQUFDO0FBQ3ZHLFFBQUEsNEJBQTRCLEdBQTJFLElBQVcsQ0FBQztBQUNoSSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHdCQUF3QixFQUFDLDhCQUE4QixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDBCQUEwQixDQUFDLENBQUMsQ0FBQztBQUdySCxRQUFBLHNCQUFzQixHQUFxRSxJQUFXLENBQUM7QUFDdkcsUUFBQSw0QkFBNEIsR0FBMkUsSUFBVyxDQUFDO0FBQ2hJLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsd0JBQXdCLEVBQUMsOEJBQThCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsMEJBQTBCLENBQUMsQ0FBQyxDQUFDO0FBSXJILFFBQUEsSUFBSSxHQUFpQyxJQUFXLENBQUM7QUFDOUQsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxNQUFNLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQztBQUlsRCxRQUFBLG1CQUFtQixHQUErRCxJQUFXLENBQUM7QUFDM0csU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDLENBQUM7QUFJaEYsUUFBQSxtQkFBbUIsR0FBK0QsSUFBVyxDQUFDO0FBQzNHLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMscUJBQXFCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsdUJBQXVCLENBQUMsQ0FBQyxDQUFDO0FBRzdGLE1BQU0sT0FBTyxHQUFHO0lBQ1osT0FBTyxFQUFFLFNBQVMsQ0FBQyxVQUFVLEVBQUU7SUFDL0IsU0FBUyxFQUFFLENBQUMsSUFBWSxFQUFFLElBQVksRUFBRSxHQUFXLEVBQW1CLEVBQUU7UUFDcEUsUUFBUSxJQUFJLEVBQUU7WUFDVixLQUFLLHdCQUF3QjtnQkFDekIsT0FBTyxJQUFJLFlBQUksQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUNsRCxLQUFLLHVDQUF1QztnQkFDeEMsT0FBTyxJQUFJLDJCQUFtQixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ2pFLEtBQUssdUNBQXVDO2dCQUN4QyxPQUFPLElBQUksMkJBQW1CLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDakU7Z0JBQ0ksTUFBTSxJQUFJLEtBQUssQ0FBQyx5QkFBeUIsSUFBSSxFQUFFLENBQUMsQ0FBQztTQUN4RDtJQUNMLENBQUM7Q0FDSixDQUFDO0FBQ0YsTUFBTSxDQUFDLE9BQU8sQ0FBQyxzQkFBc0IsQ0FBQyxjQUFjLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQyxDQUFBIn0=
|
package/edge/site.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
* Site as ARM Resource
|
|
6
6
|
*
|
|
7
7
|
* Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-01-preview.
|
|
8
|
+
*
|
|
9
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
10
|
*/
|
|
9
11
|
export declare class Site extends pulumi.CustomResource {
|
|
10
12
|
/**
|
package/edge/site.js
CHANGED
|
@@ -9,6 +9,8 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Site as ARM Resource
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-01-preview.
|
|
12
|
+
*
|
|
13
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
12
14
|
*/
|
|
13
15
|
class Site extends pulumi.CustomResource {
|
|
14
16
|
/**
|
|
@@ -62,7 +64,7 @@ class Site extends pulumi.CustomResource {
|
|
|
62
64
|
resourceInputs["type"] = undefined /*out*/;
|
|
63
65
|
}
|
|
64
66
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
-
const aliasOpts = { aliases: [{ type: "azure-native:edge/v20240201preview:Site" }] };
|
|
67
|
+
const aliasOpts = { aliases: [{ type: "azure-native:edge/v20240201preview:Site" }, { type: "azure-native:edge/v20250301preview:Site" }] };
|
|
66
68
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
67
69
|
super(Site.__pulumiType, name, resourceInputs, opts);
|
|
68
70
|
}
|
|
@@ -70,4 +72,4 @@ class Site extends pulumi.CustomResource {
|
|
|
70
72
|
exports.Site = Site;
|
|
71
73
|
/** @internal */
|
|
72
74
|
Site.__pulumiType = 'azure-native:edge:Site';
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2l0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2VkZ2Uvc2l0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsTUFBYSxJQUFLLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDM0M7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLElBQUksQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNqRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssSUFBSSxDQUFDLFlBQVksQ0FBQztJQUNyRCxDQUFDO0lBdUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWMsRUFBRSxJQUFtQztRQUN6RSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNsRSxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hGLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO1FBQ0QsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDbkUsTUFBTSxTQUFTLEdBQUcsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSx5Q0FBeUMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHlDQUF5QyxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQzFJLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ3pELENBQUM7O0FBaEZMLG9CQWlGQztBQXBFRyxnQkFBZ0I7QUFDTyxpQkFBWSxHQUFHLHdCQUF3QixDQUFDIn0=
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Site as ARM Resource
|
|
6
|
+
*
|
|
7
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
8
|
+
*/
|
|
9
|
+
export declare class SitesByServiceGroup extends pulumi.CustomResource {
|
|
10
|
+
/**
|
|
11
|
+
* Get an existing SitesByServiceGroup resource's state with the given name, ID, and optional extra
|
|
12
|
+
* properties used to qualify the lookup.
|
|
13
|
+
*
|
|
14
|
+
* @param name The _unique_ name of the resulting resource.
|
|
15
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): SitesByServiceGroup;
|
|
19
|
+
/**
|
|
20
|
+
* Returns true if the given object is an instance of SitesByServiceGroup. This is designed to work even
|
|
21
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
22
|
+
*/
|
|
23
|
+
static isInstance(obj: any): obj is SitesByServiceGroup;
|
|
24
|
+
/**
|
|
25
|
+
* The Azure API version of the resource.
|
|
26
|
+
*/
|
|
27
|
+
readonly azureApiVersion: pulumi.Output<string>;
|
|
28
|
+
/**
|
|
29
|
+
* The name of the resource
|
|
30
|
+
*/
|
|
31
|
+
readonly name: pulumi.Output<string>;
|
|
32
|
+
/**
|
|
33
|
+
* The resource-specific properties for this resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly properties: pulumi.Output<outputs.edge.SitePropertiesResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
38
|
+
*/
|
|
39
|
+
readonly systemData: pulumi.Output<outputs.edge.SystemDataResponse>;
|
|
40
|
+
/**
|
|
41
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
42
|
+
*/
|
|
43
|
+
readonly type: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Create a SitesByServiceGroup resource with the given unique name, arguments, and options.
|
|
46
|
+
*
|
|
47
|
+
* @param name The _unique_ name of the resource.
|
|
48
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
49
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
50
|
+
*/
|
|
51
|
+
constructor(name: string, args: SitesByServiceGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* The set of arguments for constructing a SitesByServiceGroup resource.
|
|
55
|
+
*/
|
|
56
|
+
export interface SitesByServiceGroupArgs {
|
|
57
|
+
/**
|
|
58
|
+
* The resource-specific properties for this resource.
|
|
59
|
+
*/
|
|
60
|
+
properties?: pulumi.Input<inputs.edge.SitePropertiesArgs>;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the service group
|
|
63
|
+
*/
|
|
64
|
+
servicegroupName: pulumi.Input<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The name of the site
|
|
67
|
+
*/
|
|
68
|
+
siteName?: pulumi.Input<string>;
|
|
69
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.SitesByServiceGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Site as ARM Resource
|
|
10
|
+
*
|
|
11
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
12
|
+
*/
|
|
13
|
+
class SitesByServiceGroup extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing SitesByServiceGroup resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
21
|
+
*/
|
|
22
|
+
static get(name, id, opts) {
|
|
23
|
+
return new SitesByServiceGroup(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Returns true if the given object is an instance of SitesByServiceGroup. This is designed to work even
|
|
27
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
28
|
+
*/
|
|
29
|
+
static isInstance(obj) {
|
|
30
|
+
if (obj === undefined || obj === null) {
|
|
31
|
+
return false;
|
|
32
|
+
}
|
|
33
|
+
return obj['__pulumiType'] === SitesByServiceGroup.__pulumiType;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Create a SitesByServiceGroup resource with the given unique name, arguments, and options.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resource.
|
|
39
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
40
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
41
|
+
*/
|
|
42
|
+
constructor(name, args, opts) {
|
|
43
|
+
let resourceInputs = {};
|
|
44
|
+
opts = opts || {};
|
|
45
|
+
if (!opts.id) {
|
|
46
|
+
if ((!args || args.servicegroupName === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'servicegroupName'");
|
|
48
|
+
}
|
|
49
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
50
|
+
resourceInputs["servicegroupName"] = args ? args.servicegroupName : undefined;
|
|
51
|
+
resourceInputs["siteName"] = args ? args.siteName : undefined;
|
|
52
|
+
resourceInputs["azureApiVersion"] = undefined /*out*/;
|
|
53
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
resourceInputs["azureApiVersion"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
+
const aliasOpts = { aliases: [{ type: "azure-native:edge/v20250301preview:SitesByServiceGroup" }] };
|
|
66
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
67
|
+
super(SitesByServiceGroup.__pulumiType, name, resourceInputs, opts);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.SitesByServiceGroup = SitesByServiceGroup;
|
|
71
|
+
/** @internal */
|
|
72
|
+
SitesByServiceGroup.__pulumiType = 'azure-native:edge:SitesByServiceGroup';
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2l0ZXNCeVNlcnZpY2VHcm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2VkZ2Uvc2l0ZXNCeVNlcnZpY2VHcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7R0FJRztBQUNILE1BQWEsbUJBQW9CLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDMUQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLG1CQUFtQixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ2hGLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxtQkFBbUIsQ0FBQyxZQUFZLENBQUM7SUFDcEUsQ0FBQztJQXVCRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUE2QixFQUFFLElBQW1DO1FBQ3hGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGdCQUFnQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDN0QsTUFBTSxJQUFJLEtBQUssQ0FBQyw4Q0FBOEMsQ0FBQyxDQUFDO2FBQ25FO1lBQ0QsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2xFLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUUsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDdEQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDdEQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLHdEQUF3RCxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQ3BHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsbUJBQW1CLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDeEUsQ0FBQzs7QUFoRkwsa0RBaUZDO0FBcEVHLGdCQUFnQjtBQUNPLGdDQUFZLEdBQUcsdUNBQXVDLENBQUMifQ==
|
|
@@ -5,6 +5,8 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
* Site as ARM Resource
|
|
6
6
|
*
|
|
7
7
|
* Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-01-preview.
|
|
8
|
+
*
|
|
9
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
10
|
*/
|
|
9
11
|
export declare class SitesBySubscription extends pulumi.CustomResource {
|
|
10
12
|
/**
|
|
@@ -9,6 +9,8 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Site as ARM Resource
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-01-preview.
|
|
12
|
+
*
|
|
13
|
+
* Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native edge [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
12
14
|
*/
|
|
13
15
|
class SitesBySubscription extends pulumi.CustomResource {
|
|
14
16
|
/**
|
|
@@ -58,7 +60,7 @@ class SitesBySubscription extends pulumi.CustomResource {
|
|
|
58
60
|
resourceInputs["type"] = undefined /*out*/;
|
|
59
61
|
}
|
|
60
62
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
61
|
-
const aliasOpts = { aliases: [{ type: "azure-native:edge/v20240201preview:SitesBySubscription" }] };
|
|
63
|
+
const aliasOpts = { aliases: [{ type: "azure-native:edge/v20240201preview:SitesBySubscription" }, { type: "azure-native:edge/v20250301preview:SitesBySubscription" }] };
|
|
62
64
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
63
65
|
super(SitesBySubscription.__pulumiType, name, resourceInputs, opts);
|
|
64
66
|
}
|
|
@@ -66,4 +68,4 @@ class SitesBySubscription extends pulumi.CustomResource {
|
|
|
66
68
|
exports.SitesBySubscription = SitesBySubscription;
|
|
67
69
|
/** @internal */
|
|
68
70
|
SitesBySubscription.__pulumiType = 'azure-native:edge:SitesBySubscription';
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2l0ZXNCeVN1YnNjcmlwdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2VkZ2Uvc2l0ZXNCeVN1YnNjcmlwdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsTUFBYSxtQkFBb0IsU0FBUSxNQUFNLENBQUMsY0FBYztJQUMxRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksbUJBQW1CLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDaEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLG1CQUFtQixDQUFDLFlBQVksQ0FBQztJQUNwRSxDQUFDO0lBdUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQThCLEVBQUUsSUFBbUM7UUFDekYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNsRSxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUQsY0FBYyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN0RCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QzthQUFNO1lBQ0gsY0FBYyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN0RCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QztRQUNELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQ25FLE1BQU0sU0FBUyxHQUFHLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsd0RBQXdELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx3REFBd0QsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUN4SyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLG1CQUFtQixDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ3hFLENBQUM7O0FBNUVMLGtEQTZFQztBQWhFRyxnQkFBZ0I7QUFDTyxnQ0FBWSxHQUFHLHVDQUF1QyxDQUFDIn0=
|
package/index.d.ts
CHANGED
|
@@ -197,6 +197,7 @@ import * as recoveryservices from "./recoveryservices";
|
|
|
197
197
|
import * as redhatopenshift from "./redhatopenshift";
|
|
198
198
|
import * as redis from "./redis";
|
|
199
199
|
import * as redisenterprise from "./redisenterprise";
|
|
200
|
+
import * as relationships from "./relationships";
|
|
200
201
|
import * as relay from "./relay";
|
|
201
202
|
import * as resourceconnector from "./resourceconnector";
|
|
202
203
|
import * as resourcegraph from "./resourcegraph";
|
|
@@ -251,4 +252,4 @@ import * as weightsandbiases from "./weightsandbiases";
|
|
|
251
252
|
import * as windowsesu from "./windowsesu";
|
|
252
253
|
import * as windowsiot from "./windowsiot";
|
|
253
254
|
import * as workloads from "./workloads";
|
|
254
|
-
export { aad, aadiam, addons, advisor, agfoodplatform, agricultureplatform, alertsmanagement, analysisservices, apicenter, apimanagement, app, appcomplianceautomation, appconfiguration, applicationinsights, appplatform, attestation, authorization, automanage, automation, avs, awsconnector, azureactivedirectory, azurearcdata, azuredata, azuredatatransfer, azurefleet, azurelargeinstance, azureplaywrightservice, azuresphere, azurestack, azurestackhci, baremetalinfrastructure, batch, billing, billingbenefits, blueprint, botservice, cdn, certificateregistration, changeanalysis, chaos, cloudngfw, codesigning, cognitiveservices, communication, community, compute, confidentialledger, config, confluent, connectedcache, connectedvmwarevsphere, consumption, containerinstance, containerregistry, containerservice, containerstorage, contoso, cosmosdb, costmanagement, customerinsights, customproviders, dashboard, databasefleetmanager, databasewatcher, databox, databoxedge, databricks, datacatalog, datadog, datafactory, datalakeanalytics, datalakestore, datamigration, dataprotection, datareplication, datashare, dbformariadb, dbformysql, dbforpostgresql, delegatednetwork, dependencymap, desktopvirtualization, devcenter, devhub, deviceprovisioningservices, deviceregistry, deviceupdate, devopsinfrastructure, devspaces, devtestlab, digitaltwins, dns, dnsresolver, domainregistration, durabletask, dynamics365fraudprotection, easm, edge, edgemarketplace, edgeorder, education, elastic, elasticsan, engagementfabric, enterpriseknowledgegraph, eventgrid, eventhub, extendedlocation, fabric, features, fluidrelay, frontdoor, graphservices, guestconfiguration, hardwaresecuritymodules, hdinsight, healthbot, healthcareapis, healthdataaiservices, hybridcloud, hybridcompute, hybridconnectivity, hybridcontainerservice, hybriddata, hybridnetwork, impact, importexport, integrationspaces, intune, iotcentral, iotfirmwaredefense, iothub, iotoperations, iotoperationsdataprocessor, iotoperationsmq, iotoperationsorchestrator, keyvault, kubernetes, kubernetesconfiguration, kubernetesruntime, kusto, labservices, loadtestservice, logic, m365securityandcompliance, machinelearning, machinelearningservices, maintenance, managedidentity, managednetwork, managednetworkfabric, managedservices, management, managementpartner, manufacturingplatform, maps, marketplace, media, migrate, mixedreality, mobilenetwork, mongocluster, monitor, mysqldiscovery, netapp, network, networkcloud, networkfunction, notificationhubs, offazure, offazurespringboot, onlineexperimentation, openenergyplatform, operationalinsights, operationsmanagement, orbital, peering, policyinsights, portal, portalservices, powerbi, powerbidedicated, powerplatform, privatedns, professionalservice, programmableconnectivity, providerhub, purview, quantum, quota, recommendationsservice, recoveryservices, redhatopenshift, redis, redisenterprise, relay, resourceconnector, resourcegraph, resourcehealth, resources, saas, scheduler, scom, scvmm, search, secretsynccontroller, security, securityandcompliance, securityinsights, serialconsole, servicebus, servicefabric, servicefabricmesh, servicelinker, servicenetworking, signalrservice, softwareplan, solutions, sovereign, sql, sqlvirtualmachine, standbypool, storage, storageactions, storagecache, storagemover, storagepool, storagesync, storsimple, streamanalytics, subscription, synapse, syntex, testbase, timeseriesinsights, trafficmanager, types, verifiedid, videoanalyzer, videoindexer, virtualmachineimages, vmwarecloudsimple, voiceservices, web, webpubsub, weightsandbiases, windowsesu, windowsiot, workloads, };
|
|
255
|
+
export { aad, aadiam, addons, advisor, agfoodplatform, agricultureplatform, alertsmanagement, analysisservices, apicenter, apimanagement, app, appcomplianceautomation, appconfiguration, applicationinsights, appplatform, attestation, authorization, automanage, automation, avs, awsconnector, azureactivedirectory, azurearcdata, azuredata, azuredatatransfer, azurefleet, azurelargeinstance, azureplaywrightservice, azuresphere, azurestack, azurestackhci, baremetalinfrastructure, batch, billing, billingbenefits, blueprint, botservice, cdn, certificateregistration, changeanalysis, chaos, cloudngfw, codesigning, cognitiveservices, communication, community, compute, confidentialledger, config, confluent, connectedcache, connectedvmwarevsphere, consumption, containerinstance, containerregistry, containerservice, containerstorage, contoso, cosmosdb, costmanagement, customerinsights, customproviders, dashboard, databasefleetmanager, databasewatcher, databox, databoxedge, databricks, datacatalog, datadog, datafactory, datalakeanalytics, datalakestore, datamigration, dataprotection, datareplication, datashare, dbformariadb, dbformysql, dbforpostgresql, delegatednetwork, dependencymap, desktopvirtualization, devcenter, devhub, deviceprovisioningservices, deviceregistry, deviceupdate, devopsinfrastructure, devspaces, devtestlab, digitaltwins, dns, dnsresolver, domainregistration, durabletask, dynamics365fraudprotection, easm, edge, edgemarketplace, edgeorder, education, elastic, elasticsan, engagementfabric, enterpriseknowledgegraph, eventgrid, eventhub, extendedlocation, fabric, features, fluidrelay, frontdoor, graphservices, guestconfiguration, hardwaresecuritymodules, hdinsight, healthbot, healthcareapis, healthdataaiservices, hybridcloud, hybridcompute, hybridconnectivity, hybridcontainerservice, hybriddata, hybridnetwork, impact, importexport, integrationspaces, intune, iotcentral, iotfirmwaredefense, iothub, iotoperations, iotoperationsdataprocessor, iotoperationsmq, iotoperationsorchestrator, keyvault, kubernetes, kubernetesconfiguration, kubernetesruntime, kusto, labservices, loadtestservice, logic, m365securityandcompliance, machinelearning, machinelearningservices, maintenance, managedidentity, managednetwork, managednetworkfabric, managedservices, management, managementpartner, manufacturingplatform, maps, marketplace, media, migrate, mixedreality, mobilenetwork, mongocluster, monitor, mysqldiscovery, netapp, network, networkcloud, networkfunction, notificationhubs, offazure, offazurespringboot, onlineexperimentation, openenergyplatform, operationalinsights, operationsmanagement, orbital, peering, policyinsights, portal, portalservices, powerbi, powerbidedicated, powerplatform, privatedns, professionalservice, programmableconnectivity, providerhub, purview, quantum, quota, recommendationsservice, recoveryservices, redhatopenshift, redis, redisenterprise, relationships, relay, resourceconnector, resourcegraph, resourcehealth, resources, saas, scheduler, scom, scvmm, search, secretsynccontroller, security, securityandcompliance, securityinsights, serialconsole, servicebus, servicefabric, servicefabricmesh, servicelinker, servicenetworking, signalrservice, softwareplan, solutions, sovereign, sql, sqlvirtualmachine, standbypool, storage, storageactions, storagecache, storagemover, storagepool, storagesync, storsimple, streamanalytics, subscription, synapse, syntex, testbase, timeseriesinsights, trafficmanager, types, verifiedid, videoanalyzer, videoindexer, virtualmachineimages, vmwarecloudsimple, voiceservices, web, webpubsub, weightsandbiases, windowsesu, windowsiot, workloads, };
|