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

PowerShell Support #403

Open
CraigChamberlain opened this issue Jul 14, 2024 · 4 comments
Open

PowerShell Support #403

CraigChamberlain opened this issue Jul 14, 2024 · 4 comments
Assignees
Labels
Feature New feature

Comments

@CraigChamberlain
Copy link

Is your feature request related to a problem? Please describe.

Not with this product but with Microsoft.PowerShell.ODataUtils. It is not updated for v4.

Describe the solution you'd like

It would be great to have a PowerShell Tool without the need for dotnet sdk. I was looking at this and the ODataConnectedService to see if there was anything that could be reused in say a dotnet standard class library powershell module.

Describe alternatives you've considered

I'm going to have a hack around in PowerShell scripts to produce something way more basic. This is quite a big project to understand and replicate.
Also going to look at the "https://github.com/simple-odata-client/Simple.OData.Client" to see if that is easier to piggy back off.

@CraigChamberlain CraigChamberlain added the Feature New feature label Jul 14, 2024
@CraigChamberlain
Copy link
Author

I did find this, requires node which is a shame but this could be the way to go.
https://devblogs.microsoft.com/powershell/cmdlets-via-autorest/

@CraigChamberlain
Copy link
Author

This just produces a sln that needs building with .NET anyway. Imperfect tools for converting Odata -> Opendata. This might still be worth doing in .net for Odata but most likely only if few odata endpoints do not also publish Opendata swagger configuration in addition to Odata metadata. Looks like it's still going to require a build.

@gathogojr
Copy link
Contributor

Thank you @CraigChamberlain for reporting this issue. Can you clarify what you're looking for? Is it a PowerShell module that supports interacting with an OData service?

@CraigChamberlain
Copy link
Author

CraigChamberlain commented Jul 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature
Projects
None yet
Development

No branches or pull requests

3 participants