@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
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get issue properties
|
|
5
|
+
*
|
|
6
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
7
|
+
*/
|
|
8
|
+
export declare function getIssue(args: GetIssueArgs, opts?: pulumi.InvokeOptions): Promise<GetIssueResult>;
|
|
9
|
+
export interface GetIssueArgs {
|
|
10
|
+
/**
|
|
11
|
+
* The name of the IssueResource
|
|
12
|
+
*/
|
|
13
|
+
issueName: string;
|
|
14
|
+
/**
|
|
15
|
+
* The fully qualified Azure Resource manager identifier of the resource.
|
|
16
|
+
*/
|
|
17
|
+
resourceUri: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* The Issue resource
|
|
21
|
+
*/
|
|
22
|
+
export interface GetIssueResult {
|
|
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.alertsmanagement.IssuePropertiesResponse;
|
|
39
|
+
/**
|
|
40
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
41
|
+
*/
|
|
42
|
+
readonly systemData: outputs.alertsmanagement.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 issue properties
|
|
50
|
+
*
|
|
51
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
52
|
+
*/
|
|
53
|
+
export declare function getIssueOutput(args: GetIssueOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIssueResult>;
|
|
54
|
+
export interface GetIssueOutputArgs {
|
|
55
|
+
/**
|
|
56
|
+
* The name of the IssueResource
|
|
57
|
+
*/
|
|
58
|
+
issueName: pulumi.Input<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The fully qualified Azure Resource manager identifier of the resource.
|
|
61
|
+
*/
|
|
62
|
+
resourceUri: 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.getIssueOutput = exports.getIssue = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get issue properties
|
|
10
|
+
*
|
|
11
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
12
|
+
*/
|
|
13
|
+
function getIssue(args, opts) {
|
|
14
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
15
|
+
return pulumi.runtime.invoke("azure-native:alertsmanagement:getIssue", {
|
|
16
|
+
"issueName": args.issueName,
|
|
17
|
+
"resourceUri": args.resourceUri,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getIssue = getIssue;
|
|
21
|
+
/**
|
|
22
|
+
* Get issue properties
|
|
23
|
+
*
|
|
24
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
25
|
+
*/
|
|
26
|
+
function getIssueOutput(args, opts) {
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invokeOutput("azure-native:alertsmanagement:getIssue", {
|
|
29
|
+
"issueName": args.issueName,
|
|
30
|
+
"resourceUri": args.resourceUri,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getIssueOutput = getIssueOutput;
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0SXNzdWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hbGVydHNtYW5hZ2VtZW50L2dldElzc3VlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7OztHQUlHO0FBQ0gsU0FBZ0IsUUFBUSxDQUFDLElBQWtCLEVBQUUsSUFBMkI7SUFDcEUsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsd0NBQXdDLEVBQUU7UUFDbkUsV0FBVyxFQUFFLElBQUksQ0FBQyxTQUFTO1FBQzNCLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztLQUNsQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQU5ELDRCQU1DO0FBMENEOzs7O0dBSUc7QUFDSCxTQUFnQixjQUFjLENBQUMsSUFBd0IsRUFBRSxJQUFpQztJQUN0RixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyx3Q0FBd0MsRUFBRTtRQUN6RSxXQUFXLEVBQUUsSUFBSSxDQUFDLFNBQVM7UUFDM0IsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO0tBQ2xDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBTkQsd0NBTUMifQ==
|
|
@@ -10,12 +10,24 @@ export declare const getActionRuleByNameOutput: typeof import("./getActionRuleBy
|
|
|
10
10
|
export { GetAlertProcessingRuleByNameArgs, GetAlertProcessingRuleByNameResult, GetAlertProcessingRuleByNameOutputArgs } from "./getAlertProcessingRuleByName";
|
|
11
11
|
export declare const getAlertProcessingRuleByName: typeof import("./getAlertProcessingRuleByName").getAlertProcessingRuleByName;
|
|
12
12
|
export declare const getAlertProcessingRuleByNameOutput: typeof import("./getAlertProcessingRuleByName").getAlertProcessingRuleByNameOutput;
|
|
13
|
+
export { GetIssueArgs, GetIssueResult, GetIssueOutputArgs } from "./getIssue";
|
|
14
|
+
export declare const getIssue: typeof import("./getIssue").getIssue;
|
|
15
|
+
export declare const getIssueOutput: typeof import("./getIssue").getIssueOutput;
|
|
13
16
|
export { GetPrometheusRuleGroupArgs, GetPrometheusRuleGroupResult, GetPrometheusRuleGroupOutputArgs } from "./getPrometheusRuleGroup";
|
|
14
17
|
export declare const getPrometheusRuleGroup: typeof import("./getPrometheusRuleGroup").getPrometheusRuleGroup;
|
|
15
18
|
export declare const getPrometheusRuleGroupOutput: typeof import("./getPrometheusRuleGroup").getPrometheusRuleGroupOutput;
|
|
16
19
|
export { GetSmartDetectorAlertRuleArgs, GetSmartDetectorAlertRuleResult, GetSmartDetectorAlertRuleOutputArgs } from "./getSmartDetectorAlertRule";
|
|
17
20
|
export declare const getSmartDetectorAlertRule: typeof import("./getSmartDetectorAlertRule").getSmartDetectorAlertRule;
|
|
18
21
|
export declare const getSmartDetectorAlertRuleOutput: typeof import("./getSmartDetectorAlertRule").getSmartDetectorAlertRuleOutput;
|
|
22
|
+
export { IssueArgs } from "./issue";
|
|
23
|
+
export type Issue = import("./issue").Issue;
|
|
24
|
+
export declare const Issue: typeof import("./issue").Issue;
|
|
25
|
+
export { ListIssueAlertsArgs, ListIssueAlertsResult, ListIssueAlertsOutputArgs } from "./listIssueAlerts";
|
|
26
|
+
export declare const listIssueAlerts: typeof import("./listIssueAlerts").listIssueAlerts;
|
|
27
|
+
export declare const listIssueAlertsOutput: typeof import("./listIssueAlerts").listIssueAlertsOutput;
|
|
28
|
+
export { ListIssueResourcesArgs, ListIssueResourcesResult, ListIssueResourcesOutputArgs } from "./listIssueResources";
|
|
29
|
+
export declare const listIssueResources: typeof import("./listIssueResources").listIssueResources;
|
|
30
|
+
export declare const listIssueResourcesOutput: typeof import("./listIssueResources").listIssueResourcesOutput;
|
|
19
31
|
export { PrometheusRuleGroupArgs } from "./prometheusRuleGroup";
|
|
20
32
|
export type PrometheusRuleGroup = import("./prometheusRuleGroup").PrometheusRuleGroup;
|
|
21
33
|
export declare const PrometheusRuleGroup: typeof import("./prometheusRuleGroup").PrometheusRuleGroup;
|
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.SmartDetectorAlertRule = exports.PrometheusRuleGroup = exports.getSmartDetectorAlertRuleOutput = exports.getSmartDetectorAlertRule = exports.getPrometheusRuleGroupOutput = exports.getPrometheusRuleGroup = exports.getAlertProcessingRuleByNameOutput = exports.getAlertProcessingRuleByName = exports.getActionRuleByNameOutput = exports.getActionRuleByName = exports.AlertProcessingRuleByName = exports.ActionRuleByName = void 0;
|
|
19
|
+
exports.SmartDetectorAlertRule = exports.PrometheusRuleGroup = exports.listIssueResourcesOutput = exports.listIssueResources = exports.listIssueAlertsOutput = exports.listIssueAlerts = exports.Issue = exports.getSmartDetectorAlertRuleOutput = exports.getSmartDetectorAlertRule = exports.getPrometheusRuleGroupOutput = exports.getPrometheusRuleGroup = exports.getIssueOutput = exports.getIssue = exports.getAlertProcessingRuleByNameOutput = exports.getAlertProcessingRuleByName = exports.getActionRuleByNameOutput = exports.getActionRuleByName = exports.AlertProcessingRuleByName = exports.ActionRuleByName = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
exports.ActionRuleByName = null;
|
|
@@ -29,12 +29,23 @@ utilities.lazyLoad(exports, ["getActionRuleByName", "getActionRuleByNameOutput"]
|
|
|
29
29
|
exports.getAlertProcessingRuleByName = null;
|
|
30
30
|
exports.getAlertProcessingRuleByNameOutput = null;
|
|
31
31
|
utilities.lazyLoad(exports, ["getAlertProcessingRuleByName", "getAlertProcessingRuleByNameOutput"], () => require("./getAlertProcessingRuleByName"));
|
|
32
|
+
exports.getIssue = null;
|
|
33
|
+
exports.getIssueOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getIssue", "getIssueOutput"], () => require("./getIssue"));
|
|
32
35
|
exports.getPrometheusRuleGroup = null;
|
|
33
36
|
exports.getPrometheusRuleGroupOutput = null;
|
|
34
37
|
utilities.lazyLoad(exports, ["getPrometheusRuleGroup", "getPrometheusRuleGroupOutput"], () => require("./getPrometheusRuleGroup"));
|
|
35
38
|
exports.getSmartDetectorAlertRule = null;
|
|
36
39
|
exports.getSmartDetectorAlertRuleOutput = null;
|
|
37
40
|
utilities.lazyLoad(exports, ["getSmartDetectorAlertRule", "getSmartDetectorAlertRuleOutput"], () => require("./getSmartDetectorAlertRule"));
|
|
41
|
+
exports.Issue = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["Issue"], () => require("./issue"));
|
|
43
|
+
exports.listIssueAlerts = null;
|
|
44
|
+
exports.listIssueAlertsOutput = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["listIssueAlerts", "listIssueAlertsOutput"], () => require("./listIssueAlerts"));
|
|
46
|
+
exports.listIssueResources = null;
|
|
47
|
+
exports.listIssueResourcesOutput = null;
|
|
48
|
+
utilities.lazyLoad(exports, ["listIssueResources", "listIssueResourcesOutput"], () => require("./listIssueResources"));
|
|
38
49
|
exports.PrometheusRuleGroup = null;
|
|
39
50
|
utilities.lazyLoad(exports, ["PrometheusRuleGroup"], () => require("./prometheusRuleGroup"));
|
|
40
51
|
exports.SmartDetectorAlertRule = null;
|
|
@@ -49,6 +60,8 @@ const _module = {
|
|
|
49
60
|
return new exports.ActionRuleByName(name, undefined, { urn });
|
|
50
61
|
case "azure-native:alertsmanagement:AlertProcessingRuleByName":
|
|
51
62
|
return new exports.AlertProcessingRuleByName(name, undefined, { urn });
|
|
63
|
+
case "azure-native:alertsmanagement:Issue":
|
|
64
|
+
return new exports.Issue(name, undefined, { urn });
|
|
52
65
|
case "azure-native:alertsmanagement:PrometheusRuleGroup":
|
|
53
66
|
return new exports.PrometheusRuleGroup(name, undefined, { urn });
|
|
54
67
|
case "azure-native:alertsmanagement:SmartDetectorAlertRule":
|
|
@@ -59,4 +72,4 @@ const _module = {
|
|
|
59
72
|
},
|
|
60
73
|
};
|
|
61
74
|
pulumi.runtime.registerResourceModule("azure-native", "alertsmanagement", _module);
|
|
62
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hbGVydHNtYW5hZ2VtZW50L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsMENBQTBDO0FBSzdCLFFBQUEsZ0JBQWdCLEdBQXlELElBQVcsQ0FBQztBQUNsRyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGtCQUFrQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLG9CQUFvQixDQUFDLENBQUMsQ0FBQztBQUkxRSxRQUFBLHlCQUF5QixHQUEyRSxJQUFXLENBQUM7QUFDN0gsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDLENBQUM7QUFHNUYsUUFBQSxtQkFBbUIsR0FBK0QsSUFBVyxDQUFDO0FBQzlGLFFBQUEseUJBQXlCLEdBQXFFLElBQVcsQ0FBQztBQUN2SCxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixFQUFDLDJCQUEyQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLHVCQUF1QixDQUFDLENBQUMsQ0FBQztBQUc1RyxRQUFBLDRCQUE0QixHQUFpRixJQUFXLENBQUM7QUFDekgsUUFBQSxrQ0FBa0MsR0FBdUYsSUFBVyxDQUFDO0FBQ2xKLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsOEJBQThCLEVBQUMsb0NBQW9DLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0NBQWdDLENBQUMsQ0FBQyxDQUFDO0FBR3ZJLFFBQUEsUUFBUSxHQUF5QyxJQUFXLENBQUM7QUFDN0QsUUFBQSxjQUFjLEdBQStDLElBQVcsQ0FBQztBQUN0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
|
|
@@ -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
|
+
* The Issue resource
|
|
6
|
+
*
|
|
7
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
8
|
+
*/
|
|
9
|
+
export declare class Issue extends pulumi.CustomResource {
|
|
10
|
+
/**
|
|
11
|
+
* Get an existing Issue 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): Issue;
|
|
19
|
+
/**
|
|
20
|
+
* Returns true if the given object is an instance of Issue. 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 Issue;
|
|
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.alertsmanagement.IssuePropertiesResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
38
|
+
*/
|
|
39
|
+
readonly systemData: pulumi.Output<outputs.alertsmanagement.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 Issue 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: IssueArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* The set of arguments for constructing a Issue resource.
|
|
55
|
+
*/
|
|
56
|
+
export interface IssueArgs {
|
|
57
|
+
/**
|
|
58
|
+
* The name of the IssueResource
|
|
59
|
+
*/
|
|
60
|
+
issueName?: pulumi.Input<string>;
|
|
61
|
+
/**
|
|
62
|
+
* The resource-specific properties for this resource.
|
|
63
|
+
*/
|
|
64
|
+
properties?: pulumi.Input<inputs.alertsmanagement.IssuePropertiesArgs>;
|
|
65
|
+
/**
|
|
66
|
+
* The fully qualified Azure Resource manager identifier of the resource.
|
|
67
|
+
*/
|
|
68
|
+
resourceUri: 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.Issue = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The Issue resource
|
|
10
|
+
*
|
|
11
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
12
|
+
*/
|
|
13
|
+
class Issue extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing Issue 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 Issue(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Returns true if the given object is an instance of Issue. 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'] === Issue.__pulumiType;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Create a Issue 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.resourceUri === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'resourceUri'");
|
|
48
|
+
}
|
|
49
|
+
resourceInputs["issueName"] = args ? args.issueName : undefined;
|
|
50
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
51
|
+
resourceInputs["resourceUri"] = args ? args.resourceUri : 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:alertsmanagement/v20250301preview:Issue" }] };
|
|
66
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
67
|
+
super(Issue.__pulumiType, name, resourceInputs, opts);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.Issue = Issue;
|
|
71
|
+
/** @internal */
|
|
72
|
+
Issue.__pulumiType = 'azure-native:alertsmanagement:Issue';
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNzdWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hbGVydHNtYW5hZ2VtZW50L2lzc3VlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7OztHQUlHO0FBQ0gsTUFBYSxLQUFNLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDNUM7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLEtBQUssQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNsRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssS0FBSyxDQUFDLFlBQVksQ0FBQztJQUN0RCxDQUFDO0lBdUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWUsRUFBRSxJQUFtQztRQUMxRSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxXQUFXLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUN4RCxNQUFNLElBQUksS0FBSyxDQUFDLHlDQUF5QyxDQUFDLENBQUM7YUFDOUQ7WUFDRCxjQUFjLENBQUMsV0FBVyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEUsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2xFLGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwRSxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO1FBQ0QsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDbkUsTUFBTSxTQUFTLEdBQUcsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxzREFBc0QsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUNsRyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUMxRCxDQUFDOztBQWhGTCxzQkFpRkM7QUFwRUcsZ0JBQWdCO0FBQ08sa0JBQVksR0FBRyxxQ0FBcUMsQ0FBQyJ9
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* List all alerts in the issue - this method uses pagination to return all alerts
|
|
5
|
+
*
|
|
6
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
7
|
+
*/
|
|
8
|
+
export declare function listIssueAlerts(args: ListIssueAlertsArgs, opts?: pulumi.InvokeOptions): Promise<ListIssueAlertsResult>;
|
|
9
|
+
export interface ListIssueAlertsArgs {
|
|
10
|
+
/**
|
|
11
|
+
* The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
|
|
12
|
+
*/
|
|
13
|
+
filter?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The name of the IssueResource
|
|
16
|
+
*/
|
|
17
|
+
issueName: string;
|
|
18
|
+
/**
|
|
19
|
+
* The fully qualified Azure Resource manager identifier of the resource.
|
|
20
|
+
*/
|
|
21
|
+
resourceUri: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Paged collection of RelatedAlert items
|
|
25
|
+
*/
|
|
26
|
+
export interface ListIssueAlertsResult {
|
|
27
|
+
/**
|
|
28
|
+
* The link to the next page of items
|
|
29
|
+
*/
|
|
30
|
+
readonly nextLink?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The RelatedAlert items on this page
|
|
33
|
+
*/
|
|
34
|
+
readonly value: outputs.alertsmanagement.RelatedAlertResponse[];
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* List all alerts in the issue - this method uses pagination to return all alerts
|
|
38
|
+
*
|
|
39
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
40
|
+
*/
|
|
41
|
+
export declare function listIssueAlertsOutput(args: ListIssueAlertsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<ListIssueAlertsResult>;
|
|
42
|
+
export interface ListIssueAlertsOutputArgs {
|
|
43
|
+
/**
|
|
44
|
+
* The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
|
|
45
|
+
*/
|
|
46
|
+
filter?: pulumi.Input<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the IssueResource
|
|
49
|
+
*/
|
|
50
|
+
issueName: pulumi.Input<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The fully qualified Azure Resource manager identifier of the resource.
|
|
53
|
+
*/
|
|
54
|
+
resourceUri: pulumi.Input<string>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.listIssueAlertsOutput = exports.listIssueAlerts = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* List all alerts in the issue - this method uses pagination to return all alerts
|
|
10
|
+
*
|
|
11
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
12
|
+
*/
|
|
13
|
+
function listIssueAlerts(args, opts) {
|
|
14
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
15
|
+
return pulumi.runtime.invoke("azure-native:alertsmanagement:listIssueAlerts", {
|
|
16
|
+
"filter": args.filter,
|
|
17
|
+
"issueName": args.issueName,
|
|
18
|
+
"resourceUri": args.resourceUri,
|
|
19
|
+
}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.listIssueAlerts = listIssueAlerts;
|
|
22
|
+
/**
|
|
23
|
+
* List all alerts in the issue - this method uses pagination to return all alerts
|
|
24
|
+
*
|
|
25
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
26
|
+
*/
|
|
27
|
+
function listIssueAlertsOutput(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invokeOutput("azure-native:alertsmanagement:listIssueAlerts", {
|
|
30
|
+
"filter": args.filter,
|
|
31
|
+
"issueName": args.issueName,
|
|
32
|
+
"resourceUri": args.resourceUri,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.listIssueAlertsOutput = listIssueAlertsOutput;
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdElzc3VlQWxlcnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYWxlcnRzbWFuYWdlbWVudC9saXN0SXNzdWVBbGVydHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7O0dBSUc7QUFDSCxTQUFnQixlQUFlLENBQUMsSUFBeUIsRUFBRSxJQUEyQjtJQUNsRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywrQ0FBK0MsRUFBRTtRQUMxRSxRQUFRLEVBQUUsSUFBSSxDQUFDLE1BQU07UUFDckIsV0FBVyxFQUFFLElBQUksQ0FBQyxTQUFTO1FBQzNCLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztLQUNsQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELDBDQU9DO0FBOEJEOzs7O0dBSUc7QUFDSCxTQUFnQixxQkFBcUIsQ0FBQyxJQUErQixFQUFFLElBQWlDO0lBQ3BHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLCtDQUErQyxFQUFFO1FBQ2hGLFFBQVEsRUFBRSxJQUFJLENBQUMsTUFBTTtRQUNyQixXQUFXLEVBQUUsSUFBSSxDQUFDLFNBQVM7UUFDM0IsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO0tBQ2xDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsc0RBT0MifQ==
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* List all resources in the issue - this method uses pagination to return all resources
|
|
5
|
+
*
|
|
6
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
7
|
+
*/
|
|
8
|
+
export declare function listIssueResources(args: ListIssueResourcesArgs, opts?: pulumi.InvokeOptions): Promise<ListIssueResourcesResult>;
|
|
9
|
+
export interface ListIssueResourcesArgs {
|
|
10
|
+
/**
|
|
11
|
+
* The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
|
|
12
|
+
*/
|
|
13
|
+
filter?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The name of the IssueResource
|
|
16
|
+
*/
|
|
17
|
+
issueName: string;
|
|
18
|
+
/**
|
|
19
|
+
* The fully qualified Azure Resource manager identifier of the resource.
|
|
20
|
+
*/
|
|
21
|
+
resourceUri: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Paged collection of RelatedResource items
|
|
25
|
+
*/
|
|
26
|
+
export interface ListIssueResourcesResult {
|
|
27
|
+
/**
|
|
28
|
+
* The link to the next page of items
|
|
29
|
+
*/
|
|
30
|
+
readonly nextLink?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The RelatedResource items on this page
|
|
33
|
+
*/
|
|
34
|
+
readonly value: outputs.alertsmanagement.RelatedResourceResponse[];
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* List all resources in the issue - this method uses pagination to return all resources
|
|
38
|
+
*
|
|
39
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
40
|
+
*/
|
|
41
|
+
export declare function listIssueResourcesOutput(args: ListIssueResourcesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<ListIssueResourcesResult>;
|
|
42
|
+
export interface ListIssueResourcesOutputArgs {
|
|
43
|
+
/**
|
|
44
|
+
* The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
|
|
45
|
+
*/
|
|
46
|
+
filter?: pulumi.Input<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the IssueResource
|
|
49
|
+
*/
|
|
50
|
+
issueName: pulumi.Input<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The fully qualified Azure Resource manager identifier of the resource.
|
|
53
|
+
*/
|
|
54
|
+
resourceUri: pulumi.Input<string>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.listIssueResourcesOutput = exports.listIssueResources = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* List all resources in the issue - this method uses pagination to return all resources
|
|
10
|
+
*
|
|
11
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
12
|
+
*/
|
|
13
|
+
function listIssueResources(args, opts) {
|
|
14
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
15
|
+
return pulumi.runtime.invoke("azure-native:alertsmanagement:listIssueResources", {
|
|
16
|
+
"filter": args.filter,
|
|
17
|
+
"issueName": args.issueName,
|
|
18
|
+
"resourceUri": args.resourceUri,
|
|
19
|
+
}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.listIssueResources = listIssueResources;
|
|
22
|
+
/**
|
|
23
|
+
* List all resources in the issue - this method uses pagination to return all resources
|
|
24
|
+
*
|
|
25
|
+
* Uses Azure REST API version 2025-03-01-preview.
|
|
26
|
+
*/
|
|
27
|
+
function listIssueResourcesOutput(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invokeOutput("azure-native:alertsmanagement:listIssueResources", {
|
|
30
|
+
"filter": args.filter,
|
|
31
|
+
"issueName": args.issueName,
|
|
32
|
+
"resourceUri": args.resourceUri,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.listIssueResourcesOutput = listIssueResourcesOutput;
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdElzc3VlUmVzb3VyY2VzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYWxlcnRzbWFuYWdlbWVudC9saXN0SXNzdWVSZXNvdXJjZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7O0dBSUc7QUFDSCxTQUFnQixrQkFBa0IsQ0FBQyxJQUE0QixFQUFFLElBQTJCO0lBQ3hGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGtEQUFrRCxFQUFFO1FBQzdFLFFBQVEsRUFBRSxJQUFJLENBQUMsTUFBTTtRQUNyQixXQUFXLEVBQUUsSUFBSSxDQUFDLFNBQVM7UUFDM0IsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO0tBQ2xDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsZ0RBT0M7QUE4QkQ7Ozs7R0FJRztBQUNILFNBQWdCLHdCQUF3QixDQUFDLElBQWtDLEVBQUUsSUFBaUM7SUFDMUcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxZQUFZLENBQUMsa0RBQWtELEVBQUU7UUFDbkYsUUFBUSxFQUFFLElBQUksQ0FBQyxNQUFNO1FBQ3JCLFdBQVcsRUFBRSxJQUFJLENBQUMsU0FBUztRQUMzQixhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7S0FDbEMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCw0REFPQyJ9
|
|
@@ -7,7 +7,7 @@ import * as enums from "../types/enums";
|
|
|
7
7
|
*
|
|
8
8
|
* Uses Azure REST API version 2024-05-01. In version 2.x of the Azure Native provider, it used API version 2023-03-01.
|
|
9
9
|
*
|
|
10
|
-
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
|
+
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview, 2024-06-01, 2024-06-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
11
11
|
*/
|
|
12
12
|
export declare class ConfigurationStore extends pulumi.CustomResource {
|
|
13
13
|
/**
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-05-01. In version 2.x of the Azure Native provider, it used API version 2023-03-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview, 2024-06-01, 2024-06-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class ConfigurationStore extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -95,7 +95,7 @@ class ConfigurationStore extends pulumi.CustomResource {
|
|
|
95
95
|
resourceInputs["type"] = undefined /*out*/;
|
|
96
96
|
}
|
|
97
97
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
98
|
-
const aliasOpts = { aliases: [{ type: "azure-native:appconfiguration/v20190201preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20191001:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20191101preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20200601:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20200701preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20210301preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20211001preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20220301preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20220501:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20230301:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20230801preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20230901preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20240501:ConfigurationStore" }] };
|
|
98
|
+
const aliasOpts = { aliases: [{ type: "azure-native:appconfiguration/v20190201preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20191001:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20191101preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20200601:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20200701preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20210301preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20211001preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20220301preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20220501:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20230301:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20230801preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20230901preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20240501:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20240601:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20240615preview:ConfigurationStore" }] };
|
|
99
99
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
100
100
|
super(ConfigurationStore.__pulumiType, name, resourceInputs, opts);
|
|
101
101
|
}
|
|
@@ -103,4 +103,4 @@ class ConfigurationStore extends pulumi.CustomResource {
|
|
|
103
103
|
exports.ConfigurationStore = ConfigurationStore;
|
|
104
104
|
/** @internal */
|
|
105
105
|
ConfigurationStore.__pulumiType = 'azure-native:appconfiguration:ConfigurationStore';
|
|
106
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
106
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlndXJhdGlvblN0b3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYXBwY29uZmlndXJhdGlvbi9jb25maWd1cmF0aW9uU3RvcmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7Ozs7R0FNRztBQUNILE1BQWEsa0JBQW1CLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDekQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLGtCQUFrQixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQy9FLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxrQkFBa0IsQ0FBQyxZQUFZLENBQUM7SUFDbkUsQ0FBQztJQTJFRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUE0QixFQUFFLElBQW1DOztRQUN2RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNw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
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2024-05-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview, 2024-06-01, 2024-06-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getConfigurationStore(args: GetConfigurationStoreArgs, opts?: pulumi.InvokeOptions): Promise<GetConfigurationStoreResult>;
|
|
11
11
|
export interface GetConfigurationStoreArgs {
|
|
@@ -106,7 +106,7 @@ export interface GetConfigurationStoreResult {
|
|
|
106
106
|
*
|
|
107
107
|
* Uses Azure REST API version 2024-05-01.
|
|
108
108
|
*
|
|
109
|
-
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
109
|
+
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview, 2024-06-01, 2024-06-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
110
110
|
*/
|
|
111
111
|
export declare function getConfigurationStoreOutput(args: GetConfigurationStoreOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConfigurationStoreResult>;
|
|
112
112
|
export interface GetConfigurationStoreOutputArgs {
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-05-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview, 2024-06-01, 2024-06-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getConfigurationStore(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.getConfigurationStore = getConfigurationStore;
|
|
|
25
25
|
*
|
|
26
26
|
* Uses Azure REST API version 2024-05-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
28
|
+
* Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview, 2024-06-01, 2024-06-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native appconfiguration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
29
29
|
*/
|
|
30
30
|
function getConfigurationStoreOutput(args, opts) {
|
|
31
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|