Skip to content

Commit

Permalink
Documentation: Removes mention of obsolete disableAutomaticIdGenerati…
Browse files Browse the repository at this point in the history
…on (#3419)

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
  • Loading branch information
PramodValavala-MSFT and ealsur authored Aug 26, 2022
1 parent 875109d commit 61fc815
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ internal AccountProperties()
/// Unlike <see cref="Documents.Resource.ResourceId"/>, which is set internally, this Id is settable by the user and is not immutable.
/// </para>
/// <para>
/// 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 <see cref="Microsoft.Azure.Cosmos.DocumentClient"/> instance to true.
/// This will prevent the SDK from generating new Ids.
/// </para>
/// <para>
/// The following characters are restricted and cannot be used in the Id property:
/// '/', '\\', '?', '#'
/// </para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,6 @@ public ConflictResolutionPolicy ConflictResolutionPolicy
/// Unlike <see cref="Documents.Resource.ResourceId"/>, which is set internally, this Id is settable by the user and is not immutable.
/// </para>
/// <para>
/// 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 <see cref="Microsoft.Azure.Cosmos.DocumentClient"/> instance to true.
/// This will prevent the SDK from generating new Ids.
/// </para>
/// <para>
/// The following characters are restricted and cannot be used in the Id property:
/// '/', '\\', '?', '#'
/// </para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ public DatabaseProperties(string id)
/// Every resource within an Azure Cosmos DB database account needs to have a unique identifier.
/// </para>
/// <para>
/// 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 <see cref="Microsoft.Azure.Cosmos.DocumentClient"/> instance to true.
/// This will prevent the SDK from generating new Ids.
/// </para>
/// <para>
/// The following characters are restricted and cannot be used in the Id property:
/// '/', '\\', '?', '#'
/// </para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ internal PermissionProperties()
/// Every resource within an Azure Cosmos DB database account needs to have a unique identifier.
/// </para>
/// <para>
/// 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.
/// </para>
/// <para>
/// The following characters are restricted and cannot be used in the Id property:
/// '/', '\\', '?', '#'
/// </para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ public class TriggerProperties
/// Unlike <see cref="Resource.ResourceId"/>, which is set internally, this Id is settable by the user and is not immutable.
/// </para>
/// <para>
/// 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 <see cref="Microsoft.Azure.Cosmos.DocumentClient"/> instance to true.
/// This will prevent the SDK from generating new Ids.
/// </para>
/// <para>
/// The following characters are restricted and cannot be used in the Id property:
/// '/', '\\', '?', '#'
/// </para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ public class UserDefinedFunctionProperties
/// Unlike <see cref="Resource.ResourceId"/>, which is set internally, this Id is settable by the user and is not immutable.
/// </para>
/// <para>
/// 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 <see cref="Microsoft.Azure.Cosmos.DocumentClient"/> instance to true.
/// This will prevent the SDK from generating new Ids.
/// </para>
/// <para>
/// The following characters are restricted and cannot be used in the Id property:
/// '/', '\\', '?', '#'
/// </para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ public UserProperties(string id)
/// Every resource within an Azure Cosmos DB database account needs to have a unique identifier.
/// </para>
/// <para>
/// 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.
/// </para>
/// <para>
/// The following characters are restricted and cannot be used in the Id property:
/// '/', '\\', '?', '#'
/// </para>
Expand Down

0 comments on commit 61fc815

Please sign in to comment.