Skip to content

Commit

Permalink
Release Azure.ResourceManager.ManagedNetworkFabric for first GA (#37726)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohana-Krishna-Nali authored Jul 29, 2023
1 parent 2c44168 commit de399a6
Show file tree
Hide file tree
Showing 573 changed files with 41,132 additions and 17,201 deletions.
3 changes: 2 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,8 @@
"words": [
"evpn",
"mbps",
"gshut"
"gshut",
"dscp"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0 (2023-07-28)

This release is the first stable release of the Managed Network Fabric library.

### Features Added

### Breaking Changes
- Upgraded API version to 2023-06-15, which supports the following new resources:
- InternetGateyways
- InternetGatewayRules
- NetworkTap
- NetworkTapRules
- NetworkPacketBroker
- NeighborGroup

### Bugs Fixed
### Breaking Changes

### Other Changes
- Supported new parameters and removed deprecated parameters in all existing resources.
- Supported new post actions in the existing resources.
- Removed some post actions that are not needed.
- Prepended `NetworkFabric` prefix to all single / simple model names.
- Corrected the format of all `ResourceIdentifier` type properties / parameters.
- Corrected the name of interval / duration properties / parameters that end with units.
- Optimized the name of some models and functions.
- Corrected all acronyms that not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines).
- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations).

## 1.0.0-beta.1 (2023-06-28)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure Azure.ResourceManager.ManagedNetworkFabric management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.ManagedNetworkFabric --prerelease
dotnet add package Azure.ResourceManager.ManagedNetworkFabric
```

### Prerequisites
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/managednetworkfabric/Azure.ResourceManager.ManagedNetworkFabric",
"Tag": "net/managednetworkfabric/Azure.ResourceManager.ManagedNetworkFabric_81afc1026e"
"Tag": "net/managednetworkfabric/Azure.ResourceManager.ManagedNetworkFabric_258b2481b3"
}

This file was deleted.

Loading

0 comments on commit de399a6

Please sign in to comment.