Skip to content

Commit

Permalink
Renamed Application StorageContainerNumber to StorageAccountNumber (#534
Browse files Browse the repository at this point in the history
)

Co-authored-by: Henning Normann <[email protected]>
  • Loading branch information
HenningNormann and HenningNormann authored Oct 28, 2024
1 parent 0302968 commit d39a0e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Storage.Interface/Models/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ public class Application : ChangableElement
public CopyInstanceSettings CopyInstanceSettings { get; set; }

/// <summary>
/// Gets or sets an optional container number to use a different storage container than the default.
/// Gets or sets an optional account number to use a different storage account than the default.
/// </summary>
[JsonProperty(PropertyName = "storageContainerNumber")]
[JsonProperty(PropertyName = "storageAccountNumber")]

public int? StorageContainerNumber { get; set; }
public int? StorageAccountNumber { get; set; }

/// <summary>
/// Gets or sets a boolean value indicating if users (user tokens) are disallowed from instantiating.
Expand Down

0 comments on commit d39a0e8

Please sign in to comment.