Skip to content

Add datamigration API version 2022-10-31-preview #21330

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

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

smartura
Copy link

@smartura smartura commented Oct 28, 2022

ARM API Information (Control Plane)

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

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.
    Already deployed.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
    November
  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, @smartura 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. [email protected]

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Oct 28, 2022

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️🔄Breaking Change(Cross-Version) inProgress [Detail]
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️🔄LintDiff inProgress [Detail]
    ️⚠️Avocado: 2 Warnings warning [Detail]
    Rule Message
    ⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
    readme: specification/datamigration/resource-manager/readme.md
    json: preview/2022-10-31-preview/definitions/TasksCommon.json
    ⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
    readme: specification/datamigration/resource-manager/readme.md
    json: preview/2022-10-31-preview/definitions/Tasks.json
    ️❌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.DataMigration' for api version '2022-10-31-preview'. The supported api-versions are '2021-06-30,
    2018-07-15-preview,
    2018-04-19,
    2018-03-31-preview,
    2018-03-15-preview,
    2017-11-15-preview,
    2017-11-15-privatepreview,
    2017-04-15-privatepreview,
    2022-03-30-preview,
    2022-01-30-preview,
    2021-10-30-preview,
    2020-09-01-preview'."
    ️⚠️~[Staging] ServiceAPIReadinessTest: 0 Warnings warning [Detail]

    API Test is not triggered due to precheck failure. Check pipeline log for details.

    ️❌ModelValidation: 152 Errors, 0 Warnings failed [Detail]

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

    Rule Message
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/datamigration.json#L190:22
    ExampleUrl: preview/2022-10-31-preview/examples/Services_Delete.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/datamigration.json#L228:22
    ExampleUrl: preview/2022-10-31-preview/examples/Services_Update.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/datamigration.json#L322:22
    ExampleUrl: preview/2022-10-31-preview/examples/Services_Start.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/datamigration.json#L368:22
    ExampleUrl: preview/2022-10-31-preview/examples/Services_Stop.json
    DISCRIMINATOR_VALUE_NOT_FOUND Discriminator value "Service.Check.OCI" not found
    Url: preview/2022-10-31-preview/definitions/Tasks.json#L20:30
    ExampleUrl: preview/2022-10-31-preview/examples/ServiceTasks_List.json#L17:27
    DISCRIMINATOR_VALUE_NOT_FOUND Discriminator value "Service.Check.OCI" not found
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/datamigration.json#L20:30
    ExampleUrl: preview/2022-10-31-preview/examples/ServiceTasks_CreateOrUpdate.json#L8:19
    DISCRIMINATOR_VALUE_NOT_FOUND Discriminator value "Service.Check.OCI" not found
    Url: preview/2022-10-31-preview/definitions/Tasks.json#L20:30
    ExampleUrl: preview/2022-10-31-preview/examples/ServiceTasks_CreateOrUpdate.json#L24:23
    DISCRIMINATOR_VALUE_NOT_FOUND Discriminator value "Service.Check.OCI" not found
    Url: preview/2022-10-31-preview/definitions/Tasks.json#L20:30
    ExampleUrl: preview/2022-10-31-preview/examples/ServiceTasks_CreateOrUpdate.json#L39:23
    DISCRIMINATOR_VALUE_NOT_FOUND Discriminator value "Service.Check.OCI" not found
    Url: preview/2022-10-31-preview/definitions/Tasks.json#L20:30
    ExampleUrl: preview/2022-10-31-preview/examples/ServiceTasks_Get.json#L16:23
    DISCRIMINATOR_VALUE_NOT_FOUND Discriminator value "Service.Check.OCI" not found
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/datamigration.json#L20:30
    ExampleUrl: preview/2022-10-31-preview/examples/ServiceTasks_Update.json#L8:19
    DISCRIMINATOR_VALUE_NOT_FOUND Discriminator value "Service.Check.OCI" not found
    Url: preview/2022-10-31-preview/definitions/Tasks.json#L20:30
    ExampleUrl: preview/2022-10-31-preview/examples/ServiceTasks_Update.json#L24:23
    DISCRIMINATOR_VALUE_NOT_FOUND Discriminator value "Service.Check.OCI" not found
    Url: preview/2022-10-31-preview/definitions/Tasks.json#L20:30
    ExampleUrl: preview/2022-10-31-preview/examples/ServiceTasks_Cancel.json#L16:23
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L176:22
    ExampleUrl: preview/2022-10-31-preview/examples/SqlDbDeleteDatabaseMigration.json
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L234:22
    ExampleUrl: preview/2022-10-31-preview/examples/SqlDbCancelDatabaseMigration.json
    REQUIRED_PARAMETER_EXAMPLE_NOT_FOUND In operation DatabaseMigrationsSqlDb_retry, parameter sqlDbInstanceName is required in the swagger spec but is not present in the provided example parameter values.
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L254:15
    ExampleUrl: preview/2022-10-31-preview/examples/SqlDbRetryDatabaseMigration.json#L264:11
    OBJECT_MISSING_REQUIRED_PROPERTY Missing required property: resourceGroupName
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L-1:-1
    ExampleUrl: preview/2022-10-31-preview/examples/SqlDbRetryDatabaseMigration.json
    OBJECT_MISSING_REQUIRED_PROPERTY Missing required property: targetDbName
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L-1:-1
    ExampleUrl: preview/2022-10-31-preview/examples/SqlDbRetryDatabaseMigration.json#L4:21
    OBJECT_MISSING_REQUIRED_PROPERTY Missing required property: subscriptionId
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L-1:-1
    ExampleUrl: preview/2022-10-31-preview/examples/SqlDbRetryDatabaseMigration.json
    RESPONSE_STATUS_CODE_NOT_IN_SPEC Response statusCode 200 for operation DatabaseMigrationsSqlDb_retry is provided in exampleResponseValue, however it is not present in the swagger spec.
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L289:22
    ExampleUrl: preview/2022-10-31-preview/examples/SqlDbRetryDatabaseMigration.json#L10:16
    RESPONSE_BODY_NOT_IN_EXAMPLE Response statusCode 202 for operation DatabaseMigrationsSqlDb_retry has no response body provided in the example, however the response does have a "schema" defined in the swagger spec.
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L289:22
    ExampleUrl: preview/2022-10-31-preview/examples/SqlDbRetryDatabaseMigration.json#L10:16
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: sourceServerName
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L1641:41
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiGetDatabaseMigration.json#L25:31
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: fileStorageType
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L2286:23
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiGetDatabaseMigration.json#L15:34
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: sourceServerName
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L1641:41
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiGetDatabaseMigrationExpanded.json#L31:31
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: fileStorageType
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L2286:23
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiGetDatabaseMigrationExpanded.json#L16:34
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: sourceServerName
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L1641:41
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiCreateOrUpdateDatabaseMigrationMIN.json#L54:31
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: fileStorageType
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L2286:23
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiCreateOrUpdateDatabaseMigrationMIN.json#L44:34
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: sourceServerName
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L1641:41
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiCreateOrUpdateDatabaseMigrationMIN.json#L78:31
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: fileStorageType
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L2286:23
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiCreateOrUpdateDatabaseMigrationMIN.json#L68:34
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: sourceServerName
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L1641:41
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiCreateOrUpdateDatabaseMigrationMAX.json#L62:31
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: fileStorageType
    Url: Microsoft.DataMigration/preview/2022-10-31-preview/sqlmigration.json#L2286:23
    ExampleUrl: preview/2022-10-31-preview/examples/SqlMiCreateOrUpdateDatabaseMigrationMAX.json#L48:34
    ️️✔️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 Oct 28, 2022

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    azure-sdk-for-go - sdk/resourcemanager/datamigration/armdatamigration - 2.0.0-beta.1
    +	Field `ServiceOperationList` of struct `OperationsClientListResponse` has been removed
    +	Type of `CheckOCIDriverTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `CommandProperties.CommandType` has been changed from `*string` to `*CommandType`
    +	Type of `ConnectToMongoDbTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToSourceMySQLTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToSourceOracleSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToSourcePostgreSQLSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToSourceSQLServerSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToSourceSQLServerTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToTargetAzureDbForMySQLTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToTargetAzureDbForPostgreSQLSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToTargetSQLDbSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToTargetSQLDbTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToTargetSQLMISyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ConnectToTargetSQLMITaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `GetTdeCertificatesSQLTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `GetUserTablesMySQLTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `GetUserTablesOracleTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `GetUserTablesPostgreSQLTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `GetUserTablesSQLSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `GetUserTablesSQLTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `InstallOCIDriverTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateMISyncCompleteCommandProperties.CommandType` has been changed from `*string` to `*CommandType`
    +	Type of `MigrateMongoDbTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateMySQLAzureDbForMySQLOfflineTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateMySQLAzureDbForMySQLSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateOracleAzureDbForPostgreSQLSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigratePostgreSQLAzureDbForPostgreSQLSyncDatabaseInput.MigrationSetting` has been changed from `map[string]*string` to `map[string]interface{}`
    +	Type of `MigratePostgreSQLAzureDbForPostgreSQLSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateSQLServerSQLDbSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateSQLServerSQLDbTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateSQLServerSQLMISyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateSQLServerSQLMITaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateSchemaSQLServerSQLDbTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateSsisTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `MigrateSyncCompleteCommandProperties.CommandType` has been changed from `*string` to `*CommandType`
    +	Type of `MongoDbCancelCommand.CommandType` has been changed from `*string` to `*CommandType`
    +	Type of `MongoDbFinishCommand.CommandType` has been changed from `*string` to `*CommandType`
    +	Type of `MongoDbRestartCommand.CommandType` has been changed from `*string` to `*CommandType`
    +	Type of `ProjectTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `UploadOCIDriverTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ValidateMigrationInputSQLServerSQLDbSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ValidateMigrationInputSQLServerSQLMISyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ValidateMigrationInputSQLServerSQLMITaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ValidateMongoDbTaskProperties.TaskType` has been changed from `*string` to `*TaskType`
    +	Type of `ValidateOracleAzureDbForPostgreSQLSyncTaskProperties.TaskType` has been changed from `*string` to `*TaskType`

    ️️✔️ azure-sdk-for-net-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from db73f3c24716cb8cd31910e03b5f6645468099e3. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      warn	File azure-sdk-for-net_tmp/initOutput.json not found to read
      command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
    • ️✔️Azure.ResourceManager.DataMigration [View full logs]  [Preview SDK Changes]
      info	[Changelog]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs] Generate from db73f3c24716cb8cd31910e03b5f6645468099e3. 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-datamigration [View full logs]  [Preview SDK Changes]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Added operation group DatabaseMigrationsSqlDbOperations
      info	[Changelog]   - Added operation group DatabaseMigrationsSqlMiOperations
      info	[Changelog]   - Added operation group DatabaseMigrationsSqlVmOperations
      info	[Changelog]   - Added operation group SqlMigrationServicesOperations
      info	[Changelog]   - Model AzureActiveDirectoryApp has a new parameter ignore_azure_permissions
      info	[Changelog]   - Model ConnectToSourceSqlServerTaskInput has a new parameter encrypted_key_for_secure_fields
      info	[Changelog]   - Model ConnectToSourceSqlServerTaskProperties has a new parameter task_id
      info	[Changelog]   - Model ConnectToTargetSqlDbTaskInput has a new parameter query_object_counts
      info	[Changelog]   - Model ConnectToTargetSqlDbTaskProperties has a new parameter created_on
      info	[Changelog]   - Model DataMigrationService has a new parameter auto_stop_delay
      info	[Changelog]   - Model DataMigrationService has a new parameter delete_resources_on_stop
      info	[Changelog]   - Model DataMigrationServiceStatusResponse has a new parameter agent_configuration
      info	[Changelog]   - Model GetUserTablesSqlTaskInput has a new parameter encrypted_key_for_secure_fields
      info	[Changelog]   - Model GetUserTablesSqlTaskProperties has a new parameter task_id
      info	[Changelog]   - Model MigrateMySqlAzureDbForMySqlOfflineTaskInput has a new parameter encrypted_key_for_secure_fields
      info	[Changelog]   - Model MigrateMySqlAzureDbForMySqlOfflineTaskProperties has a new parameter is_cloneable
      info	[Changelog]   - Model MigrateMySqlAzureDbForMySqlOfflineTaskProperties has a new parameter task_id
      info	[Changelog]   - Model MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput has a new parameter id
      info	[Changelog]   - Model MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput has a new parameter encrypted_key_for_secure_fields
      info	[Changelog]   - Model MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput has a new parameter started_on
      info	[Changelog]   - Model MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError has a new parameter events
      info	[Changelog]   - Model MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel has a new parameter database_count
      info	[Changelog]   - Model MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties has a new parameter created_on
      info	[Changelog]   - Model MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties has a new parameter is_cloneable
      info	[Changelog]   - Model MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties has a new parameter task_id
      info	[Changelog]   - Model MigrateSchemaSqlServerSqlDbDatabaseInput has a new parameter id
      info	[Changelog]   - Model MigrateSchemaSqlServerSqlDbTaskInput has a new parameter encrypted_key_for_secure_fields
      info	[Changelog]   - Model MigrateSchemaSqlServerSqlDbTaskInput has a new parameter started_on
      info	[Changelog]   - Model MigrateSchemaSqlServerSqlDbTaskProperties has a new parameter created_on
      info	[Changelog]   - Model MigrateSchemaSqlServerSqlDbTaskProperties has a new parameter is_cloneable
      info	[Changelog]   - Model MigrateSchemaSqlServerSqlDbTaskProperties has a new parameter task_id
      info	[Changelog]   - Model MigrateSqlServerSqlDbDatabaseInput has a new parameter id
      info	[Changelog]   - Model MigrateSqlServerSqlDbDatabaseInput has a new parameter schema_setting
      info	[Changelog]   - Model MigrateSqlServerSqlDbTaskInput has a new parameter encrypted_key_for_secure_fields
      info	[Changelog]   - Model MigrateSqlServerSqlDbTaskInput has a new parameter started_on
      info	[Changelog]   - Model MigrateSqlServerSqlDbTaskProperties has a new parameter created_on
      info	[Changelog]   - Model MigrateSqlServerSqlDbTaskProperties has a new parameter is_cloneable
      info	[Changelog]   - Model MigrateSqlServerSqlDbTaskProperties has a new parameter task_id
      info	[Changelog]   - Model MigrateSqlServerSqlMIDatabaseInput has a new parameter id
      info	[Changelog]   - Model MigrateSqlServerSqlMISyncTaskInput has a new parameter number_of_parallel_database_migrations
      info	[Changelog]   - Model MigrateSqlServerSqlMISyncTaskProperties has a new parameter created_on
      info	[Changelog]   - Model MigrateSqlServerSqlMITaskInput has a new parameter encrypted_key_for_secure_fields
      info	[Changelog]   - Model MigrateSqlServerSqlMITaskInput has a new parameter started_on
      info	[Changelog]   - Model MigrateSqlServerSqlMITaskProperties has a new parameter created_on
      info	[Changelog]   - Model MigrateSqlServerSqlMITaskProperties has a new parameter is_cloneable
      info	[Changelog]   - Model MigrateSqlServerSqlMITaskProperties has a new parameter parent_task_id
      info	[Changelog]   - Model MigrateSqlServerSqlMITaskProperties has a new parameter task_id
      info	[Changelog]   - Model MigrateSyncCompleteCommandProperties has a new parameter command_id
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter additional_settings
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter authentication
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter data_source
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter encrypt_connection
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter enforce_ssl
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter port
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter server_brand_version
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter server_name
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter server_version
      info	[Changelog]   - Model MongoDbConnectionInfo has a new parameter trust_server_certificate
      info	[Changelog]   - Model MySqlConnectionInfo has a new parameter additional_settings
      info	[Changelog]   - Model MySqlConnectionInfo has a new parameter authentication
      info	[Changelog]   - Model MySqlConnectionInfo has a new parameter data_source
      info	[Changelog]   - Model OracleConnectionInfo has a new parameter authentication
      info	[Changelog]   - Model OracleConnectionInfo has a new parameter port
      info	[Changelog]   - Model OracleConnectionInfo has a new parameter server_name
      info	[Changelog]   - Model OracleConnectionInfo has a new parameter server_version
      info	[Changelog]   - Model PostgreSqlConnectionInfo has a new parameter additional_settings
      info	[Changelog]   - Model PostgreSqlConnectionInfo has a new parameter authentication
      info	[Changelog]   - Model PostgreSqlConnectionInfo has a new parameter data_source
      info	[Changelog]   - Model PostgreSqlConnectionInfo has a new parameter server_brand_version
      info	[Changelog]   - Model PostgreSqlConnectionInfo has a new parameter server_version
      info	[Changelog]   - Model Project has a new parameter azure_authentication_info
      info	[Changelog]   - Model Project has a new parameter etag
      info	[Changelog]   - Model SchemaMigrationSetting has a new parameter file_name
      info	[Changelog]   - Model SqlConnectionInfo has a new parameter port
      info	[Changelog]   - Model SqlConnectionInfo has a new parameter resource_id
      info	[Changelog]   - Model SqlConnectionInfo has a new parameter server_brand_version
      info	[Changelog]   - Model SqlConnectionInfo has a new parameter server_name
      info	[Changelog]   - Model SqlConnectionInfo has a new parameter server_version
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from db73f3c24716cb8cd31910e03b5f6645468099e3. 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/datamigration/armdatamigration [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog] - New struct `SQLBackupSetInfo`
      info	[Changelog] - New struct `SQLConnectionInformation`
      info	[Changelog] - New struct `SQLDataCopyThresholds`
      info	[Changelog] - New struct `SQLDbBackupConfiguration`
      info	[Changelog] - New struct `SQLDbMigrationStatusDetails`
      info	[Changelog] - New struct `SQLDbOfflineConfiguration`
      info	[Changelog] - New struct `SQLDbSourceBackupLocation`
      info	[Changelog] - New struct `SQLFileShare`
      info	[Changelog] - New struct `SQLMigrationListResult`
      info	[Changelog] - New struct `SQLMigrationService`
      info	[Changelog] - New struct `SQLMigrationServiceProperties`
      info	[Changelog] - New struct `SQLMigrationServiceUpdate`
      info	[Changelog] - New struct `SQLMigrationServicesClient`
      info	[Changelog] - New struct `SQLMigrationServicesClientBeginCreateOrUpdateOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientBeginDeleteOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientBeginUpdateOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientCreateOrUpdateResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientDeleteNodeOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientDeleteNodeResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientDeleteResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientGetOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientGetResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientListAuthKeysOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientListAuthKeysResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientListByResourceGroupOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientListByResourceGroupResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientListBySubscriptionOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientListBySubscriptionResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientListMigrationsOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientListMigrationsResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientListMonitoringDataOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientListMonitoringDataResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientMonitoringDataOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientMonitoringDataResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientRegenerateAuthKeysOptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientRegenerateAuthKeysResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientUpdateResponse`
      info	[Changelog] - New struct `SQLMigrationServicesClientValidateIROptions`
      info	[Changelog] - New struct `SQLMigrationServicesClientValidateIRResponse`
      info	[Changelog] - New struct `SourceLocation`
      info	[Changelog] - New struct `TargetLocation`
      info	[Changelog] - New struct `TestConnectivityData`
      info	[Changelog] - New struct `ValidateIR`
      info	[Changelog] - New field `QueryObjectCounts` in struct `ConnectToTargetSQLDbTaskInput`
      info	[Changelog] - New field `Port` in struct `OracleConnectionInfo`
      info	[Changelog] - New field `ServerName` in struct `OracleConnectionInfo`
      info	[Changelog] - New field `ServerVersion` in struct `OracleConnectionInfo`
      info	[Changelog] - New field `Authentication` in struct `OracleConnectionInfo`
      info	[Changelog] - New field `CreatedOn` in struct `MigrateSQLServerSQLMISyncTaskProperties`
      info	[Changelog] - New field `DatabaseCount` in struct `MigratePostgreSQLAzureDbForPostgreSQLSyncTaskOutputMigrationLevel`
      info	[Changelog] - New field `CommandID` in struct `MigrateSyncCompleteCommandProperties`
      info	[Changelog] - New field `ID` in struct `MigratePostgreSQLAzureDbForPostgreSQLSyncDatabaseInput`
      info	[Changelog] - New anonymous field `OperationListResult` in struct `OperationsClientListResponse`
      info	[Changelog] - New field `TaskID` in struct `ConnectToSourceSQLServerTaskProperties`
      info	[Changelog] - New field `CreatedOn` in struct `ConnectToTargetSQLDbTaskProperties`
      info	[Changelog] - New field `Events` in struct `MigratePostgreSQLAzureDbForPostgreSQLSyncTaskOutputError`
      info	[Changelog] - New field `DataSource` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `ServerBrandVersion` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `TrustServerCertificate` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `AdditionalSettings` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `ServerVersion` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `EncryptConnection` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `ServerName` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `Authentication` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `Port` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `EnforceSSL` in struct `MongoDbConnectionInfo`
      info	[Changelog] - New field `EncryptedKeyForSecureFields` in struct `MigrateSchemaSQLServerSQLDbTaskInput`
      info	[Changelog] - New field `StartedOn` in struct `MigrateSchemaSQLServerSQLDbTaskInput`
      info	[Changelog] - New field `AdditionalSettings` in struct `PostgreSQLConnectionInfo`
      info	[Changelog] - New field `Authentication` in struct `PostgreSQLConnectionInfo`
      info	[Changelog] - New field `ServerBrandVersion` in struct `PostgreSQLConnectionInfo`
      info	[Changelog] - New field `DataSource` in struct `PostgreSQLConnectionInfo`
      info	[Changelog] - New field `ServerVersion` in struct `PostgreSQLConnectionInfo`
      info	[Changelog] - New field `CreatedOn` in struct `MigrateSchemaSQLServerSQLDbTaskProperties`
      info	[Changelog] - New field `IsCloneable` in struct `MigrateSchemaSQLServerSQLDbTaskProperties`
      info	[Changelog] - New field `TaskID` in struct `MigrateSchemaSQLServerSQLDbTaskProperties`
      info	[Changelog] - New field `CreatedOn` in struct `MigrateSQLServerSQLMITaskProperties`
      info	[Changelog] - New field `IsCloneable` in struct `MigrateSQLServerSQLMITaskProperties`
      info	[Changelog] - New field `ParentTaskID` in struct `MigrateSQLServerSQLMITaskProperties`
      info	[Changelog] - New field `TaskID` in struct `MigrateSQLServerSQLMITaskProperties`
      info	[Changelog] - New field `ID` in struct `MigrateSQLServerSQLDbDatabaseInput`
      info	[Changelog] - New field `SchemaSetting` in struct `MigrateSQLServerSQLDbDatabaseInput`
      info	[Changelog] - New field `FileName` in struct `SchemaMigrationSetting`
      info	[Changelog] - New field `IgnoreAzurePermissions` in struct `AzureActiveDirectoryApp`
      info	[Changelog] - New field `EncryptedKeyForSecureFields` in struct `MigrateSQLServerSQLDbTaskInput`
      info	[Changelog] - New field `StartedOn` in struct `MigrateSQLServerSQLDbTaskInput`
      info	[Changelog] - New field `AutoStopDelay` in struct `ServiceProperties`
      info	[Changelog] - New field `DeleteResourcesOnStop` in struct `ServiceProperties`
      info	[Changelog] - New field `AgentConfiguration` in struct `ServiceStatusResponse`
      info	[Changelog] - New field `Etag` in struct `Project`
      info	[Changelog] - New field `IsCloneable` in struct `MigrateMySQLAzureDbForMySQLOfflineTaskProperties`
      info	[Changelog] - New field `TaskID` in struct `MigrateMySQLAzureDbForMySQLOfflineTaskProperties`
      info	[Changelog] - New field `AzureAuthenticationInfo` in struct `ProjectProperties`
      info	[Changelog] - New field `StartedOn` in struct `MigratePostgreSQLAzureDbForPostgreSQLSyncTaskInput`
      info	[Changelog] - New field `EncryptedKeyForSecureFields` in struct `MigratePostgreSQLAzureDbForPostgreSQLSyncTaskInput`
      info	[Changelog] - New field `ID` in struct `MigrateSQLServerSQLMIDatabaseInput`
      info	[Changelog] - New field `StartedOn` in struct `MigrateSQLServerSQLMITaskInput`
      info	[Changelog] - New field `EncryptedKeyForSecureFields` in struct `MigrateSQLServerSQLMITaskInput`
      info	[Changelog] - New field `NumberOfParallelDatabaseMigrations` in struct `MigrateSQLServerSQLMISyncTaskInput`
      info	[Changelog] - New field `AdditionalSettings` in struct `MySQLConnectionInfo`
      info	[Changelog] - New field `Authentication` in struct `MySQLConnectionInfo`
      info	[Changelog] - New field `DataSource` in struct `MySQLConnectionInfo`
      info	[Changelog] - New field `EncryptedKeyForSecureFields` in struct `GetUserTablesSQLTaskInput`
      info	[Changelog] - New field `TaskID` in struct `GetUserTablesSQLTaskProperties`
      info	[Changelog] - New field `ID` in struct `MigrateSchemaSQLServerSQLDbDatabaseInput`
      info	[Changelog] - New field `CreatedOn` in struct `MigrateSQLServerSQLDbTaskProperties`
      info	[Changelog] - New field `IsCloneable` in struct `MigrateSQLServerSQLDbTaskProperties`
      info	[Changelog] - New field `TaskID` in struct `MigrateSQLServerSQLDbTaskProperties`
      info	[Changelog] - New field `EncryptedKeyForSecureFields` in struct `MigrateMySQLAzureDbForMySQLOfflineTaskInput`
      info	[Changelog] - New field `ServerBrandVersion` in struct `SQLConnectionInfo`
      info	[Changelog] - New field `Port` in struct `SQLConnectionInfo`
      info	[Changelog] - New field `ResourceID` in struct `SQLConnectionInfo`
      info	[Changelog] - New field `ServerName` in struct `SQLConnectionInfo`
      info	[Changelog] - New field `ServerVersion` in struct `SQLConnectionInfo`
      info	[Changelog] - New field `EncryptedKeyForSecureFields` in struct `ConnectToSourceSQLServerTaskInput`
      info	[Changelog] - New field `TaskID` in struct `MigratePostgreSQLAzureDbForPostgreSQLSyncTaskProperties`
      info	[Changelog] - New field `CreatedOn` in struct `MigratePostgreSQLAzureDbForPostgreSQLSyncTaskProperties`
      info	[Changelog] - New field `IsCloneable` in struct `MigratePostgreSQLAzureDbForPostgreSQLSyncTaskProperties`
      info	[Changelog]
      info	[Changelog] Total 47 breaking change(s), 359 additive change(s).
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from db73f3c24716cb8cd31910e03b5f6645468099e3. 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-datamigration [View full logs]  [Preview SDK Changes]
      info	[Changelog]
      error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs] Generate from db73f3c24716cb8cd31910e03b5f6645468099e3. 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
    • ️✔️datamigration [View full logs]  [Preview Schema Changes]
    ️️✔️ azure-powershell succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from db73f3c24716cb8cd31910e03b5f6645468099e3. 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.DataMigration [View full logs]  [Preview SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Oct 28, 2022

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/datamigration/armdatamigration Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.
    Python track2_azure-mgmt-datamigration Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.
    Java azure-resourcemanager-datamigration Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.
    .Net Azure.ResourceManager.DataMigration Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.
    JavaScript @azure/arm-datamigration Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.

    @openapi-workflow-bot
    Copy link

    Hi, @smartura, For review efficiency consideration, when creating a new api version, it is required to place API specs of the base version in the first commit, and push new version updates into successive commits. You can use OpenAPIHub to initialize the PR for adding a new version. For more details refer to the wiki. Or you could onboard API spec pipeline

    @openapi-workflow-bot
    Copy link

    Hi @smartura, 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.

    @openapi-workflow-bot
    Copy link

    Hi @smartura, one or multiple validation error/warning suppression(s) is detected in your PR. Please follow the Swagger-Suppression-Process to get approval.

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

    Successfully merging this pull request may close these issues.

    2 participants