Skip to content

update swagger for ANT79 milestone#4410

Closed
suwatch wants to merge 1 commit intoAzure:masterfrom
suwatch:antares_ant79
Closed

update swagger for ANT79 milestone#4410
suwatch wants to merge 1 commit intoAzure:masterfrom
suwatch:antares_ant79

Conversation

@suwatch
Copy link
Copy Markdown

@suwatch suwatch commented Nov 6, 2018

Latest improvements:

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Contribution checklist:

  • I have reviewed the documentation for the workflow.
  • Validation tools were run on swagger spec(s) and have all been fixed in this PR.
  • The OpenAPI Hub was used for checking validation status and next steps.

@AutorestCI
Copy link
Copy Markdown

AutorestCI commented Nov 6, 2018

Automation for azure-sdk-for-ruby

Encountered an unknown error: (azure-sdk-for-ruby)

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 33, in exception_to_github
    yield context
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 170, in rest_handle_action
    return rest_pull_close(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 185, in rest_pull_close
    rest_pr_management(rest_pr, sdk_pr_target_repo, sdk_tag, sdk_default_base)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github_handler.py", line 151, in rest_pr_management
    sdk_tag=sdk_tag
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/SwaggerToSdkNewCLI.py", line 254, in generate_sdk_from_git_object
    with manage_git_folder(gh_token, Path(temp_dir) / Path("rest"), branched_rest_api_id, pr_number=pr_number) as restapi_git_folder, \
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 272, in manage_git_folder
    clone_to_path(gh_token, temp_dir, split_git_id[0], branch_or_commit=branch, pr_number=pr_number)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 212, in clone_to_path
    repo.git.checkout(branch_or_commit)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 548, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1014, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 825, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git checkout 40d336ac7c28d7c4063355f8f815b98c8d7c598f
  stderr: 'fatal: reference is not a tree: 40d336ac7c28d7c4063355f8f815b98c8d7c598f'

@AutorestCI
Copy link
Copy Markdown

AutorestCI commented Nov 6, 2018

Automation for azure-sdk-for-python

Encountered an unknown error: (azure-sdk-for-python)

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 33, in exception_to_github
    yield context
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 170, in rest_handle_action
    return rest_pull_close(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 185, in rest_pull_close
    rest_pr_management(rest_pr, sdk_pr_target_repo, sdk_tag, sdk_default_base)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github_handler.py", line 151, in rest_pr_management
    sdk_tag=sdk_tag
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/SwaggerToSdkNewCLI.py", line 254, in generate_sdk_from_git_object
    with manage_git_folder(gh_token, Path(temp_dir) / Path("rest"), branched_rest_api_id, pr_number=pr_number) as restapi_git_folder, \
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 272, in manage_git_folder
    clone_to_path(gh_token, temp_dir, split_git_id[0], branch_or_commit=branch, pr_number=pr_number)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 212, in clone_to_path
    repo.git.checkout(branch_or_commit)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 548, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1014, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 825, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git checkout 40d336ac7c28d7c4063355f8f815b98c8d7c598f
  stderr: 'fatal: reference is not a tree: 40d336ac7c28d7c4063355f8f815b98c8d7c598f'

@azuresdkci
Copy link
Copy Markdown
Contributor

Can one of the admins verify this patch?

@AutorestCI
Copy link
Copy Markdown

AutorestCI commented Nov 6, 2018

Automation for azure-sdk-for-js

Encountered an unknown error: (azure-sdk-for-js)

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 33, in exception_to_github
    yield context
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 170, in rest_handle_action
    return rest_pull_close(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 185, in rest_pull_close
    rest_pr_management(rest_pr, sdk_pr_target_repo, sdk_tag, sdk_default_base)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github_handler.py", line 151, in rest_pr_management
    sdk_tag=sdk_tag
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/SwaggerToSdkNewCLI.py", line 254, in generate_sdk_from_git_object
    with manage_git_folder(gh_token, Path(temp_dir) / Path("rest"), branched_rest_api_id, pr_number=pr_number) as restapi_git_folder, \
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 272, in manage_git_folder
    clone_to_path(gh_token, temp_dir, split_git_id[0], branch_or_commit=branch, pr_number=pr_number)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 212, in clone_to_path
    repo.git.checkout(branch_or_commit)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 548, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1014, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 825, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git checkout 40d336ac7c28d7c4063355f8f815b98c8d7c598f
  stderr: 'fatal: reference is not a tree: 40d336ac7c28d7c4063355f8f815b98c8d7c598f'

@AutorestCI
Copy link
Copy Markdown

AutorestCI commented Nov 6, 2018

Automation for azure-sdk-for-go

Encountered an unknown error: (azure-sdk-for-go)

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 33, in exception_to_github
    yield context
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 170, in rest_handle_action
    return rest_pull_close(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 185, in rest_pull_close
    rest_pr_management(rest_pr, sdk_pr_target_repo, sdk_tag, sdk_default_base)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github_handler.py", line 151, in rest_pr_management
    sdk_tag=sdk_tag
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/SwaggerToSdkNewCLI.py", line 254, in generate_sdk_from_git_object
    with manage_git_folder(gh_token, Path(temp_dir) / Path("rest"), branched_rest_api_id, pr_number=pr_number) as restapi_git_folder, \
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 272, in manage_git_folder
    clone_to_path(gh_token, temp_dir, split_git_id[0], branch_or_commit=branch, pr_number=pr_number)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 212, in clone_to_path
    repo.git.checkout(branch_or_commit)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 548, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1014, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 825, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git checkout 40d336ac7c28d7c4063355f8f815b98c8d7c598f
  stderr: 'fatal: reference is not a tree: 40d336ac7c28d7c4063355f8f815b98c8d7c598f'

@annatisch
Copy link
Copy Markdown
Member

Hi @suwatch - this PR appears to be additions to a stable API version without incrementing the version?

Or are these simply omissions in the original swagger spec that are being corrected?

@annatisch annatisch added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 6, 2018
@AutorestCI
Copy link
Copy Markdown

AutorestCI commented Nov 7, 2018

Automation for azure-sdk-for-java

Encountered an unknown error: (azure-sdk-for-java)

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 33, in exception_to_github
    yield context
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 170, in rest_handle_action
    return rest_pull_close(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 185, in rest_pull_close
    rest_pr_management(rest_pr, sdk_pr_target_repo, sdk_tag, sdk_default_base)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github_handler.py", line 151, in rest_pr_management
    sdk_tag=sdk_tag
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/SwaggerToSdkNewCLI.py", line 254, in generate_sdk_from_git_object
    with manage_git_folder(gh_token, Path(temp_dir) / Path("rest"), branched_rest_api_id, pr_number=pr_number) as restapi_git_folder, \
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 272, in manage_git_folder
    clone_to_path(gh_token, temp_dir, split_git_id[0], branch_or_commit=branch, pr_number=pr_number)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 212, in clone_to_path
    repo.git.checkout(branch_or_commit)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 548, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1014, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 825, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git checkout 40d336ac7c28d7c4063355f8f815b98c8d7c598f
  stderr: 'fatal: reference is not a tree: 40d336ac7c28d7c4063355f8f815b98c8d7c598f'

@AutorestCI
Copy link
Copy Markdown

AutorestCI commented Nov 7, 2018

Automation for azure-sdk-for-node

Encountered an unknown error: (azure-sdk-for-node)

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 33, in exception_to_github
    yield context
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 170, in rest_handle_action
    return rest_pull_close(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 185, in rest_pull_close
    rest_pr_management(rest_pr, sdk_pr_target_repo, sdk_tag, sdk_default_base)
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github_handler.py", line 151, in rest_pr_management
    sdk_tag=sdk_tag
  File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/SwaggerToSdkNewCLI.py", line 254, in generate_sdk_from_git_object
    with manage_git_folder(gh_token, Path(temp_dir) / Path("rest"), branched_rest_api_id, pr_number=pr_number) as restapi_git_folder, \
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 272, in manage_git_folder
    clone_to_path(gh_token, temp_dir, split_git_id[0], branch_or_commit=branch, pr_number=pr_number)
  File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 212, in clone_to_path
    repo.git.checkout(branch_or_commit)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 548, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1014, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 825, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git checkout 40d336ac7c28d7c4063355f8f815b98c8d7c598f
  stderr: 'fatal: reference is not a tree: 40d336ac7c28d7c4063355f8f815b98c8d7c598f'

@suwatch
Copy link
Copy Markdown
Author

suwatch commented Nov 7, 2018

Hi @suwatch - this PR appears to be additions to a stable API version without incrementing the version?

Or are these simply omissions in the original swagger spec that are being corrected?

@annatisch the nature of the change is simply additional optional properties and apis. Properties wise, they all are optional meaning non breaking change with the current api-version or existing CLI. Hence, we don't bump up the api-version.

@annatisch
Copy link
Copy Markdown
Member

Thanks for the clarification @suwatch - however this is still not good practice.
We generate SDKs in 7 different languages based on the spec - each of which handles optional properties, method signatures and models in different ways - so it's not as simple as saying whether an additional property is "breaking" or not.
Have these changes already been deployed?

@suwatch
Copy link
Copy Markdown
Author

suwatch commented Nov 7, 2018

@annatisch thanks for the comment. concerning best practices and new optional properties, let take this discussion aside since this has been our team's common practice - our team guideline is always new version if breaking change. We may need to adjust if that is required.

Have these changes already been deployed?

Not yet but coming in 2-3 weeks. If you need production to be ready before this is merging, I understand. BTW, I assume what is supposed to happen is we should have a different branch for upcoming (not using master which represents the current functional state).

@annatisch
Copy link
Copy Markdown
Member

Thanks @suwatch - indeed we will not merge the spec until the service is deployed.
In this case we simply tag the PR as do not merge and wait on your team to confirm whether it's ready to go.

@annatisch annatisch added the DoNotMerge <valid label in PR review process> use to hold merge after approval label Nov 7, 2018
@annatisch
Copy link
Copy Markdown
Member

Additionally - if you could please resolve the semantic validation errors:

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_GetSwiftVirtualNetworkConnection
path:
  - get
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_CreateOrUpdateSwiftVirtualNetworkConnection
path:
  - put
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_DeleteSwiftVirtualNetwork
path:
  - delete
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_UpdateSwiftVirtualNetworkConnection
path:
  - patch
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_GetSwiftVirtualNetworkConnectionSlot
path:
  - get
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_CreateOrUpdateSwiftVirtualNetworkConnectionSlot
path:
  - put
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_DeleteSwiftVirtualNetworkSlot
path:
  - delete
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_UpdateSwiftVirtualNetworkConnectionSlot
path:
  - patch
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

There are also a number of model validation errors:
https://travis-ci.org/Azure/azure-rest-api-specs/jobs/451637719

@suwatch
Copy link
Copy Markdown
Author

suwatch commented Nov 7, 2018

Additionally - if you could please resolve the semantic validation errors:

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_GetSwiftVirtualNetworkConnection
path:
  - get
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_CreateOrUpdateSwiftVirtualNetworkConnection
path:
  - put
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_DeleteSwiftVirtualNetwork
path:
  - delete
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_UpdateSwiftVirtualNetworkConnection
path:
  - patch
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_GetSwiftVirtualNetworkConnectionSlot
path:
  - get
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_CreateOrUpdateSwiftVirtualNetworkConnectionSlot
path:
  - put
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_DeleteSwiftVirtualNetworkSlot
path:
  - delete
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

 error : 
code: DUPLICATE_OPERATIONID
message: >-
  Cannot have multiple operations with the same operationId:
  WebApps_UpdateSwiftVirtualNetworkConnectionSlot
path:
  - patch
  - operationId
jsonUrl: >-
  specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json

There are also a number of model validation errors:
https://travis-ci.org/Azure/azure-rest-api-specs/jobs/451637719

@naveedaz this is generated automatically by tool. could you help investigate whether the tooling issue or we have to fix the api?

}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkConfig/virtualNetwork": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is networkConfig a singleton? not sure if virtualNetwork is a resourceType or an instance of networkConfig? To close on this quicker, please feel free to set up a review with armapireview.

"$ref": "#/definitions/IpSecurityRestriction"
}
},
"scmIpSecurityRestrictionsUseMain": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

bools are typically not recommended since they are less descriptive and dont allow for future expansion of values in case its needed.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@suwatch - Any response on this comment?

"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The newly added models like swiftVirtualNetwork are not showing up in this PR?

@azuresdkci azuresdkci assigned amarzavery and unassigned annatisch Nov 28, 2018
@annatisch annatisch removed their request for review November 28, 2018 20:13
@amarzavery amarzavery assigned anuchandy and unassigned amarzavery Jan 2, 2019
@naveedaz naveedaz closed this Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DoNotMerge <valid label in PR review process> use to hold merge after approval WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants