Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -3217,6 +3217,11 @@
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
},
"previousLink": {
"description": "The link (url) to the previous page of results.",
"type": "string",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -3473,6 +3478,11 @@
"$ref": "#/definitions/SkuProperty"
},
"readOnly": true
},
"skuName": {
"description": "This is the ARM Sku name.",
"type": "string",
"readOnly": true
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions specification/deviceupdate/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ csharp:
payload-flattening-threshold: 1
clear-output-folder: true
client-side-validation: false
namespace: Azure.ResourceManager.DeviceUpdate
output-folder: $(csharp-sdks-folder)/deviceupdate/Azure.ResourceManager.DeviceUpdate/src/Generated
namespace: Microsoft.Azure.Management.DeviceUpdate
output-folder: $(csharp-sdks-folder)/deviceupdate/Microsoft.Azure.Management.DeviceUpdate/src/Generated
```