Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from 3252d4551fb2ddd26ae4814540c518b0f878fdd4 (#2745)
Browse files Browse the repository at this point in the history
Issues -> Issue
  • Loading branch information
AutorestCI authored Apr 16, 2018
1 parent e1d2d54 commit d722516
Show file tree
Hide file tree
Showing 7 changed files with 2,846 additions and 555 deletions.
5 changes: 0 additions & 5 deletions lib/services/apimanagement/lib/apiManagementClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,8 @@ export default class ApiManagementClient extends AzureServiceClient {
apiSchema: operations.ApiSchema;
apiDiagnostic: operations.ApiDiagnostic;
apiDiagnosticLogger: operations.ApiDiagnosticLogger;
apiIssues: operations.ApiIssues;
apiIssue: operations.ApiIssue;
apiIssueComments: operations.ApiIssueComments;
apiIssuComment: operations.ApiIssuComment;
apiIssueComment: operations.ApiIssueComment;
apiIssueAttachments: operations.ApiIssueAttachments;
apiIssuAttachment: operations.ApiIssuAttachment;
apiIssueAttachment: operations.ApiIssueAttachment;
authorizationServer: operations.AuthorizationServer;
backend: operations.Backend;
Expand Down
5 changes: 0 additions & 5 deletions lib/services/apimanagement/lib/apiManagementClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,8 @@ class ApiManagementClient extends ServiceClient {
this.apiSchema = new operations.ApiSchema(this);
this.apiDiagnostic = new operations.ApiDiagnostic(this);
this.apiDiagnosticLogger = new operations.ApiDiagnosticLogger(this);
this.apiIssues = new operations.ApiIssues(this);
this.apiIssue = new operations.ApiIssue(this);
this.apiIssueComments = new operations.ApiIssueComments(this);
this.apiIssuComment = new operations.ApiIssuComment(this);
this.apiIssueComment = new operations.ApiIssueComment(this);
this.apiIssueAttachments = new operations.ApiIssueAttachments(this);
this.apiIssuAttachment = new operations.ApiIssuAttachment(this);
this.apiIssueAttachment = new operations.ApiIssueAttachment(this);
this.authorizationServer = new operations.AuthorizationServer(this);
this.backend = new operations.Backend(this);
Expand Down
Loading

0 comments on commit d722516

Please sign in to comment.