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

DataBoxEdge Swagger API Review- 2021-02-01 #14921

Merged
merged 23 commits into from
Jul 12, 2021

Conversation

arjoojain2812
Copy link
Contributor

@arjoojain2812 arjoojain2812 commented Jun 22, 2021

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

Changelog

Please ensure to add changelog with this PR by answering the following questions.

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When you are targeting to deploy new service/feature to public regions? Please provide date, or month to public if date is not available yet.
  3. When you expect to publish swagger? Please provide date, or month to public if date is not available yet.
  4. If it's an update to existing version, please select SDKs of specific language and CLIs that require refresh after swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No, no need to refresh for updates in this PR

Contribution checklist:

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

ARM API Review Checklist

  • Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.

    • Adding new API(s)
    • Adding a new API version
    • Ensure to copy the existing version into new directory structure for first commit (including refactoring) and then push new changes including version updates in separate commits. This is required to review the changes efficiently.
    • Adding a new service
  • Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

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

Breaking Change Review Checklist

If there are following updates in the PR, ensure to request an approval from Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in stable version
  • Removing properties in stable version
  • Removing API version(s) in stable version
  • Updating API in stable or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

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

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

@openapi-workflow-bot
Copy link

Hi, @arjoojain2812 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 Jun 22, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 21 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:

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

    Rule Message
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'SupportPackages' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L3600
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'DiagnosticSettings_UpdateDiagnosticProactiveLogCollectionSettings' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L761
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'DiagnosticSettings_UpdateDiagnosticRemoteSupportSettings' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L861
    ⚠️ R2017 - PutRequestResponseScheme A PUT operation request body schema should be the same as its 200 response schema, to allow reusing the same entity between GET and PUT. If the schema of the PUT request body is a superset of the GET response body, make sure you have a PATCH operation to make the resource updatable. Operation: 'DiagnosticSettings_UpdateDiagnosticProactiveLogCollectionSettings' Request Model: 'DiagnosticProactiveLogCollectionSettings' Response Model: ''
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L756
    ⚠️ R2017 - PutRequestResponseScheme A PUT operation request body schema should be the same as its 200 response schema, to allow reusing the same entity between GET and PUT. If the schema of the PUT request body is a superset of the GET response body, make sure you have a PATCH operation to make the resource updatable. Operation: 'DiagnosticSettings_UpdateDiagnosticRemoteSupportSettings' Request Model: 'DiagnosticRemoteSupportSettings' Response Model: ''
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L856
    ⚠️ R2064 - LROStatusCodesReturnTypeSchema 200/201 Responses of long running operations must have a schema definition for return type. OperationId: 'DiagnosticSettings_UpdateDiagnosticProactiveLogCollectionSettings', Response code: '200'
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L790
    ⚠️ R2064 - LROStatusCodesReturnTypeSchema 200/201 Responses of long running operations must have a schema definition for return type. OperationId: 'DiagnosticSettings_UpdateDiagnosticRemoteSupportSettings', Response code: '200'
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L893
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDataAction
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L7229
    ⚠️ R4021 - DescriptionAndTitleMissing 'state' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L5553
    ⚠️ R4021 - DescriptionAndTitleMissing 'registrationDate' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L5567


    The following errors/warnings exist before current PR submission:

    Rule Message
    R4011 - DeleteOperationResponses The delete operation is defined without a 200 or 204 error response implementation,please add it.'
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L3037
    R4011 - DeleteOperationResponses The delete operation is defined without a 200 or 204 error response implementation,please add it.'
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L3283
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'jobs' with immediate parent 'DataBoxEdgeDevice', must have a list by immediate parent operation.
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L6020
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'operationsStatus' with immediate parent 'DataBoxEdgeDevice', must have a list by immediate parent operation.
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L6020
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: toBeExportedForShoebox
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L6684
    ⚠️ 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.DataBoxEdge/stable/2021-02-01/databoxedge.json#L6749
    ⚠️ R4014 - AllResourcesMustHaveGetOperation The resource 'Node' does not have get operation, please add it.
    Location: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L7099
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️❌Cross-Version Breaking Changes: 13 Errors, 153 Warnings failed [Detail]
    The following breaking changes are detected by comparison with the latest stable version:

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

    Rule Message
    1019 - RemovedEnumValue The new version is removing enum value(s) 'AwaitingFulfilment' from the old version.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L7415:9
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L7084:9
    1029 - ReadonlyPropertyChanged The read only property has changed from 'true' to 'false'.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L4882:9
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L4628:9
    1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L5010:9
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L4756:9
    1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L7162:9
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L6836:9
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'hcsDataVolumeBitLockerExternalKey' renamed or removed?
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L5177:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'hcsInternalVolumeBitLockerExternalKey' renamed or removed?
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L5177:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'systemVolumeBitLockerRecoveryKey' renamed or removed?
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L5177:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'sedEncryptionExternalKeyId' renamed or removed?
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L5177:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'sedEncryptionExternalKey' renamed or removed?
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L5177:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'bmcDefaultUserPassword' renamed or removed?
    Old: Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json#L5177:7


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

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

    Rule Message
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L39:13
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L39:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L4644:9
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L4391:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L4666:11
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L4412:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L78:13
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L78:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L124:13
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L124:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L173:13
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L173:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L222:13
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L222:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L275:13
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L275:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L322:13
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L323:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json#L376:13
    Old: Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json#L377:13
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️[Staging] SDK Track2 Validation: 24 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:

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

    Rule Message
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'ArcAddon' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from ArcAddon"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'ArcAddon' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from ArcAddon"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'ArcAddon' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from ArcAddon"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'CloudEdgeManagementRole' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from CloudEdgeManagementRole"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'CloudEdgeManagementRole' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from CloudEdgeManagementRole"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'CloudEdgeManagementRole' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from CloudEdgeManagementRole"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'FileEventTrigger' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from FileEventTrigger"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'FileEventTrigger' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from FileEventTrigger"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'FileEventTrigger' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from FileEventTrigger"
    ⚠️ PreCheck/PropertyRedeclarationWarning "readme":"databoxedge/resource-manager/readme.md",
    "tag":"package-2021-02-01",
    "details":"Schema 'IoTAddon' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from IoTAddon"
    ️️✔️[Staging] PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️[Staging] SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️[Staging] Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jun 22, 2021

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    ️✔️azure-sdk-for-go - databoxedge/mgmt/2021-02-01/databoxedge - v55.6.0
    ️✔️azure-sdk-for-go - databoxedge/mgmt/2020-12-01/databoxedge - v55.6.0
    ️✔️azure-sdk-for-go - databoxedge/mgmt/2020-09-01/databoxedge - v55.6.0
    ️✔️azure-sdk-for-go - databoxedge/mgmt/2019-08-01/databoxedge - v55.6.0
    ️✔️azure-sdk-for-go - databoxedge/mgmt/2019-07-01/databoxedge - v55.6.0
    ️✔️azure-sdk-for-go - databoxedge/mgmt/2019-03-01/databoxedge - v55.6.0
    ️✔️azure-sdk-for-go - preview/databoxedge/mgmt/2021-02-01-preview/databoxedge - v55.6.0
    ️✔️azure-sdk-for-go - preview/databoxedge/mgmt/2020-09-01-preview/databoxedge - v55.6.0
    ️✔️azure-sdk-for-go - preview/databoxedge/mgmt/2020-05-01-preview/databoxedge - v55.6.0
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-databoxedge - 1.0.0
    ️❌ azure-sdk-for-net failed [Detail]
    • Failed [Logs]Release - Generate from cb835f4. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-5.0
      command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.82 --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/databoxedge/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.DataBoxEdge [View full logs]  [Release SDK Changes]
      cmdout	[msbuild] /home/vsts/work/1/s/azure-sdk-for-net/sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/tests/Tests/SkuTests.cs(30,31): error CS1061: 'DataBoxEdgeManagementClient' does not contain a definition for 'Skus' and no accessible extension method 'Skus' accepting a first argument of type 'DataBoxEdgeManagementClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/tests/Microsoft.Azure.Management.DataBoxEdge.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/tests/Helpers/OrderHelper.cs(21,53): error CS1503: Argument 2: cannot convert from 'Microsoft.Azure.Management.DataBoxEdge.Models.Address' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/tests/Microsoft.Azure.Management.DataBoxEdge.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/tests/Tests/SkuTests.cs(30,31): error CS1061: 'DataBoxEdgeManagementClient' does not contain a definition for 'Skus' and no accessible extension method 'Skus' accepting a first argument of type 'DataBoxEdgeManagementClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/tests/Microsoft.Azure.Management.DataBoxEdge.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/tests/Helpers/OrderHelper.cs(21,53): error CS1503: Argument 2: cannot convert from 'Microsoft.Azure.Management.DataBoxEdge.Models.Address' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/tests/Microsoft.Azure.Management.DataBoxEdge.Tests.csproj]
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: dotnet
    ️⚠️ azure-sdk-for-python warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from cb835f4. 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] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
      cmderr	[automation_init.sh] azure-mgmt-core 1.3.0 requires azure-core<2.0.0,>=1.15.0, but you have azure-core 1.6.0 which is incompatible.
      cmderr	[automation_init.sh] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
      cmderr	[automation_init.sh] azure-mgmt-core 1.3.0 requires azure-core<2.0.0,>=1.15.0, but you have azure-core 1.6.0 which is incompatible.
      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
    • ️✔️azure-mgmt-databoxedge [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Model DataBoxEdgeSku has a new parameter shipment_types
      info	[Changelog]   - Model DataBoxEdgeSku has a new parameter capabilities
      info	[Changelog]   - Model Order has a new parameter shipment_type
      info	[Changelog]   - Model Order has a new parameter system_data
      info	[Changelog]   - Model Share has a new parameter system_data
      info	[Changelog]   - Model User has a new parameter system_data
      info	[Changelog]   - Model Operation has a new parameter is_data_action
      info	[Changelog]   - Model Role has a new parameter system_data
      info	[Changelog]   - Model StorageAccountCredential has a new parameter system_data
      info	[Changelog]   - Model PeriodicTimerEventTrigger has a new parameter system_data
      info	[Changelog]   - Model DataBoxEdgeDeviceExtendedInfo has a new parameter client_secret_store_id
      info	[Changelog]   - Model DataBoxEdgeDeviceExtendedInfo has a new parameter key_vault_sync_status
      info	[Changelog]   - Model DataBoxEdgeDeviceExtendedInfo has a new parameter channel_integrity_key_version
      info	[Changelog]   - Model DataBoxEdgeDeviceExtendedInfo has a new parameter client_secret_store_url
      info	[Changelog]   - Model DataBoxEdgeDeviceExtendedInfo has a new parameter channel_integrity_key_name
      info	[Changelog]   - Model DataBoxEdgeDeviceExtendedInfo has a new parameter device_secrets
      info	[Changelog]   - Model UpdateSummary has a new parameter last_download_job_status
      info	[Changelog]   - Model UpdateSummary has a new parameter last_completed_download_job_id
      info	[Changelog]   - Model UpdateSummary has a new parameter system_data
      info	[Changelog]   - Model UpdateSummary has a new parameter last_completed_install_job_id
      info	[Changelog]   - Model UpdateSummary has a new parameter last_install_job_status
      info	[Changelog]   - Model UpdateSummary has a new parameter updates
      info	[Changelog]   - Model UpdateSummary has a new parameter total_time_in_minutes
      info	[Changelog]   - Model FileEventTrigger has a new parameter system_data
      info	[Changelog]   - Model StorageAccount has a new parameter system_data
      info	[Changelog]   - Model DataBoxEdgeDevice has a new parameter system_data
      info	[Changelog]   - Model DataBoxEdgeDevice has a new parameter resource_move_details
      info	[Changelog]   - Model DataBoxEdgeDevice has a new parameter edge_profile
      info	[Changelog]   - Model DataBoxEdgeDevice has a new parameter kind
      info	[Changelog]   - Model DataBoxEdgeDevice has a new parameter identity
      info	[Changelog]   - Model Alert has a new parameter system_data
      info	[Changelog]   - Model BandwidthSchedule has a new parameter system_data
      info	[Changelog]   - Model DataBoxEdgeDevicePatch has a new parameter identity
      info	[Changelog]   - Model DataBoxEdgeDevicePatch has a new parameter edge_profile
      info	[Changelog]   - Model Container has a new parameter system_data
      info	[Changelog]   - Model OrderStatus has a new parameter tracking_information
      info	[Changelog]   - Model NetworkSettings has a new parameter system_data
      info	[Changelog]   - Model IoTRole has a new parameter compute_resource
      info	[Changelog]   - Model IoTRole has a new parameter system_data
      info	[Changelog]   - Model Trigger has a new parameter system_data
      info	[Changelog]   - Added operation OrdersOperations.list_dc_access_code
      info	[Changelog]   - Added operation DevicesOperations.generate_certificate
      info	[Changelog]   - Added operation DevicesOperations.update_extended_information
      info	[Changelog]   - Added operation group DiagnosticSettingsOperations
      info	[Changelog]   - Added operation group MonitoringConfigOperations
      info	[Changelog]   - Added operation group AddonsOperations
      info	[Changelog]   - Added operation group SupportPackagesOperations
      info	[Changelog]
      info	[Changelog] **Breaking changes**
      info	[Changelog]
      info	[Changelog]   - Operation UsersOperations.list_by_data_box_edge_device has a new signature
      info	[Changelog]   - Parameter data_policy of model StorageAccount is now required
      info	[Changelog]   - Model DataBoxEdgeSku no longer has parameter restrictions
      info	[Changelog]   - Model SkuInformation no longer has parameter resource_type
      info	[Changelog]   - Model SkuInformation no longer has parameter size
      info	[Changelog]   - Model SkuInformation no longer has parameter capabilities
      info	[Changelog]   - Model ResourceTypeSku has a new signature
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from cb835f4. SDK Automation 14.0.0
      command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
      cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
      command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
    • ️✔️track2_azure-mgmt-databoxedge [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Model DataBoxEdgeSku has a new parameter capabilities
      info	[Changelog]   - Added operation group SupportPackagesOperations
      info	[Changelog]   - Added operation group DiagnosticSettingsOperations
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from cb835f4. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.typescript@4.7.0 --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/databoxedge/resource-manager/readme.md
    • ️✔️@azure/arm-databoxedge [View full logs]  [Release SDK Changes]
      cmderr	[npmPack] loaded rollup.config.js with warnings
      cmderr	[npmPack] (!) Unused external imports
      cmderr	[npmPack] default imported from external module 'rollup' but never used
      cmderr	[npmPack] ./esm/dataBoxEdgeManagementClient.js → ./dist/arm-databoxedge.js...
      cmderr	[npmPack] created ./dist/arm-databoxedge.js in 622ms
    ️🔄 azure-sdk-for-go inProgress [Detail]
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from cb835f4. SDK Automation 14.0.0
      command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
      command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
      cmderr	[generate.py] 2021-07-12 06:47:59 INFO [VERSION][Found] current version "com.azure.resourcemanager:azure-resourcemanager-databoxedge;1.0.0-beta.1;1.0.0-beta.2"
      cmderr	[generate.py] 2021-07-12 06:47:59 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.2"
      cmderr	[generate.py] 2021-07-12 06:47:59 INFO autorest --version=3.1.3 --use=@autorest/java@4.0.32 --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/databoxedge/azure-resourcemanager-databoxedge --java.namespace=com.azure.resourcemanager.databoxedge   --java --pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --azure-arm --verbose --sdk-integration --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL  ../azure-rest-api-specs/specification/databoxedge/resource-manager/readme.md
      cmderr	[generate.py] 2021-07-12 06:48:36 INFO [CI][Skip] ci.yml already has module azure-resourcemanager-databoxedge
      cmderr	[generate.py] 2021-07-12 06:48:36 INFO [POM][Process] dealing with pom.xml
      cmderr	[generate.py] 2021-07-12 06:48:36 INFO [POM][Skip] pom already has module azure-resourcemanager-databoxedge
      cmderr	[generate.py] 2021-07-12 06:48:36 INFO [POM][Success] Write to pom.xml
      cmderr	[generate.py] 2021-07-12 06:48:36 INFO [POM][Process] dealing with root pom
      cmderr	[generate.py] 2021-07-12 06:48:36 INFO [POM][Skip] pom already has module sdk/databoxedge
      cmderr	[generate.py] 2021-07-12 06:48:36 INFO [POM][Success] Write to root pom
    • ️✔️azure-resourcemanager-databoxedge [View full logs]  [Release SDK Changes]
      cmderr	[Inst] 2021-07-12 06:50:12 DEBUG Got artifact_id: azure-resourcemanager-databoxedge
      cmderr	[Inst] 2021-07-12 06:50:12 DEBUG Got artifact: pom.xml
      cmderr	[Inst] 2021-07-12 06:50:12 DEBUG Got artifact: azure-resourcemanager-databoxedge-1.0.0-beta.2.jar
      cmderr	[Inst] 2021-07-12 06:50:12 DEBUG Match jar package: azure-resourcemanager-databoxedge-1.0.0-beta.2.jar
      cmderr	[Inst] 2021-07-12 06:50:12 DEBUG output: {"full": "```sh\ncurl -L \"https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/14921/azure-sdk-for-java/azure-resourcemanager-databoxedge/azure-resourcemanager-databoxedge-1.0.0-beta.2.jar\" -o azure-resourcemanager-databoxedge-1.0.0-beta.2.jar\nmvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-databoxedge -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-databoxedge-1.0.0-beta.2.jar -Dpackaging=jar -DgeneratePom=true
      ```"}
    ️️✔️ azure-cli-extensions succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from cb835f4. Azure CLI Automation 14.0.0
      warn	Skip initScript due to not configured
      command	npx n 12
      command	python3 -m venv venv
      command	pip install --upgrade setuptools wheel pip
      command	pip install pathlib jinja2 msrestazure
      command	autorest --az --use=@autorest/az@latest --version=3.0.6271 --clear-output-folder=true --azure-cli-extension-folder=/home/vsts/work/1/s/azure-cli-extensions ../azure-rest-api-specs/specification/databoxedge/resource-manager/readme.md
      cmdout	[Autorest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'ArcAddon' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from ArcAddon
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'ArcAddon' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from ArcAddon
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'ArcAddon' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from ArcAddon
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'CloudEdgeManagementRole' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from CloudEdgeManagementRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'CloudEdgeManagementRole' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from CloudEdgeManagementRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'CloudEdgeManagementRole' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from CloudEdgeManagementRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'FileEventTrigger' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from FileEventTrigger
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'FileEventTrigger' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from FileEventTrigger
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'FileEventTrigger' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from FileEventTrigger
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'IoTAddon' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from IoTAddon
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'IoTAddon' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from IoTAddon
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'IoTAddon' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from IoTAddon
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'IoTRole' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from IoTRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'IoTRole' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from IoTRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'IoTRole' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from IoTRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'KubernetesRole' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from KubernetesRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'KubernetesRole' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from KubernetesRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'KubernetesRole' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from KubernetesRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'MECRole' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from MECRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'MECRole' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from MECRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'MECRole' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from MECRole
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'PeriodicTimerEventTrigger' has a property 'id' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from PeriodicTimerEventTrigger
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'PeriodicTimerEventTrigger' has a property 'name' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from PeriodicTimerEventTrigger
      cmdout	[Autorest] WARNING (PreCheck/PropertyRedeclarationWarning): Schema 'PeriodicTimerEventTrigger' has a property 'type' that is already declared the parent schema 'ARMBaseModel' but isn't significantly different. The property has been removed from PeriodicTimerEventTrigger
      cmdout	[Autorest] WARNING (): Operation Update has already existed in group! Skip split!
      cmdout	[Autorest] WARNING (): cli.auto-parameter-hidden is not true, skip visibility cleaner
      cmderr	[Autorest] BELOW TEST SCENARIO SECTION CAN BE USED IN readme.cli.md
      cmderr	[Autorest] --------------------------------------------------------
      cmderr	[Autorest]   test-scenario:
      cmderr	[Autorest]     - name: /Devices/put/DataBoxEdgeDevicePut
      cmderr	[Autorest]     - name: /Devices/get/DataBoxEdgeDeviceGetByName
      cmderr	[Autorest]     - name: /Devices/get/DataBoxEdgeDeviceGetByResourceGroup
      cmderr	[Autorest]     - name: /Devices/get/DataBoxEdgeDeviceGetBySubscription
      cmderr	[Autorest]     - name: /Devices/get/NetworkSettingsGet
      cmderr	[Autorest]     - name: /Devices/get/UpdateSummaryGet
      cmderr	[Autorest]     - name: /Devices/patch/DataBoxEdgeDevicePatch
      cmderr	[Autorest]     - name: /Devices/post/CreateOrUpdateSecuritySettings
      cmderr	[Autorest]     - name: /Devices/post/DownloadUpdatesPost
      cmderr	[Autorest]     - name: /Devices/post/ExtendedInfoPost
      cmderr	[Autorest]     - name: /Devices/post/GenerateCertificate
      cmderr	[Autorest]     - name: /Devices/post/GetUpdateExtendedInfo
      cmderr	[Autorest]     - name: /Devices/post/InstallUpdatesPost
      cmderr	[Autorest]     - name: /Devices/post/ScanForUpdatesPost
      cmderr	[Autorest]     - name: /Devices/post/UploadCertificatePost
      cmderr	[Autorest]     - name: /Addons/put/PutAddOns
      cmderr	[Autorest]     - name: /Addons/get/GetAddOns
      cmderr	[Autorest]     - name: /Addons/get/RoleListAddOns
      cmderr	[Autorest]     - name: /Addons/delete/DeleteAddOns
      cmderr	[Autorest]     - name: /Alerts/get/AlertGet
      cmderr	[Autorest]     - name: /Alerts/get/AlertGetAllInDevice
      cmderr	[Autorest]     - name: /AvailableSkus/get/AvailableSkus
      cmderr	[Autorest]     - name: /BandwidthSchedules/put/BandwidthSchedulePut
      cmderr	[Autorest]     - name: /BandwidthSchedules/get/BandwidthScheduleGet
      cmderr	[Autorest]     - name: /BandwidthSchedules/get/BandwidthScheduleGetAllInDevice
      cmderr	[Autorest]     - name: /BandwidthSchedules/delete/BandwidthScheduleDelete
      cmderr	[Autorest]     - name: /Containers/put/ContainerPut
      cmderr	[Autorest]     - name: /Containers/get/ContainerGet
      cmderr	[Autorest]     - name: /Containers/get/ContainerListAllInDevice
      cmderr	[Autorest]     - name: /Containers/post/ContainerRefresh
      cmderr	[Autorest]     - name: /Containers/delete/ContainerDelete
      cmderr	[Autorest]     - name: /DiagnosticSettings/put/UpdateDiagnosticProactiveLogCollectionSettings
      cmderr	[Autorest]     - name: /DiagnosticSettings/put/UpdateDiagnosticRemoteSupportSettings
      cmderr	[Autorest]     - name: /DiagnosticSettings/get/GetDiagnosticProactiveLogCollectionSettings
      cmderr	[Autorest]     - name: /DiagnosticSettings/get/GetDiagnosticRemoteSupportSettings
      cmderr	[Autorest]     - name: /Jobs/get/JobsGet
      cmderr	[Autorest]     - name: /MonitoringConfig/put/PutMonitoringConfig
      cmderr	[Autorest]     - name: /MonitoringConfig/get/GetMonitoringConfig
      cmderr	[Autorest]     - name: /MonitoringConfig/get/ListMonitoringConfig
      cmderr	[Autorest]     - name: /MonitoringConfig/delete/DeleteMonitoringConfig
      cmderr	[Autorest]     - name: /Nodes/get/NodesGetAllInDevice
      cmderr	[Autorest]     - name: /OperationsStatus/get/OperationsStatusGet
      cmderr	[Autorest]     - name: /Orders/put/OrderPut
      cmderr	[Autorest]     - name: /Orders/get/OrderGet
      cmderr	[Autorest]     - name: /Orders/get/OrderGetAllInDevice
      cmderr	[Autorest]     - name: /Orders/post/GetDCAccessCode
      cmderr	[Autorest]     - name: /Orders/delete/OrderDelete
      cmderr	[Autorest]     - name: /Roles/put/RolePut
      cmderr	[Autorest]     - name: /Roles/get/RoleGet
      cmderr	[Autorest]     - name: /Roles/get/RoleGetAllInDevice
      cmderr	[Autorest]     - name: /Roles/delete/RoleDelete
      cmderr	[Autorest]     - name: /StorageAccountCredentials/get/SACGet
      cmderr	[Autorest]     - name: /StorageAccountCredentials/get/SACGetAllInDevice
      cmderr	[Autorest]     - name: /Shares/put/SharePut
      cmderr	[Autorest]     - name: /Shares/get/ShareGet
      cmderr	[Autorest]     - name: /Shares/get/ShareGetAllInDevice
      cmderr	[Autorest]     - name: /Shares/post/ShareRefreshPost
      cmderr	[Autorest]     - name: /Shares/delete/ShareDelete
      cmderr	[Autorest]     - name: /StorageAccountCredentials/delete/SACDelete
      cmderr	[Autorest]     - name: /StorageAccounts/get/StorageAccountGet
      cmderr	[Autorest]     - name: /StorageAccounts/get/StorageAccountGetAllInDevice
      cmderr	[Autorest]     - name: /StorageAccounts/delete/StorageAccountDelete
      cmderr	[Autorest]     - name: /SupportPackages/post/TriggerSupportPackage
      cmderr	[Autorest]     - name: /Triggers/put/TriggerPut
      cmderr	[Autorest]     - name: /Triggers/get/TriggerGet
      cmderr	[Autorest]     - name: /Triggers/get/TriggerGetAllInDevice
      cmderr	[Autorest]     - name: /Triggers/delete/TriggerDelete
      cmderr	[Autorest]     - name: /Users/put/UserPut
      cmderr	[Autorest]     - name: /Users/get/UserGet
      cmderr	[Autorest]     - name: /Users/get/UserGetAllInDevice
      cmderr	[Autorest]     - name: /Users/delete/UserDelete
      cmderr	[Autorest]     - name: /Devices/delete/DataBoxEdgeDeviceDelete
      cmderr	[Autorest] --------------------------------------------------------
    • ️✔️databoxedge [View full logs]  [Release Azure CLI Changes]
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from cb835f4. 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
    • ️✔️databoxedge [View full logs]  [Release Schema Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @lirenhe lirenhe added the Reviewed-ChangesRequested <valid label in PR review process>add this label when assignee request changes after review label Jun 23, 2021
    @lirenhe
    Copy link
    Member

    lirenhe commented Jun 23, 2021

    @arjoojain2812 Could you first fix the tool check errors?

    @RamyasreeChakka
    Copy link
    Member

    RamyasreeChakka commented Jun 29, 2021

    "include": {

    Hi Ramya,
    We accept this value in a single ',' string from portal. Similar way we do in ACIS as well for the same API, so we would prefer to keep it as string, though it contains multiple strings, but we ask user to enter it in a single , separated string from Portal and ACIS both.
    If we need to change it, It would need a contract discussion, with portal-service-device.

    Please let us know if we need to take it, we can try taking up this change in next coming releases.

    @arjoojain2812, You should model it as an array. Portal can split by ',' and convert to array.

    @RamyasreeChakka
    Copy link
    Member

    RamyasreeChakka commented Jun 30, 2021

    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/diagnosticProactiveLogCollectionSettings/default": {
    

    Refer best practice 'Inconsistent or incomplete CRUD' in https://armwiki.azurewebsites.net/rp_onboarding/process/api_review_best_practices.html


    In reply to: 868786924


    Refers to: specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json:711 in 4112bdb. [](commit_id = 4112bdb, deletion_comment = False)

    @arjoojain2812
    Copy link
    Contributor Author

    arjoojain2812 commented Jun 30, 2021

    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/diagnosticProactiveLogCollectionSettings/default": {
    

    Any resource type MUST implement GET for collection and single resource regardless if it's a singleton or not.

    Please implement GET API for /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/diagnosticProactiveLogCollectionSettings

    Refers to: specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json:711 in 4112bdb. [](commit_id = 4112bdb, deletion_comment = False)

    Hi Ramya,

    Have created a task for this, we will take it in the future release: https://msazure.visualstudio.com/DefaultCollection/One/_workitems/edit/10262489

    @arjoojain2812
    Copy link
    Contributor Author

    "include": {

    Hi Ramya,
    We accept this value in a single ',' string from portal. Similar way we do in ACIS as well for the same API, so we would prefer to keep it as string, though it contains multiple strings, but we ask user to enter it in a single , separated string from Portal and ACIS both.
    If we need to change it, It would need a contract discussion, with portal-service-device.
    Please let us know if we need to take it, we can try taking up this change in next coming releases.

    @arjoojain2812, You should model it as an array. Portal can split by ',' and convert to array.

    Hi Ramya,

    As we discussed, we can take this up in future releases, it would need discussion with different teams.

    @arjoojain2812
    Copy link
    Contributor Author

            "description": "Accepted the request to update the proactive log collection settings."
    

    If this operation is changed to PUT, then PUT long running operations should return 200/201 + provisioningState.
    Refer RPC async guideline here: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#creatingupdating-using-put
    Refers to: specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json:791 in 4112bdb. [](commit_id = 4112bdb, deletion_comment = False)

    Done

    Ramya, have added a work-item for this: https://msazure.visualstudio.com/DefaultCollection/One/_workitems/edit/9729045

    currently we have the status code 202 for all the PUT APIs, would discuss it internally and will update it

    @RamyasreeChakka
    Copy link
    Member

    LGTM. Adding 'ARMSignedOff' label.

    @RamyasreeChakka RamyasreeChakka added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jun 30, 2021
    @arjoojain2812
    Copy link
    Contributor Author

            "description": "Accepted the request to update the proactive log collection settings."
    

    If this operation is changed to PUT, then PUT long running operations should return 200/201 + provisioningState.
    Refer RPC async guideline here: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#creatingupdating-using-put
    Refers to: specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2021-02-01/databoxedge.json:791 in 4112bdb. [](commit_id = 4112bdb, deletion_comment = False)

    Done

    Ramya, have added a work-item for this: https://msazure.visualstudio.com/DefaultCollection/One/_workitems/edit/10262508

    currently we have the status code 202 for all the PUT APIs, would discuss it internally and will update it

    @lirenhe lirenhe removed the Reviewed-ChangesRequested <valid label in PR review process>add this label when assignee request changes after review label Jul 12, 2021
    @lirenhe lirenhe merged commit cb835f4 into Azure:master Jul 12, 2021
    mkarmark pushed a commit to mkarmark/azure-rest-api-specs that referenced this pull request Jul 21, 2021
    * Initial Commit with previously reviewed Changes
    
    * Updated Swagger
    
    * Added Example files
    
    * Updated Description for the APIs which are in private preview
    
    * Updated ReadmeFiles
    
    * Fixed folder structure
    
    * fixed json example references
    
    * Fixed supportPackage and Proactivelogcollection jsons
    
    * Fixed Prettier check
    
    * Fixed Prettier check
    
    * Fixed Azure-auth
    
    * Fixing UpdateDiagnosticRemoteSupportSettings.json Go Validations
    
    * Fixed Model Validation
    
    * Fix Model Validation + Prettier Check
    
    * Fixed Model Validation
    
    * Swagger LinterValidation Fix
    
    * Removed Type from UpdateDiagnosticProactiveLogCollectionSettings.json, failing Model Validation
    
    * Updated all the example files
    
    * fixed comments
    
    * Updated corresponding examples
    
    * Fixed Validation
    
    * Updated the tag to the latest
    
    * Fixed the tag
    
    Co-authored-by: Arzoo Jain <arja@microsoft.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Python FixS360
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants