Skip to content

Commit 715a440

Browse files
etcrissVeryEarly
andauthored
Adding PS Table role def/assignment commands (#26838)
* Adding PS Table role def/assignment commands * Updating CosmosDB ChangeLog.md to include information about the latest release's support for CDB Table role definition and assignment commands * Creating table rback role assignment and definition tests * Adding help md files * Updating generated version from swagger model for table rbac roles * Working tests again after doing the correct sdk update operation and cleanup * Only updating the preview api version for table rbac support * Updating version changelog changes, reverting commandmappings change * Fix order of change log entries --------- Co-authored-by: Yabo Hu <[email protected]>
1 parent 1b357ac commit 715a440

File tree

79 files changed

+13402
-1595
lines changed

Some content is hidden

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

79 files changed

+13402
-1595
lines changed

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CassandraClustersOperations.cs

+40-70
Large diffs are not rendered by default.

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CassandraDataCentersOperations.cs

+20-35
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
119119
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
120120
}
121121
}
122-
if (this.Client.ApiVersion == null)
123-
{
124-
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion");
125-
}
126-
122+
string apiVersion = "2024-08-15";
127123
// Tracing
128124
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
129125
string _invocationId = null;
@@ -133,6 +129,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
133129
System.Collections.Generic.Dictionary<string, object> tracingParameters = new System.Collections.Generic.Dictionary<string, object>();
134130
tracingParameters.Add("resourceGroupName", resourceGroupName);
135131
tracingParameters.Add("clusterName", clusterName);
132+
tracingParameters.Add("apiVersion", apiVersion);
136133

137134

138135
tracingParameters.Add("cancellationToken", cancellationToken);
@@ -147,9 +144,9 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
147144
_url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName));
148145

149146
System.Collections.Generic.List<string> _queryParameters = new System.Collections.Generic.List<string>();
150-
if (this.Client.ApiVersion != null)
147+
if (apiVersion != null)
151148
{
152-
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion)));
149+
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
153150
}
154151
if (_queryParameters.Count > 0)
155152
{
@@ -384,11 +381,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
384381
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "dataCenterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
385382
}
386383
}
387-
if (this.Client.ApiVersion == null)
388-
{
389-
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion");
390-
}
391-
384+
string apiVersion = "2024-08-15";
392385
// Tracing
393386
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
394387
string _invocationId = null;
@@ -399,6 +392,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
399392
tracingParameters.Add("resourceGroupName", resourceGroupName);
400393
tracingParameters.Add("clusterName", clusterName);
401394
tracingParameters.Add("dataCenterName", dataCenterName);
395+
tracingParameters.Add("apiVersion", apiVersion);
402396

403397

404398
tracingParameters.Add("cancellationToken", cancellationToken);
@@ -414,9 +408,9 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
414408
_url = _url.Replace("{dataCenterName}", System.Uri.EscapeDataString(dataCenterName));
415409

416410
System.Collections.Generic.List<string> _queryParameters = new System.Collections.Generic.List<string>();
417-
if (this.Client.ApiVersion != null)
411+
if (apiVersion != null)
418412
{
419-
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion)));
413+
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
420414
}
421415
if (_queryParameters.Count > 0)
422416
{
@@ -730,11 +724,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
730724
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "dataCenterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
731725
}
732726
}
733-
if (this.Client.ApiVersion == null)
734-
{
735-
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion");
736-
}
737-
727+
string apiVersion = "2024-08-15";
738728
// Tracing
739729
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
740730
string _invocationId = null;
@@ -745,6 +735,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
745735
tracingParameters.Add("resourceGroupName", resourceGroupName);
746736
tracingParameters.Add("clusterName", clusterName);
747737
tracingParameters.Add("dataCenterName", dataCenterName);
738+
tracingParameters.Add("apiVersion", apiVersion);
748739

749740

750741
tracingParameters.Add("cancellationToken", cancellationToken);
@@ -760,9 +751,9 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
760751
_url = _url.Replace("{dataCenterName}", System.Uri.EscapeDataString(dataCenterName));
761752

762753
System.Collections.Generic.List<string> _queryParameters = new System.Collections.Generic.List<string>();
763-
if (this.Client.ApiVersion != null)
754+
if (apiVersion != null)
764755
{
765-
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion)));
756+
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
766757
}
767758
if (_queryParameters.Count > 0)
768759
{
@@ -988,11 +979,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
988979
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "dataCenterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
989980
}
990981
}
991-
if (this.Client.ApiVersion == null)
992-
{
993-
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion");
994-
}
995-
982+
string apiVersion = "2024-08-15";
996983
// Tracing
997984
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
998985
string _invocationId = null;
@@ -1003,6 +990,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
1003990
tracingParameters.Add("resourceGroupName", resourceGroupName);
1004991
tracingParameters.Add("clusterName", clusterName);
1005992
tracingParameters.Add("dataCenterName", dataCenterName);
993+
tracingParameters.Add("apiVersion", apiVersion);
1006994

1007995
tracingParameters.Add("body", body);
1008996

@@ -1019,9 +1007,9 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
10191007
_url = _url.Replace("{dataCenterName}", System.Uri.EscapeDataString(dataCenterName));
10201008

10211009
System.Collections.Generic.List<string> _queryParameters = new System.Collections.Generic.List<string>();
1022-
if (this.Client.ApiVersion != null)
1010+
if (apiVersion != null)
10231011
{
1024-
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion)));
1012+
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
10251013
}
10261014
if (_queryParameters.Count > 0)
10271015
{
@@ -1287,11 +1275,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
12871275
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "dataCenterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
12881276
}
12891277
}
1290-
if (this.Client.ApiVersion == null)
1291-
{
1292-
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion");
1293-
}
1294-
1278+
string apiVersion = "2024-08-15";
12951279
// Tracing
12961280
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
12971281
string _invocationId = null;
@@ -1302,6 +1286,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
13021286
tracingParameters.Add("resourceGroupName", resourceGroupName);
13031287
tracingParameters.Add("clusterName", clusterName);
13041288
tracingParameters.Add("dataCenterName", dataCenterName);
1289+
tracingParameters.Add("apiVersion", apiVersion);
13051290

13061291
tracingParameters.Add("body", body);
13071292

@@ -1318,9 +1303,9 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
13181303
_url = _url.Replace("{dataCenterName}", System.Uri.EscapeDataString(dataCenterName));
13191304

13201305
System.Collections.Generic.List<string> _queryParameters = new System.Collections.Generic.List<string>();
1321-
if (this.Client.ApiVersion != null)
1306+
if (apiVersion != null)
13221307
{
1323-
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion)));
1308+
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
13241309
}
13251310
if (_queryParameters.Count > 0)
13261311
{

0 commit comments

Comments
 (0)