Skip to content

Commit 174e3d8

Browse files
authored
Enable-WriteCore-feature-for-logic And Release (Azure#46184)
* Enable-WriteCore-feature-for-logic * [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] * [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] * release
1 parent 0207495 commit 174e3d8

File tree

183 files changed

+1790
-1668
lines changed

Some content is hidden

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

183 files changed

+1790
-1668
lines changed

sdk/logic/Azure.ResourceManager.Logic/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.2.0-beta.1 (2024-10-15)
44

55
### Features Added
66

77
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
8+
- Exposed `JsonModelWriteCore` for model serialization procedure.
149

1510
## 1.1.0 (2023-11-29)
1611

sdk/logic/Azure.ResourceManager.Logic/api/Azure.ResourceManager.Logic.netstandard2.0.cs

Lines changed: 146 additions & 0 deletions
Large diffs are not rendered by default.

sdk/logic/Azure.ResourceManager.Logic/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/logic/Azure.ResourceManager.Logic",
5-
"Tag": "net/logic/Azure.ResourceManager.Logic_e7a25166de"
5+
"Tag": "net/logic/Azure.ResourceManager.Logic_1257461335"
66
}

sdk/logic/Azure.ResourceManager.Logic/src/Generated/IntegrationAccountAgreementData.Serialization.cs

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

sdk/logic/Azure.ResourceManager.Logic/src/Generated/IntegrationAccountAssemblyDefinitionData.Serialization.cs

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

sdk/logic/Azure.ResourceManager.Logic/src/Generated/IntegrationAccountBatchConfigurationData.Serialization.cs

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

sdk/logic/Azure.ResourceManager.Logic/src/Generated/IntegrationAccountCertificateData.Serialization.cs

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

0 commit comments

Comments
 (0)