Skip to content

Commit 79ae0a2

Browse files
update the changelog for 1.0.1 release for azure.provisioning (Azure#50215)
1 parent 32179f7 commit 79ae0a2

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
# ServiceOwners: @sunilagarwal @lfittl-msft @sr-msft @niklarin
788788

789789
# PRLabel: %Provisioning
790-
/sdk/provisioning/ @ArthurMa1978 @ArcturusZhang
790+
/sdk/provisioning/ @ArthurMa1978 @m-nash @ArcturusZhang
791791

792792
# ServiceLabel: %Provisioning
793793
# AzureSdkOwners: @ArthurMa1978

sdk/provisioning/Azure.Provisioning/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.1 (2025-05-30)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Now floating number values are properly serialized into bicep via `json()` function ([#48249](https://github.com/Azure/azure-sdk-for-net/issues/48249))
8+
- Fixed issues in interpolated strings ([#48493](https://github.com/Azure/azure-sdk-for-net/issues/48493))
129

1310
## 1.0.0 (2024-10-25)
1411

sdk/provisioning/Azure.Provisioning/src/Azure.Provisioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Contains the core functionality for defining Azure infrastructure with dotnet code.</Description>
5-
<Version>1.1.0-beta.1</Version>
5+
<Version>1.0.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.0.0</ApiCompatVersion>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)