|
4 | 4 |
|
5 | 5 | ### New Constants
|
6 | 6 |
|
7 |
| -1. DiskCreateOption.DiskCreateOptionCopyStart |
8 |
| -1. DiskState.DiskStateActiveSASFrozen |
9 |
| -1. DiskState.DiskStateFrozen |
10 |
| -1. PublicNetworkAccess.PublicNetworkAccessDisabled |
11 |
| -1. PublicNetworkAccess.PublicNetworkAccessEnabled |
| 7 | +1. SecurityEncryptionTypes.SecurityEncryptionTypesDiskWithVMGuestState |
| 8 | +1. SecurityEncryptionTypes.SecurityEncryptionTypesVMGuestStateOnly |
| 9 | +1. SecurityTypes.SecurityTypesConfidentialVM |
12 | 10 |
|
13 | 11 | ### New Funcs
|
14 | 12 |
|
15 |
| -1. *CommunityGallery.UnmarshalJSON([]byte) error |
16 |
| -1. *CommunityGalleryImage.UnmarshalJSON([]byte) error |
17 |
| -1. *CommunityGalleryImageVersion.UnmarshalJSON([]byte) error |
18 |
| -1. *PirCommunityGalleryResource.UnmarshalJSON([]byte) error |
19 |
| -1. CommunityGalleriesClient.Get(context.Context, string, string) (CommunityGallery, error) |
20 |
| -1. CommunityGalleriesClient.GetPreparer(context.Context, string, string) (*http.Request, error) |
21 |
| -1. CommunityGalleriesClient.GetResponder(*http.Response) (CommunityGallery, error) |
22 |
| -1. CommunityGalleriesClient.GetSender(*http.Request) (*http.Response, error) |
23 |
| -1. CommunityGallery.MarshalJSON() ([]byte, error) |
24 |
| -1. CommunityGalleryImage.MarshalJSON() ([]byte, error) |
25 |
| -1. CommunityGalleryImageVersion.MarshalJSON() ([]byte, error) |
26 |
| -1. CommunityGalleryImageVersionsClient.Get(context.Context, string, string, string, string) (CommunityGalleryImageVersion, error) |
27 |
| -1. CommunityGalleryImageVersionsClient.GetPreparer(context.Context, string, string, string, string) (*http.Request, error) |
28 |
| -1. CommunityGalleryImageVersionsClient.GetResponder(*http.Response) (CommunityGalleryImageVersion, error) |
29 |
| -1. CommunityGalleryImageVersionsClient.GetSender(*http.Request) (*http.Response, error) |
30 |
| -1. CommunityGalleryImagesClient.Get(context.Context, string, string, string) (CommunityGalleryImage, error) |
31 |
| -1. CommunityGalleryImagesClient.GetPreparer(context.Context, string, string, string) (*http.Request, error) |
32 |
| -1. CommunityGalleryImagesClient.GetResponder(*http.Response) (CommunityGalleryImage, error) |
33 |
| -1. CommunityGalleryImagesClient.GetSender(*http.Request) (*http.Response, error) |
34 |
| -1. NewCommunityGalleriesClient(string) CommunityGalleriesClient |
35 |
| -1. NewCommunityGalleriesClientWithBaseURI(string, string) CommunityGalleriesClient |
36 |
| -1. NewCommunityGalleryImageVersionsClient(string) CommunityGalleryImageVersionsClient |
37 |
| -1. NewCommunityGalleryImageVersionsClientWithBaseURI(string, string) CommunityGalleryImageVersionsClient |
38 |
| -1. NewCommunityGalleryImagesClient(string) CommunityGalleryImagesClient |
39 |
| -1. NewCommunityGalleryImagesClientWithBaseURI(string, string) CommunityGalleryImagesClient |
40 |
| -1. PirCommunityGalleryResource.MarshalJSON() ([]byte, error) |
41 |
| -1. PossiblePublicNetworkAccessValues() []PublicNetworkAccess |
| 13 | +1. PossibleSecurityEncryptionTypesValues() []SecurityEncryptionTypes |
42 | 14 |
|
43 | 15 | ### Struct Changes
|
44 | 16 |
|
45 | 17 | #### New Structs
|
46 | 18 |
|
47 |
| -1. CommunityGalleriesClient |
48 |
| -1. CommunityGallery |
49 |
| -1. CommunityGalleryIdentifier |
50 |
| -1. CommunityGalleryImage |
51 |
| -1. CommunityGalleryImageProperties |
52 |
| -1. CommunityGalleryImageVersion |
53 |
| -1. CommunityGalleryImageVersionProperties |
54 |
| -1. CommunityGalleryImageVersionsClient |
55 |
| -1. CommunityGalleryImagesClient |
56 |
| -1. PirCommunityGalleryResource |
57 |
| -1. SupportedCapabilities |
| 19 | +1. DiskSecurityProfileProperties |
58 | 20 |
|
59 | 21 | #### New Struct Fields
|
60 | 22 |
|
61 |
| -1. DiskAccess.ExtendedLocation |
62 |
| -1. DiskProperties.CompletionPercent |
63 |
| -1. DiskProperties.PublicNetworkAccess |
64 |
| -1. DiskProperties.SupportedCapabilities |
65 |
| -1. DiskRestorePointProperties.CompletionPercent |
66 |
| -1. DiskRestorePointProperties.DiskAccessID |
67 |
| -1. DiskRestorePointProperties.NetworkAccessPolicy |
68 |
| -1. DiskRestorePointProperties.PublicNetworkAccess |
69 |
| -1. DiskRestorePointProperties.SupportedCapabilities |
70 |
| -1. DiskUpdateProperties.PublicNetworkAccess |
71 |
| -1. DiskUpdateProperties.SupportedCapabilities |
72 |
| -1. EncryptionSetProperties.AutoKeyRotationError |
73 |
| -1. SnapshotProperties.CompletionPercent |
74 |
| -1. SnapshotProperties.PublicNetworkAccess |
75 |
| -1. SnapshotProperties.SupportedCapabilities |
76 |
| -1. SnapshotUpdateProperties.PublicNetworkAccess |
| 23 | +1. ManagedDiskParameters.SecurityProfile |
0 commit comments