Skip to content

Commit

Permalink
Nasingla/stableversion (Azure#9143)
Browse files Browse the repository at this point in the history
* New Version for subscription RP

* Update readme.md

* Update subscriptions.json

* Update subscriptions.json

* Update subscriptions.json

* Update subscriptions.json

* updated examples

* Update renameSubscription.json

* Update readme.md
  • Loading branch information
navysingla authored and 00Kai0 committed Oct 12, 2020
1 parent d7a2bdf commit 57a707a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
{
"objectId": "67439a9e-8519-4016-a630-f5f805eba567"
}
]
],
"additionalParameters": {
"customData": {
"key1": "value1",
"key2": true
}
}
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"costCenter": "135366376",
"owner": {
"objectId": "973034ff-acb7-409c-b731-e789672c7b32"
},
"additionalParameters": {
"customData": {
"key1": "value1",
"key2": true
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "83aa47df-e3e9-49ff-877b-94304bf3d3ad",
"api-version": "2019-10-01-preview",
"body": {
"SubscriptionName": "Test Sub"
"subscriptionName": "Test Sub"
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,13 @@
"MS-AZR-0017P",
"MS-AZR-0148P"
]
},
"additionalParameters": {
"description": "Additional, untyped parameters to support custom subscription creation scenarios.",
"type": "object",
"additionalProperties": {
"type": "object"
}
}
}
},
Expand Down Expand Up @@ -571,6 +578,13 @@
"managementGroupId": {
"description": "The identifier of the management group to which this subscription will be associated.",
"type": "string"
},
"additionalParameters": {
"description": "Additional, untyped parameters to support custom subscription creation scenarios.",
"type": "object",
"additionalProperties": {
"type": "object"
}
}
}
},
Expand Down

0 comments on commit 57a707a

Please sign in to comment.