Skip to content
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

Merged version #10376

Merged
merged 29 commits into from
Aug 12, 2020
Merged

Merged version #10376

merged 29 commits into from
Aug 12, 2020

Conversation

MikhailTryakhov
Copy link
Contributor

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

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

  • Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.

    • Adding new API(s)
    • Adding a new API version
    • Adding a new service
  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If there are following updates in the PR, ensure to request an approval from API Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in stable version
  • Removing properties in stable version
  • Removing API version(s) in stable version
  • Updating API in stable version with Breaking Change Validation errors
  • Updating API(s) in preview over 1 year

Please follow the link to find more details on PR review process.

anton-evseev and others added 28 commits June 11, 2020 17:07
* retarget

* fixed duplicate
* Add remoteBgpCommunities to VirtualNetworkPeering resource

* Change VirtualNetworkCommunity in example VirtualNetworkCreateWithBgpCommunities.json to a value that is within the allowed range.
* Adding mutual auth api definitions.

* Adding examples.

* Fixing case.

Co-authored-by: Hemant Imudianda <[email protected]>
* Added PATCH flowLog API and example

* Fixed example

* Added property to TCPConfiguration

* Fixed prettier warning

* Fixes based on CR
…2SVpnGateway resource (#9952)

* Add new optional param enableInternetSecurity and new Reset API for P2SVpnGateway resource

* Fix validation tool fixes

* Remove extra spaces
* Add intrusion system configuration

* Add ignored traffic configuration
* fix checkPirvateLinkServiceVisibility in 2020-06-01

* update examples
* add VpnGatewaypacketCapture api

* add custom words

* add vpn connection packet capture

* fix naming errors

* fix error

* fix word

* fixing validation

* fix model error

* finish prettier

* fix test
* expressRouteProviderPort changes

* fix ref error

* suppressing name id type error

* prettier fix

* locationlist -> listbylocation

* adding filter on location

* ref listbylocation

* fixing id and name

* adding get and bug fixes

* bug fix

* bug fix

* adding proxy resource ref

* fixes for auto checks

* adding proxyresource type to network.json

* fixing description

* fixing description for proxy resource
…ation" (#9954)

* Adding the swagger for the new resource DSCP Configuration. Also updated the Network Interface to return it with its get function

* Updated the definition to the updated version in the source code

* Fix some errors being thrown by the validator (regarding int/ushort typing). Updated the readme.md to include the dscpConfiguration file

* Fixed the erroneous reference within the dscpConfiguration.json to the NetworkInterface definition

* Removed the long running operation flag.
Updated the examples to return two markings

* Added more objets within the lists.

* Removed the duplicated key

* The type 'ushort ' is not accepted. Turn it into an integer. Hopefully this fixes the issue regarding the QosPortRange properties

* Added the custome words dscp and qos in order to fix the error of the words being unkown. Refactor the allocatedNetworkInterfaces to associatedNetworkInterfaces to match the examples with the specification. Removed the QosTrafficProfiler from the examples as it no longer exists. Made sure the delete is using dscpName rather than nicName. Added the period at the end of the description.

* One traffic profiler slipped through the cracks, removed it. Properly formatted the object for the Qos Port/IP ranges. Was placing a string rather than an integer in the get example.

* Well, I was being silly here. Had a typo hahahahaha

* Added the warning suppression to the readme file. Run the prettier on the specification

* Thought I only had to run the prettier on the specification. Did the same for the examples and the NetworkInterfaceGet.json.

* Re-run the command with the full command placed in the documentation. Hopefully this fixes the prettier errors

* Corrected the typo

* Added the proper formatting for the suppression.

* Added the integer format

* Added the api calls for list and list all.
Made sure the name is plural
Added the examples for the new api calls
In Network Interface, now it is using the ID of the DSCP configuration rather than the full payload

* Forgot to switch the operation id from network interface to dscp configuration

* Added the missing next link for the list by resource

Co-authored-by: David Velasco <[email protected]>
Co-authored-by: MyronFanQiu <[email protected]>
* Adds base for updating Microsoft.Network from version stable/2020-04-01 to version 2020-05-01

* Updates readme

* Updates API version in new specs and examples

* Add VirtualHubBgpConnections, VirtualHubIpConfigurations, NetworkVirtualApplianceSites child resources (#9357)

* Adds base for updating Microsoft.Network from version stable/2020-03-01 to version 2020-05-01

* Updates readme

* Updates API version in new specs and examples

* Final changes

* Fix formatting issues

* Fix merge and formatting issues

* Fix formatiing

* Ipconfig properties

* Fix build errors

* Lint check

* Fix semantics errors

* Address review comments

* Fix prettier and nextLink checks

* Fix dots

* Address errors

* Fix Ipconfig version

Co-authored-by: dexiang-ms <[email protected]>

* Change NRP repo for validation scripts (#9394)

* Move terminateTLS flag to ApplicationRuleCondition (#9539)

* DNS Proxy support for Firewall Policy (#9461)

* Adding DnsProxySettings Support in Firewall Policy

dnsServers, dnsEnableProxy, dnsRequireProxyForNetworkRules are added as subproperties.

* spell check

* Removing DNS as prefix on sub properties.

* Syntax error.

* DnsProxySettings to DNSSettings

* Fixing proxy settings name.

Co-authored-by: Ishani Gupta <[email protected]>

* fix network (#9369) (#9547)

* fix network

* duplicated publicipprefix

* fixed example in 2018-01-01

* final updates

* missing examples

(cherry picked from commit 42d9639)

* Added new properties to ConnectivityHop (#9386)

* Added new properties to ConnectivityHop

* Fixed spelling

* added x-ms-client-flatten to HopLink.properties.properties

* Rename Firewall Policy child resource RuleGroup to RuleCollectionGroup (#9356)

* Rename Firewall Policy child resource RuleGroup to RuleCollectionGroup

* rebase with ti whitelist

* rebase with ti whitelist

* rebase with ti whitelist

* prettier run

* making nat rule into a collection

* prettier run

* Multiple Public IPs support for Azure Firewall in Virtual Hub (#9560)

* multi pip for firewall in hub swagger change

* resolving issues

* VirtualWan: Hubvnet Connection related changes (#9536)

1. Exposed direct PUT/DELETE APIs for hubvnet connections. This is the
   API expected to be used in the future by all consumers (direct rest
   api calls, powershell, portal, azure cli). This avoids needing a put
   on the virtual hub every time a hubvnet connection is to be
   added/changed.
2. Deprecate specifying hubvnet connection in virtualHub PUT. This is to
   avoid having multiple APIs to do the same thing. Also having this API
   introduces other complexities and breaks some scenarios.
3. Deprecate allowHubToRemoteVnetTransit and
   allowRemoteVnetToUseHubVnetGateways flags in hubvnet connection.
   These flags are maintained internally in the implementation and
   shouldn't be exposed to the user. For now, just mark it as such. Will
   be removed in later release.

Co-authored-by: Shyam Dharmarajan <[email protected]>

* Destination FQDNs in FirewallPolicy for network rules. (#9609)

* v1

* making boolean as nullable

Co-authored-by: Ishani Gupta <[email protected]>

* VirtualHub : Add Routing State and expose Effective Routes Api (#9385)

* Add Routing State and expose Effective Routes Api

* updated opId name and added examples

* prettier fix done

* rename variable to prevent conflict

* Updating VpnGateway examples for bgpSettings (#9656)

* Updating VpnGateway examples

* prettier

Co-authored-by: Khushboo Baheti <[email protected]>

* Application Gateway Private Link Support (#9490)

* Application Gateway Private Link Support

* Fix comments

* Fix comments for including example

* add byoip resources and examples

* add resources to readme and update version

* fix path

* fix validation errors and remove roaExpirationDate

* remove swagger files to change name

* add the changed file names back

* remove to change name

* re-add changed name

* remove to change name

* re-add changed name

* remove swagger files to change name

* re-add changed name

* fix merge conflicts

* more merge conflicts

* move to june 2020 api version

* add default response to operations

* fix tab/space discrepancy

* fix path names and remove the public ip address version property from mastercustomipprefix

* fix camelCase in paths

* add acronyms to custom words

* fix another camelcase offender

* validation check fixes

* fix some more model validation issues

* fix json formatting

* remove invalid property

* set readonly on etag, fix paths in examples

* fix enum error

* fix network validation errors

* more naming naming convention changes

* change mastercustomipprefix reference from string to subresource

* fix spelling error

* added patch api to tags update

* minor fix

* prettier check

* minor change to force pipeline again

* minor description updates

* remove geography property in masterCustomIpPrefix

* add customIpPrefix property to publicIpPrefix

Co-authored-by: Anton Evseev <[email protected]>
Co-authored-by: naveenchekuri <[email protected]>
Co-authored-by: Anton Evseev <[email protected]>
Co-authored-by: odedlaz <[email protected]>
Co-authored-by: Ishani Gupta <[email protected]>
Co-authored-by: Ishani Gupta <[email protected]>
Co-authored-by: Zim Kalinowski <[email protected]>
Co-authored-by: irrogozh <[email protected]>
Co-authored-by: Sai Sujith Reddy Mankala <[email protected]>
Co-authored-by: Anchal Kapoor <[email protected]>
Co-authored-by: shyamshd <[email protected]>
Co-authored-by: Shyam Dharmarajan <[email protected]>
Co-authored-by: Ritvika Reddy Nagula <[email protected]>
Co-authored-by: Khushboo Baheti <[email protected]>
Co-authored-by: Khushboo Baheti <[email protected]>
Co-authored-by: jaishals <[email protected]>
* Added new properties to connection monitor endpoint

* Updated description of endpointScopeItem
* Add xpn aes cipher values & rm dashes

* Add sci mode param to macsec
…d from NRP side yet. (#10325)

* reverting providerport changes

* fixing bug
…not affect current master branch) (#10338)

* remove masterCustomIpPrefix resource

* delete the MasterCustomIpPrefix swagger examples
@openapi-pipeline-app
Copy link

Swagger pipeline can not start as the pull request has merge conflicts.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Aug 7, 2020

[Staging] Swagger Validation Report

️✔️BreakingChange [Detail]
 There are no breaking changes. 
LintDiff: 4 Errors, 6 Warnings [Detail] [Expand]
Rule Message
R3021 - PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies'
New: Microsoft.Network/stable/2020-06-01/webapplicationfirewall.json#L37
R3021 - PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies'
New: Microsoft.Network/stable/2020-06-01/webapplicationfirewall.json#L83
R3021 - PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/{policyName}'
New: Microsoft.Network/stable/2020-06-01/webapplicationfirewall.json#L122
R4013 - IntegerTypeMustHaveFormat The integer type does not have a format, please add it.
New: Microsoft.Network/stable/2020-06-01/webapplicationfirewall.json#L493
⚠️ R2029 - PageableOperation Based on the response model schema, operation 'CustomIPPrefixes_Get' might be pageable. Consider adding the x-ms-pageable extension.
New: Microsoft.Network/stable/2020-06-01/customIpPrefix.json#L93
⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'DscpConfigurationModel'. Consider using the plural form of 'DscpConfiguration' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
New: Microsoft.Network/stable/2020-06-01/dscpConfiguration.json#L42
⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'DscpConfigurationModel'. Consider using the plural form of 'DscpConfiguration' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
New: Microsoft.Network/stable/2020-06-01/dscpConfiguration.json#L109
⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'DscpConfigurationModel'. Consider using the plural form of 'DscpConfiguration' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
New: Microsoft.Network/stable/2020-06-01/dscpConfiguration.json#L164
⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'DscpConfigurationModel'. Consider using the plural form of 'DscpConfiguration' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
New: Microsoft.Network/stable/2020-06-01/dscpConfiguration.json#L214
⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'DscpConfigurationModel'. Consider using the plural form of 'DscpConfiguration' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
New: Microsoft.Network/stable/2020-06-01/dscpConfiguration.json#L260
Avocado: 2 Errors, 6 Warnings [Detail] [Expand]
Rule Message
INCONSISTENT_API_VERSION The API version of the swagger is inconsistent with its file path.
readme: specification/network/resource-manager/readme.md
json: Microsoft.Network/stable/2020-06-01/vmssNetworkInterface.json
INCONSISTENT_API_VERSION The API version of the swagger is inconsistent with its file path.
readme: specification/network/resource-manager/readme.md
json: Microsoft.Network/stable/2020-06-01/vmssPublicIpAddress.json
⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
readme: specification/network/resource-manager/readme.md
json: Microsoft.Network/stable/2020-06-01/virtualNetworkTap.json
⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
readme: specification/network/resource-manager/readme.md
json: Microsoft.Network/stable/2020-06-01/networkSecurityGroup.json
⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
readme: specification/network/resource-manager/readme.md
json: Microsoft.Network/stable/2020-06-01/networkWatcher.json
⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
readme: specification/network/resource-manager/readme.md
json: Microsoft.Network/stable/2020-06-01/privateLinkService.json
⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
readme: specification/network/resource-manager/readme.md
json: Microsoft.Network/stable/2020-06-01/networkInterface.json
⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
readme: specification/network/resource-manager/readme.md
json: Microsoft.Network/stable/2020-06-01/virtualNetworkGateway.json
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

No commit pushedDate could be found for PR 10376 in repo Azure/azure-rest-api-specs

@mmyyrroonn
Copy link
Contributor

@MikhailTryakhov Hi. Could you solve these four linter issue?
image

@mmyyrroonn
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Aug 10, 2020

azure-sdk-for-go - Release

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 7dd20fe with merge commit 7b8b16e. SDK Automation 13.0.17.20200807.2
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7569: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07CE:3C0C:D08DD8:15DB99F:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4592","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2018-11-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7551: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07CB:6BF2:CAF1DA:1529429:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4591","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2015-06-15@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7563: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07D2:533D:BF0347:1408A74:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4590","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2018-02-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7566: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07CD:32A7:110D1A:2EDB05:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4589","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2018-07-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7554: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07D9:3447:696654:E8F560:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4587","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2016-09-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7573: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07CA:48BD:BD6258:142B1D8:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4586","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2019-06-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7581: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07CC:6BF1:62E314:EBEFBA:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4584","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2020-05-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7567: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07D6:164D:AED4C4:12E7447:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4585","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2018-08-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7575: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07D8:69DE:73BAD7:F6B87C:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4583","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2019-08-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7553: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07E5:41F7:CDDDF9:15D4FF5:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4582","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2016-06-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7561: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07E3:537A:636569:EBF12D:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4580","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2017-11-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7564: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07E6:50C9:DE1D0B:16FBD6C:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4581","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2018-04-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7572: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07D0:2382:36AC52:8C0609:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4579","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2019-04-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7552: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07EA:3C07:771F0:190D41:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4578","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2016-03-30@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7568: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07E4:4A8F:C11041:14A834B:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4577","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2018-10-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7577: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07CF:48BD:BD6267:142B1F6:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4576","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2019-11-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7557: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07E9:3C0B:6F9B32:FBB0BE:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4573","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2017-06-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7576: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07D3:2D63:1A4523:496580:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4574","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2019-09-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7560: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07CB:6D58:BB2E6D:1420901:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4575","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2017-10-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7570: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07D1:7A10:AFD20E:137638F:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4572","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2018-12-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7555: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07ED:2D60:583D4:108EC5:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4571","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2016-12-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7558: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:55 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07E7:05EF:B4B759:1383A92:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4570","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2017-08-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7559: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:56 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07EB:3448:B850C8:13D2290:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4569","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2017-09-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7579: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:56 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07EC:32AA:67483C:E81917:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4568","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2020-03-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7580: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:56 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07E1:19DF:62556A:ED6E52:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4567","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2020-04-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-go/pull/7571: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:56 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"07DA:41F7:CDDDF0:15D4FDE:5F334468","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4566","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-go/git/refs/heads/sdkAutomation/network_mgmt_2019-02-01@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
  • ⚠️network/mgmt/2015-06-15 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2016-03-30 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2016-06-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2016-09-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2016-12-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2017-03-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2017-06-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2017-08-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2017-09-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2017-10-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2017-11-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-01-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-02-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-04-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-06-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-07-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-08-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-10-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-11-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2018-12-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2019-02-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2019-04-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2019-06-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2019-07-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2019-08-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2019-09-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2019-11-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2019-12-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2020-03-01 [View full logs
    No file is changed.
  • ⚠️network/mgmt/2020-04-01 [View full logs
    No file is changed.
  • ️✔️network/mgmt/2020-05-01 [View full logs]  [Release SDK Changes]
  • ⚠️preview/network/mgmt/2015-05-01-preview [View full logs
    No file is changed.

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Aug 10, 2020

azure-sdk-for-python - Release

- Breaking Change detected in SDK

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 7dd20fe with merge commit 7b8b16e. SDK Automation 13.0.17.20200807.2
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-python/pull/1745: HttpError: Reference does not exist, {"name":"HttpError","status":422,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"122","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:22 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"422 Unprocessable Entity","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"078D:2758:B9BFB4:140BF8C:5F33444E","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4670","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-python/git/refs/heads/sdkAutomation/azure-mgmt-network@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest/reference/git#delete-a-reference"}
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-python/pull/1746: HttpError: Reference does not exist, {"name":"HttpError","status":422,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"122","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Wed, 12 Aug 2020 01:22:22 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"422 Unprocessable Entity","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"0790:742D:A33EE5:11CB70B:5F33444E","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4668","x-ratelimit-reset":"1597196702","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-python/git/refs/heads/sdkAutomation/track2_azure-mgmt-network@10376","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/12.18.3 (Linux 5.3; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest/reference/git#delete-a-reference"}
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2016-12-01', '2016-09-01'} in label v2016_12_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2016-12-01 based on label v2016_12_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2017-03-01'} in label v2017_03_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2017-03-01 based on label v2017_03_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-06-01', '2017-03-30'} in label v2017_06_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2017-06-01 based on label v2017_06_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2017-08-01'} in label v2017_08_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2017-08-01 based on label v2017_08_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-09-01', '2017-03-30'} in label v2017_09_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2017-09-01 based on label v2017_09_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2017-10-01'} in label v2017_10_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2017-10-01 based on label v2017_10_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2017-11-01'} in label v2017_11_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2017-11-01 based on label v2017_11_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-01-01'} in label v2018_01_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-01-01 based on label v2018_01_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-02-01'} in label v2018_02_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-02-01 based on label v2018_02_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-04-01'} in label v2018_04_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-04-01 based on label v2018_04_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-06-01'} in label v2018_06_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-06-01 based on label v2018_06_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-07-01'} in label v2018_07_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-07-01 based on label v2018_07_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-08-01'} in label v2018_08_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-08-01 based on label v2018_08_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2017-03-30'} in label v2018_10_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-10-01 based on label v2018_10_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-11-01', '2017-03-30'} in label v2018_11_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-11-01 based on label v2018_11_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-12-01', '2017-03-30'} in label v2018_12_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2018-12-01 based on label v2018_12_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2019-02-01'} in label v2019_02_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2019-02-01 based on label v2019_02_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2019-04-01'} in label v2019_04_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2019-04-01 based on label v2019_04_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2019-06-01'} in label v2019_06_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2019-06-01 based on label v2019_06_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2019-07-01'} in label v2019_07_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2019-07-01 based on label v2019_07_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2019-08-01'} in label v2019_08_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2019-08-01 based on label v2019_08_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2019-09-01'} in label v2019_09_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2019-09-01 based on label v2019_09_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2019-11-01', '2018-10-01'} in label v2019_11_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2019-11-01 based on label v2019_11_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2019-12-01'} in label v2019_12_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2019-12-01 based on label v2019_12_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2020-03-01'} in label v2020_03_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2020-03-01 based on label v2020_03_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2020-04-01'} in label v2020_04_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2020-04-01 based on label v2020_04_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Found too much API version: {'2020-05-01', '2018-10-01'} in label v2020_05_01
    [azure-mgmt-network][after_scripts|python] WARNING:__main__:Guessing you want 2020-05-01 based on label v2020_05_01
  • ⚠️azure-mgmt-network [View full logs]  [Release SDK Changes] Breaking Change Detected
    [build_conf] INFO:packaging_tools:Building template azure-mgmt-network
    [build_conf] INFO:packaging_tools.conf:Skipping default conf since the file exists
    [build_conf] INFO:packaging_tools:Skipping CHANGELOG.md template, since a previous one was found
    [build_conf] INFO:packaging_tools:Template done azure-mgmt-network
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2016-12-01', '2016-09-01'} in label v2016_12_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2016-12-01 based on label v2016_12_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2017-03-01'} in label v2017_03_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2017-03-01 based on label v2017_03_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-06-01', '2017-03-30'} in label v2017_06_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2017-06-01 based on label v2017_06_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2017-08-01'} in label v2017_08_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2017-08-01 based on label v2017_08_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-09-01', '2017-03-30'} in label v2017_09_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2017-09-01 based on label v2017_09_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2017-10-01'} in label v2017_10_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2017-10-01 based on label v2017_10_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2017-11-01'} in label v2017_11_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2017-11-01 based on label v2017_11_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-01-01'} in label v2018_01_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-01-01 based on label v2018_01_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-02-01'} in label v2018_02_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-02-01 based on label v2018_02_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-04-01'} in label v2018_04_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-04-01 based on label v2018_04_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-06-01'} in label v2018_06_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-06-01 based on label v2018_06_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-07-01'} in label v2018_07_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-07-01 based on label v2018_07_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2018-08-01'} in label v2018_08_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-08-01 based on label v2018_08_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2017-03-30'} in label v2018_10_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-10-01 based on label v2018_10_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-11-01', '2017-03-30'} in label v2018_11_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-11-01 based on label v2018_11_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-12-01', '2017-03-30'} in label v2018_12_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-12-01 based on label v2018_12_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2019-02-01'} in label v2019_02_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-02-01 based on label v2019_02_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2019-04-01'} in label v2019_04_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-04-01 based on label v2019_04_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-03-30', '2019-06-01'} in label v2019_06_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-06-01 based on label v2019_06_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2019-07-01'} in label v2019_07_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-07-01 based on label v2019_07_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2019-08-01'} in label v2019_08_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-08-01 based on label v2019_08_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2019-09-01'} in label v2019_09_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-09-01 based on label v2019_09_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2019-11-01', '2018-10-01'} in label v2019_11_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-11-01 based on label v2019_11_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2019-12-01'} in label v2019_12_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-12-01 based on label v2019_12_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2020-03-01'} in label v2020_03_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2020-03-01 based on label v2020_03_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-10-01', '2020-04-01'} in label v2020_04_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2020-04-01 based on label v2020_04_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2020-05-01', '2018-10-01'} in label v2020_05_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2020-05-01 based on label v2020_05_01
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)
    [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
    [ChangeLog] Size of delta 0.143% size of original (original: 510405 chars, delta: 728 chars)
    [ChangeLog] **Breaking changes**
    [ChangeLog] 
    [ChangeLog]   - Model FirewallPolicy no longer has parameter intrusion_system_mode
    [ChangeLog]   - Model FirewallPolicy no longer has parameter identity
    [ChangeLog]   - Model FirewallPolicy no longer has parameter transport_security
    [ChangeLog]   - Model ApplicationRule no longer has parameter target_urls
    [ChangeLog]   - Model ApplicationRule no longer has parameter terminate_tls
    [ChangeLog]   - Model ApplicationRuleCondition no longer has parameter target_urls
    [ChangeLog]   - Model NatRuleCondition no longer has parameter terminate_tls

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Aug 10, 2020

azure-sdk-for-net - Release

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Aug 10, 2020

azure-sdk-for-python-track2 - Release

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from 7dd20fe with merge commit 7b8b16e. SDK Automation 13.0.17.20200807.2
    Only show 100 items here, please refer to log for details.
    [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'VM' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
    [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'Container' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
    [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'PrivateLinkServiceProperties-visibility' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
    [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'PrivateLinkServiceProperties-autoApproval' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayOnDemandProbe' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendHealthOnDemand' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendHealth' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendHealthPool' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendHealthHttpSettings' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendHealthServer' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewaySku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewaySslPolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayIPConfigurationPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayIPConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayAuthenticationCertificatePropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayAuthenticationCertificate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayTrustedRootCertificatePropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayTrustedRootCertificate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewaySslCertificatePropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewaySslCertificate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFrontendIPConfigurationPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFrontendIPConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFrontendPortPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFrontendPort' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendAddress' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendAddressPoolPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendAddressPool' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendHttpSettingsPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayBackendHttpSettings' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayHttpListenerPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayHttpListener' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPathRulePropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPathRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayProbePropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayProbeHealthResponseMatch' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayProbe' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRequestRoutingRulePropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRequestRoutingRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRewriteRuleSet' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRewriteRuleSetPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRewriteRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRewriteRuleCondition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRewriteRuleActionSet' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayHeaderConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayUrlConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRedirectConfigurationPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayRedirectConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateLinkConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateLinkConfigurationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateLinkIpConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateLinkIpConfigurationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateLinkResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateLinkResourceProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateLinkResourceListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateEndpointConnection' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateEndpointConnectionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPrivateEndpointConnectionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGateway' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayUrlPathMapPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayUrlPathMap' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayWebApplicationFirewallConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayAutoscaleConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayConnectionDraining' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFirewallDisabledRuleGroup' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFirewallExclusion' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayAvailableWafRuleSetsResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFirewallRuleSet' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFirewallRuleSetPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFirewallRuleGroup' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayFirewallRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayAvailableSslOptions' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayAvailableSslOptionsPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayAvailableSslPredefinedPolicies' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewaySslPredefinedPolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewaySslPredefinedPolicyPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationGatewayCustomError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationSecurityGroup' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationSecurityGroupPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationSecurityGroupListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AvailableDelegationsResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AvailableDelegation' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AvailableServiceAlias' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AvailableServiceAliasesResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallIPConfigurationPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallIPConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallPublicIPAddress' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallIpGroups' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'HubPublicIPAddresses' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'HubIPAddresses' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewall' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallApplicationRuleCollectionPropertiesFormat' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallApplicationRuleCollection' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallApplicationRuleProtocol' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallApplicationRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallNatRuleCollectionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFirewallNatRuleCollection' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
  • ️✔️azure-mgmt-network [View full logs]  [Release SDK Changes]
    [build_conf_init]   Cache entry deserialization failed, entry ignored
    [build_conf_init]   Cache entry deserialization failed, entry ignored
    [build_conf] INFO:packaging_tools:Building template azure-mgmt-network
    [build_conf] INFO:packaging_tools.conf:Skipping default conf since the file exists
    [build_conf] INFO:packaging_tools:Skipping CHANGELOG.md template, since a previous one was found
    [build_conf] INFO:packaging_tools:Template done azure-mgmt-network
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Aug 10, 2020

Trenton Generation - Release

No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Aug 10, 2020

azure-sdk-for-java - Release

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 7dd20fe with merge commit 7b8b16e. SDK Automation 13.0.17.20200807.2
  • ️✔️sdk/network/mgmt-v2019_02_01 [View full logs]  [Release SDK Changes]
  • ⚠️sdk/network/mgmt-v2019_04_01 [View full logs]  [Release SDK Changes]
      [mvn] [ERROR] COMPILATION ERROR : 
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_04_01/src/main/java/com/microsoft/azure/management/network/v2019_04_01/implementation/LocationAvailablePrivateEndpointTypeModelImpl.java:[37,28] cannot find symbol
      [mvn]   symbol:   method serviceName()
      [mvn]   location: class com.microsoft.azure.management.network.v2019_04_01.implementation.AvailablePrivateEndpointTypeInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_04_01/src/main/java/com/microsoft/azure/management/network/v2019_04_01/implementation/LocationAvailablePrivateEndpointTypeImpl.java:[37,28] cannot find symbol
      [mvn]   symbol:   method serviceName()
      [mvn]   location: class com.microsoft.azure.management.network.v2019_04_01.implementation.AvailablePrivateEndpointTypeInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_04_01/src/main/java/com/microsoft/azure/management/network/v2019_04_01/implementation/AvailableResourceGroupPrivateEndpointTypesImpl.java:[23,30] cannot find symbol
      [mvn]   symbol:   method availableResourceGroupPrivateEndpointTypes()
      [mvn]   location: class com.microsoft.azure.management.network.v2019_04_01.implementation.NetworkManagementClientImpl
      [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-network: Compilation failure: Compilation failure: 
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_04_01/src/main/java/com/microsoft/azure/management/network/v2019_04_01/implementation/LocationAvailablePrivateEndpointTypeModelImpl.java:[37,28] cannot find symbol
      [mvn] [ERROR]   symbol:   method serviceName()
      [mvn] [ERROR]   location: class com.microsoft.azure.management.network.v2019_04_01.implementation.AvailablePrivateEndpointTypeInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_04_01/src/main/java/com/microsoft/azure/management/network/v2019_04_01/implementation/LocationAvailablePrivateEndpointTypeImpl.java:[37,28] cannot find symbol
      [mvn] [ERROR]   symbol:   method serviceName()
      [mvn] [ERROR]   location: class com.microsoft.azure.management.network.v2019_04_01.implementation.AvailablePrivateEndpointTypeInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_04_01/src/main/java/com/microsoft/azure/management/network/v2019_04_01/implementation/AvailableResourceGroupPrivateEndpointTypesImpl.java:[23,30] cannot find symbol
      [mvn] [ERROR]   symbol:   method availableResourceGroupPrivateEndpointTypes()
      [mvn] [ERROR]   location: class com.microsoft.azure.management.network.v2019_04_01.implementation.NetworkManagementClientImpl
      [mvn] [ERROR] -> [Help 1]
      [mvn] [ERROR] 
      [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [mvn] [ERROR] 
      [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    • ️✔️sdk/network/mgmt-v2019_06_01 [View full logs]  [Release SDK Changes]
    • ️✔️sdk/network/mgmt-v2019_07_01 [View full logs]  [Release SDK Changes]
    • ️✔️sdk/network/mgmt-v2019_08_01 [View full logs]  [Release SDK Changes]
    • ⚠️sdk/network/mgmt-v2019_09_01 [View full logs]  [Release SDK Changes]
        [mvn] [ERROR] COMPILATION ERROR : 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/network/v2019_09_01/Subnet.java:[108,10] cannot find symbol
        [mvn]   symbol:   class ResourceNavigationLinkInner
        [mvn]   location: interface com.microsoft.azure.management.network.v2019_09_01.Subnet
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/network/v2019_09_01/Subnet.java:[118,10] cannot find symbol
        [mvn]   symbol:   class ServiceAssociationLinkInner
        [mvn]   location: interface com.microsoft.azure.management.network.v2019_09_01.Subnet
        [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-network: Compilation failure: Compilation failure: 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/network/v2019_09_01/Subnet.java:[108,10] cannot find symbol
        [mvn] [ERROR]   symbol:   class ResourceNavigationLinkInner
        [mvn] [ERROR]   location: interface com.microsoft.azure.management.network.v2019_09_01.Subnet
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/network/v2019_09_01/Subnet.java:[118,10] cannot find symbol
        [mvn] [ERROR]   symbol:   class ServiceAssociationLinkInner
        [mvn] [ERROR]   location: interface com.microsoft.azure.management.network.v2019_09_01.Subnet
        [mvn] [ERROR] -> [Help 1]
        [mvn] [ERROR] 
        [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
        [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
        [mvn] [ERROR] 
        [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
        [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
      • ⚠️sdk/network/mgmt-v2020_03_01 [View full logs]  [Release SDK Changes]
          [mvn] [ERROR] COMPILATION ERROR : 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_03_01/src/main/java/com/microsoft/azure/management/network/v2020_03_01/Subnet.java:[113,10] cannot find symbol
          [mvn]   symbol:   class ResourceNavigationLinkInner
          [mvn]   location: interface com.microsoft.azure.management.network.v2020_03_01.Subnet
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_03_01/src/main/java/com/microsoft/azure/management/network/v2020_03_01/Subnet.java:[123,10] cannot find symbol
          [mvn]   symbol:   class ServiceAssociationLinkInner
          [mvn]   location: interface com.microsoft.azure.management.network.v2020_03_01.Subnet
          [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-network: Compilation failure: Compilation failure: 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_03_01/src/main/java/com/microsoft/azure/management/network/v2020_03_01/Subnet.java:[113,10] cannot find symbol
          [mvn] [ERROR]   symbol:   class ResourceNavigationLinkInner
          [mvn] [ERROR]   location: interface com.microsoft.azure.management.network.v2020_03_01.Subnet
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_03_01/src/main/java/com/microsoft/azure/management/network/v2020_03_01/Subnet.java:[123,10] cannot find symbol
          [mvn] [ERROR]   symbol:   class ServiceAssociationLinkInner
          [mvn] [ERROR]   location: interface com.microsoft.azure.management.network.v2020_03_01.Subnet
          [mvn] [ERROR] -> [Help 1]
          [mvn] [ERROR] 
          [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
          [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
          [mvn] [ERROR] 
          [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
          [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
        • ⚠️sdk/network/mgmt-v2020_04_01 [View full logs]  [Release SDK Changes]
            [mvn] [ERROR] COMPILATION ERROR : 
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_04_01/src/main/java/com/microsoft/azure/management/network/v2020_04_01/Subnet.java:[113,10] cannot find symbol
            [mvn]   symbol:   class ResourceNavigationLinkInner
            [mvn]   location: interface com.microsoft.azure.management.network.v2020_04_01.Subnet
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_04_01/src/main/java/com/microsoft/azure/management/network/v2020_04_01/Subnet.java:[123,10] cannot find symbol
            [mvn]   symbol:   class ServiceAssociationLinkInner
            [mvn]   location: interface com.microsoft.azure.management.network.v2020_04_01.Subnet
            [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-network: Compilation failure: Compilation failure: 
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_04_01/src/main/java/com/microsoft/azure/management/network/v2020_04_01/Subnet.java:[113,10] cannot find symbol
            [mvn] [ERROR]   symbol:   class ResourceNavigationLinkInner
            [mvn] [ERROR]   location: interface com.microsoft.azure.management.network.v2020_04_01.Subnet
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_04_01/src/main/java/com/microsoft/azure/management/network/v2020_04_01/Subnet.java:[123,10] cannot find symbol
            [mvn] [ERROR]   symbol:   class ServiceAssociationLinkInner
            [mvn] [ERROR]   location: interface com.microsoft.azure.management.network.v2020_04_01.Subnet
            [mvn] [ERROR] -> [Help 1]
            [mvn] [ERROR] 
            [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
            [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
            [mvn] [ERROR] 
            [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
            [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
          • ⚠️sdk/network/mgmt-v2020_05_01 [View full logs]  [Release SDK Changes]
              [mvn] [ERROR] COMPILATION ERROR : 
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/network/v2020_05_01/Subnet.java:[113,10] cannot find symbol
              [mvn]   symbol:   class ResourceNavigationLinkInner
              [mvn]   location: interface com.microsoft.azure.management.network.v2020_05_01.Subnet
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/network/v2020_05_01/Subnet.java:[123,10] cannot find symbol
              [mvn]   symbol:   class ServiceAssociationLinkInner
              [mvn]   location: interface com.microsoft.azure.management.network.v2020_05_01.Subnet
              [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-network: Compilation failure: Compilation failure: 
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/network/v2020_05_01/Subnet.java:[113,10] cannot find symbol
              [mvn] [ERROR]   symbol:   class ResourceNavigationLinkInner
              [mvn] [ERROR]   location: interface com.microsoft.azure.management.network.v2020_05_01.Subnet
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/network/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/network/v2020_05_01/Subnet.java:[123,10] cannot find symbol
              [mvn] [ERROR]   symbol:   class ServiceAssociationLinkInner
              [mvn] [ERROR]   location: interface com.microsoft.azure.management.network.v2020_05_01.Subnet
              [mvn] [ERROR] -> [Help 1]
              [mvn] [ERROR] 
              [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
              [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
              [mvn] [ERROR] 
              [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
              [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Aug 10, 2020

            azure-sdk-for-js - Release

            ️✔️ succeeded [Logs] [Expand Details]
            • ️✔️ Generate from 7dd20fe with merge commit 7b8b16e. SDK Automation 13.0.17.20200807.2
            • ️✔️@azure/arm-network [View full logs]  [Release SDK Changes]
              Only show 100 items here, please refer to log for details.
              [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
              [npmPack] npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
              [npmPack] npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
              [npmPack] npm notice created a lockfile as package-lock.json. You should commit this file.
              [npmPack] loaded rollup.config.js with warnings
              [npmPack] (!) Unused external imports
              [npmPack] default imported from external module 'rollup' but never used
              [npmPack] 
              [npmPack] ./esm/networkManagementClient.js → ./dist/arm-network.js...
              [npmPack] created ./dist/arm-network.js in 2.8s
              [npmPack] npm notice 
              [npmPack] npm notice package: @azure/[email protected]
              [npmPack] npm notice === Tarball Contents === 
              [npmPack] npm notice 9.7kB   esm/operations/applicationGatewayPrivateEndpointConnections.js            
              [npmPack] npm notice 8.1kB   esm/models/applicationGatewayPrivateEndpointConnectionsMappers.js         
              [npmPack] npm notice 3.0kB   esm/operations/applicationGatewayPrivateLinkResources.js                  
              [npmPack] npm notice 8.1kB   esm/models/applicationGatewayPrivateLinkResourcesMappers.js               
              [npmPack] npm notice 27.0kB  esm/operations/applicationGateways.js                                     
              [npmPack] npm notice 8.4kB   esm/models/applicationGatewaysMappers.js                                  
              [npmPack] npm notice 11.2kB  esm/operations/applicationSecurityGroups.js                               
              [npmPack] npm notice 8.0kB   esm/models/applicationSecurityGroupsMappers.js                            
              [npmPack] npm notice 3.6MB   dist/arm-network.js                                                       
              [npmPack] npm notice 1.4MB   dist/arm-network.min.js                                                   
              [npmPack] npm notice 2.6kB   esm/operations/availableDelegations.js                                    
              [npmPack] npm notice 480B    esm/models/availableDelegationsMappers.js                                 
              [npmPack] npm notice 2.6kB   esm/operations/availableEndpointServices.js                               
              [npmPack] npm notice 8.0kB   esm/models/availableEndpointServicesMappers.js                            
              [npmPack] npm notice 4.5kB   esm/operations/availablePrivateEndpointTypes.js                           
              [npmPack] npm notice 507B    esm/models/availablePrivateEndpointTypesMappers.js                        
              [npmPack] npm notice 2.8kB   esm/operations/availableResourceGroupDelegations.js                       
              [npmPack] npm notice 493B    esm/models/availableResourceGroupDelegationsMappers.js                    
              [npmPack] npm notice 4.4kB   esm/operations/availableServiceAliases.js                                 
              [npmPack] npm notice 488B    esm/models/availableServiceAliasesMappers.js                              
              [npmPack] npm notice 2.5kB   esm/operations/azureFirewallFqdnTags.js                                   
              [npmPack] npm notice 8.0kB   esm/models/azureFirewallFqdnTagsMappers.js                                
              [npmPack] npm notice 11.5kB  esm/operations/azureFirewalls.js                                          
              [npmPack] npm notice 8.0kB   esm/models/azureFirewallsMappers.js                                       
              [npmPack] npm notice 9.2kB   esm/operations/bastionHosts.js                                            
              [npmPack] npm notice 8.0kB   esm/models/bastionHostsMappers.js                                         
              [npmPack] npm notice 2.5kB   esm/operations/bgpServiceCommunities.js                                   
              [npmPack] npm notice 8.0kB   esm/models/bgpServiceCommunitiesMappers.js                                
              [npmPack] npm notice 16.6kB  esm/operations/connectionMonitors.js                                      
              [npmPack] npm notice 8.2kB   esm/models/connectionMonitorsMappers.js                                   
              [npmPack] npm notice 10.5kB  esm/operations/customIPPrefixes.js                                        
              [npmPack] npm notice 8.0kB   esm/models/customIPPrefixesMappers.js                                     
              [npmPack] npm notice 7.5kB   esm/operations/ddosCustomPolicies.js                                      
              [npmPack] npm notice 8.0kB   esm/models/ddosCustomPoliciesMappers.js                                   
              [npmPack] npm notice 10.8kB  esm/operations/ddosProtectionPlans.js                                     
              [npmPack] npm notice 8.0kB   esm/models/ddosProtectionPlansMappers.js                                  
              [npmPack] npm notice 4.0kB   esm/operations/defaultSecurityRules.js                                    
              [npmPack] npm notice 8.0kB   esm/models/defaultSecurityRulesMappers.js                                 
              [npmPack] npm notice 9.5kB   esm/operations/dscpConfigurationOperations.js                             
              [npmPack] npm notice 8.0kB   esm/models/dscpConfigurationOperationsMappers.js                          
              [npmPack] npm notice 9.2kB   esm/operations/expressRouteCircuitAuthorizations.js                       
              [npmPack] npm notice 8.0kB   esm/models/expressRouteCircuitAuthorizationsMappers.js                    
              [npmPack] npm notice 10.1kB  esm/operations/expressRouteCircuitConnections.js                          
              [npmPack] npm notice 8.0kB   esm/models/expressRouteCircuitConnectionsMappers.js                       
              [npmPack] npm notice 8.9kB   esm/operations/expressRouteCircuitPeerings.js                             
              [npmPack] npm notice 8.0kB   esm/models/expressRouteCircuitPeeringsMappers.js                          
              [npmPack] npm notice 20.2kB  esm/operations/expressRouteCircuits.js                                    
              [npmPack] npm notice 8.3kB   esm/models/expressRouteCircuitsMappers.js                                 
              [npmPack] npm notice 8.6kB   esm/operations/expressRouteConnections.js                                 
              [npmPack] npm notice 8.0kB   esm/models/expressRouteConnectionsMappers.js                              
              [npmPack] npm notice 9.3kB   esm/operations/expressRouteCrossConnectionPeerings.js                     
              [npmPack] npm notice 8.0kB   esm/models/expressRouteCrossConnectionPeeringsMappers.js                  
              [npmPack] npm notice 17.1kB  esm/operations/expressRouteCrossConnections.js                            
              [npmPack] npm notice 8.3kB   esm/models/expressRouteCrossConnectionsMappers.js                         
              [npmPack] npm notice 8.7kB   esm/operations/expressRouteGateways.js                                    
              [npmPack] npm notice 8.0kB   esm/models/expressRouteGatewaysMappers.js                                 
              [npmPack] npm notice 3.8kB   esm/operations/expressRouteLinks.js                                       
              [npmPack] npm notice 8.0kB   esm/models/expressRouteLinksMappers.js                                    
              [npmPack] npm notice 12.0kB  esm/operations/expressRoutePorts.js                                       
              [npmPack] npm notice 3.4kB   esm/operations/expressRoutePortsLocations.js                              
              [npmPack] npm notice 8.0kB   esm/models/expressRoutePortsLocationsMappers.js                           
              [npmPack] npm notice 8.1kB   esm/models/expressRoutePortsMappers.js                                    
              [npmPack] npm notice 2.6kB   esm/operations/expressRouteServiceProviders.js                            
              [npmPack] npm notice 8.0kB   esm/models/expressRouteServiceProvidersMappers.js                         
              [npmPack] npm notice 9.3kB   esm/operations/firewallPolicies.js                                        
              [npmPack] npm notice 8.0kB   esm/models/firewallPoliciesMappers.js                                     
              [npmPack] npm notice 9.5kB   esm/operations/firewallPolicyRuleCollectionGroups.js                      
              [npmPack] npm notice 8.0kB   esm/models/firewallPolicyRuleCollectionGroupsMappers.js                   
              [npmPack] npm notice 9.7kB   esm/operations/flowLogs.js                                                
              [npmPack] npm notice 8.0kB   esm/models/flowLogsMappers.js                                             
              [npmPack] npm notice 8.6kB   esm/operations/hubRouteTables.js                                          
              [npmPack] npm notice 8.0kB   esm/models/hubRouteTablesMappers.js                                       
              [npmPack] npm notice 9.3kB   esm/operations/hubVirtualNetworkConnections.js                            
              [npmPack] npm notice 8.0kB   esm/models/hubVirtualNetworkConnectionsMappers.js                         
              [npmPack] npm notice 8.9kB   esm/operations/inboundNatRules.js                                         
              [npmPack] npm notice 8.0kB   esm/models/inboundNatRulesMappers.js                                      
              [npmPack] npm notice 345B    esm/models/index.js                                                       
              [npmPack] npm notice 4.6kB   esm/operations/index.js                                                   
              [npmPack] npm notice 10.5kB  esm/operations/ipAllocations.js                                           
              [npmPack] npm notice 8.0kB   esm/models/ipAllocationsMappers.js                                        
              [npmPack] npm notice 10.2kB  esm/operations/ipGroups.js                                                
              [npmPack] npm notice 8.0kB   esm/models/ipGroupsMappers.js                                             
              [npmPack] npm notice 9.2kB   esm/operations/loadBalancerBackendAddressPools.js                         
              [npmPack] npm notice 8.0kB   esm/models/loadBalancerBackendAddressPoolsMappers.js                      
              [npmPack] npm notice 4.2kB   esm/operations/loadBalancerFrontendIPConfigurations.js                    
              [npmPack] npm notice 8.1kB   esm/models/loadBalancerFrontendIPConfigurationsMappers.js                 
              [npmPack] npm notice 4.0kB   esm/operations/loadBalancerLoadBalancingRules.js                          

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Aug 10, 2020

            Azure CLI Extension Generation - Release

            No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 1 pipeline(s).

            @mmyyrroonn
            Copy link
            Contributor

            /azp run

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 3 pipeline(s).

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 1 pipeline(s).

            @akning-ms akning-ms added the SuppressionTrack Track suppression in PR label Aug 12, 2020
            @akning-ms
            Copy link
            Contributor

            akning-ms commented Aug 12, 2020

            Per mail discussion, Consider schedule for NRP, suppress this 4 lint rules failure,
            WAF team should fix this 4 Lint issue in another PR.
            and for Avocado, the VMSS file is not owned by network team. so suppress too

            @akning-ms akning-ms merged commit 7b8b16e into master Aug 12, 2020
            @MikhailTryakhov MikhailTryakhov deleted the merged-version branch August 12, 2020 05:25
            innosam pushed a commit to innosam/azure-rest-api-specs that referenced this pull request Aug 17, 2020
            * Adds base for updating Microsoft.Network from version stable/2020-05-01 to version 2020-06-01
            
            * Updates readme
            
            * Updates API version in new specs and examples
            
            * New vWAN resource properties (Azure#9722)
            
            * retarget
            
            * fixed duplicate
            
            * Added code changes for generating letter of authorization (Azure#9829)
            
            Co-authored-by: Umesh Kanodia <[email protected]>
            
            * Async PATCH operations for Virtual WAN VpnGateways and P2SVpnGateways (Azure#9833)
            
            * Add remoteBgpCommunities to VirtualNetworkPeering resource (Azure#9814)
            
            * Add remoteBgpCommunities to VirtualNetworkPeering resource
            
            * Change VirtualNetworkCommunity in example VirtualNetworkCreateWithBgpCommunities.json to a value that is within the allowed range.
            
            * Application Gateway Mutual Authentication Support (Azure#9965)
            
            * Adding mutual auth api definitions.
            
            * Adding examples.
            
            * Fixing case.
            
            Co-authored-by: Hemant Imudianda <[email protected]>
            
            * Added PATCH flowLog API and example (Azure#9960)
            
            * Added PATCH flowLog API and example
            
            * Fixed example
            
            * Added property to TCPConfiguration
            
            * Fixed prettier warning
            
            * Fixes based on CR
            
            * Add new optional param enableInternetSecurity and new Reset API for P2SVpnGateway resource (Azure#9952)
            
            * Add new optional param enableInternetSecurity and new Reset API for P2SVpnGateway resource
            
            * Fix validation tool fixes
            
            * Remove extra spaces
            
            * Update Network's owners (Azure#10006)
            
            * Add intrusion system configuration (Azure#9912)
            
            * Add intrusion system configuration
            
            * Add ignored traffic configuration
            
            * Fix checkPirvateLinkServiceVisibility in 2020-06-01 (Azure#9821)
            
            * fix checkPirvateLinkServiceVisibility in 2020-06-01
            
            * update examples
            
            * add VpnGatewaypacketCapture api  (Azure#9832)
            
            * add VpnGatewaypacketCapture api
            
            * add custom words
            
            * add vpn connection packet capture
            
            * fix naming errors
            
            * fix error
            
            * fix word
            
            * fixing validation
            
            * fix model error
            
            * finish prettier
            
            * fix test
            
            * expressRouteProviderPort changes (Azure#9909)
            
            * expressRouteProviderPort changes
            
            * fix ref error
            
            * suppressing name id type error
            
            * prettier fix
            
            * locationlist -> listbylocation
            
            * adding filter on location
            
            * ref listbylocation
            
            * fixing id and name
            
            * adding get and bug fixes
            
            * bug fix
            
            * bug fix
            
            * adding proxy resource ref
            
            * fixes for auto checks
            
            * adding proxyresource type to network.json
            
            * fixing description
            
            * fixing description for proxy resource
            
            * Adding swagger updates to support the new NRP resource "DSCP Configuration" (Azure#9954)
            
            * Adding the swagger for the new resource DSCP Configuration. Also updated the Network Interface to return it with its get function
            
            * Updated the definition to the updated version in the source code
            
            * Fix some errors being thrown by the validator (regarding int/ushort typing). Updated the readme.md to include the dscpConfiguration file
            
            * Fixed the erroneous reference within the dscpConfiguration.json to the NetworkInterface definition
            
            * Removed the long running operation flag.
            Updated the examples to return two markings
            
            * Added more objets within the lists.
            
            * Removed the duplicated key
            
            * The type 'ushort ' is not accepted. Turn it into an integer. Hopefully this fixes the issue regarding the QosPortRange properties
            
            * Added the custome words dscp and qos in order to fix the error of the words being unkown. Refactor the allocatedNetworkInterfaces to associatedNetworkInterfaces to match the examples with the specification. Removed the QosTrafficProfiler from the examples as it no longer exists. Made sure the delete is using dscpName rather than nicName. Added the period at the end of the description.
            
            * One traffic profiler slipped through the cracks, removed it. Properly formatted the object for the Qos Port/IP ranges. Was placing a string rather than an integer in the get example.
            
            * Well, I was being silly here. Had a typo hahahahaha
            
            * Added the warning suppression to the readme file. Run the prettier on the specification
            
            * Thought I only had to run the prettier on the specification. Did the same for the examples and the NetworkInterfaceGet.json.
            
            * Re-run the command with the full command placed in the documentation. Hopefully this fixes the prettier errors
            
            * Corrected the typo
            
            * Added the proper formatting for the suppression.
            
            * Added the integer format
            
            * Added the api calls for list and list all.
            Made sure the name is plural
            Added the examples for the new api calls
            In Network Interface, now it is using the ID of the DSCP configuration rather than the full payload
            
            * Forgot to switch the operation id from network interface to dscp configuration
            
            * Added the missing next link for the list by resource
            
            Co-authored-by: David Velasco <[email protected]>
            Co-authored-by: MyronFanQiu <[email protected]>
            
            * Dev/dexiang/byoip (Azure#9818)
            
            * Adds base for updating Microsoft.Network from version stable/2020-04-01 to version 2020-05-01
            
            * Updates readme
            
            * Updates API version in new specs and examples
            
            * Add VirtualHubBgpConnections, VirtualHubIpConfigurations, NetworkVirtualApplianceSites child resources (Azure#9357)
            
            * Adds base for updating Microsoft.Network from version stable/2020-03-01 to version 2020-05-01
            
            * Updates readme
            
            * Updates API version in new specs and examples
            
            * Final changes
            
            * Fix formatting issues
            
            * Fix merge and formatting issues
            
            * Fix formatiing
            
            * Ipconfig properties
            
            * Fix build errors
            
            * Lint check
            
            * Fix semantics errors
            
            * Address review comments
            
            * Fix prettier and nextLink checks
            
            * Fix dots
            
            * Address errors
            
            * Fix Ipconfig version
            
            Co-authored-by: dexiang-ms <[email protected]>
            
            * Change NRP repo for validation scripts (Azure#9394)
            
            * Move terminateTLS flag to ApplicationRuleCondition (Azure#9539)
            
            * DNS Proxy support for Firewall Policy (Azure#9461)
            
            * Adding DnsProxySettings Support in Firewall Policy
            
            dnsServers, dnsEnableProxy, dnsRequireProxyForNetworkRules are added as subproperties.
            
            * spell check
            
            * Removing DNS as prefix on sub properties.
            
            * Syntax error.
            
            * DnsProxySettings to DNSSettings
            
            * Fixing proxy settings name.
            
            Co-authored-by: Ishani Gupta <[email protected]>
            
            * fix network (Azure#9369) (Azure#9547)
            
            * fix network
            
            * duplicated publicipprefix
            
            * fixed example in 2018-01-01
            
            * final updates
            
            * missing examples
            
            (cherry picked from commit 42d9639)
            
            * Added new properties to ConnectivityHop (Azure#9386)
            
            * Added new properties to ConnectivityHop
            
            * Fixed spelling
            
            * added x-ms-client-flatten to HopLink.properties.properties
            
            * Rename Firewall Policy child resource RuleGroup to RuleCollectionGroup (Azure#9356)
            
            * Rename Firewall Policy child resource RuleGroup to RuleCollectionGroup
            
            * rebase with ti whitelist
            
            * rebase with ti whitelist
            
            * rebase with ti whitelist
            
            * prettier run
            
            * making nat rule into a collection
            
            * prettier run
            
            * Multiple Public IPs support for Azure Firewall in Virtual Hub (Azure#9560)
            
            * multi pip for firewall in hub swagger change
            
            * resolving issues
            
            * VirtualWan: Hubvnet Connection related changes (Azure#9536)
            
            1. Exposed direct PUT/DELETE APIs for hubvnet connections. This is the
               API expected to be used in the future by all consumers (direct rest
               api calls, powershell, portal, azure cli). This avoids needing a put
               on the virtual hub every time a hubvnet connection is to be
               added/changed.
            2. Deprecate specifying hubvnet connection in virtualHub PUT. This is to
               avoid having multiple APIs to do the same thing. Also having this API
               introduces other complexities and breaks some scenarios.
            3. Deprecate allowHubToRemoteVnetTransit and
               allowRemoteVnetToUseHubVnetGateways flags in hubvnet connection.
               These flags are maintained internally in the implementation and
               shouldn't be exposed to the user. For now, just mark it as such. Will
               be removed in later release.
            
            Co-authored-by: Shyam Dharmarajan <[email protected]>
            
            * Destination FQDNs in FirewallPolicy for network rules. (Azure#9609)
            
            * v1
            
            * making boolean as nullable
            
            Co-authored-by: Ishani Gupta <[email protected]>
            
            * VirtualHub : Add Routing State and expose Effective Routes Api (Azure#9385)
            
            * Add Routing State and expose Effective Routes Api
            
            * updated opId name and added examples
            
            * prettier fix done
            
            * rename variable to prevent conflict
            
            * Updating VpnGateway examples for bgpSettings (Azure#9656)
            
            * Updating VpnGateway examples
            
            * prettier
            
            Co-authored-by: Khushboo Baheti <[email protected]>
            
            * Application Gateway Private Link Support (Azure#9490)
            
            * Application Gateway Private Link Support
            
            * Fix comments
            
            * Fix comments for including example
            
            * add byoip resources and examples
            
            * add resources to readme and update version
            
            * fix path
            
            * fix validation errors and remove roaExpirationDate
            
            * remove swagger files to change name
            
            * add the changed file names back
            
            * remove to change name
            
            * re-add changed name
            
            * remove to change name
            
            * re-add changed name
            
            * remove swagger files to change name
            
            * re-add changed name
            
            * fix merge conflicts
            
            * more merge conflicts
            
            * move to june 2020 api version
            
            * add default response to operations
            
            * fix tab/space discrepancy
            
            * fix path names and remove the public ip address version property from mastercustomipprefix
            
            * fix camelCase in paths
            
            * add acronyms to custom words
            
            * fix another camelcase offender
            
            * validation check fixes
            
            * fix some more model validation issues
            
            * fix json formatting
            
            * remove invalid property
            
            * set readonly on etag, fix paths in examples
            
            * fix enum error
            
            * fix network validation errors
            
            * more naming naming convention changes
            
            * change mastercustomipprefix reference from string to subresource
            
            * fix spelling error
            
            * added patch api to tags update
            
            * minor fix
            
            * prettier check
            
            * minor change to force pipeline again
            
            * minor description updates
            
            * remove geography property in masterCustomIpPrefix
            
            * add customIpPrefix property to publicIpPrefix
            
            Co-authored-by: Anton Evseev <[email protected]>
            Co-authored-by: naveenchekuri <[email protected]>
            Co-authored-by: Anton Evseev <[email protected]>
            Co-authored-by: odedlaz <[email protected]>
            Co-authored-by: Ishani Gupta <[email protected]>
            Co-authored-by: Ishani Gupta <[email protected]>
            Co-authored-by: Zim Kalinowski <[email protected]>
            Co-authored-by: irrogozh <[email protected]>
            Co-authored-by: Sai Sujith Reddy Mankala <[email protected]>
            Co-authored-by: Anchal Kapoor <[email protected]>
            Co-authored-by: shyamshd <[email protected]>
            Co-authored-by: Shyam Dharmarajan <[email protected]>
            Co-authored-by: Ritvika Reddy Nagula <[email protected]>
            Co-authored-by: Khushboo Baheti <[email protected]>
            Co-authored-by: Khushboo Baheti <[email protected]>
            Co-authored-by: jaishals <[email protected]>
            
            * fix the description (Azure#10151)
            
            * Add support for addressprefix in NVA and enableVirtualRouterRouteProp… (Azure#10153)
            
            * Added O365Policy to VpnSite resource. (Azure#10192)
            
            Co-authored-by: Neel Bhavsar <[email protected]>
            
            * Added new properties to connection monitor endpoint (Azure#10197)
            
            * Added new properties to connection monitor endpoint
            
            * Updated description of endpointScopeItem
            
            * MACsec Configuration Edits (Azure#10181)
            
            * Add xpn aes cipher values & rm dashes
            
            * Add sci mode param to macsec
            
            * remove readonly attribute from customIpPrefix commissionedState property (Azure#10246)
            
            * fixing ids in examples (Azure#10221)
            
            * Merge branch 'network-june-release' of https://github.com/adgrieve/azure-rest-api-specs into network-june-release (Azure#10069)
            
            * Network june release revert - reverting changes which are not deployed from NRP side yet.  (Azure#10325)
            
            * reverting providerport changes
            
            * fixing bug
            
            * Remove masterCustomIpPrefix resource from Network-June-Release (does not affect current master branch) (Azure#10338)
            
            * remove masterCustomIpPrefix resource
            
            * delete the MasterCustomIpPrefix swagger examples
            
            Co-authored-by: Anton Evseev <[email protected]>
            Co-authored-by: Henry Chen <[email protected]>
            Co-authored-by: Umesh Kanodia <[email protected]>
            Co-authored-by: Umesh Kanodia <[email protected]>
            Co-authored-by: ritwikbasu <[email protected]>
            Co-authored-by: Jesus Arango <[email protected]>
            Co-authored-by: Hemant Imudianda <[email protected]>
            Co-authored-by: Hemant Imudianda <[email protected]>
            Co-authored-by: irrogozh <[email protected]>
            Co-authored-by: Nilambari <[email protected]>
            Co-authored-by: Anton Evseev <[email protected]>
            Co-authored-by: adgrieve <[email protected]>
            Co-authored-by: Kaihui (Kerwin) Sun <[email protected]>
            Co-authored-by: tyrannicrex <[email protected]>
            Co-authored-by: dagoutha <[email protected]>
            Co-authored-by: David Velasco <[email protected]>
            Co-authored-by: David Velasco <[email protected]>
            Co-authored-by: MyronFanQiu <[email protected]>
            Co-authored-by: dexiang-ms <[email protected]>
            Co-authored-by: naveenchekuri <[email protected]>
            Co-authored-by: odedlaz <[email protected]>
            Co-authored-by: Ishani Gupta <[email protected]>
            Co-authored-by: Ishani Gupta <[email protected]>
            Co-authored-by: Zim Kalinowski <[email protected]>
            Co-authored-by: Sai Sujith Reddy Mankala <[email protected]>
            Co-authored-by: Anchal Kapoor <[email protected]>
            Co-authored-by: shyamshd <[email protected]>
            Co-authored-by: Shyam Dharmarajan <[email protected]>
            Co-authored-by: Ritvika Reddy Nagula <[email protected]>
            Co-authored-by: Khushboo Baheti <[email protected]>
            Co-authored-by: Khushboo Baheti <[email protected]>
            Co-authored-by: jaishals <[email protected]>
            Co-authored-by: Anchal Kapoor <[email protected]>
            Co-authored-by: Neel <[email protected]>
            Co-authored-by: Neel Bhavsar <[email protected]>
            Co-authored-by: francescanarea <[email protected]>
            Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
            Labels
            Projects
            None yet
            Development

            Successfully merging this pull request may close these issues.