Skip to content

Commit

Permalink
CodeGen from PR 30656 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge a77d234dba110b926ed2473b62039448254d2056 into 4cb5b94f8c1da3d1bcd56cde3fa62dfd5493e345
  • Loading branch information
SDKAuto committed Oct 11, 2024
1 parent bb7200c commit c180f18
Show file tree
Hide file tree
Showing 51 changed files with 3,472 additions and 4,046 deletions.
56 changes: 56 additions & 0 deletions sdk/resourcemanager/hybridcompute/armhybridcompute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# Release History

## 2.0.0-beta.5 (2024-10-11)
### Breaking Changes

- Type of `MachinesClientGetOptions.Expand` has been changed from `*string` to `*InstanceViewTypes`

### Features Added

- New enum type `InstanceViewTypes` with values `InstanceViewTypesInstanceView`
- New enum type `LicenseProfileSubscriptionStatusUpdate` with values `LicenseProfileSubscriptionStatusUpdateDisable`, `LicenseProfileSubscriptionStatusUpdateEnable`
- New function `*ClientFactory.NewExtensionMetadataV2Client() *ExtensionMetadataV2Client`
- New function `*ClientFactory.NewExtensionPublisherClient() *ExtensionPublisherClient`
- New function `*ClientFactory.NewExtensionTypeClient() *ExtensionTypeClient`
- New function `*ClientFactory.NewLicenseProfilesClient() *LicenseProfilesClient`
- New function `NewExtensionMetadataV2Client(azcore.TokenCredential, *arm.ClientOptions) (*ExtensionMetadataV2Client, error)`
- New function `*ExtensionMetadataV2Client.Get(context.Context, string, string, string, string, *ExtensionMetadataV2ClientGetOptions) (ExtensionMetadataV2ClientGetResponse, error)`
- New function `*ExtensionMetadataV2Client.NewListPager(string, string, string, *ExtensionMetadataV2ClientListOptions) *runtime.Pager[ExtensionMetadataV2ClientListResponse]`
- New function `NewExtensionPublisherClient(azcore.TokenCredential, *arm.ClientOptions) (*ExtensionPublisherClient, error)`
- New function `*ExtensionPublisherClient.NewListPager(string, *ExtensionPublisherClientListOptions) *runtime.Pager[ExtensionPublisherClientListResponse]`
- New function `NewExtensionTypeClient(azcore.TokenCredential, *arm.ClientOptions) (*ExtensionTypeClient, error)`
- New function `*ExtensionTypeClient.NewListPager(string, string, *ExtensionTypeClientListOptions) *runtime.Pager[ExtensionTypeClientListResponse]`
- New function `NewLicenseProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LicenseProfilesClient, error)`
- New function `*LicenseProfilesClient.BeginCreateOrUpdate(context.Context, string, string, LicenseProfile, *LicenseProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[LicenseProfilesClientCreateOrUpdateResponse], error)`
- New function `*LicenseProfilesClient.BeginDelete(context.Context, string, string, *LicenseProfilesClientBeginDeleteOptions) (*runtime.Poller[LicenseProfilesClientDeleteResponse], error)`
- New function `*LicenseProfilesClient.Get(context.Context, string, string, *LicenseProfilesClientGetOptions) (LicenseProfilesClientGetResponse, error)`
- New function `*LicenseProfilesClient.NewListPager(string, string, *LicenseProfilesClientListOptions) *runtime.Pager[LicenseProfilesClientListResponse]`
- New function `*LicenseProfilesClient.BeginUpdate(context.Context, string, string, LicenseProfileUpdate, *LicenseProfilesClientBeginUpdateOptions) (*runtime.Poller[LicenseProfilesClientUpdateResponse], error)`
- New function `*LicensesClient.BeginValidateLicense(context.Context, License, *LicensesClientBeginValidateLicenseOptions) (*runtime.Poller[LicensesClientValidateLicenseResponse], error)`
- New struct `Disk`
- New struct `EsuProfileUpdateProperties`
- New struct `ExtensionPublisher`
- New struct `ExtensionPublisherListResult`
- New struct `ExtensionType`
- New struct `ExtensionTypeListResult`
- New struct `ExtensionValueListResultV2`
- New struct `ExtensionValueV2`
- New struct `ExtensionValueV2Properties`
- New struct `FirmwareProfile`
- New struct `HardwareProfile`
- New struct `LicenseProfile`
- New struct `LicenseProfileArmEsuProperties`
- New struct `LicenseProfileProperties`
- New struct `LicenseProfilePropertiesSoftwareAssurance`
- New struct `LicenseProfileUpdate`
- New struct `LicenseProfileUpdateProperties`
- New struct `LicenseProfileUpdatePropertiesSoftwareAssurance`
- New struct `LicenseProfilesListResult`
- New struct `NetworkSecurityPerimeterConfigurationReconcileResult`
- New struct `Processor`
- New struct `ProductFeatureUpdate`
- New struct `ProductProfileUpdateProperties`
- New struct `StorageProfile`
- New field `FirmwareProfile`, `HardwareProfile`, `StorageProfile` in struct `MachineProperties`
- New field `ID`, `MacAddress`, `Name` in struct `NetworkInterface`
- New anonymous field `NetworkSecurityPerimeterConfigurationReconcileResult` in struct `NetworkSecurityPerimeterConfigurationsClientReconcileForPrivateLinkScopeResponse`


## 2.0.0-beta.4 (2024-07-23)
### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/b574e2a41acda14a90ef237006e8bbdda2b63c63/specification/hybridcompute/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/b574e2a41acda14a90ef237006e8bbdda2b63c63/specification/hybridcompute/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/hybridcompute/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/hybridcompute/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0-beta.4
tag: package-preview-2024-05
module-version: 2.0.0-beta.5
```

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

31 changes: 30 additions & 1 deletion sdk/resourcemanager/hybridcompute/armhybridcompute/constants.go

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.

This file was deleted.

Loading

0 comments on commit c180f18

Please sign in to comment.