-
Notifications
You must be signed in to change notification settings - Fork 5.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
Fix typo in put managementPolicy response #7144
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In Testing, Please Ignore[Logs] (Generated from 6a0ebab, Iteration 1).NET: test-repo-billy/azure-sdk-for-net [Logs] [Diff]
Python: test-repo-billy/azure-sdk-for-python [Logs] [Diff]
Java: test-repo-billy/azure-sdk-for-java [Logs] [Diff]
Go: test-repo-billy/azure-sdk-for-go [Logs] [Diff]
JavaScript: test-repo-billy/azure-sdk-for-js [Logs] [Diff]
Ruby: test-repo-billy/azure-sdk-for-ruby [Logs] [Diff]
|
Automation for azure-sdk-for-pythonEncountered an unknown error: (azure-sdk-for-python)
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 384, in _make_request
six.raise_from(e, None)
File "<string>", line 2, in raise_from
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 380, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib/python3.6/http/client.py", line 1331, in getresponse
response.begin()
File "/usr/lib/python3.6/http/client.py", line 297, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.6/http/client.py", line 266, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 367, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 685, in reraise
raise value.with_traceback(tb)
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 384, in _make_request
six.raise_from(e, None)
File "<string>", line 2, in raise_from
File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 380, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib/python3.6/http/client.py", line 1331, in getresponse
response.begin()
File "/usr/lib/python3.6/http/client.py", line 297, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.6/http/client.py", line 266, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
During handling of the above exception, another exception occurred:
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 304, in generate_sdk_from_git_object
commit_for_sha = list(git_object.get_commits())[-1].commit # PR
File "/usr/local/lib/python3.6/dist-packages/github/PaginatedList.py", line 64, in __iter__
newElements = self._grow()
File "/usr/local/lib/python3.6/dist-packages/github/PaginatedList.py", line 76, in _grow
newElements = self._fetchNextPage()
File "/usr/local/lib/python3.6/dist-packages/github/PaginatedList.py", line 196, in _fetchNextPage
headers=self.__headers
File "/usr/local/lib/python3.6/dist-packages/github/Requester.py", line 264, in requestJsonAndCheck
return self.__check(*self.requestJson(verb, url, parameters, headers, input, self.__customConnection(url)))
File "/usr/local/lib/python3.6/dist-packages/github/Requester.py", line 324, in requestJson
return self.__requestEncode(cnx, verb, url, parameters, headers, input, encode)
File "/usr/local/lib/python3.6/dist-packages/github/Requester.py", line 377, in __requestEncode
status, responseHeaders, output = self.__requestRaw(cnx, verb, url, requestHeaders, encoded_input)
File "/usr/local/lib/python3.6/dist-packages/github/Requester.py", line 401, in __requestRaw
response = cnx.getresponse()
File "/usr/local/lib/python3.6/dist-packages/github/Requester.py", line 109, in getresponse
r = verb(url, headers=self.headers, data=self.input, timeout=self.timeout, verify=self.verify, allow_redirects=False)
File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 546, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)) |
Automation for azure-sdk-for-goEncountered a Subprocess error: (azure-sdk-for-go)
Command: dep ensure grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export google.golang.org/api: failed to fetch source for https://code.googlesource.com/google-api-go-client: unable to get repository: Cloning into '/tmp/tmpv2jezpqw/pkg/dep/sources/https---code.googlesource.com-google--api--go--client'...
POST git-upload-pack (891 bytes)
remote: Sending approximately 161.16 MiB ...
remote: Counting objects: 1
remote: Counting objects: 2660, done
remote: Finding sources: 1% (27/2660)
remote: Finding sources: 2% (54/2660)
remote: Finding sources: 3% (80/2660)
remote: Finding sources: 4% (107/2660)
remote: Finding sources: 5% (133/2660)
remote: Finding sources: 6% (160/2660)
remote: Finding sources: 7% (187/2660)
remote: Finding sources: 8% (213/2660)
remote: Finding sources: 9% (240/2660)
remote: Finding sources: 10% (266/2660)
remote: Finding sources: 11% (293/2660)
remote: Finding sources: 12% (320/2660)
remote: Finding sources: 13% (346/2660)
remote: Finding sources: 14% (373/2660)
remote: Finding sources: 15% (399/2660)
remote: Finding sources: 16% (426/2660)
remote: Finding sources: 17% (453/2660)
remote: Finding sources: 18% (479/2660)
remote: Finding sources: 19% (506/2660)
remote: Finding sources: 20% (532/2660)
remote: Finding sources: 21% (559/2660)
remote: Finding sources: 22% (586/2660)
remote: Finding sources: 23% (612/2660)
remote: Finding sources: 24% (639/2660)
remote: Finding sources: 25% (665/2660)
remote: Finding sources: 26% (692/2660)
remote: Finding sources: 27% (719/2660)
remote: Finding sources: 28% (745/2660)
remote: Finding sources: 29% (772/2660)
remote: Finding sources: 30% (798/2660)
remote: Finding sources: 31% (825/2660)
remote: Finding sources: 32% (852/2660)
remote: Finding sources: 33% (878/2660)
remote: Finding sources: 34% (905/2660)
remote: Finding sources: 35% (931/2660)
remote: Finding sources: 36% (958/2660)
remote: Finding sources: 37% (985/2660)
remote: Finding sources: 38% (1011/2660)
remote: Finding sources: 39% (1038/2660)
remote: Finding sources: 40% (1064/2660)
remote: Finding sources: 41% (1091/2660)
remote: Finding sources: 42% (1118/2660)
remote: Finding sources: 43% (1144/2660)
remote: Finding sources: 44% (1171/2660)
remote: Finding sources: 45% (1197/2660)
remote: Finding sources: 46% (1224/2660)
remote: Finding sources: 47% (1251/2660)
remote: Finding sources: 48% (1277/2660)
remote: Finding sources: 49% (1304/2660)
remote: Finding sources: 50% (1330/2660)
remote: Finding sources: 51% (1357/2660)
remote: Finding sources: 52% (1384/2660)
remote: Finding sources: 53% (1410/2660)
remote: Finding sources: 54% (1437/2660)
remote: Finding sources: 55% (1463/2660)
remote: Finding sources: 56% (1490/2660)
remote: Finding sources: 57% (1517/2660)
remote: Finding sources: 58% (1543/2660)
remote: Finding sources: 59% (1570/2660)
remote: Finding sources: 60% (1596/2660)
remote: Finding sources: 61% (1623/2660)
remote: Finding sources: 62% (1650/2660)
remote: Finding sources: 63% (1676/2660)
remote: Finding sources: 64% (1703/2660)
remote: Finding sources: 65% (1729/2660)
remote: Finding sources: 66% (1756/2660)
remote: Finding sources: 67% (1783/2660)
remote: Finding sources: 68% (1809/2660)
remote: Finding sources: 69% (1836/2660)
remote: Finding sources: 70% (1862/2660)
remote: Finding sources: 71% (1889/2660)
remote: Finding sources: 72% (1916/2660)
remote: Finding sources: 73% (1942/2660)
remote: Finding sources: 74% (1969/2660)
remote: Finding sources: 75% (1995/2660)
remote: Finding sources: 76% (2022/2660)
remote: Finding sources: 77% (2049/2660)
remote: Finding sources: 78% (2075/2660)
remote: Finding sources: 79% (2102/2660)
remote: Finding sources: 80% (2128/2660)
remote: Finding sources: 81% (2155/2660)
remote: Finding sources: 82% (2182/2660)
remote: Finding sources: 83% (2208/2660)
remote: Finding sources: 84% (2235/2660)
remote: Finding sources: 85% (2261/2660)
remote: Finding sources: 86% (2288/2660)
remote: Finding sources: 87% (2315/2660)
remote: Finding sources: 88% (2341/2660)
remote: Finding sources: 89% (2368/2660)
remote: Finding sources: 90% (2394/2660)
remote: Finding sources: 91% (2421/2660)
remote: Finding sources: 92% (2448/2660)
remote: Finding sources: 93% (2474/2660)
remote: Finding sources: 94% (2501/2660)
remote: Finding sources: 95% (2527/2660)
remote: Finding sources: 96% (2554/2660)
remote: Finding sources: 97% (2581/2660)
remote: Finding sources: 98% (2607/2660)
remote: Finding sources: 99% (2634/2660)
remote: Finding sources: 100% (2660/2660)
remote: Finding sources: 100% (2660/2660)
Receiving objects: 0% (1/80999)
Receiving objects: 1% (810/80999)
Receiving objects: 2% (1620/80999)
Receiving objects: 3% (2430/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 4% (3240/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 5% (4050/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 5% (4184/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 6% (4860/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 7% (5670/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 8% (6480/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 9% (7290/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 10% (8100/80999), 5.11 MiB | 10.15 MiB/s
Receiving objects: 11% (8910/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 12% (9720/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 13% (10530/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 14% (11340/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 15% (12150/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 16% (12960/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 17% (13770/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 18% (14580/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 19% (15390/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 20% (16200/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 21% (17010/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 22% (17820/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 23% (18630/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 24% (19440/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 25% (20250/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 26% (21060/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 27% (21870/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 28% (22680/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 29% (23490/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 30% (24300/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 31% (25110/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 32% (25920/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 33% (26730/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 34% (27540/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 35% (28350/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 36% (29160/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 37% (29970/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 38% (30780/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 39% (31590/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 40% (32400/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 41% (33210/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 42% (34020/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 43% (34830/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 44% (35640/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 45% (36450/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 46% (37260/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 47% (38070/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 48% (38880/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 49% (39690/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 50% (40500/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 51% (41310/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 52% (42120/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 53% (42930/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 54% (43740/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 55% (44550/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 56% (45360/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 57% (46170/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 58% (46980/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 59% (47790/80999), 10.17 MiB | 10.07 MiB/s
Receiving objects: 59% (48410/80999), 14.36 MiB | 9.50 MiB/s
Receiving objects: 60% (48600/80999), 17.74 MiB | 8.80 MiB/s
Receiving objects: 61% (49410/80999), 22.37 MiB | 8.89 MiB/s
Receiving objects: 62% (50220/80999), 22.37 MiB | 8.89 MiB/s
Receiving objects: 62% (50345/80999), 22.37 MiB | 8.89 MiB/s
Receiving objects: 63% (51030/80999), 26.49 MiB | 8.78 MiB/s
Receiving objects: 64% (51840/80999), 30.59 MiB | 8.68 MiB/s
Receiving objects: 64% (52129/80999), 30.59 MiB | 8.68 MiB/s
Receiving objects: 65% (52650/80999), 35.38 MiB | 8.79 MiB/s
Receiving objects: 66% (53460/80999), 38.79 MiB | 8.57 MiB/s
Receiving objects: 66% (53819/80999), 38.79 MiB | 8.57 MiB/s
Receiving objects: 67% (54270/80999), 44.69 MiB | 8.75 MiB/s
Receiving objects: 68% (55080/80999), 48.48 MiB | 8.48 MiB/s
Receiving objects: 68% (55252/80999), 48.48 MiB | 8.48 MiB/s
Receiving objects: 69% (55890/80999), 52.54 MiB | 8.46 MiB/s
Receiving objects: 70% (56700/80999), 52.54 MiB | 8.46 MiB/s
Receiving objects: 71% (57510/80999), 57.09 MiB | 8.72 MiB/s
Receiving objects: 71% (57806/80999), 57.09 MiB | 8.72 MiB/s
Receiving objects: 72% (58320/80999), 61.02 MiB | 8.57 MiB/s
Receiving objects: 73% (59130/80999), 64.52 MiB | 8.43 MiB/s
Receiving objects: 74% (59940/80999), 64.52 MiB | 8.43 MiB/s
Receiving objects: 74% (60222/80999), 64.52 MiB | 8.43 MiB/s
Receiving objects: 75% (60750/80999), 70.11 MiB | 8.77 MiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
: command failed: [git clone --recursive -v --progress https://code.googlesource.com/google-api-go-client /tmp/tmpv2jezpqw/pkg/dep/sources/https---code.googlesource.com-google--api--go--client]: exit status 128 |
Can one of the admins verify this patch? |
weidongxu-microsoft
approved these changes
Sep 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.