liprec / vsts-release-aas

Repository for my Analysis Service Azure pipelines tasks related to Azure Analysis Service or Power BI Premium
Other
27 stars 28 forks source link

Pipeline error after upgrade? #92

Closed GolamRashed closed 2 years ago

GolamRashed commented 2 years ago

We set up our pipeline in 2020 with this repo, then it got updated recently to v1.5.8 and there are two new fields that were not present in the previous v1.3.6. How can we select the values for these two drop-down menu items so that our workflow is not impacted (stays like v1.3.6)?

MicrosoftTeams-image

liprec commented 2 years ago

The default values are: Deploy partitions (deploypartitions) and Deploy roles and members (deployrolesandmembers)

GolamRashed commented 2 years ago

Thanks for the quick reply. These default values will not affect our existing data?

liprec commented 2 years ago

These values will overwrite the target partitions and roles including memberships, same as the previous versions. If you want to preserve target/service partitions, you can alter the option to retainpartitions. Same is for the roles and members.

GolamRashed commented 2 years ago

These values will overwrite the target partitions and roles including memberships, same as the previous versions.

So in the previous version, target partitions and roles including memberships would get overwritten without specifying these values? Then Deploy partitions (deploypartitions) and Deploy roles and members (deployrolesandmembers) might be the correct vaues.

liprec commented 2 years ago

Yes

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.