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

Add Amazon S3 Compatible and Oracle Cloud Storage connectors #13368

Merged

Conversation

yew
Copy link
Member

@yew yew commented Mar 10, 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.

@yew yew requested a review from zhangyd2015 as a code owner March 10, 2021 08:54
@openapi-workflow-bot
Copy link

Hi, @yew 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 Mar 10, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.

    ️⚠️LintDiff: 2 Warnings warning [Detail]

    Rule Message
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enablePartitionDiscovery
    Location: stable/2018-06-01/entityTypes/Pipeline.json#L624
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enablePartitionDiscovery
    Location: stable/2018-06-01/entityTypes/Pipeline.json#L675
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️❌[Staging] SDK Track2 Validation: 2 Errors, 294 Warnings failed [Detail] Only 10 items are listed, please refer to log for more details.

    Rule Message
    PreCheck/DuplicateSchema "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"Duplicate Schema named BlobEventTypes -- type: undefined => "string",
    items: "$ref":"#/components/schemas/BlobEventTypes" =>,
    enum: undefined => ["Microsoft.Storage.BlobCreated",
    "Microsoft.Storage.BlobDeleted"],
    x-ms-enum: undefined => "name":"BlobEventTypes",
    "modelAsString":true ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that."
    AutorestCore/Exception "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"Error: Plugin prechecker reported failure."
    ⚠️ PreCheck/SchemaMissingType "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"The schema 'Resource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'"
    ⚠️ PreCheck/SchemaMissingType "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"The schema 'SubResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'"
    ⚠️ PreCheck/SchemaMissingType "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"The schema 'SubResourceDebugResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'"
    ⚠️ PreCheck/SchemaMissingType "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"The schema 'IntegrationRuntimeReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'"
    ⚠️ PreCheck/SchemaMissingType "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"The schema 'IntegrationRuntimeResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'"
    ⚠️ PreCheck/SchemaMissingType "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"The schema 'IntegrationRuntimeDebugResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'"
    ⚠️ PreCheck/SchemaMissingType "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"The schema 'IntegrationRuntimeStatusResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'"
    ⚠️ PreCheck/SchemaMissingType "readme":"datafactory/resource-manager/readme.md",
    "tag":"package-2018-06",
    "details":"The schema 'FactoryRepoUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'"
    ️️✔️[Staging] PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️[Staging] SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Mar 10, 2021

    Swagger Generation Artifacts

    ️️✔️ azure-cli-extensions succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 21c9705. Azure CLI Automation 14.0.0
      Only show 120 items here, please refer to log for details.
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'IfConditionActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SwitchActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SwitchActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SwitchCase' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ForEachActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ForEachActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureMLBatchExecutionActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureMLBatchExecutionActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureMLUpdateResourceActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureMLUpdateResourceActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureMLExecutePipelineActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureMLExecutePipelineActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DataLakeAnalyticsUSQLActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DataLakeAnalyticsUSQLActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'WaitActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'WaitActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UntilActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UntilActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ValidationActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ValidationActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'FilterActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'FilterActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DatabricksNotebookActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DatabricksNotebookActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DatabricksSparkJarActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DatabricksSparkJarActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DatabricksSparkPythonActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DatabricksSparkPythonActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SetVariableActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SetVariableActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AppendVariableActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AppendVariableActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFunctionActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFunctionActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'WebHookActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'WebHookActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ExecuteDataFlowActivity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ExecuteDataFlowActivityTypeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'MultiplePipelineTrigger' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ScheduleTrigger-typeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobTrigger-typeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobEventsTrigger-typeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'CustomEventsTrigger-typeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'TumblingWindowTrigger-typeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'RetryPolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'RerunTumblingWindowTrigger-typeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ChainingTrigger-typeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      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/DuplicateSchema): Duplicate Schema named BlobEventTypes -- type: undefined => "string",items: {"$ref":"#/components/schemas/BlobEventTypes"} => <none>,enum: undefined => ["Microsoft.Storage.BlobCreated","Microsoft.Storage.BlobDeleted"],x-ms-enum: undefined => {"name":"BlobEventTypes","modelAsString":true}
      cmdout	[Autorest] WARNING (): Operation Update has already existed in group! Skip split!
      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
      cmdout	[Autorest] WARNING:  newAzName:linked-integration-runtime create
      cmderr	[Autorest] BELOW TEST SCENARIO SECTION CAN BE USED IN readme.cli.md
      cmderr	[Autorest] --------------------------------------------------------
      cmderr	[Autorest]   test-scenario:
      cmderr	[Autorest]     - name: /Factories/put/Factories_CreateOrUpdate
      cmderr	[Autorest]     - name: /Factories/get/Factories_Get
      cmderr	[Autorest]     - name: /Factories/get/Factories_List
      cmderr	[Autorest]     - name: /Factories/get/Factories_ListByResourceGroup
      cmderr	[Autorest]     - name: /Factories/patch/Factories_Update
      cmderr	[Autorest]     - name: /Factories/post/Factories_ConfigureFactoryRepo
      cmderr	[Autorest]     - name: /Factories/post/Factories_GetDataPlaneAccess
      cmderr	[Autorest]     - name: /Factories/post/Factories_GetGitHubAccessToken
      cmderr	[Autorest]     - name: /ActivityRuns/post/ActivityRuns_QueryByPipelineRun
      cmderr	[Autorest]     - name: /Datasets/put/Datasets_Create
      cmderr	[Autorest]     - name: /Datasets/put/Datasets_Update
      cmderr	[Autorest]     - name: /Datasets/get/Datasets_Get
      cmderr	[Autorest]     - name: /Datasets/get/Datasets_ListByFactory
      cmderr	[Autorest]     - name: /Datasets/delete/Datasets_Delete
      cmderr	[Autorest]     - name: /IntegrationRuntimes/put/IntegrationRuntimes_Create
      cmderr	[Autorest]     - name: /IntegrationRuntimes/get/IntegrationRuntimes_Get
      cmderr	[Autorest]     - name: /IntegrationRuntimes/get/IntegrationRuntimes_ListByFactory
      cmderr	[Autorest]     - name: /IntegrationRuntimes/patch/IntegrationRuntimes_Update
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_CreateLinkedIntegrationRuntime
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_GetConnectionInfo
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_GetMonitoringData
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_GetStatus
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_ListAuthKeys
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_RegenerateAuthKey
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_Start
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_Stop
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_SyncCredentials
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_Upgrade
      cmderr	[Autorest]     - name: /IntegrationRuntimes/post/IntegrationRuntimes_Upgrade
      cmderr	[Autorest]     - name: /IntegrationRuntimeNodes/get/IntegrationRuntimeNodes_Get
      cmderr	[Autorest]     - name: /IntegrationRuntimeNodes/patch/IntegrationRuntimeNodes_Update
      cmderr	[Autorest]     - name: /IntegrationRuntimeNodes/post/IntegrationRuntimeNodes_GetIpAddress
      cmderr	[Autorest]     - name: /IntegrationRuntimeNodes/delete/IntegrationRuntimesNodes_Delete
      cmderr	[Autorest]     - name: /IntegrationRuntimes/delete/IntegrationRuntimes_Delete
      cmderr	[Autorest]     - name: /LinkedServices/put/LinkedServices_Create
      cmderr	[Autorest]     - name: /LinkedServices/put/LinkedServices_Update
      cmderr	[Autorest]     - name: /LinkedServices/get/LinkedServices_Get
      cmderr	[Autorest]     - name: /LinkedServices/get/LinkedServices_ListByFactory
      cmderr	[Autorest]     - name: /LinkedServices/delete/LinkedServices_Delete
      cmderr	[Autorest]     - name: /PipelineRuns/get/PipelineRuns_Get
      cmderr	[Autorest]     - name: /PipelineRuns/post/PipelineRuns_Cancel
      cmderr	[Autorest]     - name: /PipelineRuns/post/PipelineRuns_QueryByFactory
      cmderr	[Autorest]     - name: /Pipelines/put/Pipelines_Create
      cmderr	[Autorest]     - name: /Pipelines/put/Pipelines_Update
      cmderr	[Autorest]     - name: /Pipelines/get/Pipelines_Get
      cmderr	[Autorest]     - name: /Pipelines/get/Pipelines_ListByFactory
      cmderr	[Autorest]     - name: /Pipelines/post/Pipelines_CreateRun
      cmderr	[Autorest]     - name: /Pipelines/delete/Pipelines_Delete
      cmderr	[Autorest]     - name: /Triggers/put/Triggers_Create
      cmderr	[Autorest]     - name: /Triggers/put/Triggers_Update
      cmderr	[Autorest]     - name: /Triggers/get/Triggers_Get
      cmderr	[Autorest]     - name: /Triggers/get/Triggers_ListByFactory
      cmderr	[Autorest]     - name: /Triggers/post/Triggers_GetEventSubscriptionStatus
      cmderr	[Autorest]     - name: /Triggers/post/Triggers_QueryByFactory
      cmderr	[Autorest]     - name: /Triggers/post/Triggers_Start
      cmderr	[Autorest]     - name: /Triggers/post/Triggers_Stop
      cmderr	[Autorest]     - name: /Triggers/post/Triggers_SubscribeToEvents
      cmderr	[Autorest]     - name: /Triggers/post/Triggers_UnsubscribeFromEvents
      cmderr	[Autorest]     - name: /TriggerRuns/post/TriggerRuns_QueryByFactory
      cmderr	[Autorest]     - name: /TriggerRuns/post/Triggers_Cancel
      cmderr	[Autorest]     - name: /TriggerRuns/post/Triggers_Rerun
      cmderr	[Autorest]     - name: /Triggers/delete/Triggers_Delete
      cmderr	[Autorest]     - name: /Factories/delete/Factories_Delete
      cmderr	[Autorest] --------------------------------------------------------
    • ️✔️datafactory [View full logs]  [Release Azure CLI Changes]
    ️❌ azure-sdk-for-java failed [Detail]
    • Failed [Logs]Release - Generate from 21c9705. 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-03-12 02:40:29 INFO [VERSION][Not Found] cannot find version for "com.azure.resourcemanager:azure-resourcemanager-datafactory"
      cmderr	[generate.py] 2021-03-12 02:40:29 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.1"
      cmderr	[generate.py] 2021-03-12 02:40:29 INFO autorest --version=3.1.0 --use=@autorest/[email protected] --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/datafactory/azure-resourcemanager-datafactory --java.namespace=com.azure.resourcemanager.datafactory   --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/datafactory/resource-manager/readme.md
      cmderr	[generate.py] FATAL: Error: Enum types of 'object' and format 'undefined' are not supported. Correct your input (JsonFormatFilePattern).
      cmderr	[generate.py]   Error: Plugin modelerfour reported failure.
      cmderr	[generate.py] 2021-03-12 02:41:15 ERROR [GENERATE] Autorest fail
      cmderr	[generate.py] 2021-03-12 02:41:22 ERROR [COMPILE] Maven build fail
      ENOENT: no such file or directory, stat 'azure-sdk-for-java/sdk/datafactory/azure-resourcemanager-datafactory/pom.xml'
      Error: ENOENT: no such file or directory, stat 'azure-sdk-for-java/sdk/datafactory/azure-resourcemanager-datafactory/pom.xml'
    • ️✔️azure-resourcemanager-datafactory [View full logs
      error	Fatal error: ENOENT: no such file or directory, stat 'azure-sdk-for-java/sdk/datafactory/azure-resourcemanager-datafactory/pom.xml'
      error	The following packages are still pending:
      error		azure-resourcemanager-datafactory
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 21c9705. SDK Automation 14.0.0
      command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	go run ./tools/generator/main.go ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️datafactory/mgmt/2018-06-01/datafactory [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 60 items here, please refer to log for details.
      info	[Changelog] - New function `OracleCloudStorageReadSettings.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `AmazonS3CompatibleLinkedService.AsHdfsLinkedService() (*HdfsLinkedService, bool)`
      info	[Changelog] - New function `MongoDbLinkedService.AsOracleCloudStorageLinkedService() (*OracleCloudStorageLinkedService, bool)`
      info	[Changelog] - New function `AmazonS3CompatibleLinkedService.AsSnowflakeLinkedService() (*SnowflakeLinkedService, bool)`
      info	[Changelog] - New function `OracleCloudStorageLinkedService.AsMicrosoftAccessLinkedService() (*MicrosoftAccessLinkedService, bool)`
      info	[Changelog] - New function `HubspotLinkedService.AsAmazonS3CompatibleLinkedService() (*AmazonS3CompatibleLinkedService, bool)`
      info	[Changelog] - New function `OracleCloudStorageLinkedService.AsShopifyLinkedService() (*ShopifyLinkedService, bool)`
      info	[Changelog] - New function `HTTPLinkedService.AsOracleCloudStorageLinkedService() (*OracleCloudStorageLinkedService, bool)`
      info	[Changelog] - New function `AzureMLLinkedService.AsAmazonS3CompatibleLinkedService() (*AmazonS3CompatibleLinkedService, bool)`
      info	[Changelog] - New function `AmazonS3CompatibleReadSettings.AsAmazonS3ReadSettings() (*AmazonS3ReadSettings, bool)`
      info	[Changelog] - New function `VerticaLinkedService.AsAmazonS3CompatibleLinkedService() (*AmazonS3CompatibleLinkedService, bool)`
      info	[Changelog] - New function `AzureDatabricksDeltaLakeLinkedService.AsAmazonS3CompatibleLinkedService() (*AmazonS3CompatibleLinkedService, bool)`
      info	[Changelog] - New function `FtpServerLinkedService.AsAmazonS3CompatibleLinkedService() (*AmazonS3CompatibleLinkedService, bool)`
      info	[Changelog] - New function `HdfsReadSettings.AsAmazonS3CompatibleReadSettings() (*AmazonS3CompatibleReadSettings, bool)`
      info	[Changelog] - New function `AmazonS3CompatibleLinkedService.AsOracleCloudStorageLinkedService() (*OracleCloudStorageLinkedService, bool)`
      info	[Changelog] - New function `OdbcLinkedService.AsAmazonS3CompatibleLinkedService() (*AmazonS3CompatibleLinkedService, bool)`
      info	[Changelog] - New function `AmazonS3CompatibleLinkedService.AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool)`
      info	[Changelog] - New function `AmazonS3CompatibleLinkedService.AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool)`
      info	[Changelog] - New function `PossibleCosmosDbServicePrincipalCredentialTypeValues() []CosmosDbServicePrincipalCredentialType`
      info	[Changelog] - New function `AmazonS3CompatibleReadSettings.AsAzureBlobFSReadSettings() (*AzureBlobFSReadSettings, bool)`
      info	[Changelog] - New function `GoogleCloudStorageLocation.AsOracleCloudStorageLocation() (*OracleCloudStorageLocation, bool)`
      info	[Changelog] - New function `AzureBlobStorageLocation.AsAmazonS3CompatibleLocation() (*AmazonS3CompatibleLocation, bool)`
      info	[Changelog] - New function `OracleCloudStorageLinkedService.AsMagentoLinkedService() (*MagentoLinkedService, bool)`
      info	[Changelog] - New function `SftpLocation.AsAmazonS3CompatibleLocation() (*AmazonS3CompatibleLocation, bool)`
      info	[Changelog] - New function `OracleCloudStorageLinkedService.AsGoogleAdWordsLinkedService() (*GoogleAdWordsLinkedService, bool)`
      info	[Changelog] - New function `ShopifyLinkedService.AsAmazonS3CompatibleLinkedService() (*AmazonS3CompatibleLinkedService, bool)`
      info	[Changelog] - New function `AmazonRedshiftLinkedService.AsOracleCloudStorageLinkedService() (*OracleCloudStorageLinkedService, bool)`
      info	[Changelog] - New function `AmazonS3CompatibleLinkedService.AsSapHanaLinkedService() (*SapHanaLinkedService, bool)`
      info	[Changelog] - New function `AzureFileStorageLocation.AsAmazonS3CompatibleLocation() (*AmazonS3CompatibleLocation, bool)`
      info	[Changelog] - New function `ResponsysLinkedService.AsAmazonS3CompatibleLinkedService() (*AmazonS3CompatibleLinkedService, bool)`
      info	[Changelog] - New function `AzureTableStorageLinkedService.AsOracleCloudStorageLinkedService() (*OracleCloudStorageLinkedService, bool)`
      info	[Changelog] - New function `AmazonS3CompatibleLinkedService.AsMariaDBLinkedService() (*MariaDBLinkedService, bool)`
      info	[Changelog] - New function `HDInsightOnDemandLinkedService.AsOracleCloudStorageLinkedService() (*OracleCloudStorageLinkedService, bool)`
      info	[Changelog] - New function `OracleServiceCloudLinkedService.AsOracleCloudStorageLinkedService() (*OracleCloudStorageLinkedService, bool)`
      info	[Changelog] - New function `OracleCloudStorageLocation.AsFileServerLocation() (*FileServerLocation, bool)`
      info	[Changelog] - New function `SapCloudForCustomerLinkedService.AsOracleCloudStorageLinkedService() (*OracleCloudStorageLinkedService, bool)`
      info	[Changelog] - New struct `AmazonS3CompatibleLinkedService`
      info	[Changelog] - New struct `AmazonS3CompatibleLinkedServiceTypeProperties`
      info	[Changelog] - New struct `AmazonS3CompatibleLocation`
      info	[Changelog] - New struct `AmazonS3CompatibleReadSettings`
      info	[Changelog] - New struct `OracleCloudStorageLinkedService`
      info	[Changelog] - New struct `OracleCloudStorageLinkedServiceTypeProperties`
      info	[Changelog] - New struct `OracleCloudStorageLocation`
      info	[Changelog] - New struct `OracleCloudStorageReadSettings`
      info	[Changelog] - New struct `PipelineElapsedTimeMetricPolicy`
      info	[Changelog] - New struct `PipelinePolicy`
      info	[Changelog] - New field `Policy` in struct `Pipeline`
      info	[Changelog] - New field `AccountKind` in struct `AzureBlobStorageLinkedServiceTypeProperties`
      info	[Changelog] - New field `AzureCloudType` in struct `CosmosDbLinkedServiceTypeProperties`
      info	[Changelog] - New field `ConnectionMode` in struct `CosmosDbLinkedServiceTypeProperties`
      info	[Changelog] - New field `ServicePrincipalID` in struct `CosmosDbLinkedServiceTypeProperties`
      info	[Changelog] - New field `ServicePrincipalCredentialType` in struct `CosmosDbLinkedServiceTypeProperties`
      info	[Changelog] - New field `ServicePrincipalCredential` in struct `CosmosDbLinkedServiceTypeProperties`
      info	[Changelog] - New field `Tenant` in struct `CosmosDbLinkedServiceTypeProperties`
      info	[Changelog] - New field `AuthHeaders` in struct `ODataLinkedServiceTypeProperties`
      info	[Changelog] - New field `AuthHeaders` in struct `HTTPLinkedServiceTypeProperties`
      info	[Changelog] - New field `AuthHeaders` in struct `RestServiceLinkedServiceTypeProperties`
      info	[Changelog]
      info	[Changelog] Total 4 breaking change(s), 570 additive change(s).
      info	[Changelog]
    • ️✔️preview/datafactory/mgmt/2017-09-01-preview/datafactory [View full logs]  [Release SDK Changes]
      info	[Changelog] No exported changes
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 21c9705. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/datafactory/resource-manager/readme.md
    • ️✔️@azure/arm-datafactory [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/dataFactoryManagementClient.js → ./dist/arm-datafactory.js...
      cmderr	[npmPack] created ./dist/arm-datafactory.js in 1.5s
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 21c9705. 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 [email protected]/[email protected] --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/datafactory/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.DataFactory [View full logs]  [Release SDK Changes]
    ️⚠️ azure-sdk-for-python warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 21c9705. 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
    • ️✔️azure-mgmt-datafactory [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Model AzureBlobStorageLinkedService has a new parameter account_kind
      info	[Changelog]   - Model CosmosDbLinkedService has a new parameter connection_mode
      info	[Changelog]   - Model CosmosDbLinkedService has a new parameter azure_cloud_type
      info	[Changelog]   - Model CosmosDbLinkedService has a new parameter tenant
      info	[Changelog]   - Model CosmosDbLinkedService has a new parameter service_principal_credential
      info	[Changelog]   - Model CosmosDbLinkedService has a new parameter service_principal_id
      info	[Changelog]   - Model CosmosDbLinkedService has a new parameter service_principal_credential_type
      info	[Changelog]   - Model RestServiceLinkedService has a new parameter auth_headers
      info	[Changelog]   - Model HttpLinkedService has a new parameter auth_headers
      info	[Changelog]   - Model ODataLinkedService has a new parameter auth_headers
    ️️✔️ azure-resource-manager-schemas succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 21c9705. Schema Automation 14.0.0
      warn	Skip initScript due to not configured
      command	npx n 12
      command	autorest --use=@autorest/[email protected] --version=3.0.6374 --azureresourceschema --multiapi --title=none --pass-thru:subset-reducer --azureresourceschema-folder=/home/vsts/work/1/s/azure-resource-manager-schemas/azure-resource-manager-schemas ../../azure-rest-api-specs/specification/datafactory/resource-manager/readme.md
    • ️✔️datafactory [View full logs]  [Release Schema Changes]
      cmderr	[resource-manager] node-pre-gyp
      cmderr	[resource-manager] WARN Using request for node-pre-gyp https download
      cmderr	[resource-manager] WARN [email protected] No repository field.
      cmderr	[resource-manager] optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
      cmderr	[resource-manager] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
    ️🔄[Staging] ApiDocPreview inProgress [Detail]
    Posted by Swagger Pipeline | How to fix these errors?

    @qianwens qianwens merged commit 21c9705 into Azure:master Mar 12, 2021
    MirzaSikander pushed a commit to MirzaSikander/azure-rest-api-specs that referenced this pull request Mar 22, 2021
    mkarmark pushed a commit to mkarmark/azure-rest-api-specs that referenced this pull request Jul 21, 2021
    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