Skip to content

Commit a52ae5e

Browse files
authored
Merge pull request #25456 from Azure/internal/release
release-2024-07-09
2 parents c127835 + 8163c4d commit a52ae5e

File tree

412 files changed

+40990
-80185
lines changed

Some content is hidden

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

412 files changed

+40990
-80185
lines changed

ChangeLog.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,12 @@
125125
* Added input parameter validation set for UploadLimitWeeklyRecurrenceObject
126126
* Supported Uploaded Limit Schedule
127127

128-
#### Az.StorageSync 2.2.0
129-
* Onboarded Service Api version 2022-09-01
130-
* Enabled ManagedIdentity Feature (Preview)
131-
132128
#### Az.Synapse 3.0.9
133129
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.20.
134130
* Fixed the issue that Azure.Core.AccessToken is used before assigned.
135131

136132
### Thanks to our community contributors
137-
* Felipe Andrade (@andradf), Use named parameter for appPackageUrl in CreateOrUpdateApplicationTyp… (#25113)
133+
* Felipe Andrade (@andradf), Use named parameter for appPackageUrl in CreateOrUpdateApplicationTypeVersion (#25113)
138134
* JoshK (@jkonecki42), Update New-AzADGroupOwner.md (#25080)
139135

140136
## 12.0.0 - May 2024

documentation/SyntaxChangeLog/SyntaxChangeLog-Az12.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@
7979
* Modified cmdlet `Update-AzStorageMoverAgent`
8080
- Added parameter `-UploadLimitScheduleWeeklyRecurrence`
8181
* Added cmdlet `New-AzStorageMoverUploadLimitWeeklyRecurrenceObject`
82-
#### Az.StorageSync 2.2.0
83-
* Modified cmdlet `New-AzStorageSyncService`
84-
- Added parameters `-AssignIdentity`, `-UserAssignedIdentityId`, `-IdentityType`
85-
* Modified cmdlet `Set-AzStorageSyncService`
86-
- Added parameters `-AssignIdentity`, `-UserAssignedIdentityId`, `-IdentityType`, `-UseIdentity`
87-
* Added cmdlet `Remove-AzStorageSyncServerEndpointPermission`, `Set-AzStorageSyncCloudEndpointPermission`, `Set-AzStorageSyncServer`, `Set-AzStorageSyncServerEndpointPermission`, `Set-AzStorageSyncServiceIdentity`
8882

8983
## 12.0.0 - May 2024
9084
#### Az.Accounts 3.0.0

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/3/2024
6+
# Generated on: 7/4/2024
77
#
88

99
@{

src/Accounts/Accounts/Utilities/CommandMappings.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7503,15 +7503,10 @@
75037503
"Remove-AzStorageSyncCloudEndpoint": {},
75047504
"Remove-AzStorageSyncGroup": {},
75057505
"Remove-AzStorageSyncServerEndpoint": {},
7506-
"Remove-AzStorageSyncServerEndpointPermission": {},
75077506
"Remove-AzStorageSyncService": {},
75087507
"Reset-AzStorageSyncServerCertificate": {},
7509-
"Set-AzStorageSyncCloudEndpointPermission": {},
7510-
"Set-AzStorageSyncServer": {},
75117508
"Set-AzStorageSyncServerEndpoint": {},
7512-
"Set-AzStorageSyncServerEndpointPermission": {},
75137509
"Set-AzStorageSyncService": {},
7514-
"Set-AzStorageSyncServiceIdentity": {},
75157510
"Unregister-AzStorageSyncServer": {}
75167511
},
75177512
"Az.StreamAnalytics": {

src/Accounts/Authentication/Factories/ClientFactory.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,7 @@ public virtual TClient CreateArmClient<TClient>(IAzureContext context, string en
6767
var subscriptionId = typeof(TClient).GetProperty("SubscriptionId");
6868
if (subscriptionId != null && context.Subscription != null)
6969
{
70-
if (subscriptionId.PropertyType == typeof(Guid))
71-
{
72-
subscriptionId.SetValue(client, Guid.Parse(context.Subscription.Id));
73-
}
74-
else
75-
{
76-
subscriptionId.SetValue(client, context.Subscription.Id);
77-
}
70+
subscriptionId.SetValue(client, context.Subscription.Id.ToString());
7871
}
7972

8073
return client;

src/Batch/Batch/Az.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/3/2024
6+
# Generated on: 7/4/2024
77
#
88

99
@{

src/CodeSigning/CodeSigning/Az.CodeSigning.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/3/2024
6+
# Generated on: 7/4/2024
77
#
88

99
@{

src/Compute/Compute/Az.Compute.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/3/2024
6+
# Generated on: 7/4/2024
77
#
88

99
@{

src/CosmosDB/CosmosDB/Az.CosmosDB.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/3/2024
6+
# Generated on: 7/4/2024
77
#
88

99
@{

src/DataFactory/DataFactory/Az.DataFactory.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/3/2024
6+
# Generated on: 7/4/2024
77
#
88

99
@{

0 commit comments

Comments
 (0)