Skip to content

Commit 11e18de

Browse files
azclibotBigCat20196msyyc
authored
[AutoRelease] t2-datafactory-2022-02-08-28669 (Azure#22955)
* code and test * Update CHANGELOG.md * Update _version.py * Update sdk/datafactory/azure-mgmt-datafactory/CHANGELOG.md * Update CHANGELOG.md Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Jiefeng Chen <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent b042705 commit 11e18de

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

sdk/datafactory/azure-mgmt-datafactory/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 2.2.1 (2022-02-14)
4+
5+
**Fixes**
6+
- Fix parameter public_network_access mapping type in Model FactoryUpdateParameters
7+
38
## 2.2.0 (2022-01-06)
49

510
**Features**

sdk/datafactory/azure-mgmt-datafactory/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "c00793a9795d095a6798f63eabf9108c4812fbb1",
7+
"commit": "4d63c7c43051035d95499282536b7b76607e5f90",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
9-
"autorest_command": "autorest specification/datafactory/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
9+
"autorest_command": "autorest specification/datafactory/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
1010
"readme": "specification/datafactory/resource-manager/readme.md"
1111
}

sdk/datafactory/azure-mgmt-datafactory/azure/mgmt/datafactory/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "2.2.0"
9+
VERSION = "2.2.1"

sdk/datafactory/azure-mgmt-datafactory/azure/mgmt/datafactory/models/_models_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23542,7 +23542,7 @@ class FactoryUpdateParameters(msrest.serialization.Model):
2354223542
_attribute_map = {
2354323543
'tags': {'key': 'tags', 'type': '{str}'},
2354423544
'identity': {'key': 'identity', 'type': 'FactoryIdentity'},
23545-
'public_network_access': {'key': 'publicNetworkAccess', 'type': 'str'},
23545+
'public_network_access': {'key': 'properties.publicNetworkAccess', 'type': 'str'},
2354623546
}
2354723547

2354823548
def __init__(

0 commit comments

Comments
 (0)