Skip to content

Commit fd9c3ff

Browse files
azure-sdkm-nash
andauthored
Increment version for core releases (Azure#51280)
* Increment package version after release of Azure.Core * bump version in props * update tempalte api * update planetarycomputer context / api --------- Co-authored-by: m-nash <[email protected]>
1 parent 226c99e commit fd9c3ff

File tree

8 files changed

+41
-10
lines changed

8 files changed

+41
-10
lines changed

eng/Packages.Data.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<PackageReference Update="Azure.AI.Projects" Version="1.0.0-beta.2" />
112112
<PackageReference Update="Azure.Communication.Identity" Version="1.3.1" />
113113
<PackageReference Update="Azure.Communication.Common" Version="1.4.0" />
114-
<PackageReference Update="Azure.Core" Version="1.47.0" />
114+
<PackageReference Update="Azure.Core" Version="1.47.1" />
115115
<PackageReference Update="Azure.Core.Amqp" Version="1.3.1" />
116116
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.36" />
117117
<PackageReference Update="Azure.Core.Expressions.DataFactory" Version="1.0.0" />
@@ -315,7 +315,7 @@
315315
<ItemGroup Condition="('$(IsTestProject)' == 'true') OR ('$(IsTestSupportProject)' == 'true') OR ('$(IsPerfProject)' == 'true') OR ('$(IsStressProject)' == 'true') OR ('$(IsSamplesProject)' == 'true')">
316316
<PackageReference Update="ApprovalTests" Version="3.0.22" />
317317
<PackageReference Update="ApprovalUtilities" Version="3.0.22" />
318-
<PackageReference Update="Azure.Core" Version="1.47.0" />
318+
<PackageReference Update="Azure.Core" Version="1.47.1" />
319319
<PackageReference Update="Azure.Identity" Version="1.14.2" />
320320
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.17.0" />
321321
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.12.2" />

sdk/core/Azure.Core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.48.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.47.1 (2025-07-15)
414

515
### Features Added

sdk/core/Azure.Core/src/Azure.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure Client Pipeline</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
5-
<Version>1.47.1</Version>
5+
<Version>1.48.0-beta.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7-
<ApiCompatVersion>1.47.0</ApiCompatVersion>
7+
<ApiCompatVersion>1.47.1</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
99
<Nullable>enable</Nullable>
1010
<DefineConstants>$(DefineConstants);AZURE_NULLABLE;HAS_INTERNALS_VISIBLE_CORE</DefineConstants>

sdk/planetarycomputer/Azure.ResourceManager.PlanetaryComputer/api/Azure.ResourceManager.PlanetaryComputer.net8.0.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
namespace Azure.ResourceManager.PlanetaryComputer
22
{
3+
[System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute(typeof(Azure.ResourceManager.PlanetaryComputer.Models.PlanetaryComputerGeoCatalogPatch))]
4+
[System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute(typeof(Azure.ResourceManager.PlanetaryComputer.Models.PlanetaryComputerGeoCatalogProperties))]
5+
[System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute(typeof(Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogData))]
6+
[System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute(typeof(Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource))]
37
public partial class AzureResourceManagerPlanetaryComputerContext : System.ClientModel.Primitives.ModelReaderWriterContext
48
{
59
internal AzureResourceManagerPlanetaryComputerContext() { }

sdk/planetarycomputer/Azure.ResourceManager.PlanetaryComputer/api/Azure.ResourceManager.PlanetaryComputer.netstandard2.0.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
namespace Azure.ResourceManager.PlanetaryComputer
22
{
3+
[System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute(typeof(Azure.ResourceManager.PlanetaryComputer.Models.PlanetaryComputerGeoCatalogPatch))]
4+
[System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute(typeof(Azure.ResourceManager.PlanetaryComputer.Models.PlanetaryComputerGeoCatalogProperties))]
5+
[System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute(typeof(Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogData))]
6+
[System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute(typeof(Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource))]
37
public partial class AzureResourceManagerPlanetaryComputerContext : System.ClientModel.Primitives.ModelReaderWriterContext
48
{
59
internal AzureResourceManagerPlanetaryComputerContext() { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
using System.ClientModel.Primitives;
5+
using Azure.ResourceManager.PlanetaryComputer.Models;
6+
7+
namespace Azure.ResourceManager.PlanetaryComputer
8+
{
9+
[ModelReaderWriterBuildable(typeof(GeoCatalogListResult))]
10+
[ModelReaderWriterBuildable(typeof(PlanetaryComputerGeoCatalogPatch))]
11+
[ModelReaderWriterBuildable(typeof(PlanetaryComputerGeoCatalogProperties))]
12+
[ModelReaderWriterBuildable(typeof(PlanetaryComputerGeoCatalogData))]
13+
[ModelReaderWriterBuildable(typeof(PlanetaryComputerGeoCatalogResource))]
14+
public partial class AzureResourceManagerPlanetaryComputerContext
15+
{
16+
}
17+
}

sdk/template/Azure.Template/api/Azure.Template.net8.0.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ namespace Azure.Template
22
{
33
public partial class AzureTemplateContext : System.ClientModel.Primitives.ModelReaderWriterContext
44
{
5-
internal AzureTemplateContext() { }
6-
public static Azure.Template.AzureTemplateContext Default { get { throw null; } }
7-
protected override bool TryGetTypeBuilderCore(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) { throw null; }
5+
public AzureTemplateContext() { }
86
}
97
public partial class TemplateClient
108
{

sdk/template/Azure.Template/api/Azure.Template.netstandard2.0.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ namespace Azure.Template
22
{
33
public partial class AzureTemplateContext : System.ClientModel.Primitives.ModelReaderWriterContext
44
{
5-
internal AzureTemplateContext() { }
6-
public static Azure.Template.AzureTemplateContext Default { get { throw null; } }
7-
protected override bool TryGetTypeBuilderCore(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) { throw null; }
5+
public AzureTemplateContext() { }
86
}
97
public partial class TemplateClient
108
{

0 commit comments

Comments
 (0)