Peter Ombwa

Results 221 comments of Peter Ombwa

@michevnew, `-Filter` expects you to pass a filter expression that is unencoded. In the example above, the filter expression being passed to `-Filter` is already encoded with `+` for space...

We will use this issue as a feature request to track support for both encoded and decoded query parameters.

I agree with you! The experience can be improved to match existing tools. We will work with the team that owns the code generator to resolve this. That's right, decoding...

Thanks for bringing this to our attention. The APIs are currently not marked as supporting zip files in service metadata (that the SDK is generated from). I've opened an issue...

Thanks for surfacing this. We will rename this module in v2 of the SDK to avoid a breaking change.

- [x] Move directives to each service version module i.e., Current `Microsoft.Graph.Groups` directives should be moved to `Microsoft.Graph.Groups` and `Microsoft.Graph.Beta.Groups` accordingly. - [x] Move custom commands to each service version...

@jspern, please share a complete repro of how you are creating `windows10EndpointProtectionConfiguration` and calling `New-MgDeviceManagementDeviceConfiguration`. Please note that we use the same code generator as the Az module.

Thanks for the repro steps! This is due to the same root cause as https://github.com/Azure/azure-powershell/issues/12267 since we share the same code generator. A fix will need to come for the...

@JustinGrote. Thanks for taking the time to open this issue. Your proposal of adding a `-As` parameter of the derived types as an enum sounds like a good idea. We...