Skip to content

Commit

Permalink
CodeGen from PR 21241 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Migrate to net track2 for some resource-manager readmes batch 3 (Azure#21241)

* migrate to track 2

* revert configs for machinelearning and managementgroups

* resolve Go SDK automation failure

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
  • Loading branch information
SDKAuto and tadelesh committed Oct 28, 2022
1 parent 2ce9ca4 commit 25c37f9
Show file tree
Hide file tree
Showing 10 changed files with 265 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,14 @@ internal DataBoxDiskCopyProgress() { }
public string SerialNumber { get { throw null; } }
public Azure.ResourceManager.DataBox.Models.DataBoxCopyStatus? Status { get { throw null; } }
}
public partial class DataBoxDiskGranularCopyLogDetails : Azure.ResourceManager.DataBox.Models.GranularCopyLogDetails
{
internal DataBoxDiskGranularCopyLogDetails() { }
public Azure.Core.ResourceIdentifier AccountId { get { throw null; } }
public string ErrorLogLink { get { throw null; } }
public string SerialNumber { get { throw null; } }
public string VerboseLogLink { get { throw null; } }
}
public partial class DataBoxDiskGranularCopyProgress : Azure.ResourceManager.DataBox.Models.GranularCopyProgress
{
internal DataBoxDiskGranularCopyProgress() { }
Expand All @@ -331,6 +339,7 @@ public partial class DataBoxDiskJobDetails : Azure.ResourceManager.DataBox.Model
public DataBoxDiskJobDetails(Azure.ResourceManager.DataBox.Models.DataBoxContactDetails contactDetails) : base (default(Azure.ResourceManager.DataBox.Models.DataBoxContactDetails)) { }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.DataBoxDiskCopyProgress> CopyProgress { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, int> DisksAndSizeDetails { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.DataBoxDiskGranularCopyLogDetails> GranularCopyLogDetails { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.DataBoxDiskGranularCopyProgress> GranularCopyProgress { get { throw null; } }
public string Passkey { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, int> PreferredDisks { get { throw null; } }
Expand Down Expand Up @@ -790,6 +799,10 @@ public enum FilterFileType
AzureBlob = 0,
AzureFile = 1,
}
public abstract partial class GranularCopyLogDetails
{
protected GranularCopyLogDetails() { }
}
public partial class GranularCopyProgress
{
internal GranularCopyProgress() { }
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.

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.

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

0 comments on commit 25c37f9

Please sign in to comment.