diff --git a/docs/Add-AdoGroupMember.md b/docs/Add-AdoGroupMember.md index 401aaf5..1f53af1 100644 --- a/docs/Add-AdoGroupMember.md +++ b/docs/Add-AdoGroupMember.md @@ -181,15 +181,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a custom object with the following properties: -- displayName: The display name of the group that was added -- originId: The Origin ID of the Entra ID group -- principalName: The principal name of the group -- origin: The origin source of the group -- subjectKind: The kind of subject (e.g., group) -- descriptor: The descriptor of the group that was created/added -- collectionUri: The collection URI where the operation was performed - ## NOTES - This cmdlet has a high confirm impact and will prompt for confirmation by default diff --git a/docs/Add-AdoTeamIteration.md b/docs/Add-AdoTeamIteration.md index 469ab82..b5e92df 100644 --- a/docs/Add-AdoTeamIteration.md +++ b/docs/Add-AdoTeamIteration.md @@ -200,14 +200,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -The cmdlet returns a PSCustomObject with the following properties: -- id: The unique identifier of the iteration -- name: The name of the iteration -- attributes: The iteration attributes including start date, finish date, and time frame -- team: The id or name of the team the iteration was added to -- project: The id or name of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoCheckConfiguration.md b/docs/Get-AdoCheckConfiguration.md index cb56374..6859231 100644 --- a/docs/Get-AdoCheckConfiguration.md +++ b/docs/Get-AdoCheckConfiguration.md @@ -394,17 +394,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a collection of check configuration objects, each containing: -- id: The ID of the check configuration -- settings: The configuration settings (included when Expands = 'settings') -- timeout: The timeout value for the check -- type: The type information for the check -- resource: The resource information -- createdBy: The ID of the user who created the configuration -- createdOn: The date and time when the configuration was created -- project: The name of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoClassificationNode.md b/docs/Get-AdoClassificationNode.md index 174b31c..0dabe8c 100644 --- a/docs/Get-AdoClassificationNode.md +++ b/docs/Get-AdoClassificationNode.md @@ -320,18 +320,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns classification node objects from Azure DevOps with the following properties: -- id: The integer ID of the classification node -- identifier: The GUID identifier of the classification node -- name: The name of the classification node -- structureType: The type of structure (area or iteration) -- path: The full path of the classification node -- hasChildren: Boolean indicating if the node has child nodes -- children: (Optional) Array of child classification nodes if present -- attributes: (Optional) Additional attributes like startDate and finishDate for iterations -- projectName: The name of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoDefault.md b/docs/Get-AdoDefault.md index c53940f..9034235 100644 --- a/docs/Get-AdoDefault.md +++ b/docs/Get-AdoDefault.md @@ -64,11 +64,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns an object with the following properties: -- Organization: The default Azure DevOps organization name -- CollectionUri: The default Azure DevOps collection URI -- ProjectName: The default Azure DevOps project name - ## NOTES This function retrieves the default values from session environment variables set by Set-AdoDefault. diff --git a/docs/Get-AdoDescriptor.md b/docs/Get-AdoDescriptor.md index 9b1d403..a366646 100644 --- a/docs/Get-AdoDescriptor.md +++ b/docs/Get-AdoDescriptor.md @@ -155,11 +155,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a PSCustomObject with the following properties: -- **storageKey**: The storage key that was resolved -- **value**: The descriptor value returned by the API -- **collectionUri**: The collection URI used for the request - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoEnvironment.md b/docs/Get-AdoEnvironment.md index 7072ae0..3ac8466 100644 --- a/docs/Get-AdoEnvironment.md +++ b/docs/Get-AdoEnvironment.md @@ -259,17 +259,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns environment objects with the following properties: -- id: The unique identifier of the environment -- name: The name of the environment -- createdBy: ID of the user who created the environment -- createdOn: Date and time when the environment was created -- lastModifiedBy: ID of the user who last modified the environment -- lastModifiedOn: Date and time when the environment was last modified -- projectName: The project name -- collectionUri: The collection URI -- resources: (Only when Expands is 'resourceReferences') Array of resource references - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoFeatureState.md b/docs/Get-AdoFeatureState.md index 4ada04b..f226089 100644 --- a/docs/Get-AdoFeatureState.md +++ b/docs/Get-AdoFeatureState.md @@ -150,14 +150,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a collection of feature state objects, each containing: -- feature: The feature name (Boards, Repos, Pipelines, TestPlans, Artifacts) -- featureId: The unique identifier for the feature -- state: The state as text ('enabled' or 'disabled') -- projectName: The name of the project -- projectId: The ID of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoGroup.md b/docs/Get-AdoGroup.md index a180709..343d987 100644 --- a/docs/Get-AdoGroup.md +++ b/docs/Get-AdoGroup.md @@ -259,18 +259,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns one or more group objects with the following properties: -- displayName: The display name of the group -- originId: The origin ID of the group -- principalName: The principal name of the group -- origin: The origin of the group (e.g., 'aad', 'vsts') -- subjectKind: The subject kind (e.g., 'group') -- description: The description of the group -- mailAddress: The mail address of the group -- descriptor: The descriptor of the group -- collectionUri: The collection URI used for the query -- continuationToken: (Optional) Token for retrieving the next page of results - ## NOTES - Retrieves groups in an Azure DevOps organization diff --git a/docs/Get-AdoMembership.md b/docs/Get-AdoMembership.md index 832bce5..e420dad 100644 --- a/docs/Get-AdoMembership.md +++ b/docs/Get-AdoMembership.md @@ -172,8 +172,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -An object representing the membership relationship. - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoPolicyConfiguration.md b/docs/Get-AdoPolicyConfiguration.md index d2ab2f3..5cfcab3 100644 --- a/docs/Get-AdoPolicyConfiguration.md +++ b/docs/Get-AdoPolicyConfiguration.md @@ -289,19 +289,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns policy configuration objects with the following properties: -- id: The unique identifier of the policy configuration -- type: The policy type object containing the type ID -- revision: The revision number of the configuration -- isEnabled: Whether the policy is enabled -- isBlocking: Whether the policy is blocking -- isDeleted: Whether the policy is deleted -- settings: The policy-specific settings object -- createdBy: The user who created the configuration -- createdDate: The date the configuration was created -- projectName: The project name where the configuration exists -- collectionUri: The collection URI of the Azure DevOps organization - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoPolicyType.md b/docs/Get-AdoPolicyType.md index cbaa0e9..00bc0cb 100644 --- a/docs/Get-AdoPolicyType.md +++ b/docs/Get-AdoPolicyType.md @@ -234,13 +234,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a custom object with the following properties: -- **id**: The unique identifier (GUID) of the policy type -- **displayName**: The friendly display name of the policy type -- **description**: A detailed description of what the policy type does -- **projectName**: The name of the project the policy type belongs to -- **collectionUri**: The collection URI used for the query - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoProcess.md b/docs/Get-AdoProcess.md index 2d938f2..b5e7f76 100644 --- a/docs/Get-AdoProcess.md +++ b/docs/Get-AdoProcess.md @@ -162,15 +162,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns one or more process objects with the following properties: -- id: The unique identifier of the process -- name: The name of the process (Agile, Scrum, CMMI, or Basic) -- description: A description of the process -- url: The REST API URL for the process -- type: The type of the process -- isDefault: Boolean indicating if this is the default process -- collectionUri: The collection URI the process belongs to - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoProject.md b/docs/Get-AdoProject.md index 0802ac3..f5e8b27 100644 --- a/docs/Get-AdoProject.md +++ b/docs/Get-AdoProject.md @@ -293,17 +293,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns one or more project objects with the following properties: -- id: The unique identifier of the project -- name: The name of the project -- description: The description of the project -- visibility: The visibility of the project (public or private) -- state: The state of the project (wellFormed, createPending, deleted, etc.) -- defaultTeam: Information about the default team for the project -- capabilities: Project capabilities if IncludeCapabilities is specified (source control type, process template, etc.) -- collectionUri: The collection URI the project belongs to -- continuationToken: Token for retrieving next page of results (only present when listing projects with pagination) - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoRepository.md b/docs/Get-AdoRepository.md index 716027e..97644a0 100644 --- a/docs/Get-AdoRepository.md +++ b/docs/Get-AdoRepository.md @@ -255,16 +255,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a custom object with the following properties: -- id: The unique identifier of the repository -- name: The name of the repository -- project: The project object containing repository details -- defaultBranch: The default branch of the repository -- url: The URL of the repository -- remoteUrl: The remote URL for cloning the repository -- projectName: The name of the project containing the repository -- collectionUri: The collection URI of the Azure DevOps organization - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoServiceEndpoint.md b/docs/Get-AdoServiceEndpoint.md index 777e74d..366f9a7 100644 --- a/docs/Get-AdoServiceEndpoint.md +++ b/docs/Get-AdoServiceEndpoint.md @@ -354,20 +354,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Service endpoint objects with the following properties: -- id: The unique identifier of the service endpoint -- name: The name of the service endpoint -- type: The type of service endpoint (e.g., AzureRM, GitHub, Docker) -- description: The description of the service endpoint -- authorization: Authorization details including scheme and parameters -- isShared: Whether the endpoint is shared across projects -- isReady: Whether the endpoint is ready for use -- owner: The owner of the endpoint (library or agentcloud) -- data: Additional data associated with the endpoint -- serviceEndpointProjectReferences: Project references for the endpoint -- projectName: The project name -- collectionUri: The collection URI - ## NOTES - If a service endpoint is not found, a warning is displayed instead of throwing an error. diff --git a/docs/Get-AdoTeam.md b/docs/Get-AdoTeam.md index eb23d5f..7cb263d 100644 --- a/docs/Get-AdoTeam.md +++ b/docs/Get-AdoTeam.md @@ -235,16 +235,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns one or more team objects with the following properties: -- id: The unique identifier of the team -- name: The name of the team -- description: The description of the team -- url: The REST API URL for the team -- identityUrl: The identity URL for the team -- projectId: The unique identifier of the project the team belongs to -- projectName: The name of the project the team belongs to -- collectionUri: The collection URI the team belongs to - ## NOTES - Both CollectionUri and ProjectName parameters can be set as environment variables ($env:DefaultAdoCollectionUri and $env:DefaultAdoProject) to avoid specifying them in each call diff --git a/docs/Get-AdoTeamFieldValue.md b/docs/Get-AdoTeamFieldValue.md index d179414..24ccbd7 100644 --- a/docs/Get-AdoTeamFieldValue.md +++ b/docs/Get-AdoTeamFieldValue.md @@ -192,13 +192,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -The team field value settings for the specified team with the following properties: -- defaultValue: The default area path value for the team -- field: Object containing the field reference name and URL -- values: Array of area path values with includeChildren settings -- projectName: The project name used in the request -- collectionUri: The collection URI used in the request - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoTeamIteration.md b/docs/Get-AdoTeamIteration.md index 9a108d4..7a459cd 100644 --- a/docs/Get-AdoTeamIteration.md +++ b/docs/Get-AdoTeamIteration.md @@ -246,14 +246,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -The cmdlet returns a PSCustomObject with the following properties: -- id: The unique identifier of the iteration -- name: The name of the iteration -- attributes: The iteration attributes including start date, finish date, and time frame -- team: The id or name of the team -- project: The id or name of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoTeamSettings.md b/docs/Get-AdoTeamSettings.md index 349ee56..5d37cc6 100644 --- a/docs/Get-AdoTeamSettings.md +++ b/docs/Get-AdoTeamSettings.md @@ -180,17 +180,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a team settings object containing: -- backlogIteration: The backlog iteration configuration -- backlogVisibilities: Hashtable of backlog level visibilities (Epic, Feature, Requirement categories) -- bugsBehavior: How bugs are treated ('off', 'asRequirements', or 'asTasks') -- defaultIteration: The default iteration configuration -- defaultIterationMacro: Default iteration macro (e.g., '@currentIteration') -- workingDays: Array of working days for the team -- url: API URL for the team settings -- projectName: The name of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Get-AdoUserEntitlement.md b/docs/Get-AdoUserEntitlement.md index abdd30f..6a89cf0 100644 --- a/docs/Get-AdoUserEntitlement.md +++ b/docs/Get-AdoUserEntitlement.md @@ -253,17 +253,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -The dictionary contains user entitlements: -- `accessLevel`: User's access level denoted by a license. -- `extensions`: User's extensions. -- `groupAssigments`: [Readonly] GroupEntitlements that this user belongs to. -- `id`: The unique identifier which matches the Id of the Identity associated with the GraphMember. -- `dateCreated`: [Readonly] Date the member was added to the collection. -- `lastAccessedDate`: [Readonly] Date the user last accessed the collection. -- `projectEntitlements`: Relation between a project and the user's effective permissions in that project. -- `user`: User reference. -- `collectionUri`: The collection URI. - ## NOTES - N/A diff --git a/docs/New-AdoCheckApproval.md b/docs/New-AdoCheckApproval.md index 5d1205b..1223edf 100644 --- a/docs/New-AdoCheckApproval.md +++ b/docs/New-AdoCheckApproval.md @@ -450,24 +450,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a custom object representing the approval check configuration: -- id: The unique identifier of the check configuration -- settings: The approval settings object containing: - - approvers: Array of approver objects with id property - - minRequiredApprovers: Minimum number of required approvers (0 = all) - - executionOrder: Order in which approvers must approve (anyOrder or inSequence) - - requesterCannotBeApprover: Whether the requester can be an approver - - instructions: Instructions for the approvers - - blockedApprovers: Array of blocked approvers - - definitionRef: Reference to the approval definition with id property -- timeout: The timeout value in minutes -- type: The check type object with name and id properties -- resource: The resource object with type and id properties -- createdBy: The ID of the user who created the check -- createdOn: The timestamp when the check was created -- project: The project name -- collectionUri: The collection URI - ## NOTES - When an approval check with the same configuration already exists, the existing check is returned with a warning diff --git a/docs/New-AdoCheckBranchControl.md b/docs/New-AdoCheckBranchControl.md index a06111a..bcc96f3 100644 --- a/docs/New-AdoCheckBranchControl.md +++ b/docs/New-AdoCheckBranchControl.md @@ -372,17 +372,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a custom object representing the branch control check configuration: -- id: The unique identifier of the check configuration -- settings: The branch control settings including display name, definition reference, and inputs -- timeout: The timeout value in minutes -- type: The type of check (Task Check) -- resource: The resource details (type and id) -- createdBy: The ID of the user who created the check -- createdOn: The timestamp when the check was created -- project: The project name -- collectionUri: The collection URI - ## NOTES - When a branch control check with the same configuration already exists, the existing check is returned with a warning diff --git a/docs/New-AdoCheckBusinessHours.md b/docs/New-AdoCheckBusinessHours.md index fc16bf6..8446d4f 100644 --- a/docs/New-AdoCheckBusinessHours.md +++ b/docs/New-AdoCheckBusinessHours.md @@ -464,17 +464,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a custom object representing the business hours check configuration: -- id: The unique identifier of the check configuration -- settings: The business hours settings including display name, definition reference, inputs, and retry interval -- timeout: The timeout value in minutes -- type: The type of check (Task Check) -- resource: The resource details (type and id) -- createdBy: The ID of the user who created the check -- createdOn: The timestamp when the check was created -- project: The project name -- collectionUri: The collection URI - ## NOTES - When a business hours check with the same configuration already exists, the existing check is returned with a warning diff --git a/docs/New-AdoCheckConfiguration.md b/docs/New-AdoCheckConfiguration.md index 4770232..2c822a6 100644 --- a/docs/New-AdoCheckConfiguration.md +++ b/docs/New-AdoCheckConfiguration.md @@ -197,8 +197,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -An object representing the created check configuration. - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/New-AdoClassificationNode.md b/docs/New-AdoClassificationNode.md index 8722f1f..29c1714 100644 --- a/docs/New-AdoClassificationNode.md +++ b/docs/New-AdoClassificationNode.md @@ -221,18 +221,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a classification node object representing the created node with the following properties: -- id: The integer ID of the classification node -- identifier: The GUID identifier of the classification node -- name: The name of the classification node -- structureType: The type of structure (area or iteration) -- path: The full path of the classification node -- hasChildren: Boolean indicating if the node has child nodes -- children: (Optional) Array of child classification nodes if present -- attributes: (Optional) Additional attributes like startDate and finishDate for iterations -- projectName: The name of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/New-AdoEnvironment.md b/docs/New-AdoEnvironment.md index 9c1d6f9..a1a29ac 100644 --- a/docs/New-AdoEnvironment.md +++ b/docs/New-AdoEnvironment.md @@ -205,14 +205,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a newly created environment object with the following properties: -- id: The unique identifier of the environment -- name: The name of the environment -- createdBy: ID of the user who created the environment -- createdOn: Date and time when the environment was created -- projectName: The project name -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/New-AdoPolicyConfiguration.md b/docs/New-AdoPolicyConfiguration.md index f511f06..bf6e859 100644 --- a/docs/New-AdoPolicyConfiguration.md +++ b/docs/New-AdoPolicyConfiguration.md @@ -184,19 +184,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns the created policy configuration object with the following properties: -- id: The unique identifier of the created policy configuration -- type: The policy type object containing the type ID -- revision: The revision number of the configuration -- isEnabled: Whether the policy is enabled -- isBlocking: Whether the policy is blocking -- isDeleted: Whether the policy is deleted -- settings: The policy-specific settings object -- createdBy: The user who created the configuration -- createdDate: The date the configuration was created -- projectName: The project name where the configuration was created -- collectionUri: The collection URI of the Azure DevOps organization - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/New-AdoProject.md b/docs/New-AdoProject.md index aa53697..a6eeb7b 100644 --- a/docs/New-AdoProject.md +++ b/docs/New-AdoProject.md @@ -249,15 +249,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a project object with the following properties: -- id: The unique identifier of the created project -- name: The name of the project -- description: The description of the project -- visibility: The visibility of the project (Private or Public) -- state: The state of the project (typically 'wellFormed' after successful creation) -- defaultTeam: Information about the default team created with the project -- collectionUri: The collection URI the project belongs to - ## NOTES - The cmdlet automatically polls for project creation completion before returning diff --git a/docs/New-AdoPushInitialCommit.md b/docs/New-AdoPushInitialCommit.md index d395e1e..7b6fd2c 100644 --- a/docs/New-AdoPushInitialCommit.md +++ b/docs/New-AdoPushInitialCommit.md @@ -302,20 +302,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -A custom object containing details about the push operation. - -```text -[PSCustomObject]@{ - pushId = The ID of the push operation. - commits = The commits included in the push. - refUpdates = The reference updates for the push. - pushedBy = The user who initiated the push. - date = The date and time of the push. - projectName = The name of the project. - collectionUri = The URI of the Azure DevOps collection. -} -``` - ## NOTES - N/A diff --git a/docs/New-AdoRepository.md b/docs/New-AdoRepository.md index 01b8cf2..75b5417 100644 --- a/docs/New-AdoRepository.md +++ b/docs/New-AdoRepository.md @@ -191,16 +191,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a custom object with the following properties: -- id: The unique identifier of the repository -- name: The name of the repository -- project: The project object containing repository details -- defaultBranch: The default branch of the repository -- url: The URL of the repository -- remoteUrl: The remote URL for cloning the repository -- projectName: The name of the project containing the repository -- collectionUri: The collection URI of the Azure DevOps organization - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/New-AdoServiceEndpoint.md b/docs/New-AdoServiceEndpoint.md index c6648ab..7d74ebe 100644 --- a/docs/New-AdoServiceEndpoint.md +++ b/docs/New-AdoServiceEndpoint.md @@ -198,21 +198,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Service endpoint object with the following properties: -- id: The unique identifier of the service endpoint -- name: The name of the service endpoint -- type: The type of service endpoint (e.g., AzureRM, GitHub, Docker) -- description: The description of the service endpoint -- authorization: Authorization details including scheme and parameters -- url: The URL of the service endpoint -- isShared: Whether the endpoint is shared across projects -- isReady: Whether the endpoint is ready for use -- owner: The owner of the endpoint (library or agentcloud) -- data: Additional data associated with the endpoint -- serviceEndpointProjectReferences: Project references for the endpoint -- projectName: The project name extracted from configuration -- collectionUri: The collection URI - ## NOTES - The cmdlet extracts the project name from Configuration.serviceEndpointProjectReferences[0].projectReference.name. diff --git a/docs/New-AdoTeam.md b/docs/New-AdoTeam.md index 51a851e..570a1cb 100644 --- a/docs/New-AdoTeam.md +++ b/docs/New-AdoTeam.md @@ -193,16 +193,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a team object with the following properties: -- id: The unique identifier of the created team -- name: The name of the team -- description: The description of the team -- url: The REST API URL for the team -- identityUrl: The identity URL for the team -- projectId: The unique identifier of the project the team belongs to -- projectName: The name of the project the team belongs to -- collectionUri: The collection URI the team belongs to - ## NOTES - The team name must be unique within the project diff --git a/docs/Remove-AdoCheckConfiguration.md b/docs/Remove-AdoCheckConfiguration.md index 7c2ea60..f98ff91 100644 --- a/docs/Remove-AdoCheckConfiguration.md +++ b/docs/Remove-AdoCheckConfiguration.md @@ -176,7 +176,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -- N/A +- None ## NOTES diff --git a/docs/Remove-AdoClassificationNode.md b/docs/Remove-AdoClassificationNode.md index abe409f..e88d82b 100644 --- a/docs/Remove-AdoClassificationNode.md +++ b/docs/Remove-AdoClassificationNode.md @@ -237,7 +237,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -- N/A +- None ## NOTES diff --git a/docs/Remove-AdoDefault.md b/docs/Remove-AdoDefault.md index 108f334..c0a778c 100644 --- a/docs/Remove-AdoDefault.md +++ b/docs/Remove-AdoDefault.md @@ -80,7 +80,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -- N/A +- None ## NOTES diff --git a/docs/Remove-AdoEnvironment.md b/docs/Remove-AdoEnvironment.md index 08543a0..331e403 100644 --- a/docs/Remove-AdoEnvironment.md +++ b/docs/Remove-AdoEnvironment.md @@ -176,7 +176,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -- N/A +- None ## NOTES diff --git a/docs/Remove-AdoProject.md b/docs/Remove-AdoProject.md index 4ecf668..fc504d3 100644 --- a/docs/Remove-AdoProject.md +++ b/docs/Remove-AdoProject.md @@ -147,11 +147,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -- System.String +- N/A ## OUTPUTS -- None. This cmdlet does not generate output. +- None. ## NOTES diff --git a/docs/Remove-AdoRepository.md b/docs/Remove-AdoRepository.md index a6c1613..51afe01 100644 --- a/docs/Remove-AdoRepository.md +++ b/docs/Remove-AdoRepository.md @@ -169,9 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### None - -This cmdlet does not produce output. It removes the specified repository. +- None ## NOTES diff --git a/docs/Remove-AdoServiceEndpoint.md b/docs/Remove-AdoServiceEndpoint.md index 5a132d1..432c3d6 100644 --- a/docs/Remove-AdoServiceEndpoint.md +++ b/docs/Remove-AdoServiceEndpoint.md @@ -201,9 +201,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### None - -This cmdlet does not return any output. +- None ## NOTES diff --git a/docs/Remove-AdoTeam.md b/docs/Remove-AdoTeam.md index 47873fb..6dbf974 100644 --- a/docs/Remove-AdoTeam.md +++ b/docs/Remove-AdoTeam.md @@ -167,11 +167,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -- System.String +- N/A ## OUTPUTS -- None. This cmdlet does not generate output. +- None ## NOTES diff --git a/docs/Resolve-AdoDefinitionRef.md b/docs/Resolve-AdoDefinitionRef.md index 472ba04..c2fac79 100644 --- a/docs/Resolve-AdoDefinitionRef.md +++ b/docs/Resolve-AdoDefinitionRef.md @@ -182,11 +182,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Representing the check definition reference with the following properties: -- displayName: The display name of the check definition (e.g., 'Approval', 'Branch control') -- name: The camelCase name of the check definition (e.g., 'approval', 'branchControl') -- id: The unique identifier GUID of the check definition - ## NOTES - This function uses a static mapping of Azure DevOps check definition types diff --git a/docs/Set-AdoClassificationNode.md b/docs/Set-AdoClassificationNode.md index d964077..07074c4 100644 --- a/docs/Set-AdoClassificationNode.md +++ b/docs/Set-AdoClassificationNode.md @@ -265,18 +265,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns the updated classification node object with the following properties: -- id: The integer ID of the classification node -- identifier: The GUID identifier of the classification node -- name: The name of the classification node -- structureType: The type of structure (area or iteration) -- path: The full path of the classification node -- hasChildren: Boolean indicating if the node has child nodes -- children: (Optional) Array of child classification nodes if present -- attributes: (Optional) Additional attributes like startDate and finishDate for iterations -- projectName: The name of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Set-AdoDefault.md b/docs/Set-AdoDefault.md index 1154c7e..5073f54 100644 --- a/docs/Set-AdoDefault.md +++ b/docs/Set-AdoDefault.md @@ -127,11 +127,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns an object with the following properties: -- Organization: The default Azure DevOps organization name -- CollectionUri: The default Azure DevOps collection URI -- ProjectName: The default Azure DevOps project name - ## NOTES This function sets environment variables for the current session only. These defaults are used by other cmdlets in the module when parameters are not explicitly provided. diff --git a/docs/Set-AdoEnvironment.md b/docs/Set-AdoEnvironment.md index 695c2e6..e60bc2c 100644 --- a/docs/Set-AdoEnvironment.md +++ b/docs/Set-AdoEnvironment.md @@ -229,16 +229,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns an updated environment object with the following properties: -- id: The unique identifier of the environment -- name: The updated name of the environment -- createdBy: ID of the user who created the environment -- createdOn: Date and time when the environment was created -- lastModifiedBy: ID of the user who last modified the environment -- lastModifiedOn: Date and time when the environment was last modified -- projectName: The project name -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Set-AdoFeatureState.md b/docs/Set-AdoFeatureState.md index 07a6e5e..c0677dd 100644 --- a/docs/Set-AdoFeatureState.md +++ b/docs/Set-AdoFeatureState.md @@ -207,14 +207,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a custom object with the following properties: -- featureId: The unique identifier for the feature -- state: The state as text ('enabled' or 'disabled') -- feature: The feature name that was updated -- projectName: The name of the project -- projectId: The ID of the project -- collectionUri: The collection URI - ## NOTES - Turning off a feature hides this service for all members of this project. diff --git a/docs/Set-AdoPolicyConfiguration.md b/docs/Set-AdoPolicyConfiguration.md index 1826f51..33ea038 100644 --- a/docs/Set-AdoPolicyConfiguration.md +++ b/docs/Set-AdoPolicyConfiguration.md @@ -228,19 +228,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns the updated policy configuration object with the following properties: -- id: The unique identifier of the policy configuration -- type: The policy type object containing the type ID -- revision: The revision number of the configuration -- isEnabled: Whether the policy is enabled -- isBlocking: Whether the policy is blocking -- isDeleted: Whether the policy is deleted -- settings: The policy-specific settings object -- createdBy: The user who created the configuration -- createdDate: The date the configuration was created -- projectName: The project name where the configuration exists -- collectionUri: The collection URI of the Azure DevOps organization - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Set-AdoProject.md b/docs/Set-AdoProject.md index 78c6bd3..574f8a3 100644 --- a/docs/Set-AdoProject.md +++ b/docs/Set-AdoProject.md @@ -227,15 +227,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns the updated project object with the following properties: -- id: The unique identifier of the project -- name: The updated name of the project -- description: The updated description of the project -- visibility: The visibility of the project (Private or Public) -- state: The state of the project -- defaultTeam: Information about the default team for the project -- collectionUri: The collection URI the project belongs to - ## NOTES - The cmdlet accepts either a project ID (GUID) or project name for the Id parameter diff --git a/docs/Set-AdoTeam.md b/docs/Set-AdoTeam.md index 7cc8248..ccbca3e 100644 --- a/docs/Set-AdoTeam.md +++ b/docs/Set-AdoTeam.md @@ -221,16 +221,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns the updated team object with the following properties: -- id: The unique identifier of the team -- name: The updated name of the team -- description: The updated description of the team -- url: The REST API URL for the team -- identityUrl: The identity URL for the team -- projectId: The unique identifier of the project the team belongs to -- projectName: The name of the project the team belongs to -- collectionUri: The collection URI the team belongs to - ## NOTES - Only properties that are explicitly provided will be updated diff --git a/docs/Set-AdoTeamFieldValue.md b/docs/Set-AdoTeamFieldValue.md index ab2bc32..becec67 100644 --- a/docs/Set-AdoTeamFieldValue.md +++ b/docs/Set-AdoTeamFieldValue.md @@ -259,13 +259,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -The updated team field value settings for the specified team with the following properties: -- defaultValue: The default area path value for the team -- field: Object containing the field reference name and URL -- values: Array of area path values with includeChildren settings -- projectName: The project name used in the request -- collectionUri: The collection URI used in the request - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/docs/Set-AdoTeamSettings.md b/docs/Set-AdoTeamSettings.md index a94af1b..57d9f7d 100644 --- a/docs/Set-AdoTeamSettings.md +++ b/docs/Set-AdoTeamSettings.md @@ -412,17 +412,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### PSCustomObject -Returns a team settings object containing: -- backlogIteration: The backlog iteration configuration -- backlogVisibilities: Hashtable of backlog level visibilities (Epic, Feature, Requirement categories) -- bugsBehavior: How bugs are treated ('off', 'asRequirements', or 'asTasks') -- defaultIteration: The default iteration configuration -- defaultIterationMacro: Default iteration macro (e.g., '@currentIteration') -- workingDays: Array of working days for the team -- url: API URL for the team settings -- projectName: The name of the project -- collectionUri: The collection URI - ## NOTES - Requires authentication to Azure DevOps. Use `Set-AdoDefault` to configure default organization and project values. diff --git a/src/Azure.DevOps.PSModule/Azure.DevOps.PSModule.psm1 b/src/Azure.DevOps.PSModule/Azure.DevOps.PSModule.psm1 index 0c1c867..aff5ebf 100644 --- a/src/Azure.DevOps.PSModule/Azure.DevOps.PSModule.psm1 +++ b/src/Azure.DevOps.PSModule/Azure.DevOps.PSModule.psm1 @@ -5,19 +5,8 @@ using namespace System.Collections.Generic param() Write-Verbose $PSScriptRoot -Write-Verbose 'Import all modules in sub folders' +Write-Verbose 'Import all modules' -# First, load any class definitions from Private folder -# $classFiles = Get-ChildItem -Path (Join-Path -Path $PSScriptRoot -ChildPath 'Private') -Filter '*Classes.ps1' -ErrorAction SilentlyContinue -# if ($classFiles) { -# Write-Verbose ' Loading class definitions first' -# $classFiles | ForEach-Object { -# Write-Verbose (' {0}' -f $_.basename) -# . $_.FullName -# } -# } - -# Then load all other files foreach ($folder in @('Private', 'Public')) { $root = Join-Path -Path $PSScriptRoot -ChildPath $folder @@ -29,3 +18,6 @@ foreach ($folder in @('Private', 'Public')) { $files | ForEach-Object { Write-Verbose (' {0}' -f $_.basename); . $_.FullName } } } + +# Export only the functions specified in the module manifest +Export-ModuleMember -Function * -Alias * diff --git a/src/Azure.DevOps.PSModule/Private/Helper/Confirm-CollectionUri.ps1 b/src/Azure.DevOps.PSModule/Private/Helper/Confirm-CollectionUri.ps1 index a243ecd..974f3d0 100644 --- a/src/Azure.DevOps.PSModule/Private/Helper/Confirm-CollectionUri.ps1 +++ b/src/Azure.DevOps.PSModule/Private/Helper/Confirm-CollectionUri.ps1 @@ -10,7 +10,7 @@ The URI to validate. .OUTPUTS - [bool] Returns $true if the URI is valid; otherwise, throws an error. + Boolean .EXAMPLE Confirm-CollectionUri -Uri 'https://dev.azure.com/my-org' diff --git a/src/Azure.DevOps.PSModule/Private/Helper/Confirm-Default.ps1 b/src/Azure.DevOps.PSModule/Private/Helper/Confirm-Default.ps1 index 721969e..17e734f 100644 --- a/src/Azure.DevOps.PSModule/Private/Helper/Confirm-Default.ps1 +++ b/src/Azure.DevOps.PSModule/Private/Helper/Confirm-Default.ps1 @@ -10,6 +10,9 @@ .PARAMETER Defaults A hashtable containing the default parameters to be checked. + .OUTPUTS + None + .EXAMPLE $defaults = @{ Organization = 'my-org' diff --git a/src/Azure.DevOps.PSModule/Private/Helper/Invoke-AdoRestMethod.ps1 b/src/Azure.DevOps.PSModule/Private/Helper/Invoke-AdoRestMethod.ps1 index 9f6b4ef..e12e8b7 100644 --- a/src/Azure.DevOps.PSModule/Private/Helper/Invoke-AdoRestMethod.ps1 +++ b/src/Azure.DevOps.PSModule/Private/Helper/Invoke-AdoRestMethod.ps1 @@ -24,6 +24,9 @@ .PARAMETER ContentType The content type of the request. Default is 'application/json'. + + .OUTPUTS + The response from the Azure DevOps Services REST API. #> [CmdletBinding()] param ( diff --git a/src/Azure.DevOps.PSModule/Private/Helper/New-AdoAuthHeader.ps1 b/src/Azure.DevOps.PSModule/Private/Helper/New-AdoAuthHeader.ps1 index ac36cbe..1b45da1 100644 --- a/src/Azure.DevOps.PSModule/Private/Helper/New-AdoAuthHeader.ps1 +++ b/src/Azure.DevOps.PSModule/Private/Helper/New-AdoAuthHeader.ps1 @@ -9,6 +9,9 @@ .PARAMETER PAT The personal access token (PAT) to use for the authentication. If not provided, the token is retrieved using Get-AzAccessToken. + + .OUTPUTS + None #> [CmdletBinding()] param ( diff --git a/src/Azure.DevOps.PSModule/Public/Core/Processes/Get-AdoProcess.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Processes/Get-AdoProcess.ps1 index 8117c67..8c27341 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Processes/Get-AdoProcess.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Processes/Get-AdoProcess.ps1 @@ -16,6 +16,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/processes/list diff --git a/src/Azure.DevOps.PSModule/Public/Core/Projects/Get-AdoProject.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Projects/Get-AdoProject.ps1 index dbb2977..7cfa8c3 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Projects/Get-AdoProject.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Projects/Get-AdoProject.ps1 @@ -31,6 +31,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/projects/get https://learn.microsoft.com/en-us/rest/api/azure/devops/core/projects/list diff --git a/src/Azure.DevOps.PSModule/Public/Core/Projects/New-AdoProject.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Projects/New-AdoProject.ps1 index 86b07a5..78045fe 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Projects/New-AdoProject.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Projects/New-AdoProject.ps1 @@ -28,6 +28,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/projects/create diff --git a/src/Azure.DevOps.PSModule/Public/Core/Projects/Remove-AdoProject.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Projects/Remove-AdoProject.ps1 index 5d6e92c..5b0a92c 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Projects/Remove-AdoProject.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Projects/Remove-AdoProject.ps1 @@ -15,6 +15,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + None + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/projects/delete diff --git a/src/Azure.DevOps.PSModule/Public/Core/Projects/Set-AdoProject.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Projects/Set-AdoProject.ps1 index 883d77b..dec9b29 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Projects/Set-AdoProject.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Projects/Set-AdoProject.ps1 @@ -24,6 +24,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/projects/update diff --git a/src/Azure.DevOps.PSModule/Public/Core/Teams/Get-AdoTeam.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Teams/Get-AdoTeam.ps1 index 7360a88..61eb0f1 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Teams/Get-AdoTeam.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Teams/Get-AdoTeam.ps1 @@ -25,6 +25,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/teams/get https://learn.microsoft.com/en-us/rest/api/azure/devops/core/teams/get-teams diff --git a/src/Azure.DevOps.PSModule/Public/Core/Teams/New-AdoTeam.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Teams/New-AdoTeam.ps1 index df2586b..5aa8b9e 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Teams/New-AdoTeam.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Teams/New-AdoTeam.ps1 @@ -21,6 +21,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.2-preview.3'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/teams/create diff --git a/src/Azure.DevOps.PSModule/Public/Core/Teams/Remove-AdoTeam.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Teams/Remove-AdoTeam.ps1 index e9a0827..4670df0 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Teams/Remove-AdoTeam.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Teams/Remove-AdoTeam.ps1 @@ -18,6 +18,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + None + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/teams/delete diff --git a/src/Azure.DevOps.PSModule/Public/Core/Teams/Set-AdoTeam.ps1 b/src/Azure.DevOps.PSModule/Public/Core/Teams/Set-AdoTeam.ps1 index 2c16f61..5e35562 100644 --- a/src/Azure.DevOps.PSModule/Public/Core/Teams/Set-AdoTeam.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Core/Teams/Set-AdoTeam.ps1 @@ -24,6 +24,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/core/teams/update diff --git a/src/Azure.DevOps.PSModule/Public/Feature/FeatureStatesQuery/Get-AdoFeatureState.ps1 b/src/Azure.DevOps.PSModule/Public/Feature/FeatureStatesQuery/Get-AdoFeatureState.ps1 index 1200fd1..b9b473f 100644 --- a/src/Azure.DevOps.PSModule/Public/Feature/FeatureStatesQuery/Get-AdoFeatureState.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Feature/FeatureStatesQuery/Get-AdoFeatureState.ps1 @@ -17,13 +17,7 @@ Optional. The API version to use. Default is '4.1-preview.1'. .OUTPUTS - [PSCustomObject]@{ - feature : Feature name (e.g., 'boards', 'repos', 'pipelines', 'testPlans', 'artifacts') - state : State of the feature (e.g., 'enabled', 'disabled') - featureId : Feature ID (e.g., 'ms.vss-code.version-control') - projectName : Name of the project - collectionUri : Collection URI used - } + PSCustomObject .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/feature-management/featurestatesquery diff --git a/src/Azure.DevOps.PSModule/Public/Feature/FeatureStatesQuery/Set-AdoFeatureState.ps1 b/src/Azure.DevOps.PSModule/Public/Feature/FeatureStatesQuery/Set-AdoFeatureState.ps1 index e1989c2..2a98cc9 100644 --- a/src/Azure.DevOps.PSModule/Public/Feature/FeatureStatesQuery/Set-AdoFeatureState.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Feature/FeatureStatesQuery/Set-AdoFeatureState.ps1 @@ -23,13 +23,7 @@ Optional. The API version to use. Default is '4.1-preview.1'. .OUTPUTS - [PSCustomObject]@{ - feature : Feature name (e.g., 'boards', 'repos', 'pipelines', 'testPlans', 'artifacts') - state : State of the feature (e.g., 'enabled', 'disabled') - featureId : Feature ID (e.g., 'ms.vss-code.version-control') - projectName : Name of the project - collectionUri : Collection URI used - } + PSCustomObject .NOTES - Turning off a feature hides this service for all members of this project. diff --git a/src/Azure.DevOps.PSModule/Public/Git/Pushes/New-AdoPushInitialCommit.ps1 b/src/Azure.DevOps.PSModule/Public/Git/Pushes/New-AdoPushInitialCommit.ps1 index bb33425..d2c17e4 100644 --- a/src/Azure.DevOps.PSModule/Public/Git/Pushes/New-AdoPushInitialCommit.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Git/Pushes/New-AdoPushInitialCommit.ps1 @@ -34,17 +34,7 @@ Optional. The API version to use for the request. Default is '7.1'. .OUTPUTS - A custom object containing details about the push operation. - - [PSCustomObject]@{ - pushId = The ID of the push operation. - commits = The commits included in the push. - refUpdates = The reference updates for the push. - pushedBy = The user who initiated the push. - date = The date and time of the push. - projectName = The name of the project. - collectionUri = The URI of the Azure DevOps collection. - } + PSCustomObject .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pushes/get diff --git a/src/Azure.DevOps.PSModule/Public/Git/Repositories/Get-AdoRepository.ps1 b/src/Azure.DevOps.PSModule/Public/Git/Repositories/Get-AdoRepository.ps1 index 9973d25..8f6285c 100644 --- a/src/Azure.DevOps.PSModule/Public/Git/Repositories/Get-AdoRepository.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Git/Repositories/Get-AdoRepository.ps1 @@ -25,6 +25,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/git/repositories/get-repository diff --git a/src/Azure.DevOps.PSModule/Public/Git/Repositories/New-AdoRepository.ps1 b/src/Azure.DevOps.PSModule/Public/Git/Repositories/New-AdoRepository.ps1 index 45d8c73..8fabc9e 100644 --- a/src/Azure.DevOps.PSModule/Public/Git/Repositories/New-AdoRepository.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Git/Repositories/New-AdoRepository.ps1 @@ -21,6 +21,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/git/repositories/create diff --git a/src/Azure.DevOps.PSModule/Public/Git/Repositories/Remove-AdoRepository.ps1 b/src/Azure.DevOps.PSModule/Public/Git/Repositories/Remove-AdoRepository.ps1 index f86ef77..4b716b8 100644 --- a/src/Azure.DevOps.PSModule/Public/Git/Repositories/Remove-AdoRepository.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Git/Repositories/Remove-AdoRepository.ps1 @@ -18,6 +18,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + None + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/git/repositories/delete diff --git a/src/Azure.DevOps.PSModule/Public/Graph/Groups/Add-AdoGroupMember.ps1 b/src/Azure.DevOps.PSModule/Public/Graph/Groups/Add-AdoGroupMember.ps1 index fb754d3..1aa133e 100644 --- a/src/Azure.DevOps.PSModule/Public/Graph/Groups/Add-AdoGroupMember.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Graph/Groups/Add-AdoGroupMember.ps1 @@ -19,6 +19,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for this request to work. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/graph/groups/create diff --git a/src/Azure.DevOps.PSModule/Public/Graph/Memberships/Get-AdoMembership.ps1 b/src/Azure.DevOps.PSModule/Public/Graph/Memberships/Get-AdoMembership.ps1 index 880ab14..33af535 100644 --- a/src/Azure.DevOps.PSModule/Public/Graph/Memberships/Get-AdoMembership.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Graph/Memberships/Get-AdoMembership.ps1 @@ -18,6 +18,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/graph/memberships/get diff --git a/src/Azure.DevOps.PSModule/Public/Helper/Get-AdoDefault.ps1 b/src/Azure.DevOps.PSModule/Public/Helper/Get-AdoDefault.ps1 index abaaff0..6dee885 100644 --- a/src/Azure.DevOps.PSModule/Public/Helper/Get-AdoDefault.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Helper/Get-AdoDefault.ps1 @@ -6,6 +6,9 @@ .DESCRIPTION This function gets the default Azure DevOps environment variables from the current session. + .OUTPUTS + PSCustomObject + .EXAMPLE Get-AdoDefault diff --git a/src/Azure.DevOps.PSModule/Public/Helper/Remove-AdoDefault.ps1 b/src/Azure.DevOps.PSModule/Public/Helper/Remove-AdoDefault.ps1 index 2e460bf..a942c7f 100644 --- a/src/Azure.DevOps.PSModule/Public/Helper/Remove-AdoDefault.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Helper/Remove-AdoDefault.ps1 @@ -6,6 +6,9 @@ .DESCRIPTION This function removes the default Azure DevOps environment variables from both the current session. + .OUTPUTS + PSCustomObject + .EXAMPLE Remove-AdoDefault diff --git a/src/Azure.DevOps.PSModule/Public/Helper/Resolve-AdoDefinitionRef.ps1 b/src/Azure.DevOps.PSModule/Public/Helper/Resolve-AdoDefinitionRef.ps1 index 3be9a44..973f9a8 100644 --- a/src/Azure.DevOps.PSModule/Public/Helper/Resolve-AdoDefinitionRef.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Helper/Resolve-AdoDefinitionRef.ps1 @@ -25,14 +25,7 @@ Returns all available check definition references. .OUTPUTS - [PSCustomObject]@{ - name = '' - id = '' - displayName = '' - } - - Representing the check definition reference with 'name' and 'id' properties. - When using -ListAll, returns an array of all definition reference objects. + PSCustomObject .EXAMPLE Resolve-AdoDefinitionRef -Name 'approval' diff --git a/src/Azure.DevOps.PSModule/Public/Helper/Set-AdoDefault.ps1 b/src/Azure.DevOps.PSModule/Public/Helper/Set-AdoDefault.ps1 index e228c45..850c781 100644 --- a/src/Azure.DevOps.PSModule/Public/Helper/Set-AdoDefault.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Helper/Set-AdoDefault.ps1 @@ -6,6 +6,9 @@ .DESCRIPTION This function sets the default Azure DevOps environment variables for the current session. + .OUTPUTS + PSCustomObject + .EXAMPLE Set-AdoDefault -Organization 'my-org' -Project 'my-project-1' diff --git a/src/Azure.DevOps.PSModule/Public/MemberEntitlementManagement/UserEntitlements/Get-AdoUserEntitlement.ps1 b/src/Azure.DevOps.PSModule/Public/MemberEntitlementManagement/UserEntitlements/Get-AdoUserEntitlement.ps1 index 607aef8..921f6da 100644 --- a/src/Azure.DevOps.PSModule/Public/MemberEntitlementManagement/UserEntitlements/Get-AdoUserEntitlement.ps1 +++ b/src/Azure.DevOps.PSModule/Public/MemberEntitlementManagement/UserEntitlements/Get-AdoUserEntitlement.ps1 @@ -29,17 +29,7 @@ Optional. Version of the API to use. Default is '7.1'. .OUTPUTS - System.Collections.Specialized.OrderedDictionary - - The dictionary contains user entitlements: - - `accessLevel`: User's access level denoted by a license. - - `extensions`: User's extensions. - - `groupAssigments`: [Readonly] GroupEntitlements that this user belongs to. - - `id`: The unique identifier which matches the Id of the Identity associated with the GraphMember. - - `lastAccessedDate`: [Readonly] Date the user last accessed the collection. - - `projectEntitlements`: Relation between a project and the user's effective permissions in that project. - - `user`: User reference. - - `collectionUri`: The collection URI. + PSCustomObject .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/user-entitlements/get diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/Get-AdoCheckConfiguration.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/Get-AdoCheckConfiguration.ps1 index 3ae56a8..0162f2f 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/Get-AdoCheckConfiguration.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/Get-AdoCheckConfiguration.ps1 @@ -38,6 +38,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + PSCustomObject + .LINK - https://learn.microsoft.com/en-us/rest/api/azure/devops/approvalsandchecks/check-configurations/get - https://learn.microsoft.com/en-us/rest/api/azure/devops/approvalsandchecks/check-configurations/list diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckApproval.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckApproval.ps1 index 3edca2b..b00df54 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckApproval.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckApproval.ps1 @@ -49,6 +49,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/approvalsandchecks/check-configurations/add diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckBranchControl.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckBranchControl.ps1 index f0f526a..8d5b423 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckBranchControl.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckBranchControl.ps1 @@ -41,6 +41,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/approvalsandchecks/check-configurations/add diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckBusinessHours.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckBusinessHours.ps1 index e618ca2..30e72f2 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckBusinessHours.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckBusinessHours.ps1 @@ -45,6 +45,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/approvalsandchecks/check-configurations/add diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckConfiguration.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckConfiguration.ps1 index 5f66e10..c171fe0 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckConfiguration.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/New-AdoCheckConfiguration.ps1 @@ -22,6 +22,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/approvalsandchecks/check-configurations/add diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/Remove-AdoCheckConfiguration.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/Remove-AdoCheckConfiguration.ps1 index 7a9bd7c..120ea45 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/Remove-AdoCheckConfiguration.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Check/Configuration/Remove-AdoCheckConfiguration.ps1 @@ -19,6 +19,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + None + .EXAMPLE $params = @{ CollectionUri = 'https://dev.azure.com/my-org' diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Get-AdoEnvironment.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Get-AdoEnvironment.ps1 index 2e4ab50..6b27993 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Get-AdoEnvironment.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Get-AdoEnvironment.ps1 @@ -28,6 +28,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + PSCustomObject + .LINK - https://learn.microsoft.com/en-us/rest/api/azure/devops/environments/environments/get - https://learn.microsoft.com/en-us/rest/api/azure/devops/environments/environments/list diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/New-AdoEnvironment.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/New-AdoEnvironment.ps1 index c54ccb0..8f761ab 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/New-AdoEnvironment.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/New-AdoEnvironment.ps1 @@ -23,6 +23,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/environments/environments/add diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Remove-AdoEnvironment.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Remove-AdoEnvironment.ps1 index e4c61dc..244c272 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Remove-AdoEnvironment.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Remove-AdoEnvironment.ps1 @@ -19,6 +19,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + None + .EXAMPLE $params = @{ CollectionUri = 'https://dev.azure.com/my-org' diff --git a/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Set-AdoEnvironment.ps1 b/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Set-AdoEnvironment.ps1 index 6313d6b..0e15361 100644 --- a/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Set-AdoEnvironment.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Pipeline/Environment/Set-AdoEnvironment.ps1 @@ -25,6 +25,9 @@ Optional. The API version to use for the request. Default is '7.2-preview.1'. The -preview flag must be supplied in the api-version for such requests. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/environments/environments/update diff --git a/src/Azure.DevOps.PSModule/Public/Policy/Configurations/Get-AdoPolicyConfiguration.ps1 b/src/Azure.DevOps.PSModule/Public/Policy/Configurations/Get-AdoPolicyConfiguration.ps1 index 7b3bc81..78fa8f4 100644 --- a/src/Azure.DevOps.PSModule/Public/Policy/Configurations/Get-AdoPolicyConfiguration.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Policy/Configurations/Get-AdoPolicyConfiguration.ps1 @@ -32,6 +32,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/get https://learn.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/list diff --git a/src/Azure.DevOps.PSModule/Public/Policy/Configurations/New-AdoPolicyConfiguration.ps1 b/src/Azure.DevOps.PSModule/Public/Policy/Configurations/New-AdoPolicyConfiguration.ps1 index cecf055..e0cbd73 100644 --- a/src/Azure.DevOps.PSModule/Public/Policy/Configurations/New-AdoPolicyConfiguration.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Policy/Configurations/New-AdoPolicyConfiguration.ps1 @@ -20,9 +20,7 @@ Optional. The API version to use for the request. Default is '7.1'. .OUTPUTS - [PSCustomObject] - - The created policy configuration object. + PSCustomObject .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create diff --git a/src/Azure.DevOps.PSModule/Public/Policy/Configurations/Set-AdoPolicyConfiguration.ps1 b/src/Azure.DevOps.PSModule/Public/Policy/Configurations/Set-AdoPolicyConfiguration.ps1 index 5ecbcc3..456b3e2 100644 --- a/src/Azure.DevOps.PSModule/Public/Policy/Configurations/Set-AdoPolicyConfiguration.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Policy/Configurations/Set-AdoPolicyConfiguration.ps1 @@ -23,9 +23,7 @@ Optional. The API version to use for the request. Default is '7.1'. .OUTPUTS - [PSCustomObject] - - The updated policy configuration object. + PSCustomObject .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/update diff --git a/src/Azure.DevOps.PSModule/Public/Policy/Types/Get-AdoPolicyType.ps1 b/src/Azure.DevOps.PSModule/Public/Policy/Types/Get-AdoPolicyType.ps1 index 4fb30d1..49ea094 100644 --- a/src/Azure.DevOps.PSModule/Public/Policy/Types/Get-AdoPolicyType.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Policy/Types/Get-AdoPolicyType.ps1 @@ -22,6 +22,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK - https://learn.microsoft.com/en-us/rest/api/azure/devops/policy/types/get - https://learn.microsoft.com/en-us/rest/api/azure/devops/policy/types/list diff --git a/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/Get-AdoServiceEndpoint.ps1 b/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/Get-AdoServiceEndpoint.ps1 index f530866..48d1a93 100644 --- a/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/Get-AdoServiceEndpoint.ps1 +++ b/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/Get-AdoServiceEndpoint.ps1 @@ -27,6 +27,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK - https://learn.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints/get - https://learn.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints/get-service-endpoints diff --git a/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/New-AdoServiceEndpoint.ps1 b/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/New-AdoServiceEndpoint.ps1 index a864242..7feafbc 100644 --- a/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/New-AdoServiceEndpoint.ps1 +++ b/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/New-AdoServiceEndpoint.ps1 @@ -16,6 +16,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints/create diff --git a/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/Remove-AdoServiceEndpoint.ps1 b/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/Remove-AdoServiceEndpoint.ps1 index a6068e0..889c989 100644 --- a/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/Remove-AdoServiceEndpoint.ps1 +++ b/src/Azure.DevOps.PSModule/Public/ServiceEndpoint/EndPoints/Remove-AdoServiceEndpoint.ps1 @@ -21,6 +21,9 @@ .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + None + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints/delete diff --git a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Get-AdoTeamSettings.ps1 b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Get-AdoTeamSettings.ps1 index e60736b..e218ce3 100644 --- a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Get-AdoTeamSettings.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Get-AdoTeamSettings.ps1 @@ -20,6 +20,9 @@ function Get-AdoTeamSettings { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/work/teamsettings/get diff --git a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Iterations/Add-AdoTeamIteration.ps1 b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Iterations/Add-AdoTeamIteration.ps1 index 450b1a5..e97c399 100644 --- a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Iterations/Add-AdoTeamIteration.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Iterations/Add-AdoTeamIteration.ps1 @@ -23,6 +23,9 @@ function Add-AdoTeamIteration { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/work/iterations/post-team-iteration diff --git a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Iterations/Get-AdoTeamIteration.ps1 b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Iterations/Get-AdoTeamIteration.ps1 index 6960a3c..b6e9e10 100644 --- a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Iterations/Get-AdoTeamIteration.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Iterations/Get-AdoTeamIteration.ps1 @@ -26,6 +26,9 @@ function Get-AdoTeamIteration { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/work/iterations/get https://learn.microsoft.com/en-us/rest/api/azure/devops/work/iterations/list diff --git a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Set-AdoTeamSettings.ps1 b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Set-AdoTeamSettings.ps1 index 27a0d52..11d0ba6 100644 --- a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Set-AdoTeamSettings.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/Set-AdoTeamSettings.ps1 @@ -38,6 +38,9 @@ function Set-AdoTeamSettings { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/work/teamsettings/update diff --git a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/TeamFieldValues/Get-AdoTeamFieldValue.ps1 b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/TeamFieldValues/Get-AdoTeamFieldValue.ps1 index 3ac72f9..512745b 100644 --- a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/TeamFieldValues/Get-AdoTeamFieldValue.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/TeamFieldValues/Get-AdoTeamFieldValue.ps1 @@ -20,6 +20,9 @@ function Get-AdoTeamFieldValue { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/work/teamfieldvalues/get diff --git a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/TeamFieldValues/Set-AdoTeamFieldValue.ps1 b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/TeamFieldValues/Set-AdoTeamFieldValue.ps1 index 5ab6b28..7b923f3 100644 --- a/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/TeamFieldValues/Set-AdoTeamFieldValue.ps1 +++ b/src/Azure.DevOps.PSModule/Public/Work/TeamSettings/TeamFieldValues/Set-AdoTeamFieldValue.ps1 @@ -26,6 +26,9 @@ function Set-AdoTeamFieldValue { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/work/teamfieldvalues/update diff --git a/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Get-AdoClassificationNode.ps1 b/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Get-AdoClassificationNode.ps1 index 7b9d473..884cf0b 100644 --- a/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Get-AdoClassificationNode.ps1 +++ b/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Get-AdoClassificationNode.ps1 @@ -32,6 +32,9 @@ function Get-AdoClassificationNode { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK - https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/get - https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/get-root-nodes diff --git a/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/New-AdoClassificationNode.ps1 b/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/New-AdoClassificationNode.ps1 index 9de56ac..82efa70 100644 --- a/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/New-AdoClassificationNode.ps1 +++ b/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/New-AdoClassificationNode.ps1 @@ -25,6 +25,9 @@ function New-AdoClassificationNode { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/create-or-update diff --git a/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Remove-AdoClassificationNode.ps1 b/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Remove-AdoClassificationNode.ps1 index 6e1b45a..5d9a2e4 100644 --- a/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Remove-AdoClassificationNode.ps1 +++ b/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Remove-AdoClassificationNode.ps1 @@ -27,6 +27,9 @@ function Remove-AdoClassificationNode { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + None + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/delete diff --git a/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Set-AdoClassificationNode.ps1 b/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Set-AdoClassificationNode.ps1 index 0f40dda..cfed014 100644 --- a/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Set-AdoClassificationNode.ps1 +++ b/src/Azure.DevOps.PSModule/Public/WorkItemTracking/ClassificationNodes/Set-AdoClassificationNode.ps1 @@ -31,6 +31,9 @@ function Set-AdoClassificationNode { .PARAMETER Version Optional. The API version to use for the request. Default is '7.1'. + .OUTPUTS + PSCustomObject + .LINK https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/update