Skip to content

Commit 47e8a8f

Browse files
[AutoRelease] t2-networkanalytics-2024-01-25-90606(can only be merged by SDK owner) (#34003)
* code and test * Update CHANGELOG.md * Update assets.json --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent 83f2209 commit 47e8a8f

File tree

8 files changed

+419
-229
lines changed

8 files changed

+419
-229
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Release History
22

3+
## 1.0.0 (2024-01-26)
4+
5+
### Features Added
6+
7+
- Model DataProduct has a new parameter properties
8+
- Model DataProductUpdate has a new parameter properties
9+
- Model DataProductsCatalog has a new parameter properties
10+
- Model DataType has a new parameter properties
11+
- Model DataTypeUpdate has a new parameter properties
12+
13+
### Breaking Changes
14+
15+
- Model DataProduct no longer has parameter available_minor_versions
16+
- Model DataProduct no longer has parameter consumption_endpoints
17+
- Model DataProduct no longer has parameter current_minor_version
18+
- Model DataProduct no longer has parameter customer_encryption_key
19+
- Model DataProduct no longer has parameter customer_managed_key_encryption_enabled
20+
- Model DataProduct no longer has parameter documentation
21+
- Model DataProduct no longer has parameter key_vault_url
22+
- Model DataProduct no longer has parameter major_version
23+
- Model DataProduct no longer has parameter managed_resource_group_configuration
24+
- Model DataProduct no longer has parameter networkacls
25+
- Model DataProduct no longer has parameter owners
26+
- Model DataProduct no longer has parameter private_links_enabled
27+
- Model DataProduct no longer has parameter product
28+
- Model DataProduct no longer has parameter provisioning_state
29+
- Model DataProduct no longer has parameter public_network_access
30+
- Model DataProduct no longer has parameter publisher
31+
- Model DataProduct no longer has parameter purview_account
32+
- Model DataProduct no longer has parameter purview_collection
33+
- Model DataProduct no longer has parameter redundancy
34+
- Model DataProduct no longer has parameter resource_guid
35+
- Model DataProductUpdate no longer has parameter current_minor_version
36+
- Model DataProductUpdate no longer has parameter owners
37+
- Model DataProductUpdate no longer has parameter private_links_enabled
38+
- Model DataProductUpdate no longer has parameter purview_account
39+
- Model DataProductUpdate no longer has parameter purview_collection
40+
- Model DataProductsCatalog no longer has parameter provisioning_state
41+
- Model DataProductsCatalog no longer has parameter publishers
42+
- Model DataType no longer has parameter database_cache_retention
43+
- Model DataType no longer has parameter database_retention
44+
- Model DataType no longer has parameter provisioning_state
45+
- Model DataType no longer has parameter state
46+
- Model DataType no longer has parameter state_reason
47+
- Model DataType no longer has parameter storage_output_retention
48+
- Model DataType no longer has parameter visualization_url
49+
- Model DataTypeUpdate no longer has parameter database_cache_retention
50+
- Model DataTypeUpdate no longer has parameter database_retention
51+
- Model DataTypeUpdate no longer has parameter state
52+
- Model DataTypeUpdate no longer has parameter storage_output_retention
53+
354
## 1.0.0b1 (2023-11-28)
455

556
* Initial Release

sdk/networkanalytics/azure-mgmt-networkanalytics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Networkanalytics Management Client Library.
4-
This package has been tested with Python 3.7+.
4+
This package has been tested with Python 3.8+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.7+ is required to use this package.
15+
- Python 3.8+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "4816586e353f83f79e56789b171eb888054824f1",
2+
"commit": "4307895c13b5bc76d3d6e5d6346a32577842ac17",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.9.7",
55
"use": [

sdk/networkanalytics/azure-mgmt-networkanalytics/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/networkanalytics/azure-mgmt-networkanalytics",
5-
"Tag": "python/networkanalytics/azure-mgmt-networkanalytics_cce812ec80"
5+
"Tag": "python/networkanalytics/azure-mgmt-networkanalytics_7fdc116223"
66
}

sdk/networkanalytics/azure-mgmt-networkanalytics/azure/mgmt/networkanalytics/_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 = "1.0.0b1"
9+
VERSION = "1.0.0"

sdk/networkanalytics/azure-mgmt-networkanalytics/azure/mgmt/networkanalytics/models/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@
1515
from ._models_py3 import DataProductInformation
1616
from ._models_py3 import DataProductListResult
1717
from ._models_py3 import DataProductNetworkAcls
18+
from ._models_py3 import DataProductProperties
1819
from ._models_py3 import DataProductUpdate
20+
from ._models_py3 import DataProductUpdateProperties
1921
from ._models_py3 import DataProductVersion
2022
from ._models_py3 import DataProductsCatalog
2123
from ._models_py3 import DataProductsCatalogListResult
24+
from ._models_py3 import DataProductsCatalogProperties
2225
from ._models_py3 import DataType
2326
from ._models_py3 import DataTypeListResult
27+
from ._models_py3 import DataTypeProperties
2428
from ._models_py3 import DataTypeUpdate
29+
from ._models_py3 import DataTypeUpdateProperties
2530
from ._models_py3 import EncryptionKeyDetails
2631
from ._models_py3 import ErrorAdditionalInfo
2732
from ._models_py3 import ErrorDetail
@@ -70,13 +75,18 @@
7075
"DataProductInformation",
7176
"DataProductListResult",
7277
"DataProductNetworkAcls",
78+
"DataProductProperties",
7379
"DataProductUpdate",
80+
"DataProductUpdateProperties",
7481
"DataProductVersion",
7582
"DataProductsCatalog",
7683
"DataProductsCatalogListResult",
84+
"DataProductsCatalogProperties",
7785
"DataType",
7886
"DataTypeListResult",
87+
"DataTypeProperties",
7988
"DataTypeUpdate",
89+
"DataTypeUpdateProperties",
8090
"EncryptionKeyDetails",
8191
"ErrorAdditionalInfo",
8292
"ErrorDetail",

0 commit comments

Comments
 (0)