Skip to content

Commit 385df89

Browse files
authored
Generate Network SDK .NET API Version 2025-03-01 (#54190)
1 parent 7f149af commit 385df89

File tree

706 files changed

+7934
-4643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

706 files changed

+7934
-4643
lines changed

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

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

3-
## 1.14.0-beta.1 (Unreleased)
3+
## 1.14.0 (2025-12-04)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Upgraded api-version tag from 'package-2025-01-01' to 'package-2025-03-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4db9e81042ec3ffd1eee8df1bf2b8489a1e7fa0a/specification/network/resource-manager/readme.md.
128

139
## 1.13.0 (2025-10-24)
1410

sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.net8.0.cs

Lines changed: 202 additions & 5 deletions
Large diffs are not rendered by default.

sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs

Lines changed: 202 additions & 5 deletions
Large diffs are not rendered by default.

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.14.0-beta.1</Version>
3+
<Version>1.14.0</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.13.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Network</PackageId>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
#nullable disable
5+
6+
using System;
7+
8+
namespace Azure.ResourceManager.Network.Models
9+
{
10+
/// <summary> The string representation of the web application firewall rule sensitivity. </summary>
11+
public readonly partial struct ApplicationGatewayWafRuleSensitivityType : IEquatable<ApplicationGatewayWafRuleSensitivityType>
12+
{
13+
private const string NoneValue = "None";
14+
15+
/// <summary> None. </summary>
16+
public static ApplicationGatewayWafRuleSensitivityType None { get; } = new ApplicationGatewayWafRuleSensitivityType(NoneValue);
17+
}
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
#nullable disable
5+
6+
using System;
7+
8+
namespace Azure.ResourceManager.Network.Models
9+
{
10+
/// <summary> Defines the sensitivity for the rule. </summary>
11+
public readonly partial struct ManagedRuleSensitivityType : IEquatable<ManagedRuleSensitivityType>
12+
{
13+
private const string NoneValue = "None";
14+
15+
/// <summary> None. </summary>
16+
public static ManagedRuleSensitivityType None { get; } = new ManagedRuleSensitivityType(NoneValue);
17+
}
18+
}

sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupCollection.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupResource.cs

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayCollection.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayData.Serialization.cs

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)