You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/servicenetworking/azure-mgmt-servicenetworking/CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# Release History
2
2
3
+
## 2.1.0b1 (2025-04-11)
4
+
5
+
### Features Added
6
+
7
+
- Model `FrontendProperties` added property `security_policy_configurations`
8
+
- Model `FrontendUpdate` added property `properties`
9
+
- Enum `PolicyType` added member `IP_ACCESS_RULES`
10
+
- Model `SecurityPolicyConfigurations` added property `ip_access_rules_security_policy`
11
+
- Model `SecurityPolicyProperties` added property `ip_access_rules_policy`
12
+
- Model `SecurityPolicyUpdateProperties` added property `ip_access_rules_policy`
13
+
- Added model `FrontendUpdateProperties`
14
+
- Added model `IpAccessRule`
15
+
- Added enum `IpAccessRuleAction`
16
+
- Added model `IpAccessRulesPolicy`
17
+
- Added model `IpAccessRulesSecurityPolicy`
18
+
- Method `AssociationSubnetUpdate.__init__` has a new overload `def __init__(self: None, id: Optional[str])`
19
+
- Method `FrontendProperties.__init__` has a new overload `def __init__(self: None, security_policy_configurations: Optional[_models.SecurityPolicyConfigurations])`
20
+
- Method `FrontendProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
21
+
- Method `FrontendUpdate.__init__` has a new overload `def __init__(self: None, tags: Optional[Dict[str, str]], properties: Optional[_models.FrontendUpdateProperties])`
22
+
- Method `SecurityPolicyConfigurations.__init__` has a new overload `def __init__(self: None, waf_security_policy: Optional[_models.WafSecurityPolicy], ip_access_rules_security_policy: Optional[_models.IpAccessRulesSecurityPolicy])`
23
+
- Method `SecurityPolicyProperties.__init__` has a new overload `def __init__(self: None, waf_policy: Optional[_models.WafPolicy], ip_access_rules_policy: Optional[_models.IpAccessRulesPolicy])`
24
+
- Method `SecurityPolicyUpdateProperties.__init__` has a new overload `def __init__(self: None, waf_policy: Optional[_models.WafPolicy], ip_access_rules_policy: Optional[_models.IpAccessRulesPolicy])`
25
+
- Method `FrontendUpdateProperties.__init__` has a new overload `def __init__(self: None, security_policy_configurations: Optional[_models.SecurityPolicyConfigurations])`
26
+
- Method `FrontendUpdateProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
27
+
- Method `IpAccessRule.__init__` has a new overload `def __init__(self: None, name: str, priority: int, source_address_prefixes: List[str], action: Union[str, _models.IpAccessRuleAction])`
28
+
- Method `IpAccessRule.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
29
+
- Method `IpAccessRulesPolicy.__init__` has a new overload `def __init__(self: None, rules: Optional[List[_models.IpAccessRule]])`
30
+
- Method `IpAccessRulesPolicy.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
31
+
- Method `IpAccessRulesSecurityPolicy.__init__` has a new overload `def __init__(self: None, id: str)`
32
+
- Method `IpAccessRulesSecurityPolicy.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
Copy file name to clipboardExpand all lines: sdk/servicenetworking/azure-mgmt-servicenetworking/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ pip install azure-identity
24
24
25
25
### Authentication
26
26
27
-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27
+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
0 commit comments