Skip to content

Commit

Permalink
yaotong hybridcompute microsoft.hybrid compute 2024 07 10 stable (#29954
Browse files Browse the repository at this point in the history
)

* Copy files from preview/2024-05-20-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to stable/2024-07-10

Updated the API version from preview/2024-05-20-preview to stable/2024-07-10.

* Added tag for 2024-07-10 in readme file

* remove run command

* remov run command

* remove gateway/settings

* remove AgentVersions and HybridIdentityMetadata

* restore license profiles

* remove network config

* update readme

* remove network config

* fix swagger style

* bypass spelling check

* add 200 response to nsp reconcile

* add 200 to NSP PATCH

* remove useless definition

* fix style issue

* fix style

* fix styling

* fix schema

* fix schema

* fix styling

* fix comments

* fix comments

* fix style issue

* fix style issue

* add sdk-suppressions.yaml

* Update sdk-suppressions.yaml

---------

Co-authored-by: Alancere <804873052@qq.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
3 people authored Aug 16, 2024
1 parent d1f2e1a commit f41d0c9
Show file tree
Hide file tree
Showing 56 changed files with 8,777 additions and 87 deletions.
2 changes: 1 addition & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@
]
},
{
"filename": "**/specification/hybridcompute/resource-manager/Microsoft.HybridCompute/preview/**/*.json",
"filename": "**/specification/hybridcompute/resource-manager/Microsoft.HybridCompute/**/*.json",
"words": [
"hotpatch"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"perimeterName": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee.myAssociation"
},
"responses": {
"200": {
"body": {
"location": "{callbackUrl}"
}
},
"202": {
"headers": {
"Location": "{callbackUrl}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,12 @@
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/NetworkSecurityPerimeterConfigurationReconcileResult"
}
},
"202": {
"description": "Accepted.",
"headers": {
Expand Down Expand Up @@ -1416,6 +1422,16 @@
}
}
},
"NetworkSecurityPerimeterConfigurationReconcileResult": {
"type": "object",
"description": "Result of network security perimeter configurations.",
"properties": {
"location": {
"description": "The URL of the resource used to check the status of the asynchronous operation.",
"type": "string"
}
}
},
"ResourceAssociation": {
"type": "object",
"description": "Properties that define a Resource Association.",
Expand Down
Loading

0 comments on commit f41d0c9

Please sign in to comment.