Skip to content

Commit

Permalink
[Datafactory] update readme.md and DynamicsSinkWriteBehavior resolve …
Browse files Browse the repository at this point in the history
…the PR has python sdk break change (Azure#10807)

* [Datafactory] update readme.md and DynamicsSinkWriteBehavior

* update python.md

* Fix lint rule errors
  • Loading branch information
Jingshu923 authored and nitegupt committed Sep 25, 2020
1 parent a578dd6 commit 5a46585
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"title": "DataFactoryManagementClient",
"version": "2018-06-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"DataFlow": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"title": "DataFactoryManagementClient",
"version": "2018-06-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"Dataset": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"title": "DataFactoryManagementClient",
"version": "2018-06-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"IntegrationRuntime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"title": "DataFactoryManagementClient",
"version": "2018-06-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"LinkedService": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"title": "DataFactoryManagementClient",
"version": "2018-06-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"ManagedPrivateEndpoint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"title": "DataFactoryManagementClient",
"version": "2018-06-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"ManagedVirtualNetwork": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"title": "DataFactoryManagementClient",
"version": "2018-06-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"Pipeline": {
Expand Down Expand Up @@ -4507,6 +4518,17 @@
}
}
},
"DynamicsSinkWriteBehavior": {
"description": "Defines values for DynamicsSinkWriteBehavior.",
"type": "string",
"enum": [
"Upsert"
],
"x-ms-enum": {
"name": "DynamicsSinkWriteBehavior",
"modelAsString": true
}
},
"DynamicsSink": {
"description": "A copy activity Dynamics sink.",
"type": "object",
Expand All @@ -4518,14 +4540,7 @@
"properties": {
"writeBehavior": {
"description": "The write behavior for the operation.",
"type": "string",
"enum": [
"Upsert"
],
"x-ms-enum": {
"name": "DynamicsSinkWriteBehavior",
"modelAsString": true
}
"$ref": "#/definitions/DynamicsSinkWriteBehavior"
},
"ignoreNullValues": {
"type": "object",
Expand All @@ -4551,14 +4566,7 @@
"properties": {
"writeBehavior": {
"description": "The write behavior for the operation.",
"type": "string",
"enum": [
"Upsert"
],
"x-ms-enum": {
"name": "DynamicsSinkWriteBehavior",
"modelAsString": true
}
"$ref": "#/definitions/DynamicsSinkWriteBehavior"
},
"ignoreNullValues": {
"type": "object",
Expand All @@ -4584,14 +4592,7 @@
"properties": {
"writeBehavior": {
"description": "The write behavior for the operation.",
"type": "string",
"enum": [
"Upsert"
],
"x-ms-enum": {
"name": "DynamicsSinkWriteBehavior",
"modelAsString": true
}
"$ref": "#/definitions/DynamicsSinkWriteBehavior"
},
"ignoreNullValues": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"title": "DataFactoryManagementClient",
"version": "2018-06-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"Trigger": {
Expand Down
7 changes: 7 additions & 0 deletions specification/datafactory/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ These settings apply only when `--tag=package-2018-06` is specified on the comma
``` yaml $(tag) == 'package-2018-06'
input-file:
- Microsoft.DataFactory/stable/2018-06-01/datafactory.json
- Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json
- Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json
- Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json
- Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json
- Microsoft.DataFactory/stable/2018-06-01/entityTypes/ManagedPrivateEndpoint.json
- Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
- Microsoft.DataFactory/stable/2018-06-01/entityTypes/Trigger.json
```

### Tag: package-2017-09-preview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.datafactory
package-name: azure-mgmt-datafactory
package-version: 1.0.0
Expand Down

0 comments on commit 5a46585

Please sign in to comment.