Skip to content

[DO NOT MERGE] Some changes to network/2022-01-01 #22731

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ZengTaoxu
Copy link

@ZengTaoxu ZengTaoxu commented Feb 22, 2023

ARM API Information (Control Plane)

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

Azure 1st Party Service can try out the Shift Left experience to initiate API design review from ADO code repo. If you are interested, may request engineering support by filling in with the form https://aka.ms/ShiftLeftSupportForm.

Changelog

Add a changelog entry for this PR by answering the following questions:

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  4. By default, Azure SDKs of all languages (.NET/Python/Java/JavaScript for both management-plane SDK and data-plane SDK, Go for management-plane SDK only ) MUST be refreshed with/after swagger of new version is published. If you prefer NOT to refresh any specific SDK language upon swagger updates in the current PR, please leave details with justification here.

Contribution checklist (MS Employees Only):

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

ARM API Review Checklist

Applicability: ⚠️

If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.

  • Change to data plane APIs
  • Adding new properties
  • All removals

Otherwise your PR may be subject to ARM review requirements. Complete the following:

  • Check this box if any of the following apply to the PR so that the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[ ] To review changes efficiently, ensure you copy the existing version into the new directory structure for first commit and then push new changes, including version updates, in separate commits. You can use OpenAPIHub to initialize the PR for adding a new version. For more details refer to the wiki.
  • Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • 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 you have any breaking changes as defined in the Breaking Change Policy, request approval from the Breaking Change Review Board.

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Additional details on the process and office hours are on the Breaking Change Wiki.

NOTE: To update API(s) in public preview for over 1 year (refer to Retirement of Previews)

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

@openapi-workflow-bot
Copy link

Hi, @ZengTaoxu Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • For specs comparison cross API versions, Use API Specs Comparison Report Generator
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. [email protected]

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 22, 2023

    Swagger Validation Report

    ️❌BreakingChange: 2 Errors, 0 Warnings failed [Detail]
    compared swaggers (via Oad v0.10.4)] new version base version
    expressRoutePort.json 2022-01-01(a6205ce) 2022-01-01(main)
    privateEndpoint.json 2022-01-01(a6205ce) 2022-01-01(main)
    virtualNetworkGateway.json 2022-01-01(a6205ce) 2022-01-01(main)
    Rule Message
    1025 - RequiredStatusChange The 'required' status changed from the old version('False') to the new version('True').
    New: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L1115:11
    Old: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L1115:11
    1025 - RequiredStatusChange The 'required' status changed from the old version('False') to the new version('True').
    New: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L1715:11
    Old: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L1715:11
    ️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 0 Warnings warning [Detail]
    compared tags (via openapi-validator v2.0.0) new version base version
    package-2022-01 package-2022-01(a6205ce) package-2022-01(main)

    The following errors/warnings exist before current PR submission:

    Only 30 items are listed, please refer to log for more details.

    Rule Message
    PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations'
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L37
    PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}'
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L76
    ResourceNameRestriction The resource name parameter 'locationName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L76
    TrackedResourcePatchOperation Tracked resource 'ExpressRoutePortsLocation' must have patch operation that at least supports the update of tags.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L76
    TrackedResourcesMustHavePut The tracked resource ExpressRoutePortsLocation does not have a corresponding put operation.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L76
    PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}'
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L119
    ResourceNameRestriction The resource name parameter 'expressRoutePortName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L119
    LongRunningResponseStatusCode A 'delete' operation 'ExpressRoutePorts_Delete' with x-ms-long-running-operation extension must have a valid terminal success status code 200 or 204.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L120
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L152
    PatchIdentityProperty The patch operation body parameter schema should contains property 'identity'.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L320
    PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts'
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L351
    PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePorts'
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L397
    PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links/{linkName}'
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L436
    ResourceNameRestriction The resource name parameter 'expressRoutePortName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L436
    ResourceNameRestriction The resource name parameter 'linkName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L436
    PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links'
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L493
    ResourceNameRestriction The resource name parameter 'expressRoutePortName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L493
    ResourceNameRestriction The resource name parameter 'expressRoutePortName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L546
    ResourceNameRestriction The resource name parameter 'expressRoutePortName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L605
    ResourceNameRestriction The resource name parameter 'authorizationName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L605
    LongRunningResponseStatusCode A 'delete' operation 'ExpressRoutePortAuthorizations_Delete' with x-ms-long-running-operation extension must have a valid terminal success status code 200 or 204.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L606
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L645
    ResourceNameRestriction The resource name parameter 'expressRoutePortName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L798
    MissingTypeObject The schema 'ExpressRoutePortsLocationBandwidths' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L853
    IntegerTypeMustHaveFormat The integer type does not have a format, please add it.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L862
    MissingTypeObject The schema 'ExpressRoutePortsLocationPropertiesFormat' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L869
    XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L883
    MissingTypeObject The schema 'ExpressRoutePortsLocation' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L897
    RequiredPropertiesMissingInResourceModel Model definition 'ExpressRoutePortsLocation' must have the properties 'name', 'id' and 'type' in its hierarchy and these properties must be marked as readonly.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L897
    MissingTypeObject The schema 'ExpressRoutePortsLocationListResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L913
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
    ️⚠️~[Staging] ServiceAPIReadinessTest: 0 Warnings warning [Detail]

    API Test is not triggered due to precheck failure. Check pipeline log for details.

    ️❌SwaggerAPIView: 0 Errors, 0 Warnings failed [Detail]
    ️️✔️CadlAPIView succeeded [Detail] [Expand]
    ️❌ModelValidation: 49 Errors, 0 Warnings failed [Detail]

    Only 30 items are listed, please refer to log for more details.

    Rule Message
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L148:22
    ExampleUrl: stable/2022-01-01/examples/ExpressRoutePortDelete.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/expressRoutePort.json#L641:22
    ExampleUrl: stable/2022-01-01/examples/ExpressRoutePortAuthorizationDelete.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L66:22
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointDelete.json
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointGet.json#L18:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointGetForManualApproval.json#L19:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointGetWithASG.json#L18:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointCreate.json#L51:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointCreate.json#L112:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointCreateForManualApproval.json#L48:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointCreateForManualApproval.json#L108:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointCreateWithASG.json#L45:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointCreateWithASG.json#L99:13
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointList.json#L19:17
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointList.json#L88:17
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointListAll.json#L18:17
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointListAll.json#L86:17
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L757:37
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointListAll.json#L153:17
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/privateEndpoint.json#L442:22
    ExampleUrl: stable/2022-01-01/examples/PrivateEndpointDnsZoneGroupDelete.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L181:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayDelete.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L245:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayUpdateTags.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L408:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayReset.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L465:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayResetVpnClientSharedKey.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L528:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayGenerateVpnClientPackage.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L594:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayGenerateVpnProfile.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L651:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayGetVpnProfilePackageUrl.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L715:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayGetBGPPeerStatus.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L822:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayLearnedRoutes.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L886:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayGetAdvertisedRoutes.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L952:22
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewaySetVpnClientIpsecParameters.json
    REQUIRED_PARAMETER_EXAMPLE_NOT_FOUND In operation VirtualNetworkGateways_StartPacketCapture, parameter parameters is required in the swagger spec but is not present in the provided example parameter values.
    Url: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json#L1094:15
    ExampleUrl: stable/2022-01-01/examples/VirtualNetworkGatewayStartPacketCapture.json#L1115:11
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️PoliCheck succeeded [Detail] [Expand]
    Validation passed for PoliCheck.
    ️❌PrettierCheck: 3 Errors, 0 Warnings failed [Detail]
    Rule Message
    HowToFix Code style issues found
    path: Microsoft.Network/stable/2022-01-01/expressRoutePort.json
    HowToFix Code style issues found
    path: Microsoft.Network/stable/2022-01-01/privateEndpoint.json
    HowToFix Code style issues found
    path: Microsoft.Network/stable/2022-01-01/virtualNetworkGateway.json
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 22, 2023

    Swagger Generation Artifacts

    ️❌ApiDocPreview: 1 Errors, 0 Warnings failed [Detail]
    Rule Message
    RestBuild error "logUrl":"https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=348119&view=logs&j=fd490c07-0b22-5182-fac9-6d67fe1e939b",
    "detail":"Unable to load the service index for source https://apidrop.pkgs.visualstudio.com/_packaging/ReferenceAutomationTool/nuget/v3/index.json."
    ️❌SDK Breaking Change Tracking failed [Detail]

    Breaking Changes Tracking


    azure-sdk-for-js - @azure/arm-network - 31.0.0
    +	Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter skipToken
    +	Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter top
    +	Interface AdminRulesListNextOptionalParams no longer has parameter skipToken
    +	Interface AdminRulesListNextOptionalParams no longer has parameter top
    +	Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter skipToken
    +	Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter top
    +	Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
    +	Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
    +	Interface NetworkGroupsListNextOptionalParams no longer has parameter skipToken
    +	Interface NetworkGroupsListNextOptionalParams no longer has parameter top
    +	Interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams no longer has parameter expand
    +	Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter skipToken
    +	Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter top
    +	Interface NetworkManagersListNextOptionalParams no longer has parameter skipToken
    +	Interface NetworkManagersListNextOptionalParams no longer has parameter top
    +	Interface ScopeConnectionsListNextOptionalParams no longer has parameter skipToken
    +	Interface ScopeConnectionsListNextOptionalParams no longer has parameter top
    +	Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter skipToken
    +	Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter top
    +	Interface ServiceTagInformationListNextOptionalParams no longer has parameter noAddressPrefixes
    +	Interface ServiceTagInformationListNextOptionalParams no longer has parameter tagName
    +	Interface StaticMembersListNextOptionalParams no longer has parameter skipToken
    +	Interface StaticMembersListNextOptionalParams no longer has parameter top
    +	Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
    +	Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
    +	Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter skipToken
    +	Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter top
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from ce4215175bab521e562117468007cca06eebe4c0. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      command	autorest --version=2.0.4421 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --csharp-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/network/resource-manager/readme.md
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
    • ️✔️Microsoft.Azure.Management.Network [View full logs]  [Preview SDK Changes]
    ️️✔️ azure-sdk-for-net-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from ce4215175bab521e562117468007cca06eebe4c0. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
    • ️✔️Azure.ResourceManager.Network [View full logs]  [Preview SDK Changes]
      info	[Changelog]
    ️🔄 azure-sdk-for-python-track2 inProgress [Detail]
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from ce4215175bab521e562117468007cca06eebe4c0. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️sdk/resourcemanager/network/armnetwork [View full logs]  [Preview SDK Changes]
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from ce4215175bab521e562117468007cca06eebe4c0. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️@azure/arm-network [View full logs]  [Preview SDK Changes] Breaking Change Detected
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface AdminRulesListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface AdminRulesListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface NetworkGroupsListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface NetworkGroupsListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams no longer has parameter expand
      info	[Changelog]   - Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface NetworkManagersListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface NetworkManagersListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface ScopeConnectionsListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface ScopeConnectionsListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface ServiceTagInformationListNextOptionalParams no longer has parameter noAddressPrefixes
      info	[Changelog]   - Interface ServiceTagInformationListNextOptionalParams no longer has parameter tagName
      info	[Changelog]   - Interface StaticMembersListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface StaticMembersListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
      info	[Changelog]   - Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter skipToken
      info	[Changelog]   - Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter top
    ️🔄 azure-resource-manager-schemas inProgress [Detail]
    ️❌ azure-powershell failed [Detail]
    • Failed [Logs] Generate from ce4215175bab521e562117468007cca06eebe4c0. SDK Automation 14.0.0
      command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
      command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    • Az.network [View full logs]  [Preview SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 22, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/network/armnetwork https://apiview.dev/Assemblies/Review/6d43b40c7b1a4d618bf98c028dc243d6
    Java azure-resourcemanager-network-generated https://apiview.dev/Assemblies/Review/d0679f8d024d41548c940f2904d357db
    .Net Azure.ResourceManager.Network There is no API change compared with the previous version
    JavaScript @azure/arm-network https://apiview.dev/Assemblies/Review/21d5e563ef0d42a588be4998c9f44e5e

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants