Skip to content
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

Any change in Az.Resources for Adf? #20495

Closed
gshapiyevInspereX opened this issue Dec 21, 2022 · 3 comments
Closed

Any change in Az.Resources for Adf? #20495

gshapiyevInspereX opened this issue Dec 21, 2022 · 3 comments
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported issue-addressed

Comments

@gshapiyevInspereX
Copy link

Description

Hi

Have 6.0.1 version of Az.Resources installed. Deploying Adf resources (Pipelines/Dataflows) everything works fine
Have another machine with version 6.5.0. Resources deploying fine except some that have reference to other resources with names that have spaces in them.

Example:

  • Pipeline "Pipeline1" references Dataflow "My Great Dataflow"
  • Dataflow deploys fine
  • When creating Pipeline1 get an error that it can't find resource named 'mygreatdataflow'
  • Changing dataflow name to one without spaces works fine

So is this a bug or a feature?

Issue script & Debug output

Too much going on there
Debug output shows first json of my resource with all original names
HTTP PUT debug output has all names replaced with ones without spaces

Environment data

Name                           Value
----                           -----
PSVersion                      7.2.1
PSEdition                      Core
GitCommitId                    7.3.1
OS                             Microsoft Windows 10.0.22621
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Module versions

Az - 9.2.0
Az.Resources - 6.5.0 (6.0.1 works fine)

Error output

BadRequest : The document creation or update failed because of invalid reference 'mygreatdataflow'
@gshapiyevInspereX gshapiyevInspereX added bug This issue requires a change to an existing behavior in the product in order to be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Dec 21, 2022
@ghost ghost added customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Dec 21, 2022
@dingmeng-xue
Copy link
Member

@gshapiyevInspereX , sorry for that. It is a regression issue #20386 introduced by contributor. We have fixed the issue and released new version of Az.Resources 6.5.1.

@ghost
Copy link

ghost commented Dec 26, 2022

Hi @gshapiyevInspereX. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “/unresolve” to remove the “issue-addressed” label and continue the conversation.

@gshapiyevInspereX
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported issue-addressed
Projects
None yet
Development

No branches or pull requests

2 participants