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

Support Authentication Policy for Test Service #431

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

LianwMS
Copy link
Contributor

@LianwMS LianwMS commented Jun 17, 2020

No description provided.

@LianwMS LianwMS force-pushed the lianw/supportTestServer branch from 53e9d7e to c1e5cbd Compare June 17, 2020 06:33
@shawncx shawncx self-requested a review June 17, 2020 06:56
{
if (model.SelectFirstCommandGroup()) {
do {
if (model.GetModuleOperationName() != "") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!==

output.push(" " + model.PythonMgmtClient);
if (!isNullOrUndefined(model.Extension_ClientSubscriptionBound)) {
output.push(output.pop() + ",");
output.push(" subscription_bound=" + (model.Extension_ClientSubscriptionBound ? "True" : "False"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if model.Extension_ClientSubscriptionBound is undefined or null use false?

@LianwMS LianwMS merged commit c29388a into master Jun 17, 2020
@LianwMS LianwMS deleted the lianw/supportTestServer branch June 17, 2020 06:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants