Skip to content

Conversation

@jikuma
Copy link
Contributor

@jikuma jikuma commented Feb 23, 2023

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

ARM API Information (Control Plane)

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

Changelog

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

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

Contribution checklist (MS Employees Only):

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

ARM API Review Checklist

Applicability: ⚠️

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

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

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

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

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

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If you have any breaking changes as defined in the Breaking Change Policy, request approval from the Breaking Change Review Board.

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

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

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

@openapi-workflow-bot
Copy link

Hi, @jikuma 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. vscswagger@microsoft.com

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 23, 2023

    Swagger Validation Report

    ️❌BreakingChange: 4 Errors, 0 Warnings failed [Detail]
    compared swaggers (via Oad v0.10.4)] new version base version
    containerregistry.json 2023-01-01-preview(d084756) 2023-01-01-preview(main)
    Rule Message
    1038 - AddedPath The new version is adding a path that was not found in the old version.
    New: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L18:5
    1038 - AddedPath The new version is adding a path that was not found in the old version.
    New: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L66:5
    1038 - AddedPath The new version is adding a path that was not found in the old version.
    New: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L297:5
    1038 - AddedPath The new version is adding a path that was not found in the old version.
    New: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L348:5
    ️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 0 Warnings warning [Detail]
    compared tags (via openapi-validator v2.1.3) new version base version
    package-2023-01-preview package-2023-01-preview(d084756) package-2023-01-preview(main)

    The following errors/warnings exist before current PR submission:

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

    Rule Message
    PutResponseSchemaDescription Description of 200 response code of a PUT operation MUST include term 'update'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L645
    PutResponseSchemaDescription Description of 201 response code of a PUT operation MUST include term 'create'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L645
    PatchResponseCode LRO PATCH must have 200 and 202 return codes.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L735
    LroPatch202 The async patch operation should return 202.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L767
    PutResponseSchemaDescription Description of 200 response code of a PUT operation MUST include term 'update'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L927
    PutResponseSchemaDescription Description of 201 response code of a PUT operation MUST include term 'create'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L927
    PatchResponseCode LRO PATCH must have 200 and 202 return codes.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1017
    ConsistentPatchProperties The property 'properties.syncProperties' in the request body either not apppear in the resource model or has the wrong level.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1044
    LroPatch202 The async patch operation should return 202.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1049
    LroPostReturn 200 response for a LRO POST operation must have a response schema specified.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1086
    PutResponseSchemaDescription Description of 200 response code of a PUT operation MUST include term 'update'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1260
    PutResponseSchemaDescription Description of 201 response code of a PUT operation MUST include term 'create'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1260
    PatchResponseCode LRO PATCH must have 200 and 202 return codes.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1350
    LroPatch202 The async patch operation should return 202.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1382
    RequestSchemaForTrackedResourcesMustHaveTags A tracked resource MUST always have tags as a top level optional property. Tracked resource does not have tags in the request schema.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1507
    PutResponseSchemaDescription Description of 200 response code of a PUT operation MUST include term 'update'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1539
    PutResponseSchemaDescription Description of 201 response code of a PUT operation MUST include term 'create'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1539
    LroPostReturn 200 response for a LRO POST operation must have a response schema specified.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1631
    MissingDefaultResponse Operation is missing a default response.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1660
    RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1660
    RequestSchemaForTrackedResourcesMustHaveTags A tracked resource MUST always have tags as a top level optional property. Tracked resource does not have tags in the request schema.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1779
    PutResponseSchemaDescription Description of 200 response code of a PUT operation MUST include term 'update'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1811
    PutResponseSchemaDescription Description of 201 response code of a PUT operation MUST include term 'create'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1811
    MissingDefaultResponse Operation is missing a default response.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1914
    RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1914
    OperationsApiSchemaUsesCommonTypes Operations API path must follow the schema provided in the common types.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1918
    MissingDefaultResponse Operation is missing a default response.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1956
    RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L1956
    PutResponseSchemaDescription Description of 200 response code of a PUT operation MUST include term 'update'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L2095
    PutResponseSchemaDescription Description of 201 response code of a PUT operation MUST include term 'create'.
    Location: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json#L2095
    ️⚠️Avocado: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
    readme: specification/containerregistry/resource-manager/readme.md
    tag: specification/containerregistry/resource-manager/readme.md#tag-package-2023-01-preview
    ️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
    ️❌~[Staging] ServiceAPIReadinessTest: 109 Errors, 0 Warnings failed [Detail]

    Tag package-2023-01-preview; Prod region: Deployed

    Test run on region: westcentralus; Operation coverage: total: 104, untested: 0, failed: 59, passed: 45

    Service API Readiness Test failed. Check pipeline artifact for detail report.

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

    Rule Message
    CLIENT_ERROR statusCode: 404,
    errorCode: undefined,
    errorMessage: undefined
    Source: runtime
    OperationId: Registries_GetPrivateLinkResource
    INVALID_CONTENT_TYPE Invalid Content-Type (application/octet-stream). These are supported: application/json
    Source: response
    OperationId: Registries_GetPrivateLinkResource
    INVALID_RESPONSE_BODY Body is required in response but not provided
    Source: response
    OperationId: Registries_GetPrivateLinkResource
    CLIENT_ERROR statusCode: 400,
    errorCode: InvalidExpiry,
    errorMessage: Expiry Date '12/31/2020 3:59:59 PM +00:00' is invalid. The expiration date should be in the future. For more information on repository permissions, please visit https://aka.ms/acr/repo-permissions.
    Source: runtime
    OperationId: Registries_GenerateCredentials
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: status
    Source: response
    OperationId: Registries_GenerateCredentials
    CLIENT_ERROR statusCode: 403,
    errorCode: LinkedAuthorizationFailed,
    errorMessage: The client has permission to perform action 'Microsoft.ContainerRegistry/registries/read' on scope '/subscriptions/db5eb68e-73e2-4fa8-b18a-46cd1be4cce5/resourceGroups/apiTest-WUVCHV-22777/providers/Microsoft.ContainerRegistry/registries/registrysonb1t', however the linked subscription '10000000-0000-0000-0000-000000000000' was not found.
    Source: runtime
    OperationId: Registries_ImportImage
    INVALID_RESPONSE_CODE The swagger file does not define '403' response code
    Source: response
    OperationId: Registries_ImportImage
    SERVER_ERROR statusCode: 503,
    errorCode: ServiceUnavailable,
    errorMessage: Unable to perform put/subscriptions/resourceGroups/registries/packages/. Please try after some time.
    Source: runtime
    OperationId: Archives_Create
    PATTERN String does not match pattern ^[a-zA-Z]*$: packagetfo48l5
    Source: request
    OperationId: Archives_Create
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: status
    Source: response
    OperationId: Archives_Create
    SERVER_ERROR statusCode: 503,
    errorCode: ServiceUnavailable,
    errorMessage: Unable to perform get/subscriptions/resourceGroups/registries/packages/. Please try after some time.
    Source: runtime
    OperationId: Archives_List
    PATTERN String does not match pattern ^[a-zA-Z]*$: packagetfo48l5
    Source: request
    OperationId: Archives_List
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: status
    Source: response
    OperationId: Archives_List
    SERVER_ERROR statusCode: 503,
    errorCode: ServiceUnavailable,
    errorMessage: Unable to perform get/subscriptions/resourceGroups/registries/packages/. Please try after some time.
    Source: runtime
    OperationId: Archives_Get
    PATTERN String does not match pattern ^[a-zA-Z]*$: packagetfo48l5
    Source: request
    OperationId: Archives_Get
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: status
    Source: response
    OperationId: Archives_Get
    SERVER_ERROR statusCode: 503,
    errorCode: ServiceUnavailable,
    errorMessage: Unable to perform patch/subscriptions/resourceGroups/registries/packages/. Please try after some time.
    Source: runtime
    OperationId: Archives_Update
    PATTERN String does not match pattern ^[a-zA-Z]*$: packagetfo48l5
    Source: request
    OperationId: Archives_Update
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: status
    Source: response
    OperationId: Archives_Update
    CLIENT_ERROR statusCode: 400,
    errorCode: InvalidScopeString,
    errorMessage: Scope value myRepository is invalid.
    The acceptable patterns are 'repository', 'repository:tag', 'repository:', 'repository/', 'repository/*:tag' or an empty string.
    The respository and tag names follow the standardized docker repository and tag naming conventions.
    For more information, please visit https://docs.microsoft.com/en-us/rest/api/containerregistry/webhooks/create#webhook
    Source: runtime
    OperationId: Webhooks_Create
    INVALID_RESPONSE_CODE The swagger file does not define '400' response code
    Source: response
    OperationId: Webhooks_Create
    CLIENT_ERROR statusCode: 404,
    errorCode: ResourceNotFound,
    errorMessage: The Resource 'Microsoft.ContainerRegistry/registries/registrysonb1t/webhooks/webhookn48kcb4' under resource group 'apiTest-WUVCHV-22777' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
    Source: runtime
    OperationId: Webhooks_Get
    INVALID_RESPONSE_CODE The swagger file does not define '404' response code
    Source: response
    OperationId: Webhooks_Get
    CLIENT_ERROR statusCode: 404,
    errorCode: ResourceNotFound,
    errorMessage: The Resource 'Microsoft.ContainerRegistry/registries/registrysonb1t/webhooks/webhookn48kcb4' under resource group 'apiTest-WUVCHV-22777' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
    Source: runtime
    OperationId: Webhooks_Update
    INVALID_RESPONSE_CODE The swagger file does not define '404' response code
    Source: response
    OperationId: Webhooks_Update
    CLIENT_ERROR statusCode: 404,
    errorCode: ParentResourceNotFound,
    errorMessage: Can not perform requested operation on nested resource. Parent resource 'registrysonb1t/webhookn48kcb4' not found.
    Source: runtime
    OperationId: Webhooks_Ping
    INVALID_RESPONSE_CODE The swagger file does not define '404' response code
    Source: response
    OperationId: Webhooks_Ping
    CLIENT_ERROR statusCode: 404,
    errorCode: ParentResourceNotFound,
    errorMessage: Can not perform requested operation on nested resource. Parent resource 'registrysonb1t/webhookn48kcb4' not found.
    Source: runtime
    OperationId: Webhooks_GetCallbackConfig
    INVALID_RESPONSE_CODE The swagger file does not define '404' response code
    Source: response
    OperationId: Webhooks_GetCallbackConfig
    CLIENT_ERROR statusCode: 404,
    errorCode: ParentResourceNotFound,
    errorMessage: Can not perform requested operation on nested resource. Parent resource 'registrysonb1t/webhookn48kcb4' not found.
    Source: runtime
    OperationId: Webhooks_ListEvents
    ️️✔️SwaggerAPIView succeeded [Detail] [Expand]
    ️️✔️CadlAPIView succeeded [Detail] [Expand]
    ️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️PoliCheck succeeded [Detail] [Expand]
    Validation passed for PoliCheck.
    ️❌PrettierCheck: 8 Errors, 0 Warnings failed [Detail]
    Rule Message
    HowToFix Code style issues found
    path: Microsoft.ContainerRegistry/preview/2023-01-01-preview/containerregistry.json
    HowToFix Code style issues found
    path: preview/2023-01-01-preview/examples/ArchiveCreate.json
    HowToFix Code style issues found
    path: preview/2023-01-01-preview/examples/ArchiveGet.json
    HowToFix Code style issues found
    path: preview/2023-01-01-preview/examples/ArchiveList.json
    HowToFix Code style issues found
    path: preview/2023-01-01-preview/examples/ArchiveUpdate.json
    HowToFix Code style issues found
    path: preview/2023-01-01-preview/examples/ArchiveVersionCreate.json
    HowToFix Code style issues found
    path: preview/2023-01-01-preview/examples/ArchiveVersionGet.json
    HowToFix Code style issues found
    path: preview/2023-01-01-preview/examples/ArchiveVersionList.json
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    ️️✔️TypeSpec Validation succeeded [Detail] [Expand]
    Validation passes for TypeSpec Validation.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 23, 2023

    Swagger Generation Artifacts

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

    Breaking Changes Tracking




    ️️✔️ azure-sdk-for-net-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 0743528e237288b7eaae4c121645f574c5c99d09. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
    • ️✔️Azure.ResourceManager.ContainerRegistry [View full logs]  [Preview SDK Changes]
      info	[Changelog]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs] Generate from 0743528e237288b7eaae4c121645f574c5c99d09. 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]
      cmderr	[automation_generate.sh]  New minor version of npm available! 9.5.1 -> 9.7.1
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.7.1>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@9.7.1` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-containerregistry [View full logs]  [Preview SDK Changes]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Added operation group ArchiveVersionsOperations
      info	[Changelog]   - Added operation group ArchivesOperations
    ️⚠️ azure-sdk-for-java warning [Detail]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 0743528e237288b7eaae4c121645f574c5c99d09. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️sdk/resourcemanager/containerregistry/armcontainerregistry [View full logs]  [Preview SDK Changes]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New enum type `PackageSourceType` with values `PackageSourceTypeRemote`
      info	[Changelog] - New function `NewArchiveVersionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ArchiveVersionsClient, error)`
      info	[Changelog] - New function `*ArchiveVersionsClient.BeginCreate(context.Context, string, string, string, string, string, *ArchiveVersionsClientBeginCreateOptions) (*runtime.Poller[ArchiveVersionsClientCreateResponse], error)`
      info	[Changelog] - New function `*ArchiveVersionsClient.BeginDelete(context.Context, string, string, string, string, string, *ArchiveVersionsClientBeginDeleteOptions) (*runtime.Poller[ArchiveVersionsClientDeleteResponse], error)`
      info	[Changelog] - New function `*ArchiveVersionsClient.Get(context.Context, string, string, string, string, string, *ArchiveVersionsClientGetOptions) (ArchiveVersionsClientGetResponse, error)`
      info	[Changelog] - New function `*ArchiveVersionsClient.NewListPager(string, string, string, string, *ArchiveVersionsClientListOptions) *runtime.Pager[ArchiveVersionsClientListResponse]`
      info	[Changelog] - New function `NewArchivesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ArchivesClient, error)`
      info	[Changelog] - New function `*ArchivesClient.BeginCreate(context.Context, string, string, string, string, Archive, *ArchivesClientBeginCreateOptions) (*runtime.Poller[ArchivesClientCreateResponse], error)`
      info	[Changelog] - New function `*ArchivesClient.BeginDelete(context.Context, string, string, string, string, *ArchivesClientBeginDeleteOptions) (*runtime.Poller[ArchivesClientDeleteResponse], error)`
      info	[Changelog] - New function `*ArchivesClient.Get(context.Context, string, string, string, string, *ArchivesClientGetOptions) (ArchivesClientGetResponse, error)`
      info	[Changelog] - New function `*ArchivesClient.NewListPager(string, string, string, *ArchivesClientListOptions) *runtime.Pager[ArchivesClientListResponse]`
      info	[Changelog] - New function `*ArchivesClient.Update(context.Context, string, string, string, string, ArchiveUpdateParameters, *ArchivesClientUpdateOptions) (ArchivesClientUpdateResponse, error)`
      info	[Changelog] - New function `*ClientFactory.NewArchiveVersionsClient() *ArchiveVersionsClient`
      info	[Changelog] - New function `*ClientFactory.NewArchivesClient() *ArchivesClient`
      info	[Changelog] - New struct `Archive`
      info	[Changelog] - New struct `ArchiveListResult`
      info	[Changelog] - New struct `ArchivePackageSourceProperties`
      info	[Changelog] - New struct `ArchiveProperties`
      info	[Changelog] - New struct `ArchiveUpdateParameters`
      info	[Changelog] - New struct `ArchiveUpdateProperties`
      info	[Changelog] - New struct `ArchiveVersion`
      info	[Changelog] - New struct `ArchiveVersionListResult`
      info	[Changelog] - New struct `ArchiveVersionProperties`
      info	[Changelog] - New struct `DebianArchivePackageSourceProperties`
      info	[Changelog] - New struct `DebianArchiveProperties`
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 37 additive change(s).
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 0743528e237288b7eaae4c121645f574c5c99d09. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️@azure/arm-containerregistry [View full logs]  [Preview SDK Changes]
      Only show 120 items here, please refer to log for details.
      info	[Changelog]   - Added Interface CredentialSetUpdateParameters
      info	[Changelog]   - Added Interface DebianArchivePackageSourceProperties
      info	[Changelog]   - Added Interface DebianArchiveProperties
      info	[Changelog]   - Added Interface ExportPipeline
      info	[Changelog]   - Added Interface ExportPipelineListResult
      info	[Changelog]   - Added Interface ExportPipelinesCreateHeaders
      info	[Changelog]   - Added Interface ExportPipelinesCreateOptionalParams
      info	[Changelog]   - Added Interface ExportPipelinesDeleteHeaders
      info	[Changelog]   - Added Interface ExportPipelinesDeleteOptionalParams
      info	[Changelog]   - Added Interface ExportPipelinesGetOptionalParams
      info	[Changelog]   - Added Interface ExportPipelinesListNextOptionalParams
      info	[Changelog]   - Added Interface ExportPipelinesListOptionalParams
      info	[Changelog]   - Added Interface ExportPipelineTargetProperties
      info	[Changelog]   - Added Interface ImportPipeline
      info	[Changelog]   - Added Interface ImportPipelineListResult
      info	[Changelog]   - Added Interface ImportPipelinesCreateHeaders
      info	[Changelog]   - Added Interface ImportPipelinesCreateOptionalParams
      info	[Changelog]   - Added Interface ImportPipelinesDeleteHeaders
      info	[Changelog]   - Added Interface ImportPipelinesDeleteOptionalParams
      info	[Changelog]   - Added Interface ImportPipelinesGetOptionalParams
      info	[Changelog]   - Added Interface ImportPipelinesListNextOptionalParams
      info	[Changelog]   - Added Interface ImportPipelinesListOptionalParams
      info	[Changelog]   - Added Interface ImportPipelineSourceProperties
      info	[Changelog]   - Added Interface LoggingProperties
      info	[Changelog]   - Added Interface LoginServerProperties
      info	[Changelog]   - Added Interface ParentProperties
      info	[Changelog]   - Added Interface PipelineRun
      info	[Changelog]   - Added Interface PipelineRunListResult
      info	[Changelog]   - Added Interface PipelineRunRequest
      info	[Changelog]   - Added Interface PipelineRunResponse
      info	[Changelog]   - Added Interface PipelineRunsCreateHeaders
      info	[Changelog]   - Added Interface PipelineRunsCreateOptionalParams
      info	[Changelog]   - Added Interface PipelineRunsDeleteHeaders
      info	[Changelog]   - Added Interface PipelineRunsDeleteOptionalParams
      info	[Changelog]   - Added Interface PipelineRunsGetOptionalParams
      info	[Changelog]   - Added Interface PipelineRunsListNextOptionalParams
      info	[Changelog]   - Added Interface PipelineRunsListOptionalParams
      info	[Changelog]   - Added Interface PipelineRunSourceProperties
      info	[Changelog]   - Added Interface PipelineRunTargetProperties
      info	[Changelog]   - Added Interface PipelineSourceTriggerDescriptor
      info	[Changelog]   - Added Interface PipelineSourceTriggerProperties
      info	[Changelog]   - Added Interface PipelineTriggerDescriptor
      info	[Changelog]   - Added Interface PipelineTriggerProperties
      info	[Changelog]   - Added Interface ProgressProperties
      info	[Changelog]   - Added Interface SoftDeletePolicy
      info	[Changelog]   - Added Interface StatusDetailProperties
      info	[Changelog]   - Added Interface SyncProperties
      info	[Changelog]   - Added Interface SyncUpdateProperties
      info	[Changelog]   - Added Interface TlsCertificateProperties
      info	[Changelog]   - Added Interface TlsProperties
      info	[Changelog]   - Added Type Alias ActivationStatus
      info	[Changelog]   - Added Type Alias ArchivesCreateResponse
      info	[Changelog]   - Added Type Alias ArchivesGetResponse
      info	[Changelog]   - Added Type Alias ArchivesListNextResponse
      info	[Changelog]   - Added Type Alias ArchivesListResponse
      info	[Changelog]   - Added Type Alias ArchivesUpdateResponse
      info	[Changelog]   - Added Type Alias ArchiveVersionsCreateResponse
      info	[Changelog]   - Added Type Alias ArchiveVersionsGetResponse
      info	[Changelog]   - Added Type Alias ArchiveVersionsListNextResponse
      info	[Changelog]   - Added Type Alias ArchiveVersionsListResponse
      info	[Changelog]   - Added Type Alias AuditLogStatus
      info	[Changelog]   - Added Type Alias AzureADAuthenticationAsArmPolicyStatus
      info	[Changelog]   - Added Type Alias CacheRulesCreateResponse
      info	[Changelog]   - Added Type Alias CacheRulesGetResponse
      info	[Changelog]   - Added Type Alias CacheRulesListNextResponse
      info	[Changelog]   - Added Type Alias CacheRulesListResponse
      info	[Changelog]   - Added Type Alias CacheRulesUpdateResponse
      info	[Changelog]   - Added Type Alias CertificateType
      info	[Changelog]   - Added Type Alias ConnectedRegistriesCreateResponse
      info	[Changelog]   - Added Type Alias ConnectedRegistriesGetResponse
      info	[Changelog]   - Added Type Alias ConnectedRegistriesListNextResponse
      info	[Changelog]   - Added Type Alias ConnectedRegistriesListResponse
      info	[Changelog]   - Added Type Alias ConnectedRegistriesUpdateResponse
      info	[Changelog]   - Added Type Alias ConnectedRegistryMode
      info	[Changelog]   - Added Type Alias ConnectionState
      info	[Changelog]   - Added Type Alias CredentialHealthStatus
      info	[Changelog]   - Added Type Alias CredentialName
      info	[Changelog]   - Added Type Alias CredentialSetsCreateResponse
      info	[Changelog]   - Added Type Alias CredentialSetsGetResponse
      info	[Changelog]   - Added Type Alias CredentialSetsListNextResponse
      info	[Changelog]   - Added Type Alias CredentialSetsListResponse
      info	[Changelog]   - Added Type Alias CredentialSetsUpdateResponse
      info	[Changelog]   - Added Type Alias ExportPipelinesCreateResponse
      info	[Changelog]   - Added Type Alias ExportPipelinesGetResponse
      info	[Changelog]   - Added Type Alias ExportPipelinesListNextResponse
      info	[Changelog]   - Added Type Alias ExportPipelinesListResponse
      info	[Changelog]   - Added Type Alias ImportPipelinesCreateResponse
      info	[Changelog]   - Added Type Alias ImportPipelinesGetResponse
      info	[Changelog]   - Added Type Alias ImportPipelinesListNextResponse
      info	[Changelog]   - Added Type Alias ImportPipelinesListResponse
      info	[Changelog]   - Added Type Alias LogLevel
      info	[Changelog]   - Added Type Alias PackageSourceType
      info	[Changelog]   - Added Type Alias PipelineOptions
      info	[Changelog]   - Added Type Alias PipelineRunsCreateResponse
      info	[Changelog]   - Added Type Alias PipelineRunsGetResponse
      info	[Changelog]   - Added Type Alias PipelineRunsListNextResponse
      info	[Changelog]   - Added Type Alias PipelineRunsListResponse
      info	[Changelog]   - Added Type Alias PipelineRunSourceType
      info	[Changelog]   - Added Type Alias PipelineRunTargetType
      info	[Changelog]   - Added Type Alias PipelineSourceType
      info	[Changelog]   - Added Type Alias TlsStatus
      info	[Changelog]   - Interface Policies has a new optional parameter azureADAuthenticationAsArmPolicy
      info	[Changelog]   - Interface Policies has a new optional parameter softDeletePolicy
      info	[Changelog]   - Interface Registry has a new optional parameter anonymousPullEnabled
      info	[Changelog]   - Interface RegistryUpdateParameters has a new optional parameter anonymousPullEnabled
      info	[Changelog]   - Added Enum KnownActivationStatus
      info	[Changelog]   - Added Enum KnownAuditLogStatus
      info	[Changelog]   - Added Enum KnownAzureADAuthenticationAsArmPolicyStatus
      info	[Changelog]   - Added Enum KnownCertificateType
      info	[Changelog]   - Added Enum KnownConnectedRegistryMode
      info	[Changelog]   - Added Enum KnownConnectionState
      info	[Changelog]   - Added Enum KnownCredentialHealthStatus
      info	[Changelog]   - Added Enum KnownCredentialName
      info	[Changelog]   - Added Enum KnownLogLevel
      info	[Changelog]   - Added Enum KnownPackageSourceType
      info	[Changelog]   - Added Enum KnownPipelineOptions
      info	[Changelog]   - Added Enum KnownPipelineRunSourceType
      info	[Changelog]   - Added Enum KnownPipelineRunTargetType
      info	[Changelog]   - Added Enum KnownPipelineSourceType
      info	[Changelog]   - Added Enum KnownTlsStatus
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs] Generate from 0743528e237288b7eaae4c121645f574c5c99d09. 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
    • ️✔️containerregistry [View full logs]  [Preview Schema Changes]
    ️❌ azure-powershell failed [Detail]
    • Pipeline Framework Failed [Logs] Generate from 0743528e237288b7eaae4c121645f574c5c99d09. 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
      SSL error: syscall failure: Broken pipe
      Error: SSL error: syscall failure: Broken pipe
    • ️✔️Az.containerregistry.DefaultTag [View full logs
      error	Fatal error: SSL error: syscall failure: Broken pipe
      error	The following packages are still pending:
      error		Az.containerregistry.DefaultTag
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 23, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Swagger Microsoft.ContainerRegistry https://apiview.dev/Assemblies/Review/4c43d54bab9e4d78905a7b861075da95
    Go sdk/resourcemanager/containerregistry/armcontainerregistry https://apiview.dev/Assemblies/Review/b7d550081f294c7680064e6141c8c242
    Java azure-resourcemanager-containerregistry-generated https://apiview.dev/Assemblies/Review/77d20c774ba244af8b3ffbe2f309d846
    .Net Azure.ResourceManager.ContainerRegistry There is no API change compared with the previous version
    JavaScript @azure/arm-containerregistry https://apiview.dev/Assemblies/Review/b7e43a78c5b641a49cafe83a86099116

    @jikuma
    Copy link
    Contributor Author

    jikuma commented Feb 23, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @jikuma
    Copy link
    Contributor Author

    jikuma commented Feb 23, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @jikuma
    Copy link
    Contributor Author

    jikuma commented Feb 23, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @jikuma
    Copy link
    Contributor Author

    jikuma commented Feb 23, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @jikuma
    Copy link
    Contributor Author

    jikuma commented Feb 23, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @AzureRestAPISpecReview AzureRestAPISpecReview added the ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test label Jun 12, 2023
    @jikuma
    Copy link
    Contributor Author

    jikuma commented Jun 12, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @jikuma
    Copy link
    Contributor Author

    jikuma commented Jun 12, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Jun 12, 2023
    @jikuma
    Copy link
    Contributor Author

    jikuma commented Jun 12, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @jikuma
    Copy link
    Contributor Author

    jikuma commented Jun 12, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @jikuma
    Copy link
    Contributor Author

    jikuma commented Jun 12, 2023

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @ankhyk
    Copy link
    Contributor

    ankhyk commented Jun 13, 2023

    @jikuma can you fix the BreakingChange and PrettierCheck error?

    @zizw123
    Copy link

    zizw123 commented Jun 13, 2023

    "$ref": "#/definitions/ErrorResponse"

    use "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"

    See this response, you should try to fix the lint error

    @openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Jun 13, 2023
    @jikuma
    Copy link
    Contributor Author

    jikuma commented Jun 13, 2023

    Since the change is marked as breaking changes, I had to create a new api version. OpenApi created a new PR for new api version.

    #24426

    @microsoft-github-policy-service
    Copy link
    Contributor

    Hi, @jikuma. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.

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

    Labels

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    7 participants