Skip to content

api-version is not being passed in subclient accessors #7635

Closed
@JoshLove-msft

Description

@JoshLove-msft

e.g. https://github.com/Azure/azure-sdk-for-net/pull/50622/files#diff-ad4fabdae846bb962b4af168c5fa4edc34c433398f30c220c7438f928aae310eR59

        /// <summary> Initializes a new instance of Evaluations. </summary>
        /// <param name="pipeline"> The HTTP pipeline for sending and receiving REST requests and responses. </param>
        /// <param name="endpoint"> Service endpoint. </param>
        /// <param name="apiVersion"></param>
        internal Evaluations(ClientPipeline pipeline, Uri endpoint, string apiVersion)
        {
            _endpoint = endpoint;
            Pipeline = pipeline;
            _apiVersion = apiVersion;
        }

Image

Metadata

Metadata

Assignees

Labels

emitter:client:csharpIssue for the C# client emitter: @typespec/http-client-csharp

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions