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: src/Compute/Compute/ChangeLog.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@
21
21
-->
22
22
## Upcoming Release
23
23
* Added useful examples to the `New-AzVMConfig` help doc.
24
-
* Added new `ResourceId` parameter to the `Get-AzVmss` cmdlet.
24
+
* Added new `ResourceId` parameter to the `Get-AzVmss` cmdlet.
25
25
* Added `-SecurityType`, `-EnableSecureBoot` and `-EnableVtpm` parameters to `New-AzVm`,`New-AzVmConfig`, `New-AzVmss`, `New-AzVmssConfig`, `Update-AzVm` and `Update-AzVmss` cmdlets.
26
26
* Configured parameter flags `-EnableSecureBoot` and `-EnableVtpm` to default to True for TrustedLaunch and ConfidentialVM values for the `-SecurityType` parameter in `New-AzVm`,`New-AzVmConfig`, `New-AzVmss`, `New-AzVmssConfig`, `Update-AzVm` and `Update-AzVmss` cmdlets.
27
27
* Added a message to the user when they provide an outdated image alias to `New-AzVM` via the `-Image` parameter or to `New-AzVmss` via the `-ImageName` parameter.
28
-
The non-versioned image aliases are being updated to versioned values in October 2023, and this message is to help urge customers to use the newer versioned image alias values.
28
+
The non-versioned image aliases were updated to versioned values in October 2023, and this message is to help urge customers to use the newer versioned image alias values.
29
29
* Changed the installation behavior for the `GuestAttestation` extension in `New-AzVM` and `New-AzVmss` to set the property `EnableAutomaticUpgrade` to true.
30
-
*Changes to `Set-AzVMOperatingSystem` to correct unnecessary mandatory parameters.
30
+
*Changed to `Set-AzVMOperatingSystem` to correct unnecessary mandatory parameters.
31
31
32
32
## Version 6.0.0
33
33
* Added new switch parameter `OSImageScheduledEventEnabled` and string parameter `OSImageScheduledEventNotBeforeTimeoutInMinutes` to the cmdlets `New-AzVmssConfig` and `Update-AzVmss`.
Copy file name to clipboardExpand all lines: src/CosmosDB/CosmosDB/ChangeLog.md
+21-22Lines changed: 21 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
-->
20
20
21
21
## Upcoming Release
22
-
* Locations show response now includes status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties
22
+
* Locations showed in response included status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties
23
23
24
24
## Version 1.11.0
25
25
* Added support for Continuous 7 Days backup mode.
@@ -104,22 +104,22 @@
104
104
105
105
## Version 0.2.0
106
106
* Introduced support for throughput Migration, allowing custoers to migrate their resources from manually provisioned throughput to autoscaled throughput. Customers can use this feature using the following cmdlets:
* Introduced support for Autoscale, as a result of which all cmdlets which create or modify resources with throughput have an additional parameter called AutoscaleMaxThroughput.
118
+
* Introduced support for Autoscale, as a result of which all cmdlets which create or modify resources with throughput have an additional parameter called AutoscaleMaxThroughput.
119
119
* New-AzCosmosDBAccount cmdlet was updated with new paramters: EnableFreeTier, EnableAnalyticalStorage, ServerVersion, IpRule.
120
120
* Update-AzCosmosDBAccount was updated with: EnableAnalyticalStorage and IpRule.
121
121
* IpRangeFilter is deprecated, IpRule should be used, for both New-AzCosmosDBAccount and Update-AzCosmosDBAccount.
122
-
* New-AzCosmosDBMongoDBCollection, Update-AzCosmosDBMongoDBCollection, New-AzCosmosDBCassandraTable and Update-AzCosmosDBCassandraTable cmdlets allow specifying AnalyticalStorageTTL.
122
+
* New-AzCosmosDBMongoDBCollection, Update-AzCosmosDBMongoDBCollection, New-AzCosmosDBCassandraTable and Update-AzCosmosDBCassandraTable cmdlets allow specifying AnalyticalStorageTTL.
123
123
124
124
## Version 0.1.5
125
125
* PSDatabaseAccount is renamed to PSDatabaseAccountGetResults
Copy file name to clipboardExpand all lines: src/Network/Network/ChangeLog.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@
21
21
## Upcoming Release
22
22
* Added new cmdlets to get Connection child resource of Network Virtual Appliance.
23
23
-`Get-AzNetworkVirtualApplianceConnection`
24
-
*Update cmdlets to return connections in Network Virtual Appliance
24
+
*Updated cmdlets to return connections in Network Virtual Appliance
25
25
-`Network Virtual Appliance`
26
26
* Allowed not to provide `Rules` in `PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride`, which would return an empty `RuleID` to be passed to NRP.
27
-
*Add optional parameter 'AdminState' to Express Route Virtual Network Gateway
27
+
*Added optional parameter 'AdminState' to Express Route Virtual Network Gateway
28
28
* Fixed bug that caused `Remove-AzApplicationGatewayAutoscaleConfiguration` to always fails
29
29
* Added read-only property `DefaultPredefinedSslPolicy` in PSApplicationGateway
30
30
* Updated cmdlet to added optional parameter `DomainNameLabelScope` to Public Ip Address
0 commit comments