Skip to content

Wrong service url construction for open api paths with date parameters #1025

Closed
@timayabi2020

Description

@timayabi2020

The API implementation class constructs a wrong service url for services with date parameters.
The date parameter is being appended as a logical operator (date==) instead of an assignment operator (date=). See below
image

The affected powershell commands will be failing with the following message
image

The service owner has described the usage of parameters as assignment operators on such paths. See below
image

The Url is supposed to be constructed as such
image

and a successful command execution will be as below image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugv4Need to be done in autorest.powershell V4

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions