PshOdata icon indicating copy to clipboard operation
PshOdata copied to clipboard

Cmdlets used to turn a function in a PowerShell module into an Odata web service

Results 16 PshOdata issues
Sort by recently updated
recently updated
newest added

Cannot see diffs in github when the file changes.

Hi, The URL for the Management OData Schema Designer download, doesn't go anywhere and no current reference on the archive page lists it. I also did many Google searches (though...

Should test to see if you can remove params that are not used in the parameterset section of schema.xml. If it works, the autogenerator should not use them in the...

enhancement

This should be automatically determined by inspecting the function (cmdlet property) and its parameters. However, I'm unsure how needed it is. Strings are working fine, but the schema designer allows...

enhancement

In other words, I should be able to use something like this in within schema.xml: "get-eventlog -log application" I believe this is supported. It needs to be tested and ensure...

enhancement

Get a working example of update. I'm sure there will be issues.

Need to create a create sample and create issues that I know will need to be created in order to support it.