-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Modify some PE/PLS properties for update #6894
Conversation
Automation for azure-sdk-for-pythonEncountered a Subprocess error: (azure-sdk-for-python)
Command: ['/usr/local/bin/autorest', '/tmp/tmpgaaoq33w/rest/specification/network/resource-manager/readme.md', '--keep-version-file', '--multiapi', '--no-async', '--python', '--python-mode=update', '--python-sdks-folder=/tmp/tmpgaaoq33w/sdk/sdk', '[email protected]/[email protected]', '--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/@[email protected]/node_modules/@microsoft.azure/autorest-core/dist' (2.0.4390)
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-06"} .
<--- Last few GCs --->
[3330:0x3f7acc0] 73596 ms: Mark-sweep 1372.8 (1425.6) -> 1372.7 (1426.1) MB, 1389.0 / 0.0 ms (average mu = 0.118, current mu = 0.002) allocation failure GC in old space requested
<--- JS stacktrace --->
==== JS stack trace =========================================
0: ExitFrame [pc: 0x332ddc4dbe1d]
Security context: 0x1ce4df11e6e9 <JSObject>
1: readPlainScalar(aka readPlainScalar) [0x30a75e122c89] [/node_modules/yaml-ast-parser/dist/src/loader.js:~398] [pc=0x332ddca45970](this=0x0b835ff026f1 <undefined>,state=0x37c7a9482201 <State map = 0x3c0f8f0fff01>,nodeIndent=0,withinFlowCollection=0x0b835ff028c9 <true>)
2: composeNode(aka composeNode) [0x30a75e122149] [/node_modules/yaml-ast-parser/...
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: 0x11402db v8::internal::Runtime_AllocateInTargetSpace(int, v8::internal::Object**, v8::internal::Isolate*) [node]
12: 0x332ddc4dbe1d |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/privateEndpoint.json
Show resolved
Hide resolved
...ication/network/resource-manager/Microsoft.Network/stable/2019-06-01/privateLinkService.json
Outdated
Show resolved
Hide resolved
...ication/network/resource-manager/Microsoft.Network/stable/2019-06-01/privateLinkService.json
Show resolved
Hide resolved
...ication/network/resource-manager/Microsoft.Network/stable/2019-06-01/privateLinkService.json
Show resolved
Hide resolved
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.
LGTM
@zikalino @Azure/arm-api-review-board could you please review this PR? |
@ryansbenson could you please review this PR? |
In Testing, Please Ignore[Logs] (Generated from 20c37f0, Iteration 1)Python: test-repo-billy/azure-sdk-for-python [Logs]
Java: test-repo-billy/azure-sdk-for-java [Logs]
Go: test-repo-billy/azure-sdk-for-go [Logs]
JavaScript: test-repo-billy/azure-sdk-for-js [Logs]
Ruby: test-repo-billy/azure-sdk-for-ruby [Logs] [Diff]
|
20c37f0
to
36ba645
Compare
Rebased and retargeted to |
@@ -740,13 +754,13 @@ | |||
"$ref": "./virtualNetwork.json#/definitions/Subnet", | |||
"description": "The reference of the subnet resource." | |||
}, | |||
"publicIPAddress": { |
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.
removing an existing property (stable/GA api version) is considered as a breaking change. @bowen0106 - why do you need to remove this property. Anton Evseev tells me that this API is behind a feature flag and all the customers using it have been notified of this change. Can you please confirm?
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.
Yes. It’s confirmed. This feature currently is testing with limited access guarded by feature flag from Subscription Level.
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.
Currently there is no external customer using this feature.
Signing off from ARM side. This feature is guarded by AFEC and no external customer should be using it. Its still a breaking change, but impact should be limited. |
Description
Updated some properties in PrivateLinkService and PrivateEndpoint
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.