Skip to content

Commit e351c53

Browse files
authored
[Release] sdk/resourcemanager/hybridcompute/armhybridcompute/2.0.0-beta.4 generation from spec commit: b574e2a41acda14a90ef237006e8bbdda2b63c63 (Azure#23210)
1 parent d9cf939 commit e351c53

38 files changed

+802
-454
lines changed

sdk/resourcemanager/hybridcompute/armhybridcompute/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release History
22

3+
## 2.0.0-beta.4 (2024-07-23)
4+
### Breaking Changes
5+
6+
- Function `*MachineRunCommandsClient.BeginUpdate` has been removed
7+
- Struct `MachineRunCommandUpdate` has been removed
8+
9+
### Features Added
10+
11+
- New value `LicenseProfileSubscriptionStatusDisabling`, `LicenseProfileSubscriptionStatusFailed` added to enum type `LicenseProfileSubscriptionStatus`
12+
- New enum type `HotpatchEnablementStatus` with values `HotpatchEnablementStatusActionRequired`, `HotpatchEnablementStatusDisabled`, `HotpatchEnablementStatusEnabled`, `HotpatchEnablementStatusPendingEvaluation`, `HotpatchEnablementStatusUnknown`
13+
- New function `*MachinesClient.CreateOrUpdate(context.Context, string, string, Machine, *MachinesClientCreateOrUpdateOptions) (MachinesClientCreateOrUpdateResponse, error)`
14+
- New function `*NetworkSecurityPerimeterConfigurationsClient.BeginReconcileForPrivateLinkScope(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientBeginReconcileForPrivateLinkScopeOptions) (*runtime.Poller[NetworkSecurityPerimeterConfigurationsClientReconcileForPrivateLinkScopeResponse], error)`
15+
- New struct `PatchSettingsStatus`
16+
- New field `BillingEndDate`, `Error` in struct `LicenseProfileArmProductProfileProperties`
17+
- New field `EnableHotpatching`, `Status` in struct `PatchSettings`
18+
- New field `BillingEndDate`, `Error` in struct `ProductFeature`
19+
20+
321
## 2.0.0-beta.3 (2024-06-21)
422
### Breaking Changes
523

sdk/resourcemanager/hybridcompute/armhybridcompute/autorest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/f4c6c8697c59f966db0d1e36b62df3af3bca9065/specification/hybridcompute/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/f4c6c8697c59f966db0d1e36b62df3af3bca9065/specification/hybridcompute/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/b574e2a41acda14a90ef237006e8bbdda2b63c63/specification/hybridcompute/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/b574e2a41acda14a90ef237006e8bbdda2b63c63/specification/hybridcompute/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 2.0.0-beta.3
12-
tag: package-preview-2024-03
11+
module-version: 2.0.0-beta.4
12+
tag: package-preview-2024-05
1313
```

sdk/resourcemanager/hybridcompute/armhybridcompute/constants.go

Lines changed: 31 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/hybridcompute/armhybridcompute/extensionmetadata_client.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/hybridcompute/armhybridcompute/extensionmetadata_client_example_test.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/hybridcompute/armhybridcompute/fake/machineruncommands_server.go

Lines changed: 0 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/hybridcompute/armhybridcompute/fake/machines_server.go

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)