-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [#4470] Migrate off @azure/ms-rest-js #376
Conversation
…to southworks/delete/ms-rest-js-botbuilder
Pull Request Test Coverage Report for Build 7088992860
💛 - Coveralls |
@@ -5,7 +5,7 @@ | |||
|
|||
import * as Mappers from './models/mappers'; | |||
import * as Models from './models'; | |||
import * as msRest from '@azure/ms-rest-js'; | |||
import { ServiceClientCredentials } from "@azure/core-http" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use single quotes for the import.
name: "Sequence", | ||
element: { | ||
type: { | ||
name: "Composite", | ||
className: "ChannelAccount" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened with the indentation? Is the new one correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm using prettier
@@ -3,7 +3,7 @@ | |||
* Licensed under the MIT License. | |||
*/ | |||
|
|||
import * as msRest from '@azure/ms-rest-js'; | |||
import { ServiceCallback, RequestOptionsBase, Serializer, OperationSpec } from "@azure/core-http"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use single quotes here.
libraries/tests.uischema
Outdated
"schema", | ||
"dialogs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this change about?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to avoid errors with test:schema
Promoted /4578 |
#minor
Description
This PR replaces the uses of @azure/ms-rest-js in the following botbuilder-js libraries.
Specific Changes
Testing
The following image shows some samples working after the update.