-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Az.DataFactory 1.18.2 - Unable to deserialize the response #24316
Comments
Encountering the same issue on version 1.18.2, this issue is not present on 1.18.1 |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @zhangyd2015, @Frey-Wang, @Jingshu923. |
Even we are facing the same issue, when can we expect a resolution ? |
HI Team we are facing the same issue with 1.18.2 for our web activity in the pipelines , is there a time line on the resolution for this ? |
We are facing this challnge too and it has resulted in failures of the PrePostDeploymentScript used in our CI.CD pipelines. This is a breaking change for us so any priority effort that could be placed on either rectifying the issue or rolling back the update would be appreciated. |
Is there any update on this issue? |
Thanks for feedback. I am from ADF team, we have acknowledged and identified these issues and working on a hotfix release. We aim to release the new version with hotfix by the end of this week 3.15. I will share the status with you when the new version powershell module released. Before the new release, you could use 1.18.1 version to work around. |
Applied a hotfix and released a new version of Az.DataFactory |
I know its unrelated but the GitHub action repo data-factory-deploy is archived and cannot implement this fix. Is there anyone we can reach out to fix our workflows? |
Hi , i am also facing the issue with github action repo for data-factory-deploy method , this method is first running the command
which seems to be still installing the data factory 18.2 version and causing the failures in pre port deployment script . ps 1 where the triggers get turned on and off , Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force this is still bringing in the 1.18.2 version of data factory , can we get this fixed ? |
A workaround I found was to add a step in your own workflow to do a manual install of specifically Az.DataFactory before you run the depoy action. See below example:
|
Description
Since version 1.18.2 of Az.DataFactory module, we got error with deserialization of pipeline jsons when running
**Get-AzDataFactoryV2Pipeline** -ResourceGroupName "XXXX" -DataFactoryName "YYYY" -name "ZZZZ
I get error for 14 out of 700 pipeline deployed. Problematic pipelines jsons:
When downgrading to version 1.18.0 everything works fine:
Issue script & Debug output
Environment data
Module versions
Error output
The text was updated successfully, but these errors were encountered: