Skip to content

Commit

Permalink
Remove ReplicaSet Nested Resource (Azure#7627)
Browse files Browse the repository at this point in the history
* Remove ReplicaSet Nested Resource

* Fix readyonly properties
  • Loading branch information
jihochang authored and raych1 committed Oct 29, 2019
1 parent 194d8a8 commit d438fff
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 604 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,7 @@
],
"responses": {
"202": {
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously.",
"schema": {
"$ref": "#/definitions/DomainService"
}
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously."
},
"204": {
"description": "HTTP 204 (Not Content) should be used if the resource does not exist and the request is well formed."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"resourceGroupName": "sva-tt-WUS",
"domainServiceName": "zdomain.zforest.com",
"domainService": {
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/sva-tt-WUS/providers/Microsoft.AAD/domainServices/zdomain.zforest.com",
"location": "westus",
"name": "zdomain.zforest.com",
"properties": {
"domainName": "zdomain.zforest.com",
"subnetId": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/Default-Networking/providers/Microsoft.ClassicNetwork/virtualNetworks/DCIaasTmpWusNet/subnets/Subnet-1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"resourceGroupName": "sva-tt-WUS",
"domainServiceName": "zdomain.zforest.com",
"domainService": {
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/sva-tt-WUS/providers/Microsoft.AAD/domainServices/zdomain.zforest.com",
"location": "westus",
"name": "zdomain.zforest.com",
"properties": {
"domainSecuritySettings": {
"ntlmV1": "Enabled",
Expand Down
Loading

0 comments on commit d438fff

Please sign in to comment.