-
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
[communication] add some tnm tests #11628
[communication] add some tnm tests #11628
Conversation
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.
Nicely done, left three comments.
...phonenumberadministrationclient_lists_playbacklive/recording_can_list_phone_plan_groups.json
Outdated
Show resolved
Hide resolved
...ommunication/communication-administration/src/phoneNumber/phoneNumberAdministrationClient.ts
Outdated
Show resolved
Hide resolved
@@ -133,6 +133,7 @@ export type GetAreaCodesOptions = OperationOptions; | |||
// @public | |||
export interface GetAreaCodesRequest { | |||
countryCode: string; | |||
locationOptionsQueries: LocationOptionsQueries; |
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.
// @public
export interface LocationOptionsQuery {
labelId?: string;
optionsValue?: string;
}
^ those two props shouldn't be optional right? Another bug.
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.
yep another one
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.
PhoneNumber REST APIs need more work regarding the LocationOptions.
This PR is a good step forward 👍
And tests are great.
add automation track2 config (Azure#11628) * add automation track2 config * update config
No description provided.