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

[Hub Generated] Public private branch 'dev-storagecache-Microsoft.StorageCache-2021-09-01' #16152

Conversation

brpanask
Copy link
Contributor

This is a PR generated at OpenAPI Hub. You can view your work branch via this link.

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. If updating an existing version, please select the specific langauge SDKs and CLIs that must be refreshed after the 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 refresh required 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

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 label “WaitForARMFeedback” will be added automatically to begin ARM API Review. Failure to comply may result in delays to the manifest.

    • 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.
  • 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 any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in a stable version
  • Removing properties in a stable version
  • Removing API version(s) in a stable version
  • Updating API in a 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.

@brpanask
Copy link
Contributor Author

The PR is created based on the updates in the private branch. The updates in the PR has already been reviewed and approved with this PR Azure/azure-rest-api-specs-pr/4588

@openapi-workflow-bot
Copy link

Hi, @brpanask 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-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Sep 24, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 0 Warnings warning [Detail]
    The following errors/warnings exist before current PR submission:
    Rule Message
    ⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'StorageTargetModel'. Consider using the plural form of 'StorageTarget' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1055
    ⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'StorageTargetModel'. Consider using the plural form of 'StorageTarget' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1110
    ⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'StorageTargetModel'. Consider using the plural form of 'StorageTarget' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1165
    ⚠️ 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.StorageCache/stable/2021-09-01/storagecache.json#L1251
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: rotationToLatestKeyVersionEnabled
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1634
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: extendedGroups
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1737
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: encryptLdapConnection
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1772
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: requireValidCertificate
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1776
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: autoDownloadCertificate
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1780
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: suid
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1874
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: submountAccess
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1878
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: rootSquash
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1882
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: toBeExportedForShoebox
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2520
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: StorageTargets_List
    Location: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L810
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️⚠️Cross-Version Breaking Changes: 52 Warnings warning [Detail]
    The following breaking changes are detected by comparison with latest preview version:

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

    Rule Message
    ⚠️ 1008 - ModifiedOperationId The operation id has been changed from 'Caches_Create' to 'Caches_CreateOrUpdate'. This will impact generated code.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L392:7
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L364:7
    ⚠️ 1008 - ModifiedOperationId The operation id has been changed from 'StorageTargets_Create' to 'StorageTargets_CreateOrUpdate'. This will impact generated code.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L929:7
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L854:7
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '202'.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L434:11
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '204'.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L647:11
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '204'.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L699:11
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '204'.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L751:11
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '202'.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L974:11
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '204'.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1194:11
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1444:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1173:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1225:9
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1066:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L93:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L93:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2274:11
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1403:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1453:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1177:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1941:5
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1248:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2282:5
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1411:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2344:5
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1472:5
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L1466:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1190:13
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2123:9
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1534:13
    ⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2394:11
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1594:11
    ⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L907:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L832:13
    ⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L956:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L895:13
    ⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L964:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L903:13
    ⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L970:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L909:13
    ⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2043:5
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1489:5
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2394:11
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1594:11
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L907:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L832:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L956:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L895:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L964:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L903:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L970:13
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L909:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.StorageCache/stable/2021-09-01/storagecache.json#L2043:5
    Old: Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json#L1489:5
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️️✔️[Staging] SDK Track2 Validation succeeded [Detail] [Expand]
    Validation passes for SDKTrack2Validation

    ️️✔️[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 Sep 24, 2021

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-storagecache - 1.0.0
    ️✔️azure-sdk-for-go - storagecache/mgmt/2021-05-01/storagecache - v57.4.0
    ️✔️azure-sdk-for-go - storagecache/mgmt/2021-03-01/storagecache - v57.4.0
    ️✔️azure-sdk-for-go - storagecache/mgmt/2020-10-01/storagecache - v57.4.0
    azure-sdk-for-go - storagecache/mgmt/2020-03-01/storagecache - v57.4.0
    +	Function `CachesClient.DeleteResponder` return value(s) have been changed from `(SetObject, error)` to `(autorest.Response, error)`
    +	Function `CachesClient.FlushResponder` return value(s) have been changed from `(SetObject, error)` to `(autorest.Response, error)`
    +	Function `CachesClient.StartResponder` return value(s) have been changed from `(SetObject, error)` to `(autorest.Response, error)`
    +	Function `CachesClient.StopResponder` return value(s) have been changed from `(SetObject, error)` to `(autorest.Response, error)`
    +	Function `CachesClient.UpgradeFirmwareResponder` return value(s) have been changed from `(SetObject, error)` to `(autorest.Response, error)`
    +	Function `StorageTargetsClient.DeleteResponder` return value(s) have been changed from `(SetObject, error)` to `(autorest.Response, error)`
    +	Struct `SetObject` has been removed
    +	Type of `CachesDeleteFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
    +	Type of `CachesFlushFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
    +	Type of `CachesStartFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
    +	Type of `CachesStopFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
    +	Type of `CachesUpgradeFirmwareFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
    +	Type of `StorageTargetsDeleteFuture.Result` has been changed from `func(StorageTargetsClient) (SetObject, error)` to `func(StorageTargetsClient) (autorest.Response, error)`
    ️✔️azure-sdk-for-go - storagecache/mgmt/2019-11-01/storagecache - v57.4.0
    ️✔️azure-sdk-for-go - preview/storagecache/mgmt/2019-08-01-preview/storagecache - v57.4.0
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 21ebd57. 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-storagecache [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Model StorageTarget has a new parameter state
    ️⚠️ azure-sdk-for-net warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 21ebd57. 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/storagecache/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
      warn	No file changes detected after generation
      warn	No package detected after generation
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 21ebd57. SDK Automation 14.0.0
      command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
      command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
      cmderr	[generate.py] 2021-09-30 01:57:18 INFO [VERSION][Found] current version "com.azure.resourcemanager:azure-resourcemanager-storagecache;1.0.0-beta.3;1.0.0-beta.4"
      cmderr	[generate.py] 2021-09-30 01:57:18 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.4"
      cmderr	[generate.py] 2021-09-30 01:57:18 INFO autorest --version=3.6.0 --use=@autorest/java@4.0.37 --java.azure-libraries-for-java-folder=/home/vsts/work/1/s/azure-sdk-for-java --java.output-folder=/home/vsts/work/1/s/azure-sdk-for-java/sdk/storagecache/azure-resourcemanager-storagecache --java.namespace=com.azure.resourcemanager.storagecache   --java --pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --azure-arm --verbose --sdk-integration --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL  ../azure-rest-api-specs/specification/storagecache/resource-manager/readme.md
      cmderr	[generate.py] 2021-09-30 01:57:49 INFO [CI][Skip] ci.yml already has module azure-resourcemanager-storagecache
      cmderr	[generate.py] 2021-09-30 01:57:49 INFO [POM][Process] dealing with pom.xml
      cmderr	[generate.py] 2021-09-30 01:57:49 INFO [POM][Skip] pom already has module azure-resourcemanager-storagecache
      cmderr	[generate.py] 2021-09-30 01:57:49 INFO [POM][Success] Write to pom.xml
      cmderr	[generate.py] 2021-09-30 01:57:49 INFO [POM][Process] dealing with root pom
      cmderr	[generate.py] 2021-09-30 01:57:49 INFO [POM][Skip] pom already has module sdk/storagecache
      cmderr	[generate.py] 2021-09-30 01:57:49 INFO [POM][Success] Write to root pom
    • ️✔️azure-resourcemanager-storagecache [View full logs]  [Release SDK Changes]
      cmderr	[Inst] 2021-09-30 01:59:29 DEBUG Got artifact_id: azure-resourcemanager-storagecache
      cmderr	[Inst] 2021-09-30 01:59:29 DEBUG Got artifact: pom.xml
      cmderr	[Inst] 2021-09-30 01:59:29 DEBUG Got artifact: azure-resourcemanager-storagecache-1.0.0-beta.4.jar
      cmderr	[Inst] 2021-09-30 01:59:29 DEBUG Match jar package: azure-resourcemanager-storagecache-1.0.0-beta.4.jar
      cmderr	[Inst] 2021-09-30 01:59:29 DEBUG output: {"full": "```sh\ncurl -L \"https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/16152/azure-sdk-for-java/azure-resourcemanager-storagecache/azure-resourcemanager-storagecache-1.0.0-beta.4.jar\" -o azure-resourcemanager-storagecache-1.0.0-beta.4.jar\nmvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-storagecache -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-storagecache-1.0.0-beta.4.jar -Dpackaging=jar -DgeneratePom=true
      ```"}
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 21ebd57. 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
    • ️✔️storagecache/mgmt/2021-05-01/storagecache [View full logs]  [Release SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️storagecache/mgmt/2021-03-01/storagecache [View full logs
      info	[Changelog] No exported changes
    • ️✔️storagecache/mgmt/2020-10-01/storagecache [View full logs
      info	[Changelog] No exported changes
    • ️✔️storagecache/mgmt/2020-03-01/storagecache [View full logsBreaking Change Detected
      Only show 20 items here, please refer to log for details.
      info	[Changelog] - Function `CachesClient.StartResponder` return value(s) have been changed from `(SetObject, error)` to `(autorest.Response, error)`
      info	[Changelog] - Function `CachesClient.StopResponder` return value(s) have been changed from `(SetObject, error)` to `(autorest.Response, error)`
      info	[Changelog] - Type of `StorageTargetsDeleteFuture.Result` has been changed from `func(StorageTargetsClient) (SetObject, error)` to `func(StorageTargetsClient) (autorest.Response, error)`
      info	[Changelog] - Type of `CachesFlushFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
      info	[Changelog] - Type of `CachesDeleteFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
      info	[Changelog] - Type of `CachesStartFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
      info	[Changelog] - Type of `CachesStopFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
      info	[Changelog] - Type of `CachesUpgradeFirmwareFuture.Result` has been changed from `func(CachesClient) (SetObject, error)` to `func(CachesClient) (autorest.Response, error)`
      info	[Changelog] - Struct `SetObject` has been removed
      info	[Changelog]
      info	[Changelog] ### New Content
      info	[Changelog]
      info	[Changelog] - New function `AscOperation.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*AscOperation.UnmarshalJSON([]byte) error`
      info	[Changelog] - New function `AscOperationProperties.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New struct `AscOperationProperties`
      info	[Changelog] - New anonymous field `*AscOperationProperties` in struct `AscOperation`
      info	[Changelog]
      info	[Changelog] Total 14 breaking change(s), 6 additive change(s).
      info	[Changelog]
    • ️✔️storagecache/mgmt/2019-11-01/storagecache [View full logs
      info	[Changelog] No exported changes
    • ️✔️preview/storagecache/mgmt/2019-08-01-preview/storagecache [View full logs
      info	[Changelog] No exported changes
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 21ebd57. 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/storagecache/resource-manager/readme.md
    • ️✔️@azure/arm-storagecache [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/storageCacheManagementClient.js → ./dist/arm-storagecache.js...
      cmderr	[npmPack] created ./dist/arm-storagecache.js in 379ms
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 21ebd57. Schema Automation 14.0.0
      Only show 120 items here, please refer to log for details.
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 5)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 7)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 8)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 9)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 10)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 11)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 12)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 13)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 14)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 15)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 16)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 17)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 18)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 19)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 20)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 21)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 22)
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
      cmderr	[generateScript.sh]     at JSON.parse (<anonymous>)
      cmderr	[generateScript.sh]     at Object.readJsonFile (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/utils.ts:174:17)
      cmderr	[generateScript.sh]     at getCurrentTemplateRefs (/home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:290:21)
      cmderr	[generateScript.sh]     at /home/vsts/work/1/s/azure-resource-manager-schemas/generator/generate.ts:297:29
      cmderr	[generateScript.sh] (node:2485) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 23)
    • ️✔️storagecache [View full logs]  [Release Schema Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @brpanask
    Copy link
    Contributor Author

    @weidongxu-microsoft
    Can this be merged? It was already approved in the private repo.
    I expected that the open api hub button that copies private repo updates to the public repo would automatically merge them so we don't have to wait around for someone to merge it since it was already approved in the private repo.

    @weidongxu-microsoft weidongxu-microsoft merged commit 21ebd57 into main Sep 30, 2021
    ghost pushed a commit to Azure/azure-resource-manager-schemas that referenced this pull request Sep 30, 2021
    zhenglaizhang added a commit that referenced this pull request Sep 30, 2021
    * Update comment.yml for publish pr (#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (#16171)
    
    * add azure-resource-manager-schema to servicelinker (#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (#16164)
    
    Merging the change to have accurate Swagger
    
    * Remove requirement of identity field in the request for TURN. (#15966)
    
    * Remove requirement of identity field in the request.
    
    * Update PR
    
    * Address comment
    
    * change api version in readme for sdk release (#16187)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * api version change
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    
    * [Search] Rename types for better SDK code (#16039)
    
    * Rename types for better SDK code
    
    * Rename Speller and Captions search options
    
    * Reorder parameters to have consistency across APIs
    
    * Remove 'SearchIndexer' prefix from projection selectors
    
    Remove 'global' prefix from default flags on custom entities
    
    * Change enum name AdlsGen2->AzureDataLakeStorageGen2
    
    Change property name storageContainer->storageContainerName
    
    * move additional .NET SDK renames to the REST spec
    
    * Revert changes in KnowledgeStore which has GAed
    
    * Revert changes in CustomEntityLookupSkill which has GAed
    
    * Revert changes in SIKSBlobProjectionSelector which has GAed
    
    * Revert changes in SearchIndexerDataSourceType which has GAed
    
    * Rename ignoreResetRequirements->skipIndexerResetRequirementForCache
    
    * fix validStreamingUnits (#16143)
    
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    
    * Fix schemas readme files (#16207)
    
    * Fix schemas readme files
    
    * fix ref
    
    * add resourcemanager in module-name (#16206)
    
    * add resourcemanager in module-name
    
    * add go track2 repo in readme.md
    
    * fix
    
    * Minor description update for createorupdate & update slot (#15457)
    
    * add scmMinTlsVersion
    
    * modify description for createorupdate & update slot for all API versions
    
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.Security to add version preview/2021-08-01-preview (#16096)
    
    * Adds base for updating Microsoft.Security from version stable/2021-07-01 to version 2021-08-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * First pass at Microsoft.Security/standards for review/preview
    
    * Addressing Round-1 feedback, adding missing descriptions and changing scoping to match ProxyResource type
    
    * First pass for Microsoft.Security\standardComponents
    
    * Changes to fix a typo in an example spec
    
    * Added Microsoft.Security/standardAssignments
    
    * Fix naming convention issue
    
    * Removed types based on Hila's feedback
    
    * Changes to data model for both API calls
    
    * Fix example errors and typos
    
    * Add systemData to Microsoft.Security/standards
    
    * Changes to fix systemData linting
    
    * un-nest systemData fields in examples
    
    * More systemData placement
    
    * Naming convention name to assignments from standardAssignment
    
    * Additional example added
    
    * Changes to address descriptive comments on field types
    
    * Add systemData readOnly
    
    * prettier-fix against examples
    
    * Cleaned types to ref standard v2 common-types entry similar to securityForIoT
    
    * Re-added v2 folder?
    
    * Missed a change here?
    
    * Cleanup of v2 type completely, updated readme.md
    
    * Adds suppression to readme
    
    * Adds suppression to readme
    
    * Change modification to suppress operations linting
    
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    
    * Yifanzhou/api version change (#16191)
    
    * remove Catalog
    
    * update 2021-05-01-preview
    
    * delete 2021-09-01
    
    * Update readme.md
    
    * Update purviewcatalog.json
    
    * change read-only property (#16209)
    
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    
    * Update account.json - make CollectionReferece type writable (#16208)
    
    * Update account.json
    
    Updating the CollectionReference to be writeable to unblock the customers.
    
    * Update account.json
    
    Need the default set in the client SDK
    
    * Fixed an event name typo in its description. (#16227)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview (#15723)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview
    
    * Add PrivateResourceProviderConfigurations
    
    * Add PrivateRP examples
    
    * Fix enum type.
    
    * Fix enum again
    
    * Prettier
    
    * Fix prettier error
    
    * Add readme.md + prettier
    
    * Fix
    
    * Fix avocado error
    
    * Modify interface
    
    * Fix issue
    
    * Make it private preview
    
    * Remove private RP changes
    
    * Update SKU settings
    
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    
    * fluidrelay_readme_config (#16192)
    
    fluidrelay_readme_config
    
    * Add community gallery proxy resource (#16043)
    
    * [Hub Generated] Public private branch 'dev-storagecache-Microsoft.StorageCache-2021-09-01' (#16152)
    
    * Adds base for updating Microsoft.StorageCache from version stable/2021-05-01 to version 2021-09-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * 2021-09-01 API
    
    * Fix LintDiff
    
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs (#15946)
    
    * Changed FSPG RestartParameter.failoverMode from string to enum for API 2021-06-01, 2021-06-01-preview, and 2021-06-15-privatepreview
    
    * Change enum first letter to lower case
    
    * Change to upper case
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs
    
    * Add email reminder when PR makes changes in Synapse (#16116)
    
    * add email reminder to synapse
    
    * fix for comment
    
    * ServiceBus add batch tag (#16229)
    
    * add code owner to synapse (#16230)
    
    * [Datafactory] Power Query model changes for multiple queries (#16158)
    
    * [Synapse] Add release tag for management SDK Oct. release (#16213)
    
    * update release tag
    
    * fix for avocado
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    zhenglaizhang added a commit that referenced this pull request Oct 6, 2021
    * add base for Microsoft.sql
    
    * Update Readme.md
    
    * update version in swagger example files
    
    * remove ss
    
    * update swagger files
    
    * update readme.md
    
    * add missing json files
    
    * update custom-words.txt to address the spelling check
    
    * remove 201 define in ServerUpdate.json
    
    * Sync sql 2021 05 01 with main branch (#16236)
    
    * Update comment.yml for publish pr (#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (#16171)
    
    * add azure-resource-manager-schema to servicelinker (#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (#16164)
    
    Merging the change to have accurate Swagger
    
    * Remove requirement of identity field in the request for TURN. (#15966)
    
    * Remove requirement of identity field in the request.
    
    * Update PR
    
    * Address comment
    
    * change api version in readme for sdk release (#16187)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * api version change
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    
    * [Search] Rename types for better SDK code (#16039)
    
    * Rename types for better SDK code
    
    * Rename Speller and Captions search options
    
    * Reorder parameters to have consistency across APIs
    
    * Remove 'SearchIndexer' prefix from projection selectors
    
    Remove 'global' prefix from default flags on custom entities
    
    * Change enum name AdlsGen2->AzureDataLakeStorageGen2
    
    Change property name storageContainer->storageContainerName
    
    * move additional .NET SDK renames to the REST spec
    
    * Revert changes in KnowledgeStore which has GAed
    
    * Revert changes in CustomEntityLookupSkill which has GAed
    
    * Revert changes in SIKSBlobProjectionSelector which has GAed
    
    * Revert changes in SearchIndexerDataSourceType which has GAed
    
    * Rename ignoreResetRequirements->skipIndexerResetRequirementForCache
    
    * fix validStreamingUnits (#16143)
    
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    
    * Fix schemas readme files (#16207)
    
    * Fix schemas readme files
    
    * fix ref
    
    * add resourcemanager in module-name (#16206)
    
    * add resourcemanager in module-name
    
    * add go track2 repo in readme.md
    
    * fix
    
    * Minor description update for createorupdate & update slot (#15457)
    
    * add scmMinTlsVersion
    
    * modify description for createorupdate & update slot for all API versions
    
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.Security to add version preview/2021-08-01-preview (#16096)
    
    * Adds base for updating Microsoft.Security from version stable/2021-07-01 to version 2021-08-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * First pass at Microsoft.Security/standards for review/preview
    
    * Addressing Round-1 feedback, adding missing descriptions and changing scoping to match ProxyResource type
    
    * First pass for Microsoft.Security\standardComponents
    
    * Changes to fix a typo in an example spec
    
    * Added Microsoft.Security/standardAssignments
    
    * Fix naming convention issue
    
    * Removed types based on Hila's feedback
    
    * Changes to data model for both API calls
    
    * Fix example errors and typos
    
    * Add systemData to Microsoft.Security/standards
    
    * Changes to fix systemData linting
    
    * un-nest systemData fields in examples
    
    * More systemData placement
    
    * Naming convention name to assignments from standardAssignment
    
    * Additional example added
    
    * Changes to address descriptive comments on field types
    
    * Add systemData readOnly
    
    * prettier-fix against examples
    
    * Cleaned types to ref standard v2 common-types entry similar to securityForIoT
    
    * Re-added v2 folder?
    
    * Missed a change here?
    
    * Cleanup of v2 type completely, updated readme.md
    
    * Adds suppression to readme
    
    * Adds suppression to readme
    
    * Change modification to suppress operations linting
    
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    
    * Yifanzhou/api version change (#16191)
    
    * remove Catalog
    
    * update 2021-05-01-preview
    
    * delete 2021-09-01
    
    * Update readme.md
    
    * Update purviewcatalog.json
    
    * change read-only property (#16209)
    
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    
    * Update account.json - make CollectionReferece type writable (#16208)
    
    * Update account.json
    
    Updating the CollectionReference to be writeable to unblock the customers.
    
    * Update account.json
    
    Need the default set in the client SDK
    
    * Fixed an event name typo in its description. (#16227)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview (#15723)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview
    
    * Add PrivateResourceProviderConfigurations
    
    * Add PrivateRP examples
    
    * Fix enum type.
    
    * Fix enum again
    
    * Prettier
    
    * Fix prettier error
    
    * Add readme.md + prettier
    
    * Fix
    
    * Fix avocado error
    
    * Modify interface
    
    * Fix issue
    
    * Make it private preview
    
    * Remove private RP changes
    
    * Update SKU settings
    
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    
    * fluidrelay_readme_config (#16192)
    
    fluidrelay_readme_config
    
    * Add community gallery proxy resource (#16043)
    
    * [Hub Generated] Public private branch 'dev-storagecache-Microsoft.StorageCache-2021-09-01' (#16152)
    
    * Adds base for updating Microsoft.StorageCache from version stable/2021-05-01 to version 2021-09-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * 2021-09-01 API
    
    * Fix LintDiff
    
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs (#15946)
    
    * Changed FSPG RestartParameter.failoverMode from string to enum for API 2021-06-01, 2021-06-01-preview, and 2021-06-15-privatepreview
    
    * Change enum first letter to lower case
    
    * Change to upper case
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs
    
    * Add email reminder when PR makes changes in Synapse (#16116)
    
    * add email reminder to synapse
    
    * fix for comment
    
    * ServiceBus add batch tag (#16229)
    
    * add code owner to synapse (#16230)
    
    * [Datafactory] Power Query model changes for multiple queries (#16158)
    
    * [Synapse] Add release tag for management SDK Oct. release (#16213)
    
    * update release tag
    
    * fix for avocado
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    
    * remove blank line
    
    * address comments
    
    * address the description comment
    
    * update the swagger
    
    * remove ManagedInstances_ListOutboundNetworkDependenciesByManagedInstance
    
    * Update from microsoft.sql 2021-05-01-preview to base branch (#16184)
    
    * Update comment.yml for publish pr (#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (#16171)
    
    * add azure-resource-manager-schema to servicelinker (#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (#16164)
    
    Merging the change to have accurate Swagger
    
    * update swagger files
    
    * update readme.md
    
    * add missing json files
    
    * update custom-words.txt to address the spelling check
    
    * remove 201 define in ServerUpdate.json
    
    * remove blank line
    
    * address comments
    
    * address the description comment
    
    * update the swagger
    
    * remove ManagedInstances_ListOutboundNetworkDependenciesByManagedInstance
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    LeiWang3 pushed a commit to LeiWang3/azure-rest-api-specs that referenced this pull request Mar 31, 2022
    …rageCache-2021-09-01' (Azure#16152)
    
    * Adds base for updating Microsoft.StorageCache from version stable/2021-05-01 to version 2021-09-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * 2021-09-01 API
    
    * Fix LintDiff
    
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    LeiWang3 pushed a commit to LeiWang3/azure-rest-api-specs that referenced this pull request Mar 31, 2022
    * add base for Microsoft.sql
    
    * Update Readme.md
    
    * update version in swagger example files
    
    * remove ss
    
    * update swagger files
    
    * update readme.md
    
    * add missing json files
    
    * update custom-words.txt to address the spelling check
    
    * remove 201 define in ServerUpdate.json
    
    * Sync sql 2021 05 01 with main branch (Azure#16236)
    
    * Update comment.yml for publish pr (Azure#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (Azure#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (Azure#16171)
    
    * add azure-resource-manager-schema to servicelinker (Azure#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (Azure#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (Azure#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (Azure#16164)
    
    Merging the change to have accurate Swagger
    
    * Remove requirement of identity field in the request for TURN. (Azure#15966)
    
    * Remove requirement of identity field in the request.
    
    * Update PR
    
    * Address comment
    
    * change api version in readme for sdk release (Azure#16187)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * api version change
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    
    * [Search] Rename types for better SDK code (Azure#16039)
    
    * Rename types for better SDK code
    
    * Rename Speller and Captions search options
    
    * Reorder parameters to have consistency across APIs
    
    * Remove 'SearchIndexer' prefix from projection selectors
    
    Remove 'global' prefix from default flags on custom entities
    
    * Change enum name AdlsGen2->AzureDataLakeStorageGen2
    
    Change property name storageContainer->storageContainerName
    
    * move additional .NET SDK renames to the REST spec
    
    * Revert changes in KnowledgeStore which has GAed
    
    * Revert changes in CustomEntityLookupSkill which has GAed
    
    * Revert changes in SIKSBlobProjectionSelector which has GAed
    
    * Revert changes in SearchIndexerDataSourceType which has GAed
    
    * Rename ignoreResetRequirements->skipIndexerResetRequirementForCache
    
    * fix validStreamingUnits (Azure#16143)
    
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    
    * Fix schemas readme files (Azure#16207)
    
    * Fix schemas readme files
    
    * fix ref
    
    * add resourcemanager in module-name (Azure#16206)
    
    * add resourcemanager in module-name
    
    * add go track2 repo in readme.md
    
    * fix
    
    * Minor description update for createorupdate & update slot (Azure#15457)
    
    * add scmMinTlsVersion
    
    * modify description for createorupdate & update slot for all API versions
    
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.Security to add version preview/2021-08-01-preview (Azure#16096)
    
    * Adds base for updating Microsoft.Security from version stable/2021-07-01 to version 2021-08-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * First pass at Microsoft.Security/standards for review/preview
    
    * Addressing Round-1 feedback, adding missing descriptions and changing scoping to match ProxyResource type
    
    * First pass for Microsoft.Security\standardComponents
    
    * Changes to fix a typo in an example spec
    
    * Added Microsoft.Security/standardAssignments
    
    * Fix naming convention issue
    
    * Removed types based on Hila's feedback
    
    * Changes to data model for both API calls
    
    * Fix example errors and typos
    
    * Add systemData to Microsoft.Security/standards
    
    * Changes to fix systemData linting
    
    * un-nest systemData fields in examples
    
    * More systemData placement
    
    * Naming convention name to assignments from standardAssignment
    
    * Additional example added
    
    * Changes to address descriptive comments on field types
    
    * Add systemData readOnly
    
    * prettier-fix against examples
    
    * Cleaned types to ref standard v2 common-types entry similar to securityForIoT
    
    * Re-added v2 folder?
    
    * Missed a change here?
    
    * Cleanup of v2 type completely, updated readme.md
    
    * Adds suppression to readme
    
    * Adds suppression to readme
    
    * Change modification to suppress operations linting
    
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    
    * Yifanzhou/api version change (Azure#16191)
    
    * remove Catalog
    
    * update 2021-05-01-preview
    
    * delete 2021-09-01
    
    * Update readme.md
    
    * Update purviewcatalog.json
    
    * change read-only property (Azure#16209)
    
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    
    * Update account.json - make CollectionReferece type writable (Azure#16208)
    
    * Update account.json
    
    Updating the CollectionReference to be writeable to unblock the customers.
    
    * Update account.json
    
    Need the default set in the client SDK
    
    * Fixed an event name typo in its description. (Azure#16227)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview (Azure#15723)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview
    
    * Add PrivateResourceProviderConfigurations
    
    * Add PrivateRP examples
    
    * Fix enum type.
    
    * Fix enum again
    
    * Prettier
    
    * Fix prettier error
    
    * Add readme.md + prettier
    
    * Fix
    
    * Fix avocado error
    
    * Modify interface
    
    * Fix issue
    
    * Make it private preview
    
    * Remove private RP changes
    
    * Update SKU settings
    
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    
    * fluidrelay_readme_config (Azure#16192)
    
    fluidrelay_readme_config
    
    * Add community gallery proxy resource (Azure#16043)
    
    * [Hub Generated] Public private branch 'dev-storagecache-Microsoft.StorageCache-2021-09-01' (Azure#16152)
    
    * Adds base for updating Microsoft.StorageCache from version stable/2021-05-01 to version 2021-09-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * 2021-09-01 API
    
    * Fix LintDiff
    
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs (Azure#15946)
    
    * Changed FSPG RestartParameter.failoverMode from string to enum for API 2021-06-01, 2021-06-01-preview, and 2021-06-15-privatepreview
    
    * Change enum first letter to lower case
    
    * Change to upper case
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs
    
    * Add email reminder when PR makes changes in Synapse (Azure#16116)
    
    * add email reminder to synapse
    
    * fix for comment
    
    * ServiceBus add batch tag (Azure#16229)
    
    * add code owner to synapse (Azure#16230)
    
    * [Datafactory] Power Query model changes for multiple queries (Azure#16158)
    
    * [Synapse] Add release tag for management SDK Oct. release (Azure#16213)
    
    * update release tag
    
    * fix for avocado
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    
    * remove blank line
    
    * address comments
    
    * address the description comment
    
    * update the swagger
    
    * remove ManagedInstances_ListOutboundNetworkDependenciesByManagedInstance
    
    * Update from microsoft.sql 2021-05-01-preview to base branch (Azure#16184)
    
    * Update comment.yml for publish pr (Azure#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (Azure#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (Azure#16171)
    
    * add azure-resource-manager-schema to servicelinker (Azure#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (Azure#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (Azure#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (Azure#16164)
    
    Merging the change to have accurate Swagger
    
    * update swagger files
    
    * update readme.md
    
    * add missing json files
    
    * update custom-words.txt to address the spelling check
    
    * remove 201 define in ServerUpdate.json
    
    * remove blank line
    
    * address comments
    
    * address the description comment
    
    * update the swagger
    
    * remove ManagedInstances_ListOutboundNetworkDependenciesByManagedInstance
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    @JackTn JackTn deleted the published/rebecca337/azure-rest-api-specs-pr/dev-storagecache-Microsoft.StorageCache-2021-09-01 branch June 16, 2022 00:51
    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.

    3 participants