Skip to content

Commit eb27e47

Browse files
azure-sdkm-nash
andauthored
Update autorest version to 3.0.0-beta.20250508.1 (Azure#49593)
* Initialize repository for autorest build 20250423.2 * Update SDK code cl_co_1 * Update SDK code pr_re_7 * Update SDK code de_ex_3 * Update SDK code ex_ke_4 * Update SDK code ne_pr_6 * Update SDK code ke_my_5 * Update SDK code sc_st_8 * Update SDK code st_wo_9 * Update SDK code ad_cl_0 * Update SDK code co_da_2 * updates needed for repo * Initialize repository for autorest build 20250428.2 * Update SDK code cl_co_1 * Update SDK code pr_sc_7 * Update SDK code de_ex_3 * Update SDK code ex_ke_4 * Update SDK code ne_pr_6 * Update SDK code st_wo_9 * Update SDK code ke_ne_5 * Update SDK code sc_st_8 * updates to api * Update SDK code ad_cl_0 * Update SDK code co_da_2 * regen after merge * updates after merge * bump storage and resources version * update scm reference * regen loadtesting * Initialize repository for autorest build 20250506.4 * Update SDK code cl_co_1 * Update SDK code pr_sc_7 * Update SDK code de_ex_3 * Update SDK code ex_ke_4 * Update SDK code ne_pr_6 * Update SDK code ke_ne_5 * Update SDK code se_st_8 * Update SDK code st_wo_9 * Update SDK code co_da_2 * remove override * update api * remove temp proj refs * regen azure ai agents persistent * regen apimanagement * remove duplicate context * update api for azure ai agents persistent * regen netapp * propagate the scm.sg proj ref replacement to azure.core * regen chaos * Update Generator Version 3.0.0-beta.20250508.1 * clean up code --------- Co-authored-by: m-nash <[email protected]>
1 parent 31ae188 commit eb27e47

File tree

23,029 files changed

+36685
-24942
lines changed

Some content is hidden

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

23,029 files changed

+36685
-24942
lines changed

eng/Directory.Build.Common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
CA1812; <!-- Avoid uninstantiated internal classes. (Result from below including the Azure.Core source) -->
122122
AZC0012; <!-- Single word class names -->
123123
AZC0008;
124+
SCM0005; <!-- Resources currently do not have a parameterless ctor so builders cannot be created for them -->
124125
</NoWarn>
125126
</PropertyGroup>
126127

eng/Directory.Build.Common.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@
198198

199199
<!-- Add System.ClientModel.SourceGeneration project reference if System.ClientModel was contained in ProjectsToConvert -->
200200
<_DependsOnSystemClientModel Include="@(ProjectsToConvert)" Exclude="System.ClientModel" />
201+
<_DependsOnAzureCore Include="@(ProjectsToConvert)" Exclude="Azure.Core" />
201202
<ProjectReference
202-
Condition="'@(_DependsOnSystemClientModel)' != '@(ProjectsToConvert)'"
203+
Condition="'@(_DependsOnSystemClientModel)' != '@(ProjectsToConvert)' or '@(_DependsOnAzureCore)' != '@(ProjectsToConvert)'"
203204
Include="$(RepoRoot)\sdk\core\System.ClientModel\gen\System.ClientModel.SourceGeneration.csproj"
204205
ReferenceOutputAssembly="false"
205206
OutputItemType="Analyzer" />

eng/Packages.Data.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
All should have PrivateAssets="All" set so they don't become package dependencies
278278
-->
279279
<ItemGroup>
280-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250430.1" PrivateAssets="All" />
280+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250508.1" PrivateAssets="All" />
281281
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20250310.1" PrivateAssets="All" />
282282
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
283283
<!-- Note: Upgrading the .NET SDK version needs to be synchronized with the autorest.csharp repository -->
@@ -306,7 +306,7 @@
306306
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.12.0" />
307307
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.19.0" />
308308
<PackageReference Update="Azure.ResourceManager" Version="1.13.0" />
309-
<PackageReference Update="Azure.ResourceManager.Compute" Version="1.7.0-beta.1" />
309+
<PackageReference Update="Azure.ResourceManager.Compute" Version="1.9.0" />
310310
<PackageReference Update="Azure.ResourceManager.CognitiveServices" Version="1.3.0" />
311311
<PackageReference Update="Azure.ResourceManager.ContainerService" Version="1.2.3" />
312312
<PackageReference Update="Azure.ResourceManager.KeyVault" Version="1.3.2" />
@@ -315,8 +315,8 @@
315315
<PackageReference Update="Azure.ResourceManager.OperationalInsights" Version="1.3.0-beta.1" />
316316
<PackageReference Update="Azure.ResourceManager.PrivateDns" Version="1.2.1" />
317317
<PackageReference Update="Azure.ResourceManager.RecoveryServices" Version="1.2.0-beta.1" />
318-
<PackageReference Update="Azure.ResourceManager.Resources" Version="1.6.0" />
319-
<PackageReference Update="Azure.ResourceManager.Storage" Version="1.1.1" />
318+
<PackageReference Update="Azure.ResourceManager.Resources" Version="1.9.1" />
319+
<PackageReference Update="Azure.ResourceManager.Storage" Version="1.4.1" />
320320
<PackageReference Update="Azure.ResourceManager.Kubernetes" Version="1.0.0-beta.3" />
321321
<PackageReference Update="Azure.ResourceManager.KubernetesConfiguration" Version="1.2.0-beta.1" />
322322
<PackageReference Update="Azure.ResourceManager.ExtendedLocations" Version="1.1.0-beta.1" />

eng/emitter-package-lock.json

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

eng/emitter-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-csharp": "0.2.0-beta.20250430.1"
4+
"@azure-tools/typespec-csharp": "0.2.0-beta.20250508.1"
55
},
66
"devDependencies": {
77
"@azure-tools/typespec-autorest": "0.55.0",

sdk/advisor/Azure.ResourceManager.Advisor/api/Azure.ResourceManager.Advisor.net8.0.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ public static partial class AdvisorExtensions
2626
public static Azure.Pageable<Azure.ResourceManager.Advisor.SuppressionContractResource> GetSuppressionContracts(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
2727
public static Azure.AsyncPageable<Azure.ResourceManager.Advisor.SuppressionContractResource> GetSuppressionContractsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
2828
}
29+
public partial class AzureResourceManagerAdvisorContext : System.ClientModel.Primitives.ModelReaderWriterContext
30+
{
31+
internal AzureResourceManagerAdvisorContext() { }
32+
public static Azure.ResourceManager.Advisor.AzureResourceManagerAdvisorContext Default { get { throw null; } }
33+
protected override bool TryGetTypeBuilderCore(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) { throw null; }
34+
}
2935
public partial class MetadataEntityCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Advisor.MetadataEntityResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Advisor.MetadataEntityResource>, System.Collections.IEnumerable
3036
{
3137
protected MetadataEntityCollection() { }

sdk/advisor/Azure.ResourceManager.Advisor/api/Azure.ResourceManager.Advisor.netstandard2.0.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ public static partial class AdvisorExtensions
2626
public static Azure.Pageable<Azure.ResourceManager.Advisor.SuppressionContractResource> GetSuppressionContracts(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
2727
public static Azure.AsyncPageable<Azure.ResourceManager.Advisor.SuppressionContractResource> GetSuppressionContractsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
2828
}
29+
public partial class AzureResourceManagerAdvisorContext : System.ClientModel.Primitives.ModelReaderWriterContext
30+
{
31+
internal AzureResourceManagerAdvisorContext() { }
32+
public static Azure.ResourceManager.Advisor.AzureResourceManagerAdvisorContext Default { get { throw null; } }
33+
protected override bool TryGetTypeBuilderCore(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) { throw null; }
34+
}
2935
public partial class MetadataEntityCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Advisor.MetadataEntityResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Advisor.MetadataEntityResource>, System.Collections.IEnumerable
3036
{
3137
protected MetadataEntityCollection() { }

sdk/advisor/Azure.ResourceManager.Advisor/src/Generated/Internal/ModelSerializationExtensions.cs

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

sdk/advisor/Azure.ResourceManager.Advisor/src/Generated/LongRunningOperation/AdvisorArmOperation.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/advisor/Azure.ResourceManager.Advisor/src/Generated/LongRunningOperation/AdvisorArmOperationOfT.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)