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/compute/Azure.ResourceManager.Compute/CHANGELOG.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release History
2
2
3
-
## 1.7.0-beta.2 (Unreleased)
3
+
## 1.7.0-beta.2 (2024-12-11)
4
4
5
5
### Features Added
6
6
@@ -9,12 +9,6 @@
9
9
- Added `VirtualMachineScaleSetProperties` which supports `AdditionalProperties` to send and receive private/internal properties supported by the service.
10
10
- Added `AdditionalProperties` to `VirtualMachineSizeProperties` and `VirtualMachineScaleSetUpgradePolicy` classes to support private/internal properties supported by the service.
Copy file name to clipboardExpand all lines: sdk/network/Azure.ResourceManager.Network/CHANGELOG.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,14 @@
1
1
# Release History
2
2
3
-
## 1.10.0-beta.1 (Unreleased)
3
+
## 1.10.0-beta.1 (2024-12-11)
4
4
5
5
### Features Added
6
6
7
7
- Exposed `JsonModelWriteCore` for model serialization procedure.
8
-
9
-
### Breaking Changes
10
-
11
-
### Bugs Fixed
12
-
13
-
### Other Changes
8
+
- Please use the properties in `LoadBalancingRuleData.Properties` to set the properties of the LoadBalancingRule, instead of using those properties at the root level of `LoadBalancingRuleData` class.
9
+
- Please use the properties in `LoadBalancerInboundNatPool.Properties` to set the properties of the LoadBalancerInboundNatPool, instead of using those properties at the root level of `LoadBalancerInboundNatPool` class.
10
+
- Added `LoadBalancingRuleProperties` which supports `AdditionalProperties` to send and receive private/internal properties supported by the service.
11
+
- Added `LoadBalancerInboundNatPoolProperties` which supports `AdditionalProperties` to send and receive private/internal properties supported by the service.
/// <param name="etag"> A unique read-only string that changes whenever the resource is updated. </param>
322
+
/// <param name="frontendIPConfigurationId"> A reference to frontend IP addresses. </param>
323
+
/// <param name="protocol"> The reference to the transport protocol used by the inbound NAT pool. </param>
324
+
/// <param name="frontendPortRangeStart"> The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534. </param>
325
+
/// <param name="frontendPortRangeEnd"> The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535. </param>
326
+
/// <param name="backendPort"> The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535. </param>
327
+
/// <param name="idleTimeoutInMinutes"> The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. </param>
328
+
/// <param name="enableFloatingIP"> Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. </param>
329
+
/// <param name="enableTcpReset"> Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. </param>
330
+
/// <param name="provisioningState"> The provisioning state of the inbound NAT pool resource. </param>
331
+
/// <returns> A new <see cref="Models.LoadBalancerInboundNatPool"/> instance for mocking. </returns>
/// <param name="etag"> A unique read-only string that changes whenever the resource is updated. </param>
359
+
/// <param name="frontendIPConfigurationId"> A reference to frontend IP addresses. </param>
360
+
/// <param name="backendAddressPoolId"> A reference to a pool of DIPs. Inbound traffic is randomly load balanced across IPs in the backend IPs. </param>
361
+
/// <param name="backendAddressPools"> An array of references to pool of DIPs. </param>
362
+
/// <param name="probeId"> The reference to the load balancer probe used by the load balancing rule. </param>
363
+
/// <param name="protocol"> The reference to the transport protocol used by the load balancing rule. </param>
364
+
/// <param name="loadDistribution"> The load distribution policy for this rule. </param>
365
+
/// <param name="frontendPort"> The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port". </param>
366
+
/// <param name="backendPort"> The port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port". </param>
367
+
/// <param name="idleTimeoutInMinutes"> The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. </param>
368
+
/// <param name="enableFloatingIP"> Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. </param>
369
+
/// <param name="enableTcpReset"> Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. </param>
370
+
/// <param name="disableOutboundSnat"> Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule. </param>
371
+
/// <param name="provisioningState"> The provisioning state of the load balancing rule resource. </param>
372
+
/// <returns> A new <see cref="Network.LoadBalancingRuleData"/> instance for mocking. </returns>
0 commit comments