Skip to content

Commit 4d51c7c

Browse files
authored
[Release] sdk/resourcemanager/hybridnetwork/armhybridnetwork/1.0.0 generation from spec commit: d55b8005f05b040b852c15e74a0f3e36494a15e1 (Azure#18114)
1 parent fa53752 commit 4d51c7c

29 files changed

+582
-980
lines changed

sdk/resourcemanager/hybridnetwork/armhybridnetwork/CHANGELOG.md

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

3+
## 1.0.0 (2022-05-18)
4+
### Breaking Changes
5+
6+
- Function `*VendorsClient.BeginCreateOrUpdate` return value(s) have been changed from `(*armruntime.Poller[VendorsClientCreateOrUpdateResponse], error)` to `(*runtime.Poller[VendorsClientCreateOrUpdateResponse], error)`
7+
- Function `*NetworkFunctionsClient.BeginDelete` return value(s) have been changed from `(*armruntime.Poller[NetworkFunctionsClientDeleteResponse], error)` to `(*runtime.Poller[NetworkFunctionsClientDeleteResponse], error)`
8+
- Function `*VendorSKUPreviewClient.BeginCreateOrUpdate` return value(s) have been changed from `(*armruntime.Poller[VendorSKUPreviewClientCreateOrUpdateResponse], error)` to `(*runtime.Poller[VendorSKUPreviewClientCreateOrUpdateResponse], error)`
9+
- Function `*NetworkFunctionsClient.BeginCreateOrUpdate` return value(s) have been changed from `(*armruntime.Poller[NetworkFunctionsClientCreateOrUpdateResponse], error)` to `(*runtime.Poller[NetworkFunctionsClientCreateOrUpdateResponse], error)`
10+
- Function `*DevicesClient.BeginDelete` return value(s) have been changed from `(*armruntime.Poller[DevicesClientDeleteResponse], error)` to `(*runtime.Poller[DevicesClientDeleteResponse], error)`
11+
- Function `*VendorSKUsClient.BeginDelete` return value(s) have been changed from `(*armruntime.Poller[VendorSKUsClientDeleteResponse], error)` to `(*runtime.Poller[VendorSKUsClientDeleteResponse], error)`
12+
- Function `*VendorNetworkFunctionsClient.BeginCreateOrUpdate` return value(s) have been changed from `(*armruntime.Poller[VendorNetworkFunctionsClientCreateOrUpdateResponse], error)` to `(*runtime.Poller[VendorNetworkFunctionsClientCreateOrUpdateResponse], error)`
13+
- Function `*VendorSKUPreviewClient.BeginDelete` return value(s) have been changed from `(*armruntime.Poller[VendorSKUPreviewClientDeleteResponse], error)` to `(*runtime.Poller[VendorSKUPreviewClientDeleteResponse], error)`
14+
- Function `*RoleInstancesClient.BeginStart` return value(s) have been changed from `(*armruntime.Poller[RoleInstancesClientStartResponse], error)` to `(*runtime.Poller[RoleInstancesClientStartResponse], error)`
15+
- Function `*RoleInstancesClient.BeginRestart` return value(s) have been changed from `(*armruntime.Poller[RoleInstancesClientRestartResponse], error)` to `(*runtime.Poller[RoleInstancesClientRestartResponse], error)`
16+
- Function `*VendorSKUsClient.BeginCreateOrUpdate` return value(s) have been changed from `(*armruntime.Poller[VendorSKUsClientCreateOrUpdateResponse], error)` to `(*runtime.Poller[VendorSKUsClientCreateOrUpdateResponse], error)`
17+
- Function `*DevicesClient.BeginCreateOrUpdate` return value(s) have been changed from `(*armruntime.Poller[DevicesClientCreateOrUpdateResponse], error)` to `(*runtime.Poller[DevicesClientCreateOrUpdateResponse], error)`
18+
- Function `*VendorsClient.BeginDelete` return value(s) have been changed from `(*armruntime.Poller[VendorsClientDeleteResponse], error)` to `(*runtime.Poller[VendorsClientDeleteResponse], error)`
19+
- Function `*RoleInstancesClient.BeginStop` return value(s) have been changed from `(*armruntime.Poller[RoleInstancesClientStopResponse], error)` to `(*runtime.Poller[RoleInstancesClientStopResponse], error)`
20+
- Const `HTTPMethodPut` has been removed
21+
- Const `HTTPMethodPost` has been removed
22+
- Const `HTTPMethodUnknown` has been removed
23+
- Const `OriginUser` has been removed
24+
- Const `OriginSystem` has been removed
25+
- Const `ActionTypeInternal` has been removed
26+
- Const `OriginUserSystem` has been removed
27+
- Const `HTTPMethodGet` has been removed
28+
- Const `HTTPMethodPatch` has been removed
29+
- Const `HTTPMethodDelete` has been removed
30+
- Function `NetworkFunctionListResult.MarshalJSON` has been removed
31+
- Function `NetworkFunctionSKUDetails.MarshalJSON` has been removed
32+
- Function `NetworkFunctionVendorListResult.MarshalJSON` has been removed
33+
- Function `SKUCredential.MarshalJSON` has been removed
34+
- Function `*SKUCredential.UnmarshalJSON` has been removed
35+
- Function `VendorDetails.MarshalJSON` has been removed
36+
- Function `NetworkFunctionSKUListResult.MarshalJSON` has been removed
37+
- Function `PossibleOriginValues` has been removed
38+
- Function `ErrorDetail.MarshalJSON` has been removed
39+
- Function `DeviceListResult.MarshalJSON` has been removed
40+
- Function `PossibleActionTypeValues` has been removed
41+
- Function `VendorListResult.MarshalJSON` has been removed
42+
- Function `VendorSKUListResult.MarshalJSON` has been removed
43+
- Function `*VendorSKUsClient.ListCredential` has been removed
44+
- Function `OperationListResult.MarshalJSON` has been removed
45+
- Function `VendorNetworkFunctionListResult.MarshalJSON` has been removed
46+
- Function `NetworkFunctionSKURoleDetails.MarshalJSON` has been removed
47+
- Function `*NetworkFunctionsClient.BeginExecuteRequest` has been removed
48+
- Function `PossibleHTTPMethodValues` has been removed
49+
- Function `NetworkFunctionRoleInstanceListResult.MarshalJSON` has been removed
50+
- Function `PreviewSubscriptionsList.MarshalJSON` has been removed
51+
- Struct `ExecuteRequestParameters` has been removed
52+
- Struct `NetworkFunctionsClientBeginExecuteRequestOptions` has been removed
53+
- Struct `NetworkFunctionsClientExecuteRequestResponse` has been removed
54+
- Struct `OperationListResult` has been removed
55+
- Struct `RequestMetadata` has been removed
56+
- Struct `SKUCredential` has been removed
57+
- Struct `VendorSKUsClientListCredentialOptions` has been removed
58+
- Struct `VendorSKUsClientListCredentialResponse` has been removed
59+
- Field `ActionType` of struct `Operation` has been removed
60+
- Field `IsDataAction` of struct `Operation` has been removed
61+
- Field `Origin` of struct `Operation` has been removed
62+
- Field `OperationListResult` of struct `OperationsClientListResponse` has been removed
63+
64+
### Features Added
65+
66+
- New struct `OperationList`
67+
- New anonymous field `OperationList` in struct `OperationsClientListResponse`
68+
69+
370
## 0.4.0 (2022-04-15)
471
### Breaking Changes
572

sdk/resourcemanager/hybridnetwork/armhybridnetwork/autorest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
55
``` yaml
66
azure-arm: true
7+
tag: package-2021-05-01
78
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/cc26f1d28c939bbcde00a29aa8958b3eebb10cea/specification/hybridnetwork/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/cc26f1d28c939bbcde00a29aa8958b3eebb10cea/specification/hybridnetwork/resource-manager/readme.go.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/hybridnetwork/resource-manager/readme.md
10+
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/hybridnetwork/resource-manager/readme.go.md
1011
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 0.4.0
12+
module-version: 1.0.0
1213

1314
```

sdk/resourcemanager/hybridnetwork/armhybridnetwork/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/hybridnetwork/armhy
33
go 1.18
44

55
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0
6+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0
7+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0
88
)
99

1010
require (
11-
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
11+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
1212
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
1313
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
1414
github.com/google/uuid v1.1.1 // indirect
1515
github.com/kylelemons/godebug v1.1.0 // indirect
1616
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
17-
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
18-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
19-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
17+
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
18+
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
19+
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
2020
golang.org/x/text v0.3.7 // indirect
2121
)
Lines changed: 12 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,33 @@
1-
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0 h1:D7l5jspkc4kwBYRWoZE4DQnu6LVpLwDsMZjBKS4wZLQ=
2-
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0/go.mod h1:w5pDIZuawUmY3Bj4tVx3Xb8KS96ToB0j315w9rqpAg0=
3-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0 h1:NVS/4LOQfkBpk+B1VopIzv1ptmYeEskA8w/3K/w7vjo=
4-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0/go.mod h1:RG0cZndeZM17StwohYclmcXSr4oOJ8b1I5hB8llIc6Y=
5-
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 h1:sLZ/Y+P/5RRtsXWylBjB5lkgixYfm0MQPiwrSX//JSo=
6-
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I=
1+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0 h1:sVPhtT2qjO86rTUaWMr4WoES4TkjGnzcioXcnHV9s5k=
2+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U=
3+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0 h1:Yoicul8bnVdQrhDMTHxdEckRGX01XvwXDHUT9zYZ3k0=
4+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0/go.mod h1:+6sju8gk8FRmSajX3Oz4G5Gm7P+mbqE9FVaXXFYTkCM=
5+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 h1:jp0dGvZ7ZK0mgqnTSClMxa5xuRL7NZgHameVYF6BurY=
6+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w=
77
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 h1:WVsrXCnHlDDX8ls+tootqRE87/hL9S/g4ewig9RsD/c=
88
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4=
9-
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
109
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1110
github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c=
12-
github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko=
1311
github.com/golang-jwt/jwt v3.2.1+incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=
1412
github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
1513
github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU=
1614
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
1715
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
1816
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
1917
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
20-
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8=
2118
github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow=
2219
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 h1:Qj1ukM4GlMWXNdMBuXcXfz/Kw9s1qm0CLY32QxuSImI=
2320
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4/go.mod h1:N6UoU20jOqggOuDwUaBQpluzLNDqif3kq9z2wpdYEfQ=
2421
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
25-
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
26-
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
2722
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
28-
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
29-
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
30-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
31-
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E=
32-
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
33-
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
34-
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
35-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f h1:OfiFi4JbukWwe3lzw+xunroH1mnC1e2Gy5cxNJApiSY=
36-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
37-
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
38-
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
39-
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
23+
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 h1:Tgea0cVUD0ivh5ADBX4WwuI12DUd2to3nCYe2eayMIw=
24+
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
25+
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 h1:HVyaeDAYux4pnY+D/SiwmLOR36ewZ4iGQIIrtnuCjFA=
26+
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
4027
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
41-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 h1:id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0=
42-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
43-
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
44-
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
28+
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e h1:fLOSk5Q00efkSvAm+4xcoXD+RRmLmmulPn5I3Y9F2EM=
29+
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4530
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
4631
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
47-
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
48-
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
49-
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
5032
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
51-
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
52-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
5333
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=

0 commit comments

Comments
 (0)