Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
16c28ef
generated with 2023-03-01 tag
grizzlytheodore Jan 25, 2023
7a83968
Merge branch 'main' into feature/cplat-2023-03-01
grizzlytheodore Mar 3, 2023
6bf58c1
update version
grizzlytheodore Mar 15, 2023
cdfbf4d
new recordings for all tests
grizzlytheodore Mar 21, 2023
5ddc2bd
sanitize key
grizzlytheodore Mar 22, 2023
e927b9c
last test recording
grizzlytheodore Mar 24, 2023
a20242b
generated 2023-03-01 base
grizzlytheodore Apr 3, 2023
fd9a5a0
Merge branch 'feature/cplat-2023-03-01' into feature/cplat-2023-03-01…
grizzlytheodore Apr 3, 2023
1632a14
Generated
grizzlytheodore Apr 19, 2023
1e9957b
merge main
grizzlytheodore Apr 19, 2023
3c2b4ea
generated test
grizzlytheodore Apr 20, 2023
5adea7a
code regenerated
grizzlytheodore Apr 20, 2023
4e28b22
Merge branch 'main' into feature/cplat-2023-03-01-track2
Apr 20, 2023
39f6b57
renamed
grizzlytheodore Apr 20, 2023
6736399
customization
grizzlytheodore Apr 20, 2023
4d5a274
Merge branch 'feature/cplat-2023-03-01-track2' of https://github.com/…
grizzlytheodore Apr 20, 2023
146ab04
customizations
grizzlytheodore Apr 21, 2023
fe35db6
update
grizzlytheodore Apr 25, 2023
c06c63c
update id to arm-id, export api
grizzlytheodore Apr 25, 2023
72833a0
Merge branch 'main' into feature/cplat-2023-03-01-track2
grizzlytheodore Apr 26, 2023
b429d50
do the rename
ArcturusZhang Apr 28, 2023
e6e91df
updated generations, customization
grizzlytheodore Apr 28, 2023
798b163
re-recorded tests
grizzlytheodore Apr 28, 2023
d951cff
track 1 sdk added
grizzlytheodore May 4, 2023
9163e9c
track 2 generated
grizzlytheodore May 5, 2023
d0f0125
update changelog
grizzlytheodore May 8, 2023
5cd6e97
Revert "update changelog"
grizzlytheodore May 8, 2023
0993fa4
Merge branch 'main' into galleryBugFix
May 9, 2023
1a527d4
Merge remote-tracking branch 'origin/main' into galleryBugFix
ArcturusZhang May 17, 2023
ccfaffa
regen
ArcturusZhang May 17, 2023
5ea36db
revert the track 1 changes
ArcturusZhang May 18, 2023
7965222
mitigate the breaking changes
ArcturusZhang May 18, 2023
67fd490
mitigate the last breaking change
ArcturusZhang May 18, 2023
d834a01
another fix
ArcturusZhang May 18, 2023
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 @@ -413,7 +413,9 @@ internal CommunityGalleryImageData() { }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.GalleryImageFeature> Features { get { throw null; } }
public Azure.ResourceManager.Compute.Models.HyperVGeneration? HyperVGeneration { get { throw null; } }
public Azure.Core.ResourceIdentifier Id { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public Azure.ResourceManager.Compute.Models.GalleryImageIdentifier Identifier { get { throw null; } }
public Azure.ResourceManager.Compute.Models.CommunityGalleryImageIdentifier ImageIdentifier { get { throw null; } }
public Azure.ResourceManager.Compute.Models.OperatingSystemStateType? OSState { get { throw null; } }
public Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType? OSType { get { throw null; } }
public System.Uri PrivacyStatementUri { get { throw null; } }
Expand Down Expand Up @@ -2651,6 +2653,13 @@ public CloudServiceVaultSecretGroup() { }
public Azure.Core.ResourceIdentifier SourceVaultId { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.CloudServiceVaultCertificate> VaultCertificates { get { throw null; } }
}
public partial class CommunityGalleryImageIdentifier
{
internal CommunityGalleryImageIdentifier() { }
public string Offer { get { throw null; } }
public string Publisher { get { throw null; } }
public string Sku { get { throw null; } }
}
public partial class CommunityGalleryInfo
{
public CommunityGalleryInfo() { }
Expand Down Expand Up @@ -3467,6 +3476,26 @@ public DiskSku() { }
public static bool operator !=(Azure.ResourceManager.Compute.Models.DiskStorageAccountType left, Azure.ResourceManager.Compute.Models.DiskStorageAccountType right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct EdgeZoneStorageAccountType : System.IEquatable<Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public EdgeZoneStorageAccountType(string value) { throw null; }
public static Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType PremiumLrs { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType StandardLrs { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType StandardSsdLrs { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType StandardZrs { get { throw null; } }
public bool Equals(Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType left, Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType right) { throw null; }
public static implicit operator Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType left, Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType right) { throw null; }
public override string ToString() { throw null; }
}
public partial class EncryptionImages
{
public EncryptionImages() { }
Expand Down Expand Up @@ -3840,7 +3869,9 @@ public GalleryTargetExtendedLocation() { }
public Azure.ResourceManager.Compute.Models.EncryptionImages Encryption { get { throw null; } set { } }
public Azure.ResourceManager.Compute.Models.GalleryExtendedLocation ExtendedLocation { get { throw null; } set { } }
public int? ExtendedLocationReplicaCount { get { throw null; } set { } }
public Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType? GalleryStorageAccountType { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public Azure.ResourceManager.Compute.Models.ImageStorageAccountType? StorageAccountType { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
Expand Down Expand Up @@ -3998,6 +4029,7 @@ public ImageReference() { }
public ImageStorageAccountType(string value) { throw null; }
public static Azure.ResourceManager.Compute.Models.ImageStorageAccountType PremiumLrs { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.ImageStorageAccountType StandardLrs { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static Azure.ResourceManager.Compute.Models.ImageStorageAccountType StandardSsdLrs { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.ImageStorageAccountType StandardZrs { get { throw null; } }
public bool Equals(Azure.ResourceManager.Compute.Models.ImageStorageAccountType other) { throw null; }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using System.ComponentModel;
using Azure.ResourceManager.Compute.Models;

namespace Azure.ResourceManager.Compute
{
public partial class CommunityGalleryImageData
{
/// <summary> This is the gallery image definition identifier. </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public GalleryImageIdentifier Identifier => new GalleryImageIdentifier()
{
Publisher = ImageIdentifier.Publisher,
Offer = ImageIdentifier.Offer,
Sku = ImageIdentifier.Sku
};
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using System;
using Azure.Core;

namespace Azure.ResourceManager.Compute.Models
{
public partial class GalleryImageIdentifier
{
internal GalleryImageIdentifier()
{
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using System.ComponentModel;

namespace Azure.ResourceManager.Compute.Models
{
public partial class GalleryTargetExtendedLocation
{
/// <summary> Specifies the storage account type to be used to store the image. This property is not updatable. </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageStorageAccountType? StorageAccountType
{
get
{
return GalleryStorageAccountType.HasValue ? new ImageStorageAccountType(GalleryStorageAccountType.ToString()) : null;
}
set
{
if (value == null)
{
GalleryStorageAccountType = null;
}
else
{
GalleryStorageAccountType = new EdgeZoneStorageAccountType(value.ToString());
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using System.ComponentModel;

namespace Azure.ResourceManager.Compute.Models
{
public readonly partial struct ImageStorageAccountType
{
private const string StandardSsdLrsValue = "StandardSSD_LRS";

/// <summary> StandardSSD_LRS. </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public static ImageStorageAccountType StandardSsdLrs { get; } = new ImageStorageAccountType(StandardSsdLrsValue);
}
}

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