Fix PATCH operations in Network#7542
Merged
sergey-shandar merged 7 commits intoAzure:network-october-releasefrom Oct 21, 2019
Merged
Fix PATCH operations in Network#7542sergey-shandar merged 7 commits intoAzure:network-october-releasefrom
sergey-shandar merged 7 commits intoAzure:network-october-releasefrom
Conversation
Automation for azure-sdk-for-pythonEncountered a Subprocess error: (azure-sdk-for-python)
Command: ['/usr/local/bin/autorest', '/tmp/tmpy4rbd_f1/rest/specification/network/resource-manager/readme.md', '--keep-version-file', '--multiapi', '--no-async', '--python', '--python-mode=update', '--python-sdks-folder=/tmp/tmpy4rbd_f1/sdk/sdk', '--use=@microsoft.azure/autorest.python@4.0.70', '--version=preview'] AutoRest code generation utility [version: 2.0.4283; node: v10.15.3]
(C) 2018 Microsoft Corporation.
https://aka.ms/autorest
Loading AutoRest core '/root/.autorest/@microsoft.azure_autorest-core@2.0.4405/node_modules/@microsoft.azure/autorest-core/dist' (2.0.4405)
Loading AutoRest extension '@microsoft.azure/autorest.python' (4.0.70->4.0.70)
Loading AutoRest extension '@microsoft.azure/autorest.modeler' (2.3.44->2.3.44)
Processing batch task - {"tag":"package-2019-09"} .
<--- Last few GCs --->
[29337:0x324ccc0] 71529 ms: Mark-sweep 1378.9 (1425.6) -> 1378.6 (1425.1) MB, 1214.1 / 0.0 ms (average mu = 0.131, current mu = 0.009) allocation failure scavenge might not succeed
[29337:0x324ccc0] 72749 ms: Mark-sweep 1379.5 (1425.1) -> 1379.2 (1425.6) MB, 1217.2 / 0.0 ms (average mu = 0.070, current mu = 0.003) allocation failure scavenge might not succeed
<--- JS stacktrace --->
==== JS stack trace =========================================
0: ExitFrame [pc: 0x12525dc5be1d]
Security context: 0x00460071e6e9 <JSObject>
1: ParseNodeInternal(aka ParseNodeInternal) [0xa048c045269] [/root/.autorest/@microsoft.azure_autorest-core@2.0.4405/node_modules/@microsoft.azure/autorest-core/dist/lib/ref/yaml.js:~86] [pc=0x12525e3a8481](this=0x1c4fee9826f1 <undefined>,yamlRootNode=0x1667498a0f81 <Object map = 0x3ed6ee8f2461>,yamlNode=0x399f2638f729 <Object map = 0x3ed6ee8f35e9>,onErr...
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 0x8dc510 node::Abort() [node]
2: 0x8dc55c [node]
3: 0xad9b5e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
4: 0xad9d94 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
5: 0xec7bf2 [node]
6: 0xec7cf8 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [node]
7: 0xed3dd2 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
8: 0xed4704 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
9: 0xed7371 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [node]
10: 0xea07f4 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [node]
11: 0x114018e v8::internal::Runtime_AllocateInNewSpace(int, v8::internal::Object**, v8::internal::Isolate*) [node]
12: 0x12525dc5be1d |
Contributor
|
Can one of the admins verify this patch? |
Automation for azure-sdk-for-goA PR has been created for you: |
Contributor
Author
|
@KrisBash please take a look |
# Conflicts: # specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/examples/P2SVpnGatewayUpdateTags.json # specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/examples/VpnServerConfigurationUpdateTags.json
# Conflicts: # specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/routeFilter.json
sergey-shandar
approved these changes
Oct 21, 2019
This file contains hidden or 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
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.
Changes to PATCH operations in Network specs
x-ms-long-running-operation. There only PATCHes in NRP that are async are forvirtualNetworkGatewayandvirtualNetworkGatewayConnectionFirewallPolicy,RouteFilterRule,VirtualRouter,VirtualRouterPeering)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.