From 227c0620cb87fb050d2e1c2cec657231354a0651 Mon Sep 17 00:00:00 2001 From: Serena Zheng Date: Wed, 3 Feb 2021 16:52:38 -0800 Subject: [PATCH 1/2] Add expand definition parameter --- .../stable/2019-09-01/examples/GetRegistrationAssignment.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/managedservices/resource-manager/Microsoft.ManagedServices/stable/2019-09-01/examples/GetRegistrationAssignment.json b/specification/managedservices/resource-manager/Microsoft.ManagedServices/stable/2019-09-01/examples/GetRegistrationAssignment.json index 1cf6356276b5..63a58fac6263 100644 --- a/specification/managedservices/resource-manager/Microsoft.ManagedServices/stable/2019-09-01/examples/GetRegistrationAssignment.json +++ b/specification/managedservices/resource-manager/Microsoft.ManagedServices/stable/2019-09-01/examples/GetRegistrationAssignment.json @@ -2,6 +2,7 @@ "parameters": { "scope": "subscription/0afefe50-734e-4610-8a82-a144ahf49dea", "registrationAssignmentId": "26c128c2-fefa-4340-9bb1-6e081c90ada2", + "expandRegistrationDefinition": "true", "api-version": "2019-09-01" }, "responses": { From 2040b008956eb977518d8f6700fe3bd0a30ed7d7 Mon Sep 17 00:00:00 2001 From: Serena Zheng Date: Wed, 3 Feb 2021 16:53:25 -0800 Subject: [PATCH 2/2] Added expand definition parameter --- .../stable/2019-06-01/examples/GetRegistrationAssignment.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/managedservices/resource-manager/Microsoft.ManagedServices/stable/2019-06-01/examples/GetRegistrationAssignment.json b/specification/managedservices/resource-manager/Microsoft.ManagedServices/stable/2019-06-01/examples/GetRegistrationAssignment.json index 43473b1279b8..e9a581be7eea 100644 --- a/specification/managedservices/resource-manager/Microsoft.ManagedServices/stable/2019-06-01/examples/GetRegistrationAssignment.json +++ b/specification/managedservices/resource-manager/Microsoft.ManagedServices/stable/2019-06-01/examples/GetRegistrationAssignment.json @@ -2,6 +2,7 @@ "parameters": { "scope": "subscription/0afefe50-734e-4610-8a82-a144ahf49dea", "registrationAssignmentId": "26c128c2-fefa-4340-9bb1-6e081c90ada2", + "expandRegistrationDefinition": "true", "api-version": "2019-06-01" }, "responses": {