Skip to content

Commit d4745c5

Browse files
authored
Enable WriteCore feature for appconfiguration (Azure#45979)
1 parent d1f2a2f commit d4745c5

26 files changed

+224
-303
lines changed

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Features Added
66

7+
- Exposed `JsonModelWriteCore` for model serialization procedure.
8+
79
### Breaking Changes
810

911
### Bugs Fixed

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/api/Azure.ResourceManager.AppConfiguration.netstandard2.0.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/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/appconfiguration/Azure.ResourceManager.AppConfiguration",
5-
"Tag": "net/appconfiguration/Azure.ResourceManager.AppConfiguration_7df6904e26"
5+
"Tag": "net/appconfiguration/Azure.ResourceManager.AppConfiguration_58ecdb69fe"
66
}

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/AppConfigurationKeyValueData.Serialization.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/AppConfigurationPrivateEndpointConnectionData.Serialization.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/AppConfigurationPrivateLinkResourceData.Serialization.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/AppConfigurationReplicaData.Serialization.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/AppConfigurationStoreData.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)