diff --git a/Microsoft.Azure.Cosmos/src/Resource/Settings/AccountProperties.cs b/Microsoft.Azure.Cosmos/src/Resource/Settings/AccountProperties.cs index 82347e9253..539639f428 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Settings/AccountProperties.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Settings/AccountProperties.cs @@ -60,13 +60,6 @@ internal AccountProperties() /// Unlike , which is set internally, this Id is settable by the user and is not immutable. /// /// - /// When working with document resources, they too have this settable Id property. - /// If an Id is not supplied by the user the SDK will automatically generate a new GUID and assign its value to this property before - /// persisting the document in the database. - /// You can override this auto Id generation by setting the disableAutomaticIdGeneration parameter on the instance to true. - /// This will prevent the SDK from generating new Ids. - /// - /// /// The following characters are restricted and cannot be used in the Id property: /// '/', '\\', '?', '#' /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Settings/ContainerProperties.cs b/Microsoft.Azure.Cosmos/src/Resource/Settings/ContainerProperties.cs index fb1eb0a165..e1eaa6ca96 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Settings/ContainerProperties.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Settings/ContainerProperties.cs @@ -184,13 +184,6 @@ public ConflictResolutionPolicy ConflictResolutionPolicy /// Unlike , which is set internally, this Id is settable by the user and is not immutable. /// /// - /// When working with document resources, they too have this settable Id property. - /// If an Id is not supplied by the user the SDK will automatically generate a new GUID and assign its value to this property before - /// persisting the document in the database. - /// You can override this auto Id generation by setting the disableAutomaticIdGeneration parameter on the instance to true. - /// This will prevent the SDK from generating new Ids. - /// - /// /// The following characters are restricted and cannot be used in the Id property: /// '/', '\\', '?', '#' /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Settings/DatabaseProperties.cs b/Microsoft.Azure.Cosmos/src/Resource/Settings/DatabaseProperties.cs index b4105adf22..60107fbebc 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Settings/DatabaseProperties.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Settings/DatabaseProperties.cs @@ -58,13 +58,6 @@ public DatabaseProperties(string id) /// Every resource within an Azure Cosmos DB database account needs to have a unique identifier. /// /// - /// When working with document resources, they too have this settable Id property. - /// If an Id is not supplied by the user the SDK will automatically generate a new GUID and assign its value to this property before - /// persisting the document in the database. - /// You can override this auto Id generation by setting the disableAutomaticIdGeneration parameter on the instance to true. - /// This will prevent the SDK from generating new Ids. - /// - /// /// The following characters are restricted and cannot be used in the Id property: /// '/', '\\', '?', '#' /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Settings/PermissionProperties.cs b/Microsoft.Azure.Cosmos/src/Resource/Settings/PermissionProperties.cs index 0cf9c8029a..669f9a1d4a 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Settings/PermissionProperties.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Settings/PermissionProperties.cs @@ -81,11 +81,6 @@ internal PermissionProperties() /// Every resource within an Azure Cosmos DB database account needs to have a unique identifier. /// /// - /// When working with document resources, they too have this settable Id property. - /// If an Id is not supplied by the user the SDK will automatically generate a new GUID and assign its value to this property before - /// persisting the document in the database. - /// - /// /// The following characters are restricted and cannot be used in the Id property: /// '/', '\\', '?', '#' /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Settings/TriggerProperties.cs b/Microsoft.Azure.Cosmos/src/Resource/Settings/TriggerProperties.cs index 9d4e044de3..6fb910d6c2 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Settings/TriggerProperties.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Settings/TriggerProperties.cs @@ -54,13 +54,6 @@ public class TriggerProperties /// Unlike , which is set internally, this Id is settable by the user and is not immutable. /// /// - /// When working with document resources, they too have this settable Id property. - /// If an Id is not supplied by the user the SDK will automatically generate a new GUID and assign its value to this property before - /// persisting the document in the database. - /// You can override this auto Id generation by setting the disableAutomaticIdGeneration parameter on the instance to true. - /// This will prevent the SDK from generating new Ids. - /// - /// /// The following characters are restricted and cannot be used in the Id property: /// '/', '\\', '?', '#' /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Settings/UserDefinedFunctionProperties.cs b/Microsoft.Azure.Cosmos/src/Resource/Settings/UserDefinedFunctionProperties.cs index 170a8bc815..17679c5b2f 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Settings/UserDefinedFunctionProperties.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Settings/UserDefinedFunctionProperties.cs @@ -68,13 +68,6 @@ public class UserDefinedFunctionProperties /// Unlike , which is set internally, this Id is settable by the user and is not immutable. /// /// - /// When working with document resources, they too have this settable Id property. - /// If an Id is not supplied by the user the SDK will automatically generate a new GUID and assign its value to this property before - /// persisting the document in the database. - /// You can override this auto Id generation by setting the disableAutomaticIdGeneration parameter on the instance to true. - /// This will prevent the SDK from generating new Ids. - /// - /// /// The following characters are restricted and cannot be used in the Id property: /// '/', '\\', '?', '#' /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Settings/UserProperties.cs b/Microsoft.Azure.Cosmos/src/Resource/Settings/UserProperties.cs index 7d5dab1df3..a71c63830b 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Settings/UserProperties.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Settings/UserProperties.cs @@ -42,11 +42,6 @@ public UserProperties(string id) /// Every resource within an Azure Cosmos DB database account needs to have a unique identifier. /// /// - /// When working with document resources, they too have this settable Id property. - /// If an Id is not supplied by the user the SDK will automatically generate a new GUID and assign its value to this property before - /// persisting the document in the database. - /// - /// /// The following characters are restricted and cannot be used in the Id property: /// '/', '\\', '?', '#' ///