-
-
Notifications
You must be signed in to change notification settings - Fork 7
Export AzDevOpsRuleData
github-actions edited this page Sep 17, 2023
·
5 revisions
Run all JSON export functions for Azure DevOps for analysis by PSRule
Export-AzDevOpsRuleData [[-PAT] <String>] [[-Organization] <String>] [[-Project] <String>]
[[-OutputPath] <String>] [<CommonParameters>]
Run all JSON export functions for Azure DevOps using Azure DevOps Rest API and this modules functions for analysis by PSRule
Export-AzDevOpsRuleData -PAT $PAT -Organization $Organization -Project $Project -OutputPath $OutputPath
Personal Access Token (PAT) for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseOrganization name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseProject name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseOutput path for JSON files
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
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.