Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sdk/netapp/azure-mgmt-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 14.1.0b2 (2025-12-09)

tool can't generate changelog for this release, please update manually.

## 14.1.0b1 (2025-12-02)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/netapp/azure-mgmt-netapp/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apiVersion": "2025-09-01-preview",
"commit": "fa4de8af2faa4a809027619c6ec8ed45b1e0a761",
"commit": "32f0e6d393a9299273345d5a1250b5db51b08502",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/netapp/resource-manager/Microsoft.NetApp/NetApp",
"emitterVersion": "0.54.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "14.1.0b1"
VERSION = "14.1.0b2"
Original file line number Diff line number Diff line change
Expand Up @@ -15459,6 +15459,9 @@ async def _update_initial(

response_headers = {}
if response.status_code == 202:
response_headers["Azure-AsyncOperation"] = self._deserialize(
"str", response.headers.get("Azure-AsyncOperation")
)
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20466,6 +20466,9 @@ def _update_initial(

response_headers = {}
if response.status_code == 202:
response_headers["Azure-AsyncOperation"] = self._deserialize(
"str", response.headers.get("Azure-AsyncOperation")
)
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))

Expand Down
2 changes: 1 addition & 1 deletion sdk/netapp/azure-mgmt-netapp/tsp-location.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/netapp/resource-manager/Microsoft.NetApp/NetApp
commit: fa4de8af2faa4a809027619c6ec8ed45b1e0a761
commit: 32f0e6d393a9299273345d5a1250b5db51b08502
repo: Azure/azure-rest-api-specs
additionalDirectories:
Loading