.../services/compute/mgmt/2018-06-01/computeazure-sdk-for-go/services/web/mgmt/2020-12-01
master, latest, 18.1.0master - 4291d7a5ce235e5390ea9d08af11bd5792533a4e
dep status "github.com/Azure/azure-sdk-for-go.go version$ go version
go version go1.16 darwin/amd64
I've searched and searched and it appears to be that only GET and DELETE are in the latest SDK
The API appears to be at https://github.com/Azure/azure-rest-api-specs/blob/master/specification/web/resource-manager/Microsoft.Web/stable/2020-12-01/WebApps.json#L5965
Best to open in a local editor as the file is huge
It was renamed from WebApps_CreateOrUpdateSwiftVirtualNetworkConnectionSlot to WebApps_CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck
I assume there's something in the rest API spec that stopped it being published, but you would know better than me
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzureAppServiceCLI, @antcp.
Issue Details
.../services/compute/mgmt/2018-06-01/computeazure-sdk-for-go/services/web/mgmt/2020-12-01
master, latest, 18.1.0master - 4291d7a5ce235e5390ea9d08af11bd5792533a4e
dep status "github.com/Azure/azure-sdk-for-go.go version$ go version
go version go1.16 darwin/amd64
I've searched and searched and it appears to be that only GET and DELETE are in the latest SDK
The API appears to be at https://github.com/Azure/azure-rest-api-specs/blob/master/specification/web/resource-manager/Microsoft.Web/stable/2020-12-01/WebApps.json#L5965
Best to open in a local editor as the file is huge
It was renamed from WebApps_CreateOrUpdateSwiftVirtualNetworkConnectionSlot to WebApps_CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck
I assume there's something in the rest API spec that stopped it being published, but you would know better than me
| Author: | timja |
|---|---|
| Assignees: | - |
| Labels: | `Service Attention`, `Web Apps`, `customer-reported`, `feature-request`, `needs-triage`, `question` |
| Milestone: | - |
Hi @timja thanks for this issue!
It has been a while until we regenerate the SDK for web because we have not received any release request from the service team.
I have tagged this issue so that the corresponding service team could see
Sure but why is it missing in 2020-12-01 ? Which is released here?
I am not sure, but if you check this _meta.json file here which stores the commit hash from which this package was generated - at that commit the swagger only has get and delete operation for this path.
I am not sure why the operation is missing in the first place, but now it is the case that the service team added it back and forgot to tell us to release a new SDK version for it.
@timja & @ArcturusZhang the AppService team fixed the missing API & other updates as reported during .NET SDK generation here https://github.com/Azure/azure-rest-api-specs/pull/14018 sorry if we missed notifying you of this. Does this help? Thanks!
I believe a release request is required? https://github.com/Azure/sdk-release-request/
@timja & @ArcturusZhang the AppService team fixed the missing API & other updates as reported during .NET SDK generation here Azure/azure-rest-api-specs#14018 sorry if we missed notifying you of this. Does this help? Thanks!
Could you please submit an SDK release request via https://aka.ms/openapihub ?
@panchagnula just checking if you've created the release request above ^^?
@timja no I haven't, I didn't do the original request either. I can speak to my team if they still need this SDK or have another request already in progress. Thanks!
@panchagnula Just checking to see where this is at?
Thanks
@timja SDK is planned to be generated on Thursday.
Most helpful comment
I am not sure, but if you check this
_meta.jsonfile here which stores the commit hash from which this package was generated - at that commit the swagger only has get and delete operation for this path.I am not sure why the operation is missing in the first place, but now it is the case that the service team added it back and forgot to tell us to release a new SDK version for it.