Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated assets.json
  • Loading branch information
kinelski committed Sep 25, 2023
commit ee3c32616489b356e6c29de8350530972136355e
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/appconfiguration/Azure.Data.AppConfiguration",
"Tag": "net/appconfiguration/Azure.Data.AppConfiguration_c13e90b6f4"
"Tag": "net/appconfiguration/Azure.Data.AppConfiguration_bebb69bca2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ public async Task GetBatchSettingWithAllFields()
}

[RecordedTest]
public async Task GetBatchSettingWithAllFieldsSetIndividually()
public async Task GetBatchSettingWithAllFieldsSetExplicitly()
{
ConfigurationClient service = GetClient();
string key = GenerateKeyId("keyFields-");
Expand Down