Skip to content

Commit ae35e47

Browse files
vinhmsannelo-msft
authored andcommitted
CosmosDB PITR restorable resources dotnet sdk (Azure#17595)
* add restorable tests * bump version * change version to 1.4.0
1 parent 788e4a8 commit ae35e47

File tree

51 files changed

+5753
-307
lines changed

Some content is hidden

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

51 files changed

+5753
-307
lines changed

eng/pipelines/mgmt.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ pr:
1414
- sdk/appplatform/Microsoft.Azure.Management.AppPlatform
1515
- sdk/attestation/Microsoft.Azure.Management.Attestation
1616
- sdk/authorization/Microsoft.Azure.Management.Authorization
17-
- sdk/automation/Microsoft.Azure.Management.Automation
1817
- sdk/automanage/Microsoft.Azure.Management.Automanage
18+
- sdk/automation/Microsoft.Azure.Management.Automation
1919
- sdk/avs/Microsoft.Azure.Management.Avs
2020
- sdk/azurestack/Microsoft.AzureStack.Management.AzureBridge.Admin
2121
- sdk/azurestack/Microsoft.AzureStack.Management.Backup.Admin
@@ -131,6 +131,7 @@ pr:
131131
- sdk/servicebus/Microsoft.Azure.Management.ServiceBus
132132
- sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric
133133
- sdk/signalr/Microsoft.Azure.Management.SignalR
134+
- sdk/sqlmanagement/Azure.ResourceManager.Sql
134135
- sdk/sqlmanagement/Microsoft.Azure.Management.SqlManagement
135136
- sdk/sqlvirtualmachine/Microsoft.Azure.Management.SqlVirtualMachine
136137
- sdk/storage/Microsoft.Azure.Management.Storage
@@ -145,14 +146,11 @@ pr:
145146
- sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager
146147
- sdk/websites/Microsoft.Azure.Management.WebSites
147148
- sdk/workloadmonitor/Microsoft.Azure.Management.WorkloadMonitor
148-
- eng/pipelines/mgmt.yml
149-
- eng/pipelines/templates/jobs/archetype-sdk-mgmt.yml
150-
151149
variables:
152150
skipComponentGovernanceDetection: true
153151
msBuildLogDir: msbuildlogs
154-
loggingArgs: '/clp:ShowtimeStamp /flp:LogFile=$(msBuildLogDir)/msbuild.normal.log;Verbosity=normal /flp1:Summary;Verbosity=minimal;LogFile=$(msBuildLogDir)/msbuild.sum.log /flp2:warningsonly;logfile=$(msBuildLogDir)/msbuild.wrn.log /flp3:errorsonly;logfile=$(msBuildLogDir)/msbuild.err.log'
155-
RPScopeArgs: '/p:PullRequestNumber=$(system.pullrequest.pullrequestnumber) /p:RepoHtmlUrl=https://github.com/$(build.repository.id) /p:CIBuildId=$(OfficialBuildId)'
152+
loggingArgs: /clp:ShowtimeStamp /flp:LogFile=$(msBuildLogDir)/msbuild.normal.log;Verbosity=normal /flp1:Summary;Verbosity=minimal;LogFile=$(msBuildLogDir)/msbuild.sum.log /flp2:warningsonly;logfile=$(msBuildLogDir)/msbuild.wrn.log /flp3:errorsonly;logfile=$(msBuildLogDir)/msbuild.err.log
153+
RPScopeArgs: /p:PullRequestNumber=$(system.pullrequest.pullrequestnumber) /p:RepoHtmlUrl=https://github.com/$(build.repository.id) /p:CIBuildId=$(OfficialBuildId)
156154
timeoutInMinutes: 120
157155
jobs:
158156
- template: templates/jobs/archetype-sdk-mgmt.yml

sdk/cosmosdb/Microsoft.Azure.Management.CosmosDB/src/Generated/CosmosDBManagementClient.cs

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

sdk/cosmosdb/Microsoft.Azure.Management.CosmosDB/src/Generated/ICosmosDBManagementClient.cs

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

sdk/cosmosdb/Microsoft.Azure.Management.CosmosDB/src/Generated/IRestorableMongodbCollectionsOperations.cs

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

sdk/cosmosdb/Microsoft.Azure.Management.CosmosDB/src/Generated/IRestorableMongodbDatabasesOperations.cs

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

sdk/cosmosdb/Microsoft.Azure.Management.CosmosDB/src/Generated/IRestorableMongodbResourcesOperations.cs

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

sdk/cosmosdb/Microsoft.Azure.Management.CosmosDB/src/Generated/IRestorableSqlContainersOperations.cs

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

0 commit comments

Comments
 (0)