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

[Doc]: Get-AzDataFactoryPipeline is using the old API from 2015 #26640

Open
francesco1119 opened this issue Nov 8, 2024 · 1 comment
Open
Labels
customer-reported needs-triage This is a new issue that needs to be triaged to the appropriate team.

Comments

@francesco1119
Copy link

Type of issue

Code doesn't work

Feedback

Today I tried to use the command Get-AzDataFactoryPipeline.

Steps to Reproduce:

  1. run connect-AzAccount
  2. run Get-AzDataFactoryPipeline -ResourceGroupName "ADF" -DataFactoryName "WikiADF"
  3. I receive the error:
Get-AzDataFactoryPipeline: HTTP Status Code: NotFound
Error Code: InvalidResourceType
Error Message: The resource type could not be found in the namespace 'Microsoft.DataFactory' for api version '2015-10-01'.
Request Id: 36589066-f78f-4410-8895-78f2f1f666e9
Timestamp (Utc):11/08/2024 10:49:13

Image

It's using an API version dating back 2015.
Is that alright?

Troubleshooting:

I run Update-Module -Name Az -Force to update the Azure CLI .
Still the same error.

Page URL

https://learn.microsoft.com/en-us/powershell/module/az.datafactory/get-azdatafactorypipeline?view=azps-12.4.0&tryIt=true&source=docs#code-try-2

Content source URL

https://github.com/Azure/azure-powershell/blob/main/src/DataFactory/DataFactory/help/Get-AzDataFactoryPipeline.md

Author

@mikefrobbins

Document Id

bafef9f9-a1e5-fc7b-843f-cfccb632f4df

@francesco1119 francesco1119 added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Nov 8, 2024
@francesco1119
Copy link
Author

Hello? Any update here?
The documentation isn't working.
It's a simple command easy to check.
Can you check, please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported needs-triage This is a new issue that needs to be triaged to the appropriate team.
Projects
None yet
Development

No branches or pull requests

1 participant