Skip to content

Commit 417bc88

Browse files
authored
Correct SDK API version (Azure#31475)
1 parent 5ad454c commit 417bc88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
33
<PropertyGroup>
4-
<AzureApiTag>CosmosDB_2022-02-15-preview</AzureApiTag>
5-
<AzureApiTag>DocumentDB_2022-08-15-preview;</AzureApiTag>
4+
<AzureApiTag>CosmosDB_2022-08-15-preview</AzureApiTag>
65
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
76
</PropertyGroup>
87
</Project>

0 commit comments

Comments
 (0)