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

[Azure App Configuration] Add purge protection in update store parameter #17898

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

x9xu
Copy link
Contributor

@x9xu x9xu commented Feb 18, 2022

This PR adds a property that was missed in this PR #17444 to add the 2021-10-01-preview api version.

@openapi-workflow-bot
Copy link

Hi, @x9xu 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 Feb 18, 2022

    Swagger Validation Report

    ️❌BreakingChange: 1 Errors, 0 Warnings failed [Detail]
    Rule Message
    1045 - AddedOptionalProperty The new version has a new optional property 'enablePurgeProtection' that was not found in the old version.
    New: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1420:7
    Old: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1420:7
    ️⚠️LintDiff: 1 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enablePurgeProtection
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1441


    The following errors/warnings exist before current PR submission:

    Rule Message
    R4009 - RequiredReadOnlySystemData The response of operation:'PrivateEndpointConnections_Get' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L559
    R4009 - RequiredReadOnlySystemData The response of operation:'PrivateEndpointConnections_CreateOrUpdate' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L606
    R4009 - RequiredReadOnlySystemData The response of operation:'KeyValues_Get' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L868
    R4009 - RequiredReadOnlySystemData The response of operation:'KeyValues_CreateOrUpdate' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L915
    R4037 - MissingTypeObject The schema 'ErrorDetails' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1902
    R4037 - MissingTypeObject The schema 'ErrorAdditionalInfo' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1936
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1688
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enablePurgeProtection
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1319
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: fillGapWithZero
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1812
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: purgeProtectionEnabled
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L2205
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: ConfigurationStores_CheckNameAvailable
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1191
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: ConfigurationStores_CheckNameNotAvailable
    Location: Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json#L1191
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️~[Staging] ApiReadinessCheck succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️Cross-Version Breaking Changes succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
    Validation passes for SDKTrack2Validation

    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️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 Feb 18, 2022

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    azure-sdk-for-go-track2 - armappconfiguration - 0.3.0
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-appconfiguration - 2.1.0b1
    ️✔️azure-sdk-for-go - appconfiguration/mgmt/2020-06-01/appconfiguration - v61.5.0
    ️✔️azure-sdk-for-go - appconfiguration/mgmt/2019-10-01/appconfiguration - v61.5.0
    ️✔️azure-sdk-for-go - preview/appconfiguration/mgmt/2021-10-01-preview/appconfiguration - v61.5.0
    ️✔️azure-sdk-for-go - preview/appconfiguration/mgmt/2021-03-01-preview/appconfiguration - v61.5.0
    ️✔️azure-sdk-for-go - preview/appconfiguration/mgmt/2020-07-01-preview/appconfiguration - v61.5.0
    ️✔️azure-sdk-for-go - preview/appconfiguration/mgmt/2019-11-01-preview/appconfiguration - v61.5.0
    ️✔️azure-sdk-for-go - preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration - v61.5.0
    ️❌ azure-powershell failed [Detail]
    • Failed [Logs]Release - Generate from 0aa3a6d. SDK Automation 14.0.0
      command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
      command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
      Resource not accessible by integration
      HttpError: Resource not accessible by integration
          at /home/vsts/work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/@octokit+request@5.6.2_encoding@0.1.13/node_modules/@octokit/request/dist-node/index.js:86:21
          at runMicrotasks (<anonymous>)
          at processTicksAndRejections (internal/process/task_queues.js:95:5)
          at async workflowPkgUpdatePR (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:346:21)
          at async Object.exports.workflowPkgMain (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:41:5)
          at async workflowHandleReadmeMd (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:172:9)
          at async Object.exports.workflowMain (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:83:9)
          at async Object.exports.sdkAutoMain (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/entrypoint.js:152:13)
          at async /home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/cli/cli.js:20:18
    • ️✔️Az.AppConfiguration [View full logs
      error	Fatal error: Resource not accessible by integration
      error	The following packages are still pending:
      error		Az.AppConfiguration
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 0aa3a6d. 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
      cmderr	[automation_generate.sh] npm notice
      cmderr	[automation_generate.sh] npm notice New minor version of npm available! 8.3.1 -> 8.5.1
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.1>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@8.5.1` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-appconfiguration [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Model ConfigurationStoreUpdateParameters has a new parameter enable_purge_protection
    ️❌ azure-sdk-for-net-track2 failed [Detail]
    • Failed [Logs]Release - Generate from 0aa3a6d. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      warn	File azure-sdk-for-net_tmp/initOutput.json not found to read
      command	pwsh ./eng/scripts/Automation-Sdk-Generate.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
      cmderr	[Automation-Sdk-Generate.ps1] �[91mWrite-Error: �[91mError occurred while generating code for Azure.ResourceManager.AppConfiguration
      cmderr	[Automation-Sdk-Generate.ps1] �[0m
    • Azure.ResourceManager.AppConfiguration [View full logs]  [Release SDK Changes]
      info	[Changelog]
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 0aa3a6d. 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] 2022-02-24 05:49:12 INFO [VERSION][Found] current version "com.azure.resourcemanager:azure-resourcemanager-appconfiguration;1.0.0-beta.4;1.0.0-beta.5"
      cmderr	[generate.py] 2022-02-24 05:49:12 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.5"
      cmderr	[generate.py] 2022-02-24 05:49:12 INFO autorest --version=3.6.6 --use=@autorest/java@4.0.50 --java --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/appconfiguration/azure-resourcemanager-appconfiguration --java.namespace=com.azure.resourcemanager.appconfiguration   --pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --azure-arm --verbose --sdk-integration --generate-samples --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL  ../azure-rest-api-specs/specification/appconfiguration/resource-manager/readme.md
      cmderr	[generate.py] 2022-02-24 05:49:44 INFO [CI][Skip] ci.yml already has module azure-resourcemanager-appconfiguration
      cmderr	[generate.py] 2022-02-24 05:49:44 INFO [POM][Process] dealing with pom.xml
      cmderr	[generate.py] 2022-02-24 05:49:44 INFO [POM][Skip] pom already has module azure-resourcemanager-appconfiguration
      cmderr	[generate.py] 2022-02-24 05:49:44 INFO [POM][Success] Write to pom.xml
      cmderr	[generate.py] 2022-02-24 05:49:44 INFO [POM][Process] dealing with root pom
      cmderr	[generate.py] 2022-02-24 05:49:44 INFO [POM][Skip] pom already has module sdk/appconfiguration
      cmderr	[generate.py] 2022-02-24 05:49:44 INFO [POM][Success] Write to root pom
    • ️✔️azure-resourcemanager-appconfiguration [View full logs]  [Release SDK Changes]
      cmderr	[Inst] 2022-02-24 05:51:37 DEBUG Got artifact_id: azure-resourcemanager-appconfiguration
      cmderr	[Inst] 2022-02-24 05:51:37 DEBUG Got artifact: pom.xml
      cmderr	[Inst] 2022-02-24 05:51:37 DEBUG Got artifact: azure-resourcemanager-appconfiguration-1.0.0-beta.5-sources.jar
      cmderr	[Inst] 2022-02-24 05:51:37 DEBUG Got artifact: azure-resourcemanager-appconfiguration-1.0.0-beta.5.jar
      cmderr	[Inst] 2022-02-24 05:51:37 DEBUG Match jar package: azure-resourcemanager-appconfiguration-1.0.0-beta.5.jar
      cmderr	[Inst] 2022-02-24 05:51:37 DEBUG output: {"full": "```sh\ncurl -L \"https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/17898/azure-sdk-for-java/azure-resourcemanager-appconfiguration/azure-resourcemanager-appconfiguration-1.0.0-beta.5.jar\" -o azure-resourcemanager-appconfiguration-1.0.0-beta.5.jar\nmvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-appconfiguration -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-appconfiguration-1.0.0-beta.5.jar -Dpackaging=jar -DgeneratePom=true
      ```"}
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 0aa3a6d. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-6.0
      command	autorest --version=2.0.4421 --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/appconfiguration/resource-manager/readme.md
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
    • ️✔️Microsoft.Azure.Management.AppConfiguration [View full logs]  [Release SDK Changes]
      warn	Skip artifact folder because it doesn't exist: artifacts/packages
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 0aa3a6d. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      cmderr	[automation_init.sh] deprecated read-package-tree@5.1.6: The functionality that this package provided is now in @npmcli/arborist
      cmderr	[automation_init.sh] npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      cmderr	[automation_init.sh] npm WARN deprecated @opentelemetry/types@0.2.0: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
      cmderr	[automation_init.sh] notice created a lockfile as package-lock.json. You should commit this file.
      cmderr	[automation_init.sh] npm WARN @octokit/plugin-request-log@1.0.4 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️track2_@azure/arm-appconfiguration [View full logs]  [Release SDK Changes]
      info	[Changelog]
      error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 0aa3a6d. SDK Automation 14.0.0
      command	sh ./eng/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
    • ️✔️appconfiguration/mgmt/2020-06-01/appconfiguration [View full logs]  [Release SDK Changes]
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️appconfiguration/mgmt/2019-10-01/appconfiguration [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/appconfiguration/mgmt/2021-10-01-preview/appconfiguration [View full logs
      info	[Changelog] This is a new package
      info	[Changelog]
    • ️✔️preview/appconfiguration/mgmt/2021-03-01-preview/appconfiguration [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/appconfiguration/mgmt/2020-07-01-preview/appconfiguration [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/appconfiguration/mgmt/2019-11-01-preview/appconfiguration [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    ️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 0aa3a6d. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️armappconfiguration [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Function `ErrorDetails.MarshalJSON` has been removed
      info	[Changelog] - Struct `ErrorAdditionalInfo` has been removed
      info	[Changelog] - Struct `ErrorDetails` has been removed
      info	[Changelog] - Struct `ErrorResponse` has been removed
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New const `CreateModeRecover`
      info	[Changelog] - New const `CreateModeDefault`
      info	[Changelog] - New function `PossibleCreateModeValues() []CreateMode`
      info	[Changelog] - New function `*ConfigurationStoresClientPurgeDeletedPoller.FinalResponse(context.Context) (ConfigurationStoresClientPurgeDeletedResponse, error)`
      info	[Changelog] - New function `*DeletedConfigurationStoreProperties.UnmarshalJSON([]byte) error`
      info	[Changelog] - New function `*ConfigurationStoresClientListDeletedPager.Err() error`
      info	[Changelog] - New function `*ConfigurationStoresClient.BeginPurgeDeleted(context.Context, string, string, *ConfigurationStoresClientBeginPurgeDeletedOptions) (ConfigurationStoresClientPurgeDeletedPollerResponse, error)`
      info	[Changelog] - New function `DeletedConfigurationStoreProperties.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `DeletedConfigurationStoreListResult.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*ConfigurationStoresClientPurgeDeletedPoller.ResumeToken() (string, error)`
      info	[Changelog] - New function `*ConfigurationStoresClientPurgeDeletedPollerResponse.Resume(context.Context, *ConfigurationStoresClient, string) error`
      info	[Changelog] - New function `*ConfigurationStoresClientListDeletedPager.NextPage(context.Context) bool`
      info	[Changelog] - New function `ConfigurationStoresClientPurgeDeletedPollerResponse.PollUntilDone(context.Context, time.Duration) (ConfigurationStoresClientPurgeDeletedResponse, error)`
      info	[Changelog] - New function `*ConfigurationStoresClient.ListDeleted(*ConfigurationStoresClientListDeletedOptions) *ConfigurationStoresClientListDeletedPager`
      info	[Changelog] - New function `CreateMode.ToPtr() *CreateMode`
      info	[Changelog] - New function `*ConfigurationStoresClientPurgeDeletedPoller.Done() bool`
      info	[Changelog] - New function `*ConfigurationStoresClientListDeletedPager.PageResponse() ConfigurationStoresClientListDeletedResponse`
      info	[Changelog] - New function `*ConfigurationStoresClient.GetDeleted(context.Context, string, string, *ConfigurationStoresClientGetDeletedOptions) (ConfigurationStoresClientGetDeletedResponse, error)`
      info	[Changelog] - New function `*ConfigurationStoresClientPurgeDeletedPoller.Poll(context.Context) (*http.Response, error)`
      info	[Changelog] - New function `*OperationsClient.RegionalCheckNameAvailability(context.Context, string, CheckNameAvailabilityParameters, *OperationsClientRegionalCheckNameAvailabilityOptions) (OperationsClientRegionalCheckNameAvailabilityResponse, error)`
      info	[Changelog] - New struct `ConfigurationStoresClientBeginPurgeDeletedOptions`
      info	[Changelog] - New struct `ConfigurationStoresClientGetDeletedOptions`
      info	[Changelog] - New struct `ConfigurationStoresClientGetDeletedResponse`
      info	[Changelog] - New struct `ConfigurationStoresClientGetDeletedResult`
      info	[Changelog] - New struct `ConfigurationStoresClientListDeletedOptions`
      info	[Changelog] - New struct `ConfigurationStoresClientListDeletedPager`
      info	[Changelog] - New struct `ConfigurationStoresClientListDeletedResponse`
      info	[Changelog] - New struct `ConfigurationStoresClientListDeletedResult`
      info	[Changelog] - New struct `ConfigurationStoresClientPurgeDeletedPoller`
      info	[Changelog] - New struct `ConfigurationStoresClientPurgeDeletedPollerResponse`
      info	[Changelog] - New struct `ConfigurationStoresClientPurgeDeletedResponse`
      info	[Changelog] - New struct `DeletedConfigurationStore`
      info	[Changelog] - New struct `DeletedConfigurationStoreListResult`
      info	[Changelog] - New struct `DeletedConfigurationStoreProperties`
      info	[Changelog] - New struct `OperationsClientRegionalCheckNameAvailabilityOptions`
      info	[Changelog] - New struct `OperationsClientRegionalCheckNameAvailabilityResponse`
      info	[Changelog] - New struct `OperationsClientRegionalCheckNameAvailabilityResult`
      info	[Changelog] - New field `CreateMode` in struct `ConfigurationStoreProperties`
      info	[Changelog] - New field `SoftDeleteRetentionInDays` in struct `ConfigurationStoreProperties`
      info	[Changelog] - New field `EnablePurgeProtection` in struct `ConfigurationStoreProperties`
      info	[Changelog] - New field `EnablePurgeProtection` in struct `ConfigurationStorePropertiesUpdateParameters`
      info	[Changelog]
      info	[Changelog] Total 7 breaking change(s), 56 additive change(s).
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 0aa3a6d. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      cmderr	[initScript.sh] WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh] npm WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh] npm WARN old lockfile
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
      warn	No file changes detected after generation
    • ️✔️appconfiguration [View full logs
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    NewApiVersionRequired reason:

    A service’s API is a contract with customers and is represented by using the api-version query parameter. Changes such as adding an optional property to a request/response or introducing a new operation is a change to the service’s contract and therefore requires a new api-version value. This is critically important for documentation, client libraries, and customer support.

    EXAMPLE: if a customer calls a service in the public cloud using api-version=2020-07-27, the new property or operation may exist but if they call the service in a government cloud, air-gapped cloud, or Azure Stack Hub cloud using the same api-version, the property or operation may not exist. Because there is no clear relationship between the service api-version and the new property/operation, customers can’t trust the documentation and Azure customer have difficulty helping customers diagnose issues. In addition, each client library version documents the service version it supports. When an optional property or new operation is added to a service and its Swagger, new client libraries must be produced to expose this functionality to customers. Without updating the api-version, it is unclear to customers which version of a client library supports these new features.

    @openapi-workflow-bot
    Copy link

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

    @JeffreyRichter JeffreyRichter added the Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 label Feb 18, 2022
    @jimmyca15
    Copy link
    Member

    @ruowan Can you hold off on merging this for just a bit. We want to get a complete test pass with all changes with a privately generated SDK before merge.

    We'll ping when good to go.

    @jimmyca15
    Copy link
    Member

    @ruowan we have verified the generated client. This can be merged. Thanks.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 CI-BreakingChange-Go-V2
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    5 participants