You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CosmosDB] GA PowerShell commands for InAccount Restore of Deleted Database/ Containers feature for SQL/Mongo/Table/Gremlin (#23666)
* changes and generated code
* update tests
* update session records
* update help files
* update changelog
* update session records
* update TestUpdateCosmosDBAccountBackupPolicyToContinuous30Days session record
* update session records
* add notimestamp tests and update few old session records
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.
2125
+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
2126
+
/// Deallocation will deallocate the host virtual machine of this cluster, and
2127
+
/// reserved the data disk. This won't do anything on an already deallocated
2128
+
/// cluster. Use Start to restart the cluster.
2122
2129
/// </summary>
2123
2130
/// <param name='resourceGroupName'>
2124
2131
/// The name of the resource group. The name is case insensitive.
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.
2350
+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
2351
+
/// start the host virtual machine of this cluster with reserved data disk.
2352
+
/// This won't do anything on an already running cluster. Use Deallocate to
2353
+
/// deallocate the cluster.
2344
2354
/// </summary>
2345
2355
/// <param name='resourceGroupName'>
2346
2356
/// The name of the resource group. The name is case insensitive.
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
151
+
/// Create or update a managed Cassandra cluster. When updating, you must
152
+
/// specify all writable properties. To update only some properties, use PATCH.
152
153
/// </summary>
153
154
/// <param name='operations'>
154
155
/// The operations group for this extension method.
@@ -165,7 +166,8 @@ public static ClusterResource CreateUpdate(this ICassandraClustersOperations ope
165
166
}
166
167
167
168
/// <summary>
168
-
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
169
+
/// Create or update a managed Cassandra cluster. When updating, you must
170
+
/// specify all writable properties. To update only some properties, use PATCH.
169
171
/// </summary>
170
172
/// <param name='operations'>
171
173
/// The operations group for this extension method.
@@ -226,7 +228,7 @@ public static ClusterResource Update(this ICassandraClustersOperations operation
226
228
}
227
229
}
228
230
/// <summary>
229
-
/// Invoke a command like nodetool for cassandra maintenance
231
+
/// Invoke a command like nodetool for cassandra maintenance
230
232
/// </summary>
231
233
/// <param name='operations'>
232
234
/// The operations group for this extension method.
@@ -243,7 +245,7 @@ public static CommandOutput InvokeCommand(this ICassandraClustersOperations oper
243
245
}
244
246
245
247
/// <summary>
246
-
/// Invoke a command like nodetool for cassandra maintenance
248
+
/// Invoke a command like nodetool for cassandra maintenance
247
249
/// </summary>
248
250
/// <param name='operations'>
249
251
/// The operations group for this extension method.
@@ -265,7 +267,10 @@ public static CommandOutput InvokeCommand(this ICassandraClustersOperations oper
265
267
}
266
268
}
267
269
/// <summary>
268
-
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.
270
+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
271
+
/// Deallocation will deallocate the host virtual machine of this cluster, and
272
+
/// reserved the data disk. This won't do anything on an already deallocated
273
+
/// cluster. Use Start to restart the cluster.
269
274
/// </summary>
270
275
/// <param name='operations'>
271
276
/// The operations group for this extension method.
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.
290
+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
291
+
/// Deallocation will deallocate the host virtual machine of this cluster, and
292
+
/// reserved the data disk. This won't do anything on an already deallocated
293
+
/// cluster. Use Start to restart the cluster.
286
294
/// </summary>
287
295
/// <param name='operations'>
288
296
/// The operations group for this extension method.
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.
312
+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
313
+
/// start the host virtual machine of this cluster with reserved data disk.
314
+
/// This won't do anything on an already running cluster. Use Deallocate to
315
+
/// deallocate the cluster.
305
316
/// </summary>
306
317
/// <param name='operations'>
307
318
/// The operations group for this extension method.
@@ -318,7 +329,10 @@ public static void Start(this ICassandraClustersOperations operations, string re
318
329
}
319
330
320
331
/// <summary>
321
-
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.
332
+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
333
+
/// start the host virtual machine of this cluster with reserved data disk.
334
+
/// This won't do anything on an already running cluster. Use Deallocate to
335
+
/// deallocate the cluster.
322
336
/// </summary>
323
337
/// <param name='operations'>
324
338
/// The operations group for this extension method.
@@ -337,7 +351,8 @@ public static void Start(this ICassandraClustersOperations operations, string re
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
431
+
/// Create or update a managed Cassandra cluster. When updating, you must
432
+
/// specify all writable properties. To update only some properties, use PATCH.
416
433
/// </summary>
417
434
/// <param name='operations'>
418
435
/// The operations group for this extension method.
@@ -429,7 +446,8 @@ public static ClusterResource BeginCreateUpdate(this ICassandraClustersOperation
429
446
}
430
447
431
448
/// <summary>
432
-
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
449
+
/// Create or update a managed Cassandra cluster. When updating, you must
450
+
/// specify all writable properties. To update only some properties, use PATCH.
433
451
/// </summary>
434
452
/// <param name='operations'>
435
453
/// The operations group for this extension method.
@@ -490,7 +508,7 @@ public static ClusterResource BeginUpdate(this ICassandraClustersOperations oper
490
508
}
491
509
}
492
510
/// <summary>
493
-
/// Invoke a command like nodetool for cassandra maintenance
511
+
/// Invoke a command like nodetool for cassandra maintenance
494
512
/// </summary>
495
513
/// <param name='operations'>
496
514
/// The operations group for this extension method.
@@ -507,7 +525,7 @@ public static CommandOutput BeginInvokeCommand(this ICassandraClustersOperations
507
525
}
508
526
509
527
/// <summary>
510
-
/// Invoke a command like nodetool for cassandra maintenance
528
+
/// Invoke a command like nodetool for cassandra maintenance
511
529
/// </summary>
512
530
/// <param name='operations'>
513
531
/// The operations group for this extension method.
@@ -529,7 +547,10 @@ public static CommandOutput BeginInvokeCommand(this ICassandraClustersOperations
529
547
}
530
548
}
531
549
/// <summary>
532
-
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.
550
+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
551
+
/// Deallocation will deallocate the host virtual machine of this cluster, and
552
+
/// reserved the data disk. This won't do anything on an already deallocated
553
+
/// cluster. Use Start to restart the cluster.
533
554
/// </summary>
534
555
/// <param name='operations'>
535
556
/// The operations group for this extension method.
@@ -546,7 +567,10 @@ public static void BeginDeallocate(this ICassandraClustersOperations operations,
546
567
}
547
568
548
569
/// <summary>
549
-
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.
570
+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
571
+
/// Deallocation will deallocate the host virtual machine of this cluster, and
572
+
/// reserved the data disk. This won't do anything on an already deallocated
573
+
/// cluster. Use Start to restart the cluster.
550
574
/// </summary>
551
575
/// <param name='operations'>
552
576
/// The operations group for this extension method.
@@ -565,7 +589,10 @@ public static void BeginDeallocate(this ICassandraClustersOperations operations,
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.
592
+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
593
+
/// start the host virtual machine of this cluster with reserved data disk.
594
+
/// This won't do anything on an already running cluster. Use Deallocate to
595
+
/// deallocate the cluster.
569
596
/// </summary>
570
597
/// <param name='operations'>
571
598
/// The operations group for this extension method.
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.
612
+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
613
+
/// start the host virtual machine of this cluster with reserved data disk.
614
+
/// This won't do anything on an already running cluster. Use Deallocate to
615
+
/// deallocate the cluster.
586
616
/// </summary>
587
617
/// <param name='operations'>
588
618
/// The operations group for this extension method.
0 commit comments