Skip to content

Commit bf426c8

Browse files
authored
Prepare stable release for Network (Azure#29764)
* Prepare stable release for Network
1 parent 08ffde8 commit bf426c8

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

sdk/network/Azure.ResourceManager.Network/CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,44 @@
11
# Release History
22

3-
## 1.0.0-beta.8 (Unreleased)
3+
## 1.0.0 (2022-07-11)
4+
5+
This is the first stable release of the Network Management client library.
46

57
### Features Added
68

9+
- Added Update methods in resource classes.
10+
711
### Breaking Changes
812

9-
### Bugs Fixed
13+
Polishing since last public beta release:
14+
- Prepended `Network` prefix to all single / simple model names.
15+
- Corrected the format of all `Guid` type properties / parameters.
16+
- Corrected the format of all `ResourceIdentifier` type properteis / parameters.
17+
- Corrected the format of all `ResouceType` type properteis / parameters.
18+
- Corrected the format of all `ETag` type properteis / parameters.
19+
- Corrected the format of all `AzureLocation` type properteis / parameters.
20+
- Corrected the format of all binary type properteis / parameters.
21+
- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines).
22+
- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations).
23+
- Corrected the suffix of `DateTimeOffset` properties / parameters.
24+
- Corrected the name of interval / duration properties / parameters which end with units.
25+
- Optimized the name of some models and functions.
1026

1127
### Other Changes
1228

29+
- Upgraded dependent `Azure.ResourceManager` to 1.2.0
30+
- Upgraded dependent `Azure.Core` to 1.25.0
31+
1332
## 1.0.0-beta.7 (2022-04-08)
1433

1534
### Breaking Changes
1635

17-
- Simplify `type` property names.
36+
- Simplified `type` property names.
1837
- Normalized the body parameter type names for PUT / POST / PATCH operations if it is only used as input.
1938

2039
### Other Changes
2140

22-
- Upgrade dependency to Azure.ResourceManager 1.0.0
41+
- Upgraded dependency to Azure.ResourceManager 1.0.0
2342

2443
## 1.0.0-beta.6 (2022-03-31)
2544

sdk/network/Azure.ResourceManager.Network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
1414
Install the Azure Network management library for .NET with [NuGet](https://www.nuget.org/):
1515

1616
```dotnetcli
17-
dotnet add package Azure.ResourceManager.Network --prerelease
17+
dotnet add package Azure.ResourceManager.Network
1818
```
1919

2020
### Prerequisites

sdk/network/Azure.ResourceManager.Network/src/Azure.ResourceManager.Network.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.0-beta.8</Version>
3+
<Version>1.0.0</Version>
44
<PackageId>Azure.ResourceManager.Network</PackageId>
55
<Description>
66
Azure management client SDK for Azure resource provider Microsoft.Network.

0 commit comments

Comments
 (0)