-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[refresh] synapse refresh #24212
[refresh] synapse refresh #24212
Conversation
@@ -0,0 +1,498 @@ | |||
# client library samples for JavaScript (Beta) | |||
|
|||
These sample programs show how to use the JavaScript client libraries for in some common scenarios. |
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 think we need to remove all samples under foler v9-beta
@@ -941,20 +941,6 @@ export interface RecoverableSqlPoolListResult { | |||
readonly nextLink?: string; | |||
} | |||
|
|||
/** A list of the server's dedicated sql minimal tls settings. */ | |||
export interface DedicatedSQLminimalTlsSettingsListResult { | |||
/** |
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.
Why are these interfaces removed?
recorder = record(this, recorderEnvSetup); | ||
beforeEach(async function(this: Context) { | ||
recorder = new Recorder(this.currentTest); | ||
await recorder.start(recorderOptions); |
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.
Could you add some test cases for this rp?
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.
LGTM
concern about breaking change