Skip to content

Microsoft.Azure.Management.AppService - ListHybridConnection methods in WebAppsOperations return single object but should return Page<> for the list #4170

@nboettcher

Description

@nboettcher

I am attempting to use the ListHybridConnectionsWithHttpMessagesAsync in the WebAppsOperations class in Microsoft.Azure.Management.AppService.Fluent library. The method returns a single HybridConnectionInner object, however since this is a List method, the REST API call returns a list of objects that should be returned in a Page object.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions