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

Adding a new GET api in Microsoft.Network for ServiceTags, with pagination #11075

Closed
wants to merge 2 commits into from

Conversation

guptas14
Copy link
Contributor

@guptas14 guptas14 commented Oct 8, 2020

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

  • [ Y] 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.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 8, 2020

[Staging] Swagger Validation Report

️✔️BreakingChange [Detail]
 There are no breaking changes. 
️✔️LintDiff [Detail]
 Validation passes for LintDiff. 
️✔️Avocado [Detail]
 Validation passes for Avocado. 
ModelValidation: 2 Errors, 0 Warnings [Detail] [Expand]
Rule Message
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: networkFeatures
Url: Microsoft.Network/stable/2020-07-01/serviceTags.json#L180
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: state
Url: Microsoft.Network/stable/2020-07-01/serviceTags.json#L180
️✔️SemanticValidation [Detail]
 Validation passes for SemanticValidation. 
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@guptas14 guptas14 added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Oct 8, 2020
@guptas14
Copy link
Contributor Author

guptas14 commented Oct 8, 2020

This is a draft PR for confirming the changes for adding a new service for getting ServiceTag details from NRP. This new api would support pagination, as per ARM-RP contract.

@guptas14 guptas14 requested review from chiragg4u and markcowl October 8, 2020 00:32
@@ -73,6 +73,49 @@
}
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTags/paged": {
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure you should added new API for the paged version of serviceTags. Please look at other examples in NRP to evolve the existing API to support paging.

Copy link
Contributor Author

@guptas14 guptas14 Oct 8, 2020

Choose a reason for hiding this comment

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

@chiragg4u So, as I discussed with you during office hours, https://stackoverflow.microsoft.com/questions/225823 , the current ServiceTag definition returned by api is a single object of structure:

public class ServiceTag {

public string Name { get; set; }

public string Id { get; set; }

public string Type { get; set; }

public string ChangeNumber { get; set; }

public string Cloud { get; set; }

public List<ServiceTagInformation> Values { get; set; }

}

And, the requirement is to paginate over the Values list , and not ServiceTag.
Hence, I plan to add a new definition ServiceTagsDetail, as per the PR.
If I change the definition returned by old api, it would break the existing workflow.
What do you suggest?

Copy link
Contributor

Choose a reason for hiding this comment

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

IMO adding a query parameter to get the optimal response would be better

@allenjzhang
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 11, 2020

azure-sdk-for-go

⚠️ warning [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 11, 2020

azure-sdk-for-net

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 11, 2020

azure-sdk-for-js

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from a55655d with merge commit d37ac7090ed2b2e05880d173b4a979714c47a182. SDK Automation 13.0.17.20200918.2
  • ️✔️@azure/arm-network [View full logs]  [Preview 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]: Please see https://github.com/lydell/urix#deprecated
    [npmPack] npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#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.7s
    [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.4kB   esm/models/applicationGatewayPrivateEndpointConnectionsMappers.js         
    [npmPack] npm notice 3.0kB   esm/operations/applicationGatewayPrivateLinkResources.js                  
    [npmPack] npm notice 8.4kB   esm/models/applicationGatewayPrivateLinkResourcesMappers.js               
    [npmPack] npm notice 27.0kB  esm/operations/applicationGateways.js                                     
    [npmPack] npm notice 8.8kB   esm/models/applicationGatewaysMappers.js                                  
    [npmPack] npm notice 11.2kB  esm/operations/applicationSecurityGroups.js                               
    [npmPack] npm notice 8.4kB   esm/models/applicationSecurityGroupsMappers.js                            
    [npmPack] npm notice 3.8MB   dist/arm-network.js                                                       
    [npmPack] npm notice 1.5MB   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.4kB   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.4kB   esm/models/azureFirewallFqdnTagsMappers.js                                
    [npmPack] npm notice 11.5kB  esm/operations/azureFirewalls.js                                          
    [npmPack] npm notice 8.4kB   esm/models/azureFirewallsMappers.js                                       
    [npmPack] npm notice 9.2kB   esm/operations/bastionHosts.js                                            
    [npmPack] npm notice 8.4kB   esm/models/bastionHostsMappers.js                                         
    [npmPack] npm notice 2.5kB   esm/operations/bgpServiceCommunities.js                                   
    [npmPack] npm notice 8.4kB   esm/models/bgpServiceCommunitiesMappers.js                                
    [npmPack] npm notice 16.7kB  esm/operations/connectionMonitors.js                                      
    [npmPack] npm notice 8.5kB   esm/models/connectionMonitorsMappers.js                                   
    [npmPack] npm notice 10.5kB  esm/operations/customIPPrefixes.js                                        
    [npmPack] npm notice 8.4kB   esm/models/customIPPrefixesMappers.js                                     
    [npmPack] npm notice 7.5kB   esm/operations/ddosCustomPolicies.js                                      
    [npmPack] npm notice 8.4kB   esm/models/ddosCustomPoliciesMappers.js                                   
    [npmPack] npm notice 10.8kB  esm/operations/ddosProtectionPlans.js                                     
    [npmPack] npm notice 8.4kB   esm/models/ddosProtectionPlansMappers.js                                  
    [npmPack] npm notice 4.0kB   esm/operations/defaultSecurityRules.js                                    
    [npmPack] npm notice 8.4kB   esm/models/defaultSecurityRulesMappers.js                                 
    [npmPack] npm notice 9.5kB   esm/operations/dscpConfigurationOperations.js                             
    [npmPack] npm notice 8.4kB   esm/models/dscpConfigurationOperationsMappers.js                          
    [npmPack] npm notice 9.2kB   esm/operations/expressRouteCircuitAuthorizations.js                       
    [npmPack] npm notice 8.4kB   esm/models/expressRouteCircuitAuthorizationsMappers.js                    
    [npmPack] npm notice 10.1kB  esm/operations/expressRouteCircuitConnections.js                          
    [npmPack] npm notice 8.4kB   esm/models/expressRouteCircuitConnectionsMappers.js                       
    [npmPack] npm notice 8.9kB   esm/operations/expressRouteCircuitPeerings.js                             
    [npmPack] npm notice 8.4kB   esm/models/expressRouteCircuitPeeringsMappers.js                          
    [npmPack] npm notice 20.2kB  esm/operations/expressRouteCircuits.js                                    
    [npmPack] npm notice 8.6kB   esm/models/expressRouteCircuitsMappers.js                                 
    [npmPack] npm notice 8.6kB   esm/operations/expressRouteConnections.js                                 
    [npmPack] npm notice 8.4kB   esm/models/expressRouteConnectionsMappers.js                              
    [npmPack] npm notice 9.3kB   esm/operations/expressRouteCrossConnectionPeerings.js                     
    [npmPack] npm notice 8.4kB   esm/models/expressRouteCrossConnectionPeeringsMappers.js                  
    [npmPack] npm notice 17.1kB  esm/operations/expressRouteCrossConnections.js                            
    [npmPack] npm notice 8.7kB   esm/models/expressRouteCrossConnectionsMappers.js                         
    [npmPack] npm notice 8.7kB   esm/operations/expressRouteGateways.js                                    
    [npmPack] npm notice 8.4kB   esm/models/expressRouteGatewaysMappers.js                                 
    [npmPack] npm notice 3.8kB   esm/operations/expressRouteLinks.js                                       
    [npmPack] npm notice 8.4kB   esm/models/expressRouteLinksMappers.js                                    
    [npmPack] npm notice 9.4kB   esm/operations/expressRoutePortAuthorizations.js                          
    [npmPack] npm notice 8.4kB   esm/models/expressRoutePortAuthorizationsMappers.js                       
    [npmPack] npm notice 12.0kB  esm/operations/expressRoutePorts.js                                       
    [npmPack] npm notice 3.4kB   esm/operations/expressRoutePortsLocations.js                              
    [npmPack] npm notice 8.4kB   esm/models/expressRoutePortsLocationsMappers.js                           
    [npmPack] npm notice 8.5kB   esm/models/expressRoutePortsMappers.js                                    
    [npmPack] npm notice 2.6kB   esm/operations/expressRouteServiceProviders.js                            
    [npmPack] npm notice 8.4kB   esm/models/expressRouteServiceProvidersMappers.js                         
    [npmPack] npm notice 9.3kB   esm/operations/firewallPolicies.js                                        
    [npmPack] npm notice 8.4kB   esm/models/firewallPoliciesMappers.js                                     
    [npmPack] npm notice 9.5kB   esm/operations/firewallPolicyRuleCollectionGroups.js                      
    [npmPack] npm notice 8.4kB   esm/models/firewallPolicyRuleCollectionGroupsMappers.js                   
    [npmPack] npm notice 9.7kB   esm/operations/flowLogs.js                                                
    [npmPack] npm notice 8.4kB   esm/models/flowLogsMappers.js                                             
    [npmPack] npm notice 8.6kB   esm/operations/hubRouteTables.js                                          
    [npmPack] npm notice 8.4kB   esm/models/hubRouteTablesMappers.js                                       
    [npmPack] npm notice 9.3kB   esm/operations/hubVirtualNetworkConnections.js                            
    [npmPack] npm notice 8.4kB   esm/models/hubVirtualNetworkConnectionsMappers.js                         
    [npmPack] npm notice 8.9kB   esm/operations/inboundNatRules.js                                         
    [npmPack] npm notice 8.4kB   esm/models/inboundNatRulesMappers.js                                      
    [npmPack] npm notice 4.2kB   esm/operations/inboundSecurityRuleOperations.js                           
    [npmPack] npm notice 8.4kB   esm/models/inboundSecurityRuleOperationsMappers.js                        
    [npmPack] npm notice 345B    esm/models/index.js                                                       
    [npmPack] npm notice 4.7kB   esm/operations/index.js                                                   
    [npmPack] npm notice 10.5kB  esm/operations/ipAllocations.js                                           
    [npmPack] npm notice 8.4kB   esm/models/ipAllocationsMappers.js                                        
    [npmPack] npm notice 10.2kB  esm/operations/ipGroups.js                                                
    [npmPack] npm notice 8.4kB   esm/models/ipGroupsMappers.js                                             
    [npmPack] npm notice 9.2kB   esm/operations/loadBalancerBackendAddressPools.js                         

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 11, 2020

Azure CLI Extension Generation

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 Oct 11, 2020

azure-sdk-for-python-track2

- Breaking Change detected in SDK

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from a55655d with merge commit d37ac7090ed2b2e05880d173b4a979714c47a182. SDK Automation 13.0.17.20200918.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 'ApplicationGatewayClientAuthConfiguration' 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 'ApplicationGatewayTrustedClientCertificatePropertiesFormat' 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 'ApplicationGatewayTrustedClientCertificate' 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 'ApplicationGatewaySslProfilePropertiesFormat' 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 'ApplicationGatewaySslProfile' 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'
  • ⚠️azure-mgmt-network [View full logs]  [Preview SDK Changes] Breaking Change Detected
    [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)
    [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
    [ChangeLog] Size of delta 3.011% size of original (original: 557843 chars, delta: 16799 chars)
    [ChangeLog] **Features**
    [ChangeLog] 
    [ChangeLog]   - Model FirewallPolicy has a new parameter sku
    [ChangeLog]   - Model FirewallPolicy has a new parameter identity
    [ChangeLog]   - Model FirewallPolicy has a new parameter intrusion_detection
    [ChangeLog]   - Model FirewallPolicy has a new parameter transport_security
    [ChangeLog]   - Model ExpressRouteCircuit has a new parameter authorization_key
    [ChangeLog]   - Model IpGroup has a new parameter firewall_policies
    [ChangeLog]   - Model VirtualNetwork has a new parameter extended_location
    [ChangeLog]   - Model VirtualNetworkGatewayConnection has a new parameter connection_mode
    [ChangeLog]   - Model ApplicationRule has a new parameter web_categories
    [ChangeLog]   - Model ApplicationRule has a new parameter target_urls
    [ChangeLog]   - Model ApplicationRule has a new parameter terminate_tls
    [ChangeLog]   - Model NatRule has a new parameter translated_fqdn
    [ChangeLog]   - Model ExpressRouteConnection has a new parameter express_route_gateway_bypass
    [ChangeLog]   - Model LoadBalancer has a new parameter extended_location
    [ChangeLog]   - Model NetworkInterface has a new parameter extended_location
    [ChangeLog]   - Model LoadBalancerSku has a new parameter tier
    [ChangeLog]   - Model PublicIPAddressSku has a new parameter tier
    [ChangeLog]   - Model VirtualHub has a new parameter allow_branch_to_branch_traffic
    [ChangeLog]   - Model VirtualNetworkPeering has a new parameter remote_virtual_network_address_space
    [ChangeLog]   - Model VirtualNetworkPeering has a new parameter sync_remote_address_space
    [ChangeLog]   - Model VirtualNetworkPeering has a new parameter peering_sync_level
    [ChangeLog]   - Model P2SVpnGateway has a new parameter is_routing_preference_internet
    [ChangeLog]   - Model PublicIPAddress has a new parameter extended_location
    [ChangeLog]   - Model PublicIPPrefixSku has a new parameter tier
    [ChangeLog]   - Model VpnGateway has a new parameter is_routing_preference_internet
    [ChangeLog]   - Model PublicIPPrefix has a new parameter extended_location
    [ChangeLog]   - Model LoadBalancerBackendAddress has a new parameter load_balancer_frontend_ip_configuration
    [ChangeLog]   - Added operation group ExpressRoutePortAuthorizationsOperations
    [ChangeLog]   - Added operation group ServiceTagsDetailOperations
    [ChangeLog]   - Added operation group WebCategoriesOperations
    [ChangeLog] 
    [ChangeLog] **Breaking changes**
    [ChangeLog] 
    [ChangeLog]   - Operation ConnectionMonitorsOperations.begin_create_or_update has a new signature
    [ChangeLog]   - Model VirtualHub no longer has parameter enable_virtual_router_route_propogation

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 11, 2020

azure-sdk-for-java

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from a55655d with merge commit d37ac7090ed2b2e05880d173b4a979714c47a182. SDK Automation 13.0.17.20200918.2
  • ️✔️sdk/network/mgmt-v2019_02_01 [View full logs]  [Preview SDK Changes]
  • ⚠️sdk/network/mgmt-v2019_04_01 [View full logs]  [Preview 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]  [Preview SDK Changes]
    • ️✔️sdk/network/mgmt-v2019_07_01 [View full logs]  [Preview SDK Changes]
    • ️✔️sdk/network/mgmt-v2019_08_01 [View full logs]  [Preview SDK Changes]
    • ⚠️sdk/network/mgmt-v2019_09_01 [View full logs]  [Preview 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]  [Preview 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]  [Preview 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]  [Preview 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 Oct 11, 2020

            Trenton Generation

            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

            No pipelines are associated with this pull request.

            @allenjzhang
            Copy link
            Member

            /azp run

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 3 pipeline(s).

            @JackTn
            Copy link
            Member

            JackTn commented Aug 23, 2021

            Hi, @guptas14. The PR has be closed for a long time and it's related branch still exist. If no further used for over 14 days, I will delete this related branch. Please tell me if you still need this branch.

            @JackTn
            Copy link
            Member

            JackTn commented Jun 16, 2022

            Hi, @guptas14. The PR has be closed for a long time and it's related branch still exist. Please tell me if you still need this branch or i will delete it in 14 days.

            2 similar comments
            @JackTn
            Copy link
            Member

            JackTn commented Jun 16, 2022

            Hi, @guptas14. The PR has be closed for a long time and it's related branch still exist. Please tell me if you still need this branch or i will delete it in 14 days.

            @JackTn
            Copy link
            Member

            JackTn commented Jun 16, 2022

            Hi, @guptas14. The PR has be closed for a long time and it's related branch still exist. Please tell me if you still need this branch or i will delete it in 14 days.

            @JackTn JackTn deleted the service-tags-pagination branch July 5, 2022 01:23
            Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
            Labels
            CI-BreakingChange-Python WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required
            Projects
            None yet
            Development

            Successfully merging this pull request may close these issues.

            4 participants