Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for 20230915-stable/preview RP API release #38468

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3809dcf
init for 0915-preview
Sep 1, 2023
85277b1
add tests for continuous7 and oldestrestorabletime
vinhms Sep 6, 2023
8794d2f
Added customer managed key status to account validation
AdrianSibajaRetana Sep 12, 2023
b690403
Merge branch 'Azure:main' into ag.achint/rpapi20230915-preview
Achint-Agrawal Sep 15, 2023
4845915
Pulled latest master changes
Sep 15, 2023
96924f9
Added test for PBE
Sep 15, 2023
eb6f32f
added passed null for newly added parameters in ThroughputSettingsRes…
Sep 15, 2023
f646dce
Merge branch 'main' into cosmosdb
ArthurMa1978 Sep 16, 2023
a0cca05
update
ArthurMa1978 Sep 16, 2023
4575a21
update
ArthurMa1978 Sep 17, 2023
71d30b9
pulled from upstream
Sep 29, 2023
5878eb4
Updated require link and generated code changes
Sep 29, 2023
6f870c2
Merge branch 'Azure:main' into ag.achint/rpapi20230915-preview
Achint-Agrawal Oct 3, 2023
41d161a
Pulled latest master and regenerated code
Oct 3, 2023
dab9303
Merge branch 'Azure:main' into ag.achint/rpapi20230915-preview
Achint-Agrawal Oct 5, 2023
193c750
Modifications to tests and uploaded test recordings
Oct 9, 2023
fabcfb7
Updated test recordings
Oct 9, 2023
a568bc6
Rerecorded tests
Oct 10, 2023
62aa14c
Merge pull request #1 from Achint-Agrawal/main
Achint-Agrawal Oct 10, 2023
5abf16f
Rerecorded failing tests
Oct 10, 2023
f466b0c
Renamed CassandraClusterBackupResource
DrewKaufmann Oct 17, 2023
af9fbe2
Merge pull request #2 from DrewKaufmann/dkaufmann-cosmos-db-mi-cassan…
Achint-Agrawal Oct 18, 2023
b5cc7bb
Merge branch 'Azure:main' into ag.achint/rpapi20230915-preview
Achint-Agrawal Oct 18, 2023
6444995
Pulled from master, added changelog
Oct 18, 2023
e074be1
regenerate code
Oct 18, 2023
7c866df
Rename various MI Cassandra resources
DrewKaufmann Oct 19, 2023
e6d2a48
Merge pull request #3 from DrewKaufmann/dkaufmann-cosmos-db-mi-cassan…
Achint-Agrawal Oct 19, 2023
88f5b7f
Removed changes outside of cosmosdb, modified Changelog, regenerated …
Oct 19, 2023
863f871
Reran export api command
Oct 19, 2023
4bae80a
Renamed ClusterType to CassandraClusterType
Oct 19, 2023
5afaf7a
Merge branch 'main' into cosmosdb
ArthurMa1978 Oct 30, 2023
430180e
update
ArthurMa1978 Oct 30, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Cosmo
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.CosmosDB.Tests", "tests\Azure.ResourceManager.CosmosDB.Tests.csproj", "{3EC07824-4ECC-4909-8F2A-4796B3B157C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.CosmosDB.Samples", "samples\Azure.ResourceManager.CosmosDB.Samples.csproj", "{049D538F-4379-460C-B178-1946BE1AD737}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -19,18 +21,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Debug|x64.ActiveCfg = Debug|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Debug|x64.Build.0 = Debug|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Debug|x86.ActiveCfg = Debug|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Debug|x86.Build.0 = Debug|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Release|Any CPU.Build.0 = Release|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Release|x64.ActiveCfg = Release|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Release|x64.Build.0 = Release|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Release|x86.ActiveCfg = Release|Any CPU
{856C6092-55EB-4C02-B7D0-9846EDD70745}.Release|x86.Build.0 = Release|Any CPU
{62AF7C88-CE3F-416E-B18E-BC6F884C89E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62AF7C88-CE3F-416E-B18E-BC6F884C89E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62AF7C88-CE3F-416E-B18E-BC6F884C89E2}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -67,6 +57,18 @@ Global
{3EC07824-4ECC-4909-8F2A-4796B3B157C6}.Release|x64.Build.0 = Release|Any CPU
{3EC07824-4ECC-4909-8F2A-4796B3B157C6}.Release|x86.ActiveCfg = Release|Any CPU
{3EC07824-4ECC-4909-8F2A-4796B3B157C6}.Release|x86.Build.0 = Release|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Debug|Any CPU.Build.0 = Debug|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Debug|x64.ActiveCfg = Debug|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Debug|x64.Build.0 = Debug|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Debug|x86.ActiveCfg = Debug|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Debug|x86.Build.0 = Debug|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Release|Any CPU.ActiveCfg = Release|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Release|Any CPU.Build.0 = Release|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Release|x64.ActiveCfg = Release|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Release|x64.Build.0 = Release|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Release|x86.ActiveCfg = Release|Any CPU
{049D538F-4379-460C-B178-1946BE1AD737}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
15 changes: 7 additions & 8 deletions sdk/cosmosdb/Azure.ResourceManager.CosmosDB/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# Release History

## 1.4.0-beta.4 (Unreleased)
## 1.4.0-beta.4 (2023-10-30)

### Features Added

### Breaking Changes

### Bugs Fixed
- Upgraded api-version tag from 'package-preview-2023-03-15' to 'package-preview-2023-09'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/35215554aef59a30fa709e4b058931101a5ef26b/specification/cosmos-db/resource-manager/readme.md

### Other Changes

- Upgraded Azure.Core from 1.34.0 to 1.35.0

## 1.4.0-beta.3 (2023-07-31)

### Features Added

- Updated Microsoft.DocumentDB RP API version to `2023-03-15-preview`
- Adds support for Database partition merge operation.
- Adds support for Materialized view in Collections.

## 1.4.0-beta.2 (2023-05-29)

### Features Added
Expand All @@ -32,6 +34,7 @@
- Upgraded dependent Azure.ResourceManager to 1.6.0.

## 1.4.0-beta.1 (2023-04-28)

### Features Added

- Updated Microsoft.DocumentDB RP API version to `2022-11-15-preview`
Expand Down Expand Up @@ -183,7 +186,3 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).



Loading