Skip to content

Commit 366b6d2

Browse files
Refresh azure-mgmt-networkfunction after migrate to Typespec (#47636)
* Configurations: 'specification/networkfunction/resource-manager/Microsoft.NetworkFunction/TrafficCollector/tspconfig.yaml', API Version: 2022-11-01, SDK Release Type: stable, and CommitSHA: '1523f9e8e89437d84d69a6651f09d74a7ae65ed3' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6475027 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Optimize changelog for azure-mgmt-networkfunction * Update CHANGELOG.md --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent 081549b commit 366b6d2

17 files changed

Lines changed: 1575 additions & 104 deletions

File tree

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

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

3+
## 1.0.0 (2026-06-30)
4+
5+
### Other Changes
6+
7+
- First GA
8+
39
## 1.0.0b2 (2026-03-16)
410

511
### Features Added

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

Lines changed: 3 additions & 3 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 Networkfunction Management Client Library.
4-
This package has been tested with Python 3.9+.
4+
This package has been tested with Python 3.10+.
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.9+ is required to use this package.
15+
- Python 3.10+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
27+
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

sdk/networkfunction/azure-mgmt-networkfunction/_metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"apiVersions": {
44
"Microsoft.NetworkFunction": "2022-11-01"
55
},
6-
"commit": "63cb8f987d0d5fb94e781d000c7f7fc7a4a69842",
6+
"commit": "1523f9e8e89437d84d69a6651f09d74a7ae65ed3",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
8-
"typespec_src": "specification/networkfunction/NetworkFunction.Management",
9-
"emitterVersion": "0.60.2"
8+
"typespec_src": "specification/networkfunction/resource-manager/Microsoft.NetworkFunction/TrafficCollector",
9+
"emitterVersion": "0.63.2",
10+
"httpClientPythonVersion": "^0.33.0"
1011
}

0 commit comments

Comments
 (0)