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] Review request for Microsoft.ConfidentialLedger to add version preview/2023-01-26-preview #22325

Conversation

musabbir
Copy link
Member

@musabbir musabbir commented Jan 26, 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.

February, 2023

  1. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.

February 2023

  1. 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, @musabbir 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 Jan 26, 2023

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️❌Breaking Change(Cross-Version): 2 Errors, 0 Warnings failed [Detail]
    compared swaggers (via Oad v0.10.4)] new version base version
    managedccf.json 2023-01-26-preview(5c5e625) 2022-09-08-preview(main)

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

    Rule Message
    Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/5c5e62533d9a7d116decfae5a7ef9bf66d88d1c4/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2023-01-26-preview/confidentialledger.json",
    "old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/stable/2022-05-13/confidentialledger.json",
    "details":"incompatible properties : tags "


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

    Rule Message
    Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/5c5e62533d9a7d116decfae5a7ef9bf66d88d1c4/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2023-01-26-preview/confidentialledger.json",
    "old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2022-09-08-preview/confidentialledger.json",
    "details":"incompatible properties : tags "
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 0 Warnings warning [Detail]
    compared tags (via openapi-validator v2.0.0) new version base version
    package-preview-2023-01 package-preview-2023-01(5c5e625) default(main)

    The following errors/warnings exist before current PR submission:

    Rule Message
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ConfidentialLedger/preview/2023-01-26-preview/confidentialledger.json#L466
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ConfidentialLedger/preview/2023-01-26-preview/confidentialledger.json#L656
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'ManagedCCFModel'. Consider using the plural form of 'ManagedCCF' 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.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json#L44
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'ManagedCCFModel'. Consider using the plural form of 'ManagedCCF' 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.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json#L85
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'ManagedCCFModel'. Consider using the plural form of 'ManagedCCF' 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.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json#L130
    ⚠️ LroStatusCodesReturnTypeSchema 200/201 Responses of long running operations must have a schema definition for return type. OperationId: 'ManagedCCF_Create', Response code: '201'
    Location: Microsoft.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json#L165
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'ManagedCCFModel'. Consider using the plural form of 'ManagedCCF' 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.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json#L187
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'ManagedCCFModel'. Consider using the plural form of 'ManagedCCF' 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.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json#L240
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'ManagedCCFModel'. Consider using the plural form of 'ManagedCCF' 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.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json#L289
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json#L459
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️❌ApiReadinessCheck: 1 Errors, 0 Warnings failed [Detail]
    Rule Message
    API Readiness check failed. Please make sure your service is deployed. "code: InvalidResourceType,
    message: The resource type 'operations' could not be found in the namespace 'Microsoft.ConfidentialLedger' for api version '2023-01-26-preview'. The supported api-versions are '2020-12-01-preview,
    2021-05-13-preview,
    2022-05-13,
    2022-09-08-preview'."
    ️❌~[Staging] ServiceAPIReadinessTest: 12 Errors, 0 Warnings failed [Detail]

    Tag package-preview-2023-01; Prod region: Not deployed; Canary region: Deployed

    Test run on region: eastus2euap; Operation coverage: total: 14, untested: 0, failed: 12, passed: 2

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

    Rule Message
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ConfidentialLedger/checkNameAvailability/action' over scope '/subscriptions/db5eb68e-73e2-4fa8-b18a-46cd1be4cce5' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: CheckNameAvailability
    CLIENT_ERROR statusCode: 400,
    errorCode: NoRegisteredProviderFound,
    errorMessage: No registered resource provider found for location 'eastus2euap' and API version '2023-01-26-preview' for type 'Ledgers'. The supported api-versions are '2020-12-01-preview, 2021-05-13-preview, 2022-05-13, 2022-09-08-preview'. The supported locations are 'eastus, southcentralus, westeurope, eastus2euap'.
    Source: runtime
    OperationId: Ledger_Create
    CLIENT_ERROR statusCode: 404,
    errorCode: InvalidResourceType,
    errorMessage: The resource type 'Ledgers' could not be found in the namespace 'Microsoft.ConfidentialLedger' for api version '2023-01-26-preview'. The supported api-versions are '2020-12-01-preview,2021-05-13-preview,2022-05-13,2022-09-08-preview'.
    Source: runtime
    OperationId: Ledger_ListBySubscription
    CLIENT_ERROR statusCode: 404,
    errorCode: InvalidResourceType,
    errorMessage: The resource type 'Ledgers' could not be found in the namespace 'Microsoft.ConfidentialLedger' for api version '2023-01-26-preview'. The supported api-versions are '2020-12-01-preview,2021-05-13-preview,2022-05-13,2022-09-08-preview'.
    Source: runtime
    OperationId: Ledger_ListByResourceGroup
    CLIENT_ERROR statusCode: 404,
    errorCode: ResourceNotFound,
    errorMessage: The Resource 'Microsoft.ConfidentialLedger/Ledgers/ledgernas6soyh' under resource group 'apiTest-oxULhI-22325' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
    Source: runtime
    OperationId: Ledger_Get
    CLIENT_ERROR statusCode: 404,
    errorCode: ResourceNotFound,
    errorMessage: The Resource 'Microsoft.ConfidentialLedger/Ledgers/ledgernas6soyh' under resource group 'apiTest-oxULhI-22325' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
    Source: runtime
    OperationId: Ledger_Update
    CLIENT_ERROR statusCode: 400,
    errorCode: NoRegisteredProviderFound,
    errorMessage: No registered resource provider found for location 'eastus2euap' and API version '2023-01-26-preview' for type 'ManagedCCFs'. The supported api-versions are '2022-09-08-preview'. The supported locations are 'eastus2euap, westus'.
    Source: runtime
    OperationId: ManagedCCF_Create
    CLIENT_ERROR statusCode: 404,
    errorCode: InvalidResourceType,
    errorMessage: The resource type 'ManagedCCFs' could not be found in the namespace 'Microsoft.ConfidentialLedger' for api version '2023-01-26-preview'. The supported api-versions are '2022-09-08-preview'.
    Source: runtime
    OperationId: ManagedCCF_ListBySubscription
    CLIENT_ERROR statusCode: 404,
    errorCode: ResourceNotFound,
    errorMessage: The Resource 'Microsoft.ConfidentialLedger/ManagedCCFs/appnamecu8g28' under resource group 'apiTest-oxULhI-22325' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
    Source: runtime
    OperationId: ManagedCCF_Get
    CLIENT_ERROR statusCode: 404,
    errorCode: InvalidResourceType,
    errorMessage: The resource type 'ManagedCCFs' could not be found in the namespace 'Microsoft.ConfidentialLedger' for api version '2023-01-26-preview'. The supported api-versions are '2022-09-08-preview'.
    Source: runtime
    OperationId: ManagedCCF_ListByResourceGroup
    CLIENT_ERROR statusCode: 404,
    errorCode: ResourceNotFound,
    errorMessage: The Resource 'Microsoft.ConfidentialLedger/ManagedCCFs/appnamecu8g28' under resource group 'apiTest-oxULhI-22325' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
    Source: runtime
    OperationId: ManagedCCF_Update
    CLIENT_ERROR statusCode: 404,
    errorCode: InvalidResourceType,
    errorMessage: The resource type 'operations' could not be found in the namespace 'Microsoft.ConfidentialLedger' for api version '2023-01-26-preview'. The supported api-versions are '2020-12-01-preview,2021-05-13-preview,2022-05-13,2022-09-08-preview'.
    Source: runtime
    OperationId: Operations_List
    ️️✔️SwaggerAPIView succeeded [Detail] [Expand]
    ️️✔️CadlAPIView 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 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).
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 26, 2023

    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 - sdk/resourcemanager/confidentialledger/armconfidentialledger - 2.0.0-beta.1
    +	Struct `ResourceLocation` has been removed
    azure-sdk-for-python-track2 - track2_azure-mgmt-confidentialledger - 2.0.0b1
    +	Model LedgerProperties no longer has parameter ledger_storage_account
    +	Parameter location of model ConfidentialLedger is now required
    ️️✔️ azure-sdk-for-net-track2 succeeded [Detail] [Expand]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 519850b. 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] npm notice New major version of npm available! 8.19.3 -> 9.5.0
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.5.0>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@9.5.0` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-confidentialledger [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Added operation group ConfidentialLedgerOperationsMixin
      info	[Changelog]   - Added operation group ManagedCCFOperations
      info	[Changelog]   - Model ConfidentialLedger has a new parameter running_state
      info	[Changelog]
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog]   - Model LedgerProperties no longer has parameter ledger_storage_account
      info	[Changelog]   - Parameter location of model ConfidentialLedger is now required
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 519850b. 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
    • ️✔️azure-resourcemanager-confidentialledger [View full logs]  [Release SDK Changes]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 519850b. 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/confidentialledger/armconfidentialledger [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Struct `ResourceLocation` has been removed
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New type alias `LanguageRuntime` with values `LanguageRuntimeCPP`, `LanguageRuntimeJS`
      info	[Changelog] - New type alias `RunningState` with values `RunningStateActive`, `RunningStatePaused`, `RunningStatePausing`, `RunningStateResuming`, `RunningStateUnknown`
      info	[Changelog] - New function `NewManagedCCFClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedCCFClient, error)`
      info	[Changelog] - New function `*ManagedCCFClient.BeginCreate(context.Context, string, string, ManagedCCF, *ManagedCCFClientBeginCreateOptions) (*runtime.Poller[ManagedCCFClientCreateResponse], error)`
      info	[Changelog] - New function `*ManagedCCFClient.BeginDelete(context.Context, string, string, *ManagedCCFClientBeginDeleteOptions) (*runtime.Poller[ManagedCCFClientDeleteResponse], error)`
      info	[Changelog] - New function `*ManagedCCFClient.Get(context.Context, string, string, *ManagedCCFClientGetOptions) (ManagedCCFClientGetResponse, error)`
      info	[Changelog] - New function `*ManagedCCFClient.NewListByResourceGroupPager(string, *ManagedCCFClientListByResourceGroupOptions) *runtime.Pager[ManagedCCFClientListByResourceGroupResponse]`
      info	[Changelog] - New function `*ManagedCCFClient.NewListBySubscriptionPager(*ManagedCCFClientListBySubscriptionOptions) *runtime.Pager[ManagedCCFClientListBySubscriptionResponse]`
      info	[Changelog] - New function `*ManagedCCFClient.BeginUpdate(context.Context, string, string, ManagedCCF, *ManagedCCFClientBeginUpdateOptions) (*runtime.Poller[ManagedCCFClientUpdateResponse], error)`
      info	[Changelog] - New struct `CertificateTags`
      info	[Changelog] - New struct `DeploymentType`
      info	[Changelog] - New struct `ManagedCCF`
      info	[Changelog] - New struct `ManagedCCFClient`
      info	[Changelog] - New struct `ManagedCCFList`
      info	[Changelog] - New struct `ManagedCCFProperties`
      info	[Changelog] - New struct `MemberIdentityCertificate`
      info	[Changelog] - New struct `TrackedResource`
      info	[Changelog] - New field `RunningState` in struct `ConfidentialLedger`
      info	[Changelog]
      info	[Changelog] Total 2 breaking change(s), 33 additive change(s).
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 519850b. 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-confidentialledger [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group ManagedCCFOperations
      info	[Changelog]   - Added Interface CertificateTags
      info	[Changelog]   - Added Interface DeploymentType
      info	[Changelog]   - Added Interface ManagedCCF
      info	[Changelog]   - Added Interface ManagedCCFCreateOptionalParams
      info	[Changelog]   - Added Interface ManagedCCFDeleteOptionalParams
      info	[Changelog]   - Added Interface ManagedCCFGetOptionalParams
      info	[Changelog]   - Added Interface ManagedCCFList
      info	[Changelog]   - Added Interface ManagedCCFListByResourceGroupNextOptionalParams
      info	[Changelog]   - Added Interface ManagedCCFListByResourceGroupOptionalParams
      info	[Changelog]   - Added Interface ManagedCCFListBySubscriptionNextOptionalParams
      info	[Changelog]   - Added Interface ManagedCCFListBySubscriptionOptionalParams
      info	[Changelog]   - Added Interface ManagedCCFProperties
      info	[Changelog]   - Added Interface ManagedCCFUpdateOptionalParams
      info	[Changelog]   - Added Interface MemberIdentityCertificate
      info	[Changelog]   - Added Interface TrackedResource
      info	[Changelog]   - Added Type Alias LanguageRuntime
      info	[Changelog]   - Added Type Alias ManagedCCFCreateResponse
      info	[Changelog]   - Added Type Alias ManagedCCFGetResponse
      info	[Changelog]   - Added Type Alias ManagedCCFListByResourceGroupNextResponse
      info	[Changelog]   - Added Type Alias ManagedCCFListByResourceGroupResponse
      info	[Changelog]   - Added Type Alias ManagedCCFListBySubscriptionNextResponse
      info	[Changelog]   - Added Type Alias ManagedCCFListBySubscriptionResponse
      info	[Changelog]   - Added Type Alias RunningState
      info	[Changelog]   - Interface ConfidentialLedger has a new optional parameter runningState
      info	[Changelog]   - Added Enum KnownLanguageRuntime
      info	[Changelog]   - Added Enum KnownRunningState
    ️❌ azure-powershell failed [Detail]
    • Failed [Logs]Release - Generate from 519850b. SDK Automation 14.0.0
      command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
      command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    • Az.confidentialledger [View full logs]  [Release SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 26, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/confidentialledger/armconfidentialledger https://apiview.dev/Assemblies/Review/c04442edd47541cea6ec80ae39681218
    .Net Azure.ResourceManager.ConfidentialLedger Create ApiView failed. Please ask PR assignee for help
    JavaScript @azure/arm-confidentialledger https://apiview.dev/Assemblies/Review/c9c27d095bf54ea9ada178a744721d28

    @AzureRestAPISpecReview AzureRestAPISpecReview added BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required new-api-version resource-manager RPaaS labels Jan 26, 2023
    @openapi-workflow-bot
    Copy link

    Hi @musabbir, 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.
    Note: To avoid breaking change, you can refer to Shift Left Solution for detecting breaking change in early phase at your service code repository.

    @musabbir musabbir marked this pull request as ready for review January 26, 2023 23:56
    @sjanamma
    Copy link

    sjanamma commented Feb 3, 2023

    @musabbir - Please see if you can fix all the Linter warnings.
    https://github.com/Azure/azure-rest-api-specs/pull/22325/checks?check_run_id=10916052276
    https://github.com/Azure/azure-rest-api-specs/pull/22325/checks?check_run_id=10916052374

    There is also a BreakingChangeReviewRequired label on the PR. You have an option to fix your contracts to be backward compatible or reach out to azbreakchangereview@microsoft.com get an excepton

    @openapi-workflow-bot
    Copy link

    Hi @musabbir, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic validationFix-SemanticValidation-ErrorHigh
    Model validationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffhigh
    If you need further help, please feedback via swagger feedback.

    @AzureRestAPISpecReview AzureRestAPISpecReview added ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test and removed CI-FixRequiredOnFailure labels Feb 3, 2023
    @AzureRestAPISpecReview AzureRestAPISpecReview added CI-FixRequiredOnFailure and removed BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required labels Feb 10, 2023
    @AzureRestAPISpecReview AzureRestAPISpecReview removed the BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required label Feb 10, 2023
    @musabbir
    Copy link
    Member Author

    @musabbir There are still duplicate schema issue of Resource. Could you please refer this doc to fix it?

    Thank you for the link. I fixed that issue and I can see majority of the sdks building now.
    Not quite sure why js and powershell is broken however. Can you point me in the right direction or can these be ignored?

    @tadelesh
    Copy link
    Member

    @MaryGao @qiaozha Could you help with JS SDK generation failure?

    @musabbir
    Copy link
    Member Author

    @leni-msft
    Is this okay to merge now?

    @leniatgh leniatgh merged commit 519850b into main Feb 21, 2023
    @leniatgh leniatgh deleted the musabbir-confidentialledger-Microsoft.ConfidentialLedger-2023-01-26-preview branch February 21, 2023 06:05
    aviyerMSFT pushed a commit to aviyerMSFT/azure-rest-api-specs that referenced this pull request Mar 22, 2023
    …d version preview/2023-01-26-preview (Azure#22325)
    
    * Adds base for updating Microsoft.ConfidentialLedger from version preview/2022-09-08-preview to version 2023-01-26-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * RunningState for ledger under Confidential ledger body
    
    * Fix examples
    
    * add client flatten false to get rid of Linter warning
    
    * add scheme to 201 response to avoid linter warning
    
    * add example for 201
    
    * remove flatten
    
    * update errorResponse to use v3 json from resource-management
    
    * fix Resource schema
    
    * acl resource remove
    
    * Revert last 2 and try deleting client name
    
    * Use tracked resources model
    
    * Remove ResourceLocation
    
    ---------
    
    Co-authored-by: Musabbir Khan <musabbirkhan@microsoft.com>
    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 ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go new-api-version ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager RPaaS
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    7 participants