-
-
Notifications
You must be signed in to change notification settings - Fork 7
Export AzDevOpsEnvironmentChecks
github-actions edited this page Dec 10, 2023
·
6 revisions
Export all Azure Pipelines environments to JSON files with their checks as nested objects
Export-AzDevOpsEnvironmentChecks [-Project] <String> [-OutputPath] <String> [<CommonParameters>]
Export all Azure Pipelines environments to JSON files with their checks as nested objects using Azure DevOps Rest API
Export-AzDevOpsEnvironmentChecks -Project $Project
Project name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill OutputPath Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.