Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.25k stars 3.85k forks source link

Az PS module for managing Azure Devops #9214

Open avirup28 opened 5 years ago

avirup28 commented 5 years ago

Description of the new feature

If the PS module for Az Devops extension which is there for cli is available then it will be good for people like us who manages most of their task through PS.

https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/devops?view=azure-cli-latest

Proposed implementation details (optional)

We already have az cli extension to manage azure devops, We just want it for Azure PowerShell

dcaro commented 5 years ago

Thanks @avirup28 for reporting this issue. At this time, @DarqueWarrior is maintaining a PowerShell module to manage Azure DevOps and Azure DevOps Server that you can find here: https://www.powershellgallery.com/packages/VSTeam/6.2.2 I will update this issue in few days with additional updates on this feature request.

jwittner commented 5 years ago

Would love to see the VSTeam functionality moved into the officially supported Az family, but thanks a ton for the pointer to it! Really cool!

Ayanmullick commented 3 years ago

There is no documentation for DevOps cmdlets in Azure SDK?

Screenshot ![image](https://user-images.githubusercontent.com/17693249/112932447-89defb80-90e3-11eb-9201-d2f0a8688b16.png)

@mikefrobbins , Should one create a separate issue in the MicrosoftDocs/azure-docs-powershell repository?

DarqueWarrior commented 3 years ago

There is no documentation for DevOps cmdlets in Azure SDK?

Screenshot @mikefrobbins , Should one create a separate issue in the MicrosoftDocs/azure-docs-powershell repository?

https://methodsandpractices.github.io/vsteam-docs/docs/modules/vsteam/index

dcaro commented 3 years ago

@Ayanmullick, the DevOps module for PowerShell in not part of the Az module, this is why it is not in the official reference documentation.

Ayanmullick commented 3 years ago

@Ayanmullick, the DevOps module for PowerShell in not part of the Az module, this is why it is not in the official reference documentation.

Is it planned to have parity among the PowerShell and CLI SDK's?

dcaro commented 3 years ago

Our goal is to meet our customers where they are and provide the same support for each tool. DevOps is a particular case since there is already a module available.

Ayanmullick commented 3 years ago

Our goal is to meet our customers where they are and provide the same support for each tool. DevOps is a particular case since there is already a module available.

I understand, @dcaro. Will Microsoft help address documentation gaps for recommended modules? https://github.com/MethodsAndPractices/vsteam-docs/issues/10

DarqueWarrior commented 3 years ago

Hi @Ayanmullick you can log issues on the VSTeam repo if there are issues in the docs. That would not fall in this repo.