Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public BillingSubscriptionAliasData() { }
public string ConsumptionCostCenter { get { throw null; } set { } }
public string CustomerDisplayName { get { throw null; } }
public string CustomerId { get { throw null; } set { } }
public string CustomerName { get { throw null; } }
public string DisplayName { get { throw null; } set { } }
public string EnrollmentAccountDisplayName { get { throw null; } }
public string EnrollmentAccountId { get { throw null; } }
Expand Down Expand Up @@ -208,6 +209,7 @@ public BillingSubscriptionData() { }
public string ConsumptionCostCenter { get { throw null; } set { } }
public string CustomerDisplayName { get { throw null; } }
public string CustomerId { get { throw null; } set { } }
public string CustomerName { get { throw null; } }
public string DisplayName { get { throw null; } set { } }
public string EnrollmentAccountDisplayName { get { throw null; } }
public string EnrollmentAccountId { get { throw null; } }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading