Commit f130ebb
Azure Local, SFF public preview May 2026 (#43203)
* new public preview
* add changes
* Readme changes
* Adding AddServer and RepairServer to Public Preview 2026-05-01-preview (#43209)
Co-authored-by: Prakhar Shukla <prakshukla@microsoft.com>
* Sync generated files with tsv
* suppress XMSSecretInResponse for gpgPubKey - GPG public key is not a secret
* Remove orphaned DevicePools examples and clarify gpgPubKey suppression reason
- Delete orphaned example files for non-existent AddDevices/RemoveDevices operations:
DevicePools_AddDevices_MaximumSet_Gen.json
DevicePools_AddDevices_MinimumSet_Gen.json
DevicePools_RemoveDevices_MaximumSet_Gen.json
DevicePools_RemoveDevices_MinimumSet_Gen.json
- Update XMSSecretInResponse suppression reason in readme.md to clarify
gpgPubKey contains only public key material, not a secret
* remove local only working file
* Address PR review: WitnessType union and DevicePools example cleanup
- Add WitnessType extensible enum (Cloud, FileShare) with @added(v2026_05_01_preview)
- Update HciAddServerJobProperties.witnessType to use WitnessType union
- Fix DevicePools_CreateOrUpdate.json placeholder values:
Remove extraneous resourceUri parameter
Set type to Microsoft.AzureStackHCI/devicePools
Set realistic name, location, createdBy, lastModifiedBy
Add tags field to 200/201 response bodies
- Update gpgPubKey #suppress reasons in models.tsp to match readme.md
* Remove unnecessary provisioning-state suppress from EdgeMachineJobs
EdgeMachineJobProperties already includes provisioningState, so the
#suppress directive with an empty reason was unnecessary. Removed it.
* Add versioning policy doc to Versions enum and define VsrRing union for ChangeRingRequest and ClusterProperties.ring
* Remove unnecessary suppress from DevicePool and add reason strings to catalog resource suppresses
* re-compiled all tsp changes
* Fix sdnProperties doc comment typo and switch ClusterSdnProperties to composition
* clarify claimedBy descriptions
* Port EdgeMachines validate action to 2026-05-01-preview (#43217)
Add the validate long-running action on EdgeMachine resource for
public preview API version 2026-05-01-preview. Ported from private
preview 2026-03-15-preview.
Changes:
- EdgeMachine.tsp: Added validate operation (ArmResourceActionAsync)
- models.tsp: Added EdgeMachineValidateRequest and EdgeMachineValidateResponse
- examples: Added EdgeMachines_Validate.json
Co-authored-by: Prakhar Shukla <prakshukla@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Edge machine lifecycle changes for 2026-05-01-preview (#43262)
* Edge machine lifecycle changes for 2026-05-01-preview
* Fix StackHCI 2026-05-01-preview generated files for TypeSpec validation
Agent-Logs-Url: https://github.com/Azure/azure-rest-api-specs/sessions/767e7675-b44d-468d-8553-f2cdea23bc0e
Co-authored-by: larikaS <127827858+larikaS@users.noreply.github.com>
---------
Co-authored-by: Larika Sehgal <larikasehgal@microsft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* add updates resource (#43240)
Co-authored-by: Harsh Saroha <sarohaharsh@microsoft.com>
* Add gpu to 2026 05 01 (#43269)
* Add GPU models and examples
* Change api version
* Fix examples
* Compile after rebase
* recpmpile with pr merged
* Replace VsrRing enum with string type for cluster ring property
The ring property may support a broader range of values that are not
controlled by our system, so a fixed enum is too restrictive. Changed
ClusterProperties.ring and ChangeRingRequestProperties.targetRing to
plain string and removed the VsrRing union.
* Added workload inventory details to edge machine (#43482)
* Add error details to os job step (#43425)
* Add error details to os job step
* Add examples
* webpubsub: parameter reordering customization for Go/Python/JavaScript (#43474)
* webpubsub: Go-only parameter reordering for backward compatibility
Preserve the original swagger Go SDK parameter order (childName, resourceGroupName, resourceName, ...)
for Hubs, PrivateEndpointConnections, and WebPubSubSharedPrivateLinkResources operations.
Follows the @@OverRide pattern used in DataBoxEdge (#43159).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* webpubsub: extend parameter-order overrides to python and javascript
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* update
* update
---------
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add python to clientName override for ChargeSummary.eTag (#43476)
* [DataBox] Preserve SDK parameter order (#43418)
* [DataBox] Preserve SDK parameter order
* tsp format
* Update client.tsp
* tsp format
* [servicebus] fix for Namespaces.update to be sync operation (#43478)
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
* [JS] Enable compatibility-lro for billingbenefits (#43475)
* Mitigate Python SDK breaking changes for azure-mgmt-msi (#43479)
* Added examples for inventory
* compiled examples
* VMConnect 2026-05-01 changes (#43391)
* vmconnect model changes
* adding example files
* compile
---------
Co-authored-by: abaranwal-ms <124332815+abaranwal-ms@users.noreply.github.com>
Co-authored-by: Abhijeet Baranwal <abaranwal@microsoft.com>
* Add EdgeMachine Fabric Management resources for 2026-05-01-preview (#43542)
* Add PEAP and TTLS to cspell allowed words
* Fix TypeSpec formatting to pass tsv validation
* fix formatting
* Add Fabric Management changes and update cspell (#43630)
* fix formatting, uncheckout protected file
* Added PEAP and TTLS to cspell
* Add solutionType (ProvisioningOsType) to EdgeMachineUpdate for 2026-05-01-preview (#43636)
---------
Co-authored-by: prakhar_shukla <78557330+shuklaprakhar415@users.noreply.github.com>
Co-authored-by: Prakhar Shukla <prakshukla@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: larikaS <127827858+larikaS@users.noreply.github.com>
Co-authored-by: Larika Sehgal <larikasehgal@microsft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: le-codeur <sarohah967@gmail.com>
Co-authored-by: Harsh Saroha <sarohaharsh@microsoft.com>
Co-authored-by: Shishira Iyar <106435637+shishiraiyar@users.noreply.github.com>
Co-authored-by: IndraneelPal <105407886+IndraneelPal@users.noreply.github.com>
Co-authored-by: Sushma Reddy <59618780+sush-101@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Xinni Tong <v-xinnitong@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: hvedati <43424696+hvedati@users.noreply.github.com>
Co-authored-by: pvsraviteja <67624658+pvsraviteja@users.noreply.github.com>
Co-authored-by: Ravi Teja PVS (from Dev Box) <rapvs@microsoft.com>
Co-authored-by: baheti1409 <naman.baheti14@gmail.com>1 parent 96fbcec commit f130ebb
365 files changed
Lines changed: 56674 additions & 265 deletions
File tree
- specification/azurestackhci
- resource-manager/Microsoft.AzureStackHCI/StackHCI
- examples/2026-05-01-preview
- preview/2026-05-01-preview
- examples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
Lines changed: 94 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
Lines changed: 82 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
0 commit comments