ODataUtils
ODataUtils copied to clipboard
PowerShell Module to generate cmdlets from an OData endpoint
Executing the following command against SharePoint 2013 or 2016 produces the error output below despite a fiddler trace clearly showing the metdata being delivered: `Export-ODataEndpointProxy -Uri 'https://SharePointSite/_api' -OutputModule '.\SharePointOData' -Credential...
Hello, I've tried this module with OData for Citrix Virtual Apps and Desktops controller. It fails to generate modules with error message: _Metadata specifed at the URI 'http://CTX-XDC-001.cdz.lan/Citrix/Monitor/Odata/v3/Data/$metadata' does not...
... otherwise GitHub shows it as "Binary file not shown."
PSGallery needs this field for filtering.
Need to go through all reference packages and update to latest versions; For example: "Microsoft.PowerShell.SDK", "System.Xml.XDocument".
Filing this issue per advise from Andrew Menagarishvili =============================================================== On this error… Exception is ““Method invocation failed because [ODataUtils.TypeProperty] does not contain a method named 'op_Addition'” It is coming from...
When we use a Set commadlet and pass the values to the settable attributes, the same is not sent as part of the PATCH request body. When the Set Cmdlets...
We have a Remove commandlet for the Powersuppy, Chassis etc. which are non-removable resources and that does not support the DELETE method. Ran Export-ODataEndPointProxy against Redfish Server (Dell iDRAc in...
The OEM extensions will be part of the OEM schema files and will have no information about the resource it is associated with. Only on the performing a GET on...
Several script files in this repo don't show up in code review diffs because GitHub doesn't undersatnd UTF-16. We should convert those to UTF-8.