Skip to content

Commit d8247b1

Browse files
authored
Resolve duplicates for management plane batch 3 stable release (Azure#29995)
* resolve duplicates in storage * resolve duplicates in sql * resolve duplicates in cosmosdb * resolve duplicates in webpubsub * Revert "resolve duplicates in storage" This reverts commit 09d0c21.
1 parent 96b26c6 commit d8247b1

File tree

125 files changed

+1786
-1760
lines changed

Some content is hidden

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

125 files changed

+1786
-1760
lines changed

sdk/cosmosdb/Azure.ResourceManager.CosmosDB/api/Azure.ResourceManager.CosmosDB.netstandard2.0.cs

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,25 +1306,6 @@ public BackupPolicyMigrationState() { }
13061306
public override string ToString() { throw null; }
13071307
}
13081308
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1309-
public readonly partial struct BackupStorageRedundancy : System.IEquatable<Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy>
1310-
{
1311-
private readonly object _dummy;
1312-
private readonly int _dummyPrimitive;
1313-
public BackupStorageRedundancy(string value) { throw null; }
1314-
public static Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy Geo { get { throw null; } }
1315-
public static Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy Local { get { throw null; } }
1316-
public static Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy Zone { get { throw null; } }
1317-
public bool Equals(Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy other) { throw null; }
1318-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
1319-
public override bool Equals(object obj) { throw null; }
1320-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
1321-
public override int GetHashCode() { throw null; }
1322-
public static bool operator ==(Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy left, Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy right) { throw null; }
1323-
public static implicit operator Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy (string value) { throw null; }
1324-
public static bool operator !=(Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy left, Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy right) { throw null; }
1325-
public override string ToString() { throw null; }
1326-
}
1327-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
13281309
public readonly partial struct CassandraAuthenticationMethod : System.IEquatable<Azure.ResourceManager.CosmosDB.Models.CassandraAuthenticationMethod>
13291310
{
13301311
private readonly object _dummy;
@@ -1894,6 +1875,25 @@ public partial class CosmosDBBackupInformation
18941875
internal CosmosDBBackupInformation() { }
18951876
public System.DateTimeOffset? ContinuousBackupInformationLatestRestorableTimestamp { get { throw null; } }
18961877
}
1878+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1879+
public readonly partial struct CosmosDBBackupStorageRedundancy : System.IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy>
1880+
{
1881+
private readonly object _dummy;
1882+
private readonly int _dummyPrimitive;
1883+
public CosmosDBBackupStorageRedundancy(string value) { throw null; }
1884+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy Geo { get { throw null; } }
1885+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy Local { get { throw null; } }
1886+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy Zone { get { throw null; } }
1887+
public bool Equals(Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy other) { throw null; }
1888+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
1889+
public override bool Equals(object obj) { throw null; }
1890+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
1891+
public override int GetHashCode() { throw null; }
1892+
public static bool operator ==(Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy left, Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy right) { throw null; }
1893+
public static implicit operator Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy (string value) { throw null; }
1894+
public static bool operator !=(Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy left, Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy right) { throw null; }
1895+
public override string ToString() { throw null; }
1896+
}
18971897
public partial class CosmosDBBaseConfig
18981898
{
18991899
public CosmosDBBaseConfig() { }
@@ -2040,7 +2040,7 @@ public CosmosDBIPAddressOrRange() { }
20402040
public partial class CosmosDBLocationProperties
20412041
{
20422042
public CosmosDBLocationProperties() { }
2043-
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy> BackupStorageRedundancies { get { throw null; } }
2043+
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy> BackupStorageRedundancies { get { throw null; } }
20442044
public bool? DoesSupportAvailabilityZone { get { throw null; } }
20452045
public bool? IsResidencyRestricted { get { throw null; } }
20462046
}
@@ -2055,7 +2055,7 @@ public partial class CosmosDBMetricDefinition
20552055
internal CosmosDBMetricDefinition() { }
20562056
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricAvailability> MetricAvailabilities { get { throw null; } }
20572057
public Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricName Name { get { throw null; } }
2058-
public Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType? PrimaryAggregationType { get { throw null; } }
2058+
public Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType? PrimaryAggregationType { get { throw null; } }
20592059
public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } }
20602060
public Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricUnitType? Unit { get { throw null; } }
20612061
}
@@ -2066,6 +2066,28 @@ internal CosmosDBMetricName() { }
20662066
public string Value { get { throw null; } }
20672067
}
20682068
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2069+
public readonly partial struct CosmosDBMetricPrimaryAggregationType : System.IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType>
2070+
{
2071+
private readonly object _dummy;
2072+
private readonly int _dummyPrimitive;
2073+
public CosmosDBMetricPrimaryAggregationType(string value) { throw null; }
2074+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType Average { get { throw null; } }
2075+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType Last { get { throw null; } }
2076+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType Maximum { get { throw null; } }
2077+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType Minimum { get { throw null; } }
2078+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType None { get { throw null; } }
2079+
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType Total { get { throw null; } }
2080+
public bool Equals(Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType other) { throw null; }
2081+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
2082+
public override bool Equals(object obj) { throw null; }
2083+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
2084+
public override int GetHashCode() { throw null; }
2085+
public static bool operator ==(Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType left, Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType right) { throw null; }
2086+
public static implicit operator Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType (string value) { throw null; }
2087+
public static bool operator !=(Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType left, Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType right) { throw null; }
2088+
public override string ToString() { throw null; }
2089+
}
2090+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
20692091
public readonly partial struct CosmosDBMetricUnitType : System.IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricUnitType>
20702092
{
20712093
private readonly object _dummy;
@@ -2647,29 +2669,7 @@ public partial class PeriodicModeProperties
26472669
public PeriodicModeProperties() { }
26482670
public int? BackupIntervalInMinutes { get { throw null; } set { } }
26492671
public int? BackupRetentionIntervalInHours { get { throw null; } set { } }
2650-
public Azure.ResourceManager.CosmosDB.Models.BackupStorageRedundancy? BackupStorageRedundancy { get { throw null; } set { } }
2651-
}
2652-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2653-
public readonly partial struct PrimaryAggregationType : System.IEquatable<Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType>
2654-
{
2655-
private readonly object _dummy;
2656-
private readonly int _dummyPrimitive;
2657-
public PrimaryAggregationType(string value) { throw null; }
2658-
public static Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType Average { get { throw null; } }
2659-
public static Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType Last { get { throw null; } }
2660-
public static Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType Maximum { get { throw null; } }
2661-
public static Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType Minimum { get { throw null; } }
2662-
public static Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType None { get { throw null; } }
2663-
public static Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType Total { get { throw null; } }
2664-
public bool Equals(Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType other) { throw null; }
2665-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
2666-
public override bool Equals(object obj) { throw null; }
2667-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
2668-
public override int GetHashCode() { throw null; }
2669-
public static bool operator ==(Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType left, Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType right) { throw null; }
2670-
public static implicit operator Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType (string value) { throw null; }
2671-
public static bool operator !=(Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType left, Azure.ResourceManager.CosmosDB.Models.PrimaryAggregationType right) { throw null; }
2672-
public override string ToString() { throw null; }
2672+
public Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy? BackupStorageRedundancy { get { throw null; } set { } }
26732673
}
26742674
public partial class RegionForOnlineOffline
26752675
{

sdk/cosmosdb/Azure.ResourceManager.CosmosDB/src/Generated/Models/BackupStorageRedundancy.cs

Lines changed: 0 additions & 54 deletions
This file was deleted.

sdk/cosmosdb/Azure.ResourceManager.CosmosDB/src/Generated/Models/CosmosDBBackupStorageRedundancy.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/Azure.ResourceManager.CosmosDB/src/Generated/Models/CosmosDBLocationProperties.Serialization.cs

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

0 commit comments

Comments
 (0)