Skip to content

Commit 70ed661

Browse files
author
SDKAuto
committed
CodeGen from PR 3382 in test-repo-billy/azure-rest-api-specs
Merge 933c438a84483a880c858f9866120f73c49ab568 into 35a65fea3e15956e7742e6b6d821768e8aff2903
1 parent fdfd924 commit 70ed661

39 files changed

+237
-4887
lines changed

sdk/resourcemanager/scvmm/armscvmm/CHANGELOG.md

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

3+
## 2.0.0 (2024-10-30)
4+
### Breaking Changes
5+
6+
- Function `*VirtualMachineInstancesClient.BeginStop` parameter(s) have been changed from `(context.Context, string, StopVirtualMachineOptions, *VirtualMachineInstancesClientBeginStopOptions)` to `(context.Context, string, *VirtualMachineInstancesClientBeginStopOptions)`
7+
8+
### Features Added
9+
10+
- New field `PrivateLinkScopeResourceID` in struct `GuestAgentProperties`
11+
- New field `DomainName`, `DomainPassword`, `DomainUsername`, `ProductKey`, `RunOnceCommands`, `Timezone`, `Workgroup` in struct `OsProfileForVMInstance`
12+
- New field `Body` in struct `VirtualMachineInstancesClientBeginStopOptions`
13+
14+
315
## 1.0.0 (2024-06-28)
416
### Breaking Changes
517

sdk/resourcemanager/scvmm/armscvmm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure Scvmm Module for Go
22

3-
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/scvmm/armscvmm)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/scvmm/armscvmm)
3+
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/scvmm/armscvmm/v2)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/scvmm/armscvmm/v2)
44

55
The `armscvmm` module provides operations for working with Azure Scvmm.
66

@@ -20,7 +20,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
2020
Install the Azure Scvmm module:
2121

2222
```sh
23-
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/scvmm/armscvmm
23+
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/scvmm/armscvmm/v2
2424
```
2525

2626
## Authorization

sdk/resourcemanager/scvmm/armscvmm/autorest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/7753cb8917f0968713c013a1f25875e8bd8dc492/specification/scvmm/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/7753cb8917f0968713c013a1f25875e8bd8dc492/specification/scvmm/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/scvmm/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/scvmm/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.0.0
12-
tag: package-2023-10
11+
module-version: 2.0.0
1312
```

sdk/resourcemanager/scvmm/armscvmm/availabilitysets_client.go

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

0 commit comments

Comments
 (0)