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 list reservations API to Microsoft.Capacity #14849

Merged
merged 28 commits into from
Sep 3, 2021
Merged

Conversation

toddm
Copy link
Contributor

@toddm toddm commented Jun 16, 2021

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

Changelog

Please ensure to add changelog with 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 you are targeting to deploy new service/feature to public regions? Please provide date, or month to public if date is not available yet. - By July 15, 2021
  3. When you expect to publish swagger? Please provide date, or month to public if date is not available yet. August 1, 2021
  4. If it's an update to existing version, please select SDKs of specific language and CLIs that require refresh after swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No, no need to refresh for updates in this PR

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
    • Ensure to copy the existing version into new directory structure for first commit (including refactoring) and then push new changes including version updates in separate commits. This is required to review the changes efficiently.
    • Adding a new service
  • Please 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 there are following updates in the PR, ensure to request an approval from Breaking Change 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 or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

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

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

@openapi-workflow-bot
Copy link

Hi, @toddm 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. vsswagger@microsoft.com

    @openapi-workflow-bot
    Copy link

    [Call for Action] To better understand Azure service dev/test scenario, and support Azure service developer better on Swagger and REST API related tests in early phase, please help to fill in with this survey https://aka.ms/SurveyForEarlyPhase. It will take 5 to 10 minutes. If you already complete survey, please neglect this comment. Thanks.

    @openapi-workflow-bot
    Copy link

    Hi, @toddm your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com).

    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Jun 16, 2021
    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jun 16, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 11 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ R1003 - ListInOperationName Since operation 'ReservationOrder_ChangeDirectory' response has model definition 'array', it should be of the form '_list'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L831
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2436
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: archived
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1946
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDataAction
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2424
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isTaxIncluded
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2587
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isSucceeded
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2664
    ⚠️ R4021 - DescriptionAndTitleMissing 'capabilities' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1216
    ⚠️ R4021 - DescriptionAndTitleMissing 'SkuCapability' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1225
    ⚠️ R4021 - DescriptionAndTitleMissing 'ChangeDirectoryRequest' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2628
    ⚠️ R4021 - DescriptionAndTitleMissing 'reservations' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2644
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: Catalog
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L756


    The following errors/warnings exist before current PR submission:

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

    Rule Message
    R3007 - PutGetPatchResponseSchema /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName} has different responses for PUT/GET/PATCH operations. The PUT/GET/PATCH operations must have same schema response.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L37
    R3015 - EnumMustHaveType Enum must define its type and 'object' type is not allowed due to Autorest refuse to parse it.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L742
    R3015 - EnumMustHaveType Enum must define its type and 'object' type is not allowed due to Autorest refuse to parse it.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L756
    R4013 - IntegerTypeMustHaveFormat The integer type does not have a format, please add it.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L415
    R4013 - IntegerTypeMustHaveFormat The integer type does not have a format, please add it.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L419
    R4013 - IntegerTypeMustHaveFormat The integer type does not have a format, please add it.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L513
    R4037 - MissingTypeObject The schema 'ResourceName' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L449
    R4037 - MissingTypeObject The schema 'QuotaLimits' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L464
    R4037 - MissingTypeObject The schema 'QuotaLimitsResponse' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L480
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'ReservationOrder_Purchase' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L234
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1022
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1043
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1052
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1524
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1558
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1712
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1747
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1891
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1911
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2549
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L405
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L443
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L589
    ⚠️ R2010 - LongRunningOperationsOptionsValidator A LRO Post operation with return schema must have 'x-ms-long-running-operation-options' extension enabled.
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L30
    ⚠️ R2017 - PutRequestResponseScheme A PUT operation request body schema should be the same as its 200 response schema, to allow reusing the same entity between GET and PUT. If the schema of the PUT request body is a superset of the GET response body, make sure you have a PATCH operation to make the resource updatable. Operation: 'Quota_CreateOrUpdate' Request Model: 'CurrentQuotaLimitBase' Response Model: 'QuotaRequestOneResourceSubmitResponse'
    Location: Microsoft.Capacity/stable/2020-10-25/quota.json#L87
    ⚠️ R2023 - SummaryAndDescriptionMustNotBeSame The summary and description values should not be same.
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L31
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'calculateprice' in:'ReservationOrder_Calculate'. Consider updating the operationId
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L160
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'calculateexchange' in:'CalculateExchange_Post'. Consider updating the operationId
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L638
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'exchange' in:'Exchange_Post'. Consider updating the operationId
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L697
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: valid
    Location: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1580
    ️⚠️Avocado: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
    readme: specification/reservations/resource-manager/readme.md
    tag: specification/reservations/resource-manager/readme.md#tag-package-2021-07-01
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️❌Cross-Version Breaking Changes: 4 Errors, 9 Warnings failed [Detail]
    The following breaking changes are detected by comparison with the latest stable version:
    Rule Message
    1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1275:9
    Old: Microsoft.Capacity/stable/2017-11-01/reservations.json#L705:9
    1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1506:9
    Old: Microsoft.Capacity/stable/2017-11-01/reservations.json#L785:9
    1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L339:9
    Old: Microsoft.Capacity/stable/2017-11-01/reservations.json#L191:9
    1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2236:11
    Old: Microsoft.Capacity/stable/2017-11-01/reservations.json#L919:11


    The following breaking changes are detected by comparison with latest preview version:

    Rule Message
    ⚠️ 1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'OperationResultIdParameter' removed or renamed?
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2675:3
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L2135:3
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2565:13
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L1548:13
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1275:9
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L1295:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1506:9
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L1472:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L339:9
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L339:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2236:11
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L1778:11
    ⚠️ 1025 - RequiredStatusChange The 'required' status changed from the old version('True') to the new version('False').
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L83:9
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L83:9
    ⚠️ 1025 - RequiredStatusChange The 'required' status changed from the old version('True') to the new version('False').
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L2776:5
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L2236:5
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'true' to 'false'.
    New: Microsoft.Capacity/stable/2021-07-01/reservations.json#L1502:9
    Old: Microsoft.Capacity/preview/2020-10-01-preview/reservations.json#L1467:9
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️[Staging] SDK Track2 Validation: 2 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ Modeler/MissingType "readme":"reservations/resource-manager/readme.md",
    "tag":"package-2021-07-01",
    "details":"The enum schema 'ResourceType' with an undefined type and enum values is ambigious. This has been auto-corrected to 'type:string'"
    ⚠️ Modeler/MissingType "readme":"reservations/resource-manager/readme.md",
    "tag":"package-2021-07-01",
    "details":"The enum schema 'QuotaRequestState' with an undefined type and enum values is ambigious. This has been auto-corrected to 'type:string'"
    💬 AutorestCore/Exception "readme":"reservations/resource-manager/readme.md",
    "tag":"package-2021-07-01",
    "details":"> Installing AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0)"
    💬 AutorestCore/Exception "readme":"reservations/resource-manager/readme.md",
    "tag":"package-2021-07-01",
    "details":"> Installed AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0->1.8.0)"
    💬 AutorestCore/Exception "readme":"reservations/resource-manager/readme.md",
    "tag":"package-2021-07-01",
    "details":"> Loading AutoRest extension '@autorest/modelerfour' (4.15.456->4.15.456)"
    ️️✔️[Staging] PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️[Staging] SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️[Staging] Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jun 16, 2021

    Swagger Generation Artifacts

    ️️✔️[Staging] ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️️✔️[Staging] SDK Breaking Change Tracking succeeded [Detail] [Expand]

    Breaking Changes Tracking

    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-reservations - 1.0.0
    ️✔️azure-sdk-for-go - reservations/mgmt/2021-07-01/reservations - v57.0.0
    ️✔️azure-sdk-for-go - reservations/mgmt/2017-11-01/reservations - v57.0.0
    ️✔️azure-sdk-for-go - preview/reservations/mgmt/2020-10-25/reservations - v57.0.0
    ️✔️azure-sdk-for-go - preview/reservations/mgmt/2019-07-19-preview/reservations - v57.0.0
    ️✔️azure-sdk-for-go - preview/reservations/mgmt/2019-04-01/reservations - v57.0.0
    ️✔️azure-sdk-for-go - preview/reservations/mgmt/2018-06-01/reservations - v57.0.0
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 93661ae. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-5.0
      command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.82 --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/reservations/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.Reservations [View full logs]  [Release SDK Changes]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 93661ae. SDK Automation 14.0.0
      command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
      cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
      command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
    • ️✔️track2_azure-mgmt-reservations [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Model ReservationOrderResponse has a new parameter system_data
      info	[Changelog]   - Model CalculatePriceResponseProperties has a new parameter is_tax_included
      info	[Changelog]   - Model CalculatePriceResponseProperties has a new parameter grand_total
      info	[Changelog]   - Model CalculatePriceResponseProperties has a new parameter net_total
      info	[Changelog]   - Model CalculatePriceResponseProperties has a new parameter tax_total
      info	[Changelog]   - Model ReservationResponse has a new parameter kind
      info	[Changelog]   - Model ReservationResponse has a new parameter system_data
      info	[Changelog]   - Model OperationResponse has a new parameter properties
      info	[Changelog]   - Model OperationResponse has a new parameter is_data_action
      info	[Changelog]   - Model Catalog has a new parameter msrp
      info	[Changelog]   - Model Catalog has a new parameter capabilities
      info	[Changelog]   - Model Catalog has a new parameter tier
      info	[Changelog]   - Model Catalog has a new parameter size
      info	[Changelog]   - Added operation ReservationOperations.list_all
      info	[Changelog]   - Added operation ReservationOrderOperations.change_directory
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 93661ae. SDK Automation 14.0.0
      command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️reservations/mgmt/2021-07-01/reservations [View full logs]  [Release SDK Changes]
      info	[Changelog] This is a new package
    • ️✔️reservations/mgmt/2017-11-01/reservations [View full logs
      info	[Changelog] No exported changes
    • ️✔️preview/reservations/mgmt/2020-10-25/reservations [View full logs
      info	[Changelog] No exported changes
    • ️✔️preview/reservations/mgmt/2019-07-19-preview/reservations [View full logs
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] ### New Content
      info	[Changelog]
      info	[Changelog] - New field `GrandTotal` in struct `CalculatePriceResponseProperties`
      info	[Changelog] - New field `NetTotal` in struct `CalculatePriceResponseProperties`
      info	[Changelog] - New field `TaxTotal` in struct `CalculatePriceResponseProperties`
      info	[Changelog] - New field `Reason` in struct `ScopeProperties`
      info	[Changelog] - New field `Archived` in struct `PropertiesType`
      info	[Changelog] - New field `Capabilities` in struct `PropertiesType`
      info	[Changelog] - New field `InstanceFlexibility` in struct `PurchaseRequestProperties`
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 4 additive change(s).
      info	[Changelog]
    • ️✔️preview/reservations/mgmt/2019-04-01/reservations [View full logs
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] ### New Content
      info	[Changelog]
      info	[Changelog] - New field `Capabilities` in struct `PropertiesType`
      info	[Changelog] - New field `Archived` in struct `PropertiesType`
      info	[Changelog] - New field `GrandTotal` in struct `CalculatePriceResponseProperties`
      info	[Changelog] - New field `NetTotal` in struct `CalculatePriceResponseProperties`
      info	[Changelog] - New field `TaxTotal` in struct `CalculatePriceResponseProperties`
      info	[Changelog] - New field `InstanceFlexibility` in struct `PurchaseRequestProperties`
      info	[Changelog] - New field `Reason` in struct `ScopeProperties`
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 4 additive change(s).
      info	[Changelog]
    • ️✔️preview/reservations/mgmt/2018-06-01/reservations [View full logs
      info	[Changelog] No exported changes
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 93661ae. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.typescript@4.7.0 --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/reservations/resource-manager/readme.md
    • ️✔️@azure/arm-reservations [View full logs]  [Release SDK Changes]
      cmderr	[npmPack] loaded rollup.config.js with warnings
      cmderr	[npmPack] (!) Unused external imports
      cmderr	[npmPack] default imported from external module 'rollup' but never used
      cmderr	[npmPack] ./esm/azureReservationAPI.js → ./dist/arm-reservations.js...
      cmderr	[npmPack] created ./dist/arm-reservations.js in 426ms
    ️❌ azure-cli-extensions failed [Detail]
    • Failed [Logs] Generate from 5ac63c64effa4ce13e6498cfc8caa0d6767771b5. Azure CLI Automation 14.0.0
      warn	Skip initScript due to not configured
      command	npx n 12
      command	python3 -m venv venv
      command	pip install --upgrade setuptools wheel pip
      command	pip install pathlib jinja2 msrestazure
      command	autorest --az --use=@autorest/az@latest --version=3.0.6271 --clear-output-folder=true --azure-cli-extension-folder=/home/vsts/work/1/s/azure-cli-extensions ../azure-rest-api-specs/specification/reservations/resource-manager/readme.md
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceName' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'QuotaLimits' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'QuotaLimitsResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
      cmdout	[Autorest] WARNING (Modeler/MissingType): The enum schema 'ResourceType' with an undefined type and enum values is ambigious. This has been auto-corrected to 'type:string'
      cmdout	[Autorest] WARNING (Modeler/MissingType): The enum schema 'QuotaRequestState' with an undefined type and enum values is ambigious. This has been auto-corrected to 'type:string'
      cmdout	[Autorest] WARNING (): Operation Update has already existed in group! Skip split!
      cmdout	[Autorest] WARNING (): cli.auto-parameter-hidden is not true, skip visibility cleaner
      cmderr	[Autorest] BELOW TEST SCENARIO SECTION CAN BE USED IN readme.cli.md
      cmderr	[Autorest] --------------------------------------------------------
      cmderr	[Autorest]   test-scenario:
      cmderr	[Autorest]     - name: /CalculateExchange/post/CalculateExchange
      cmderr	[Autorest]     - name: /Exchange/post/Exchange
      cmderr	[Autorest]     - name: /Operation/get/GetOperations
      cmderr	[Autorest]     - name: /quota/get/AppliedReservationList
      cmderr	[Autorest]     - name: /quota/get/Catalog
      cmderr	[Autorest]     - name: /Quota/put/Quotas_Request_PutForCompute
      cmderr	[Autorest]     - name: /Quota/put/Quotas_Request_PutForMachineLearningServices_DedicatedResource
      cmderr	[Autorest]     - name: /Quota/put/Quotas_Request_PutForMachineLearningServices_LowPriorityResource
      cmderr	[Autorest]     - name: /Quota/get/Quotas_listUsagesForCompute
      cmderr	[Autorest]     - name: /Quota/get/Quotas_listUsagesMachineLearningServices
      cmderr	[Autorest]     - name: /Quota/get/Quotas_Request_ForCompute
      cmderr	[Autorest]     - name: /Quota/patch/Quotas_Request_PatchForCompute
      cmderr	[Autorest]     - name: /QuotaRequestStatus/get/QuotaRequestFailed
      cmderr	[Autorest]     - name: /QuotaRequestStatus/get/QuotaRequestHistory
      cmderr	[Autorest]     - name: /QuotaRequestStatus/get/QuotaRequestInProgress
      cmderr	[Autorest]     - name: /QuotaRequestStatus/get/QuotaRequestStatus
      cmderr	[Autorest]     - name: /Reservation/get/Catalog
      cmderr	[Autorest]     - name: /Reservation/get/GetReservation
      cmderr	[Autorest]     - name: /Reservation/get/ReservationList
      cmderr	[Autorest]     - name: /Reservation/get/ReservationRevisions
      cmderr	[Autorest]     - name: /Reservation/patch/PatchReservation
      cmderr	[Autorest]     - name: /Reservation/post/AvailableScopes
      cmderr	[Autorest]     - name: /Reservation/post/Merge
      cmderr	[Autorest]     - name: /Reservation/post/Split
      cmderr	[Autorest]     - name: /ReservationOrder/put/Purchase
      cmderr	[Autorest]     - name: /ReservationOrder/get/GetReservation
      cmderr	[Autorest]     - name: /ReservationOrder/get/GetReservationWithExpandPayments
      cmderr	[Autorest]     - name: /ReservationOrder/get/ReservationOrderList
      cmderr	[Autorest]     - name: /ReservationOrder/post/ChangeDirectory
      cmderr	[Autorest]     - name: /ReservationOrder/post/Purchase
      cmderr	[Autorest] --------------------------------------------------------
      cmderr	[Autorest] Assertion failed
      cmderr	[Autorest] fatal: not a git repository (or any of the parent directories): .git
      cmderr	[Autorest] fatal: not a git repository (or any of the parent directories): .git
      cmdout	[Autorest] WARNING: [autorest.codegen.models.lro_operation.set_lro_response_type:78] Multiple schema types in responses: [<SchemaResponse [200]>, <SchemaResponse [201]>]. Choosing: QuotaRequestOneResourceSubmitResponse
      cmdout	[Autorest] WARNING: [autorest.codegen.models.lro_operation.set_lro_response_type:78] Multiple schema types in responses: [<SchemaResponse [200]>, <SchemaResponse [201]>]. Choosing: QuotaRequestOneResourceSubmitResponse
      cmderr	[Autorest] Traceback (most recent call last):
      cmderr	[Autorest]   File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
      cmderr	[Autorest]     "__main__", mod_spec)
      cmderr	[Autorest]   File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
      cmderr	[Autorest]     exec(code, run_globals)
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/black/__main__.py", line 3, in <module>
      cmderr	[Autorest]     patched_main()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/black/__init__.py", line 6607, in patched_main
      cmderr	[Autorest]     main()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/core.py", line 1137, in __call__
      cmderr	[Autorest]     return self.main(*args, **kwargs)
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/core.py", line 1043, in main
      cmderr	[Autorest]     _verify_python_env()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/_unicodefun.py", line 100, in _verify_python_env
      cmderr	[Autorest]     raise RuntimeError("
      ".join(extra))
      cmderr	[Autorest] RuntimeError: Click will abort further execution because Python was configured to use ASCII as encoding for the environment. Consult https://click.palletsprojects.com/unicode-support/ for mitigation steps.
      cmderr	[Autorest] This system supports the C.UTF-8 locale which is recommended. You might be able to resolve your issue by exporting the following environment variables:
      cmderr	[Autorest]     export LC_ALL=C.UTF-8
      cmderr	[Autorest]     export LANG=C.UTF-8
      cmderr	[Autorest] Executing: venv/bin/python -m pip install -U pip
      cmderr	[Autorest] Executing: venv/bin/python -m pip install -r dist/src/python/requirements.txt
      cmderr	[Autorest] Executing: venv/bin/python -m black --line-length=120 --experimental-string-processing --skip-string-normalization /home/vsts/work/1/s/azure-cli-extensions/src/reservations/azext_reservations/generated/commands.py
      cmderr	[Autorest] Command '['venv/bin/python', '-m', 'black', '--line-length=120', '--experimental-string-processing', '--skip-string-normalization', '/home/vsts/work/1/s/azure-cli-extensions/src/reservations/azext_reservations/generated/commands.py']' returned non-zero exit status 1.
      cmderr	[Autorest] /home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/azlinter.js - FAILURE  {"status":1,"signal":null,"output":[null,{"type":"Buffer","data":[82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,112,105,112,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,50,49,46,50,46,52,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,97,117,116,111,102,108,97,107,101,61,61,49,46,52,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,49,41,41,32,40,49,46,52,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,97,117,116,111,112,101,112,56,61,61,49,46,53,46,52,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,50,41,41,32,40,49,46,53,46,52,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,98,108,97,99,107,61,61,50,48,46,56,98,49,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,50,48,46,56,98,49,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,112,121,102,108,97,107,101,115,62,61,49,46,49,46,48,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,97,117,116,111,102,108,97,107,101,61,61,49,46,52,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,49,41,41,32,40,50,46,51,46,49,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,112,121,99,111,100,101,115,116,121,108,101,62,61,50,46,54,46,48,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,97,117,116,111,112,101,112,56,61,61,49,46,53,46,52,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,50,41,41,32,40,50,46,55,46,48,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,116,111,109,108,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,97,117,116,111,112,101,112,56,61,61,49,46,53,46,52,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,50,41,41,32,40,48,46,49,48,46,50,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,116,121,112,101,100,45,97,115,116,62,61,49,46,52,46,48,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,49,46,52,46,51,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,116,121,112,105,110,103,45,101,120,116,101,110,115,105,111,110,115,62,61,51,46,55,46,52,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,51,46,49,48,46,48,46,50,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,100,97,116,97,99,108,97,115,115,101,115,62,61,48,46,54,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,48,46,56,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,99,108,105,99,107,62,61,55,46,49,46,50,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,56,46,48,46,49,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,114,101,103,101,120,62,61,50,48,50,48,46,49,46,56,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,50,48,50,49,46,56,46,50,56,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,109,121,112,121,45,101,120,116,101,110,115,105,111,110,115,62,61,48,46,52,46,51,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,48,46,52,46,51,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,97,112,112,100,105,114,115,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,49,46,52,46,52,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,112,97,116,104,115,112,101,99,60,49,44,62,61,48,46,54,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,48,46,57,46,48,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,105,109,112,111,114,116,108,105,98,45,109,101,116,97,100,97,116,97,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,99,108,105,99,107,62,61,55,46,49,46,50,45,62,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,52,46,56,46,49,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,122,105,112,112,62,61,48,46,53,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,105,109,112,111,114,116,108,105,98,45,109,101,116,97,100,97,116,97,45,62,99,108,105,99,107,62,61,55,46,49,46,50,45,62,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,51,46,53,46,48,41,10]},{"type":"Buffer","data":[84,114,97,99,101,98,97,99,107,32,40,109,111,115,116,32,114,101,99,101,110,116,32,99,97,108,108,32,108,97,115,116,41,58,10,32,32,70,105,108,101,32,34,47,117,115,114,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,114,117,110,112,121,46,112,121,34,44,32,108,105,110,101,32,49,57,51,44,32,105,110,32,95,114,117,110,95,109,111,100,117,108,101,95,97,115,95,109,97,105,110,10,32,32,32,32,34,95,95,109,97,105,110,95,95,34,44,32,109,111,100,95,115,112,101,99,41,10,32,32,70,105,108,101,32,34,47,117,115,114,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,114,117,110,112,121,46,112,121,34,44,32,108,105,110,101,32,56,53,44,32,105,110,32,95,114,117,110,95,99,111,100,101,10,32,32,32,32,101,120,101,99,40,99,111,100,101,44,32,114,117,110,95,103,108,111,98,97,108,115,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,98,108,97,99,107,47,95,95,109,97,105,110,95,95,46,112,121,34,44,32,108,105,110,101,32,51,44,32,105,110,32,60,109,111,100,117,108,101,62,10,32,32,32,32,112,97,116,99,104,101,100,95,109,97,105,110,40,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,98,108,97,99,107,47,95,95,105,110,105,116,95,95,46,112,121,34,44,32,108,105,110,101,32,54,54,48,55,44,32,105,110,32,112,97,116,99,104,101,100,95,109,97,105,110,10,32,32,32,32,109,97,105,110,40,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,99,108,105,99,107,47,99,111,114,101,46,112,121,34,44,32,108,105,110,101,32,49,49,51,55,44,32,105,110,32,95,95,99,97,108,108,95,95,10,32,32,32,32,114,101,116,117,114,110,32,115,101,108,102,46,109,97,105,110,40,42,97,114,103,115,44,32,42,42,107,119,97,114,103,115,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,99,108,105,99,107,47,99,111,114,101,46,112,121,34,44,32,108,105,110,101,32,49,48,52,51,44,32,105,110,32,109,97,105,110,10,32,32,32,32,95,118,101,114,105,102,121,95,112,121,116,104,111,110,95,101,110,118,40,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,99,108,105,99,107,47,95,117,110,105,99,111,100,101,102,117,110,46,112,121,34,44,32,108,105,110,101,32,49,48,48,44,32,105,110,32,95,118,101,114,105,102,121,95,112,121,116,104,111,110,95,101,110,118,10,32,32,32,32,114,97,105,115,101,32,82,117,110,116,105,109,101,69,114,114,111,114,40,34,92,110,92,110,34,46,106,111,105,110,40,101,120,116,114,97,41,41,10,82,117,110,116,105,109,101,69,114,114,111,114,58,32,67,108,105,99,107,32,119,105,108,108,32,97,98,111,114,116,32,102,117,114,116,104,101,114,32,101,120,101,99,117,116,105,111,110,32,98,101,99,97,117,115,101,32,80,121,116,104,111,110,32,119,97,115,32,99,111,110,102,105,103,117,114,101,100,32,116,111,32,117,115,101,32,65,83,67,73,73,32,97,115,32,101,110,99,111,100,105,110,103,32,102,111,114,32,116,104,101,32,101,110,118,105,114,111,110,109,101,110,116,46,32,67,111,110,115,117,108,116,32,104,116,116,112,115,58,47,47,99,108,105,99,107,46,112,97,108,108,101,116,115,112,114,111,106,101,99,116,115,46,99,111,109,47,117,110,105,99,111,100,101,45,115,117,112,112,111,114,116,47,32,102,111,114,32,109,105,116,105,103,97,116,105,111,110,32,115,116,101,112,115,46,10,10,84,104,105,115,32,115,121,115,116,101,109,32,115,117,112,112,111,114,116,115,32,116,104,101,32,67,46,85,84,70,45,56,32,108,111,99,97,108,101,32,119,104,105,99,104,32,105,115,32,114,101,99,111,109,109,101,110,100,101,100,46,32,89,111,117,32,109,105,103,104,116,32,98,101,32,97,98,108,101,32,116,111,32,114,101,115,111,108,118,101,32,121,111,117,114,32,105,115,115,117,101,32,98,121,32,101,120,112,111,114,116,105,110,103,32,116,104,101,32,102,111,108,108,111,119,105,110,103,32,101,110,118,105,114,111,110,109,101,110,116,32,118,97,114,105,97,98,108,101,115,58,10,10,32,32,32,32,101,120,112,111,114,116,32,76,67,95,65,76,76,61,67,46,85,84,70,45,56,10,32,32,32,32,101,120,112,111,114,116,32,76,65,78,71,61,67,46,85,84,70,45,56,10,69,120,101,99,117,116,105,110,103,58,32,118,101,110,118,47,98,105,110,47,112,121,116,104,111,110,32,45,109,32,112,105,112,32,105,110,115,116,97,108,108,32,45,85,32,112,105,112,10,69,120,101,99,117,116,105,110,103,58,32,118,101,110,118,47,98,105,110,47,112,121,116,104,111,110,32,45,109,32,112,105,112,32,105,110,115,116,97,108,108,32,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,10,69,120,101,99,117,116,105,110,103,58,32,118,101,110,118,47,98,105,110,47,112,121,116,104,111,110,32,45,109,32,98,108,97,99,107,32,45,45,108,105,110,101,45,108,101,110,103,116,104,61,49,50,48,32,45,45,101,120,112,101,114,105,109,101,110,116,97,108,45,115,116,114,105,110,103,45,112,114,111,99,101,115,115,105,110,103,32,45,45,115,107,105,112,45,115,116,114,105,110,103,45,110,111,114,109,97,108,105,122,97,116,105,111,110,32,47,104,111,109,101,47,118,115,116,115,47,119,111,114,107,47,49,47,115,47,97,122,117,114,101,45,99,108,105,45,101,120,116,101,110,115,105,111,110,115,47,115,114,99,47,114,101,115,101,114,118,97,116,105,111,110,115,47,97,122,101,120,116,95,114,101,115,101,114,118,97,116,105,111,110,115,47,103,101,110,101,114,97,116,101,100,47,99,111,109,109,97,110,100,115,46,112,121,10,67,111,109,109,97,110,100,32,39,91,39,118,101,110,118,47,98,105,110,47,112,121,116,104,111,110,39,44,32,39,45,109,39,44,32,39,98,108,97,99,107,39,44,32,39,45,45,108,105,110,101,45,108,101,110,103,116,104,61,49,50,48,39,44,32,39,45,45,101,120,112,101,114,105,109,101,110,116,97,108,45,115,116,114,105,110,103,45,112,114,111,99,101,115,115,105,110,103,39,44,32,39,45,45,115,107,105,112,45,115,116,114,105,110,103,45,110,111,114,109,97,108,105,122,97,116,105,111,110,39,44,32,39,47,104,111,109,101,47,118,115,116,115,47,119,111,114,107,47,49,47,115,47,97,122,117,114,101,45,99,108,105,45,101,120,116,101,110,115,105,111,110,115,47,115,114,99,47,114,101,115,101,114,118,97,116,105,111,110,115,47,97,122,101,120,116,95,114,101,115,101,114,118,97,116,105,111,110,115,47,103,101,110,101,114,97,116,101,100,47,99,111,109,109,97,110,100,115,46,112,121,39,93,39,32,114,101,116,117,114,110,101,100,32,110,111,110,45,122,101,114,111,32,101,120,105,116,32,115,116,97,116,117,115,32,49,46,10]}],"pid":3283,"stdout":{"type":"Buffer","data":[82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,112,105,112,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,50,49,46,50,46,52,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,97,117,116,111,102,108,97,107,101,61,61,49,46,52,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,49,41,41,32,40,49,46,52,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,97,117,116,111,112,101,112,56,61,61,49,46,53,46,52,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,50,41,41,32,40,49,46,53,46,52,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,98,108,97,99,107,61,61,50,48,46,56,98,49,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,50,48,46,56,98,49,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,112,121,102,108,97,107,101,115,62,61,49,46,49,46,48,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,97,117,116,111,102,108,97,107,101,61,61,49,46,52,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,49,41,41,32,40,50,46,51,46,49,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,112,121,99,111,100,101,115,116,121,108,101,62,61,50,46,54,46,48,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,97,117,116,111,112,101,112,56,61,61,49,46,53,46,52,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,50,41,41,32,40,50,46,55,46,48,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,116,111,109,108,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,97,117,116,111,112,101,112,56,61,61,49,46,53,46,52,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,50,41,41,32,40,48,46,49,48,46,50,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,116,121,112,101,100,45,97,115,116,62,61,49,46,52,46,48,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,49,46,52,46,51,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,116,121,112,105,110,103,45,101,120,116,101,110,115,105,111,110,115,62,61,51,46,55,46,52,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,51,46,49,48,46,48,46,50,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,100,97,116,97,99,108,97,115,115,101,115,62,61,48,46,54,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,48,46,56,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,99,108,105,99,107,62,61,55,46,49,46,50,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,56,46,48,46,49,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,114,101,103,101,120,62,61,50,48,50,48,46,49,46,56,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,50,48,50,49,46,56,46,50,56,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,109,121,112,121,45,101,120,116,101,110,115,105,111,110,115,62,61,48,46,52,46,51,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,48,46,52,46,51,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,97,112,112,100,105,114,115,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,49,46,52,46,52,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,112,97,116,104,115,112,101,99,60,49,44,62,61,48,46,54,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,48,46,57,46,48,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,105,109,112,111,114,116,108,105,98,45,109,101,116,97,100,97,116,97,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,99,108,105,99,107,62,61,55,46,49,46,50,45,62,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,52,46,56,46,49,41,10,82,101,113,117,105,114,101,109,101,110,116,32,97,108,114,101,97,100,121,32,115,97,116,105,115,102,105,101,100,58,32,122,105,112,112,62,61,48,46,53,32,105,110,32,46,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,32,40,102,114,111,109,32,105,109,112,111,114,116,108,105,98,45,109,101,116,97,100,97,116,97,45,62,99,108,105,99,107,62,61,55,46,49,46,50,45,62,98,108,97,99,107,61,61,50,48,46,56,98,49,45,62,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,32,40,108,105,110,101,32,51,41,41,32,40,51,46,53,46,48,41,10]},"stderr":{"type":"Buffer","data":[84,114,97,99,101,98,97,99,107,32,40,109,111,115,116,32,114,101,99,101,110,116,32,99,97,108,108,32,108,97,115,116,41,58,10,32,32,70,105,108,101,32,34,47,117,115,114,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,114,117,110,112,121,46,112,121,34,44,32,108,105,110,101,32,49,57,51,44,32,105,110,32,95,114,117,110,95,109,111,100,117,108,101,95,97,115,95,109,97,105,110,10,32,32,32,32,34,95,95,109,97,105,110,95,95,34,44,32,109,111,100,95,115,112,101,99,41,10,32,32,70,105,108,101,32,34,47,117,115,114,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,114,117,110,112,121,46,112,121,34,44,32,108,105,110,101,32,56,53,44,32,105,110,32,95,114,117,110,95,99,111,100,101,10,32,32,32,32,101,120,101,99,40,99,111,100,101,44,32,114,117,110,95,103,108,111,98,97,108,115,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,98,108,97,99,107,47,95,95,109,97,105,110,95,95,46,112,121,34,44,32,108,105,110,101,32,51,44,32,105,110,32,60,109,111,100,117,108,101,62,10,32,32,32,32,112,97,116,99,104,101,100,95,109,97,105,110,40,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,98,108,97,99,107,47,95,95,105,110,105,116,95,95,46,112,121,34,44,32,108,105,110,101,32,54,54,48,55,44,32,105,110,32,112,97,116,99,104,101,100,95,109,97,105,110,10,32,32,32,32,109,97,105,110,40,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,99,108,105,99,107,47,99,111,114,101,46,112,121,34,44,32,108,105,110,101,32,49,49,51,55,44,32,105,110,32,95,95,99,97,108,108,95,95,10,32,32,32,32,114,101,116,117,114,110,32,115,101,108,102,46,109,97,105,110,40,42,97,114,103,115,44,32,42,42,107,119,97,114,103,115,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,99,108,105,99,107,47,99,111,114,101,46,112,121,34,44,32,108,105,110,101,32,49,48,52,51,44,32,105,110,32,109,97,105,110,10,32,32,32,32,95,118,101,114,105,102,121,95,112,121,116,104,111,110,95,101,110,118,40,41,10,32,32,70,105,108,101,32,34,47,104,111,109,101,47,118,115,116,115,47,46,97,117,116,111,114,101,115,116,47,64,97,117,116,111,114,101,115,116,95,97,122,64,49,46,56,46,48,47,110,111,100,101,95,109,111,100,117,108,101,115,47,64,97,117,116,111,114,101,115,116,47,97,122,47,118,101,110,118,47,108,105,98,47,112,121,116,104,111,110,51,46,54,47,115,105,116,101,45,112,97,99,107,97,103,101,115,47,99,108,105,99,107,47,95,117,110,105,99,111,100,101,102,117,110,46,112,121,34,44,32,108,105,110,101,32,49,48,48,44,32,105,110,32,95,118,101,114,105,102,121,95,112,121,116,104,111,110,95,101,110,118,10,32,32,32,32,114,97,105,115,101,32,82,117,110,116,105,109,101,69,114,114,111,114,40,34,92,110,92,110,34,46,106,111,105,110,40,101,120,116,114,97,41,41,10,82,117,110,116,105,109,101,69,114,114,111,114,58,32,67,108,105,99,107,32,119,105,108,108,32,97,98,111,114,116,32,102,117,114,116,104,101,114,32,101,120,101,99,117,116,105,111,110,32,98,101,99,97,117,115,101,32,80,121,116,104,111,110,32,119,97,115,32,99,111,110,102,105,103,117,114,101,100,32,116,111,32,117,115,101,32,65,83,67,73,73,32,97,115,32,101,110,99,111,100,105,110,103,32,102,111,114,32,116,104,101,32,101,110,118,105,114,111,110,109,101,110,116,46,32,67,111,110,115,117,108,116,32,104,116,116,112,115,58,47,47,99,108,105,99,107,46,112,97,108,108,101,116,115,112,114,111,106,101,99,116,115,46,99,111,109,47,117,110,105,99,111,100,101,45,115,117,112,112,111,114,116,47,32,102,111,114,32,109,105,116,105,103,97,116,105,111,110,32,115,116,101,112,115,46,10,10,84,104,105,115,32,115,121,115,116,101,109,32,115,117,112,112,111,114,116,115,32,116,104,101,32,67,46,85,84,70,45,56,32,108,111,99,97,108,101,32,119,104,105,99,104,32,105,115,32,114,101,99,111,109,109,101,110,100,101,100,46,32,89,111,117,32,109,105,103,104,116,32,98,101,32,97,98,108,101,32,116,111,32,114,101,115,111,108,118,101,32,121,111,117,114,32,105,115,115,117,101,32,98,121,32,101,120,112,111,114,116,105,110,103,32,116,104,101,32,102,111,108,108,111,119,105,110,103,32,101,110,118,105,114,111,110,109,101,110,116,32,118,97,114,105,97,98,108,101,115,58,10,10,32,32,32,32,101,120,112,111,114,116,32,76,67,95,65,76,76,61,67,46,85,84,70,45,56,10,32,32,32,32,101,120,112,111,114,116,32,76,65,78,71,61,67,46,85,84,70,45,56,10,69,120,101,99,117,116,105,110,103,58,32,118,101,110,118,47,98,105,110,47,112,121,116,104,111,110,32,45,109,32,112,105,112,32,105,110,115,116,97,108,108,32,45,85,32,112,105,112,10,69,120,101,99,117,116,105,110,103,58,32,118,101,110,118,47,98,105,110,47,112,121,116,104,111,110,32,45,109,32,112,105,112,32,105,110,115,116,97,108,108,32,45,114,32,100,105,115,116,47,115,114,99,47,112,121,116,104,111,110,47,114,101,113,117,105,114,101,109,101,110,116,115,46,116,120,116,10,69,120,101,99,117,116,105,110,103,58,32,118,101,110,118,47,98,105,110,47,112,121,116,104,111,110,32,45,109,32,98,108,97,99,107,32,45,45,108,105,110,101,45,108,101,110,103,116,104,61,49,50,48,32,45,45,101,120,112,101,114,105,109,101,110,116,97,108,45,115,116,114,105,110,103,45,112,114,111,99,101,115,115,105,110,103,32,45,45,115,107,105,112,45,115,116,114,105,110,103,45,110,111,114,109,97,108,105,122,97,116,105,111,110,32,47,104,111,109,101,47,118,115,116,115,47,119,111,114,107,47,49,47,115,47,97,122,117,114,101,45,99,108,105,45,101,120,116,101,110,115,105,111,110,115,47,115,114,99,47,114,101,115,101,114,118,97,116,105,111,110,115,47,97,122,101,120,116,95,114,101,115,101,114,118,97,116,105,111,110,115,47,103,101,110,101,114,97,116,101,100,47,99,111,109,109,97,110,100,115,46,112,121,10,67,111,109,109,97,110,100,32,39,91,39,118,101,110,118,47,98,105,110,47,112,121,116,104,111,110,39,44,32,39,45,109,39,44,32,39,98,108,97,99,107,39,44,32,39,45,45,108,105,110,101,45,108,101,110,103,116,104,61,49,50,48,39,44,32,39,45,45,101,120,112,101,114,105,109,101,110,116,97,108,45,115,116,114,105,110,103,45,112,114,111,99,101,115,115,105,110,103,39,44,32,39,45,45,115,107,105,112,45,115,116,114,105,110,103,45,110,111,114,109,97,108,105,122,97,116,105,111,110,39,44,32,39,47,104,111,109,101,47,118,115,116,115,47,119,111,114,107,47,49,47,115,47,97,122,117,114,101,45,99,108,105,45,101,120,116,101,110,115,105,111,110,115,47,115,114,99,47,114,101,115,101,114,118,97,116,105,111,110,115,47,97,122,101,120,116,95,114,101,115,101,114,118,97,116,105,111,110,115,47,103,101,110,101,114,97,116,101,100,47,99,111,109,109,97,110,100,115,46,112,121,39,93,39,32,114,101,116,117,114,110,101,100,32,110,111,110,45,122,101,114,111,32,101,120,105,116,32,115,116,97,116,117,115,32,49,46,10]}} Error: Command failed: python dist/src/python/install.py /home/vsts/work/1/s/azure-cli-extensions/src/reservations/azext_reservations/generated/commands.py
      cmderr	[Autorest] Traceback (most recent call last):
      cmderr	[Autorest]   File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
      cmderr	[Autorest]     "__main__", mod_spec)
      cmderr	[Autorest]   File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
      cmderr	[Autorest]     exec(code, run_globals)
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/black/__main__.py", line 3, in <module>
      cmderr	[Autorest]     patched_main()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/black/__init__.py", line 6607, in patched_main
      cmderr	[Autorest]     main()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/core.py", line 1137, in __call__
      cmderr	[Autorest]     return self.main(*args, **kwargs)
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/core.py", line 1043, in main
      cmderr	[Autorest]     _verify_python_env()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/_unicodefun.py", line 100, in _verify_python_env
      cmderr	[Autorest]     raise RuntimeError("
      ".join(extra))
      cmderr	[Autorest] RuntimeError: Click will abort further execution because Python was configured to use ASCII as encoding for the environment. Consult https://click.palletsprojects.com/unicode-support/ for mitigation steps.
      cmderr	[Autorest] This system supports the C.UTF-8 locale which is recommended. You might be able to resolve your issue by exporting the following environment variables:
      cmderr	[Autorest]     export LC_ALL=C.UTF-8
      cmderr	[Autorest]     export LANG=C.UTF-8
      cmderr	[Autorest] Executing: venv/bin/python -m pip install -U pip
      cmderr	[Autorest] Executing: venv/bin/python -m pip install -r dist/src/python/requirements.txt
      cmderr	[Autorest] Executing: venv/bin/python -m black --line-length=120 --experimental-string-processing --skip-string-normalization /home/vsts/work/1/s/azure-cli-extensions/src/reservations/azext_reservations/generated/commands.py
      cmderr	[Autorest] Command '['venv/bin/python', '-m', 'black', '--line-length=120', '--experimental-string-processing', '--skip-string-normalization', '/home/vsts/work/1/s/azure-cli-extensions/src/reservations/azext_reservations/generated/commands.py']' returned non-zero exit status 1.
      cmderr	[Autorest]     at checkExecSyncError (child_process.js:635:11)
      cmderr	[Autorest]     at Object.execSync (child_process.js:671:15)
      cmderr	[Autorest]     at Object.<anonymous> (/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/python/setup.js:50:16)
      cmderr	[Autorest]     at step (/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/python/setup.js:33:23)
      cmderr	[Autorest]     at Object.next (/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/python/setup.js:14:53)
      cmderr	[Autorest]     at /home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/python/setup.js:8:71
      cmderr	[Autorest]     at new Promise (<anonymous>)
      cmderr	[Autorest]     at __awaiter (/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/python/setup.js:4:12)
      cmderr	[Autorest]     at Object.runPython3 (/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/python/setup.js:44:12)
      cmderr	[Autorest]     at AzLinter.<anonymous> (/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/azlinter.js:21:27)
      cmderr	[Autorest]     at Generator.next (<anonymous>)
      cmderr	[Autorest]     at /home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/azlinter.js:8:71
      cmderr	[Autorest]     at new Promise (<anonymous>)
      cmderr	[Autorest]     at __awaiter (/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/azlinter.js:4:12)
      cmderr	[Autorest]     at AzLinter.process (/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/azlinter.js:19:16)
      cmderr	[Autorest]     at /home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/dist/src/azlinter.js:33:28
      cmderr	[Autorest] FATAL: Error: Command failed: python dist/src/python/install.py /home/vsts/work/1/s/azure-cli-extensions/src/reservations/azext_reservations/generated/commands.py
      cmderr	[Autorest] Traceback (most recent call last):
      cmderr	[Autorest]   File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
      cmderr	[Autorest]     "main", mod_spec)
      cmderr	[Autorest]   File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
      cmderr	[Autorest]     exec(code, run_globals)
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/black/main.py", line 3, in <module>
      cmderr	[Autorest]     patched_main()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/black/init.py", line 6607, in patched_main
      cmderr	[Autorest]     main()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/core.py", line 1137, in call
      cmderr	[Autorest]     return self.main(*args, **kwargs)
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/core.py", line 1043, in main
      cmderr	[Autorest]     _verify_python_env()
      cmderr	[Autorest]   File "/home/vsts/.autorest/@autorest_az@1.8.0/node_modules/@autorest/az/venv/lib/python3.6/site-packages/click/_unicodefun.py", line 100, in _verify_python_env
      cmderr	[Autorest]     raise RuntimeError("
      ".join(extra))
      cmderr	[Autorest] RuntimeError: Click will abort further execution because Python was configured to use ASCII as encoding for the environment. Consult https://click.palletsprojects.com/unicode-support/ for mitigation steps.
      cmderr	[Autorest] This system supports the C.UTF-8 locale which is recommended. You might be able to resolve your issue by exporting the following environment variables:
      cmderr	[Autorest]     export LC_ALL=C.UTF-8
      cmderr	[Autorest]     export LANG=C.UTF-8
      cmderr	[Autorest] Executing: venv/bin/python -m pip install -U pip
      cmderr	[Autorest] Executing: venv/bin/python -m pip install -r dist/src/python/requirements.txt
      cmderr	[Autorest] Executing: venv/bin/python -m black --line-length=120 --experimental-string-processing --skip-string-normalization /home/vsts/work/1/s/azure-cli-extensions/src/reservations/azext_reservations/generated/commands.py
      cmderr	[Autorest] Command '['venv/bin/python', '-m', 'black', '--line-length=120', '--experimental-string-processing', '--skip-string-normalization', '/home/vsts/work/1/s/azure-cli-extensions/src/reservations/azext_reservations/generated/commands.py']' returned non-zero exit status 1.
      cmderr	[Autorest]   Error: Plugin azlinter reported failure.
      error	Script return with result [failed] code [1] signal [null] cwd [azure-cli-extensions]: autorest
      warn	Skip package processing as generation is failed
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 93661ae. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      cmderr	[initScript.sh] WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh] npm WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh] npm WARN old lockfile
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
    • ️✔️reservations [View full logs]  [Release Schema Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @chiragg4u
    Copy link
    Contributor

    Thank you for copying the existing version into new folder for first commit. It helps in reviewing the change.
    I assume you followed the below guideline, please mark the checklist appropriately
    Ensure to copy the existing version into new directory structure for first commit (including refactoring) and then push new changes including version updates in separate commits. This is required to review the changes efficiently.

    @chiragg4u
    Copy link
    Contributor

    From the changes I don't see new API being added and lots of changes in terms of removing enum's etc. Please confirm if this is expected.

    @chiragg4u
    Copy link
    Contributor

    I also see you've not copied all the paths in the new version, it will break your SDK's/CLI/PS. It's also highlighted in some of the automated checks, please closely review the automated checks and resolve.

    @chiragg4u
    Copy link
    Contributor

    Changes looks good from ARM perspective, please follow the process given @ https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/212/Swagger-PR-Review to continue

    @openapi-workflow-bot
    Copy link

    Hi @toddm, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff.

    TaskHow to fixPrioritySupport (Microsoft alias)
    AvocadoFix-AvocadoHighruowan
    Semantic validationFix-SemanticValidation-ErrorHighraychen, jianyxi
    Model validationFix-ModelValidation-ErrorHighraychen,jianyxi
    LintDiffFix-LintDiffhighjianyxi, ruoxuan
    If you need further help, please feedback via swagger feedback."

    @toddm
    Copy link
    Contributor Author

    toddm commented Aug 3, 2021

    @jianyexi Jianye Xi FTE - would you take another look? I added the paths that were in preview to this stable release
    Are these paths ready to merge into stable version ?

    The paths are ready to merge into stable. I put Do Not Merge in the title because we are still deploying the api-version and will then update the manifest, but it's otherwise ready.

    @toddm toddm changed the title Do Not Merge - Adding list reservations API to Microsoft.Capacity Adding list reservations API to Microsoft.Capacity Aug 19, 2021
    @toddm
    Copy link
    Contributor Author

    toddm commented Aug 19, 2021

    @jianyexi We have made all of the necessary changes to support the new api-version, so we are now ready to merge this.

    @openapi-workflow-bot
    Copy link

    Hi @toddm, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review.
    Action: To initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
    If you want to know the production traffic statistic, please see ARM Traffic statistic.
    If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ms/swaggerfeedback.

    @jianyexi
    Copy link
    Contributor

    There are cross version breaking changes ,could you follow the action to get approval:
    #14849 (comment)

    @toddm
    Copy link
    Contributor Author

    toddm commented Aug 24, 2021

    There are cross version breaking changes ,could you follow the action to get approval:
    #14849 (comment)

    @jianyexi, I reduced the cross-version breaking changes to only the return error message, which we're required to change for compliance. Does that change the need to get a breaking change review? The customer impact will be minimal.

    @jianyexi
    Copy link
    Contributor

    There are cross version breaking changes ,could you follow the action to get approval:
    #14849 (comment)

    @jianyexi Jianye Xi FTE, I reduced the cross-version breaking changes to only the return error message, which we're required to change for compliance. Does that change the need to get a breaking change review? The customer impact will be minimal.

    The format change also need to be approved

    @JeffreyRichter JeffreyRichter added the Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 label Sep 1, 2021
    @toddm
    Copy link
    Contributor Author

    toddm commented Sep 2, 2021

    @jianyexi can this be completed now? I got the breaking change sign-off.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Python
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    8 participants