issue in Azure Devops with Az.Synapse version 0.19.0

Jay Freeman 11 Reputation points
2021-12-07T17:32:42.2+00:00

there is an issue with Az.Synapse 0.19.0 when calling 'Get-AzSynapseRoleAssignment' in an Azure DevOps pipeline

This was working yesterday with version 0.18.0
I have found that in my pipeline I have to specifically use 0.18.0 to resolve the issue using the following command

Find-Module Az.Synapse | Install-Module -MaximumVersion 0.18.0 -Force

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,696 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,406 Reputation points Microsoft Employee
    2021-12-08T15:49:10.48+00:00

    Hi @Jay Freeman ,

    Thank you for posting query in Microsoft Q&A Platform.

    I Installed Az.Synapse Module version 0.19.0 and then tried to run cmdlet Get-AzSynapseRoleAssignment. It looks Get-AzSynapseRoleAssignment command was not found in Az.Synapse Module 0.19.0. Please check below screenshot for reference.

    155930-image.png

    I raised this concern with Product team. I will share updates once I here back.

    Hope this will help. Please let us know if any further queries. Thank you.

    --------------------

    Please consider hitting Accept Answer button. Accepted answers helps community as well.