-
Notifications
You must be signed in to change notification settings - Fork 77
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
Test-AdfLinkedService Class - Object issue cannot be found on this object #382
Comments
Did you check what your StrictMode is? |
Thank for the feedback - set , Set-StrictMode -Off |
Does anyone have any suggestion of this issue? |
Hi @aam-a , can you provide more information, for example, log from Azure DevOps agent? |
@NowinskiK - Thank you for the response, -there general no logs to pull. Ultimately I run this via Powershell. |
Yes, it's working and has unit tests cover this command + I checked that on my local machine recently. |
Thank you for the feedback, following your confirmation it is working. I have built new test environment, in which it is working accordingly, when run for individual ADF Service. I will now test again in my LIVE environment. Noted - Same error is generated for all but the first one, if I do multiple ADF Services (separated by comma). |
What do you mean by "ADF Service" here? Is ADF Service = ADF instance (cloud) or ADF Linked Service? (I hope the latter one). |
To confirm,, as per the class I am using, I meant ADF Linked Service(s). |
Of course, remove all sensitive information before sharing. |
As discussed there are no additional logs.
|
Currently trying to build a Powershell script to test connection of ADF Linked Services -using the Test-AdfLinkedService class for one of the two examples:
Example 1
Example 2
Both failure due to The property 'succeeded' cannot be found on this object. Verify that the property exists.
Error:
The property 'succeeded' cannot be found on this object. Verify that the property exists.
The text was updated successfully, but these errors were encountered: