Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
{
"properties": {
"registrationDefinitionId": "/subscriptions/0afefe50-734e-4610-8c82-a144aff49dea/providers/Microsoft.ManagedServices/registrationDefinitions/26c128c2-fefa-4340-9bb1-8e081c90ada2",
"provisioningState": "Succeeded",
"provisioningState": "Succeeded",
"registrationDefinition": {
"properties": {
"properties": {
"description": "Test",
"registrationDefinitionName": "DefinitionName",
"authorizations": [
Expand All @@ -21,7 +21,7 @@
"roleDefinitionId": "acdd72a7-3385-48ef-bd42-f606fba81ae7"
}
],
"provisioningState": "Succeeded",
"provisioningState": "Succeeded",
"manageeTenantId": "01c0bcd5-4f47-4e4b-b492-418b7e2a8854",
"manageeTenantName": "test_test_aad_SbtFhyGiLHPFm",
"managedByTenantId": "83abe5cd-bcc3-441a-bd86-e6a75360cecc",
Expand All @@ -36,8 +36,8 @@
"id": "/subscriptions/0afefe50-734e-4610-8c82-a144aff49dea/providers/Microsoft.ManagedServices/registrationDefinitions/26c128c2-fefa-4340-9bb1-8e081c90ada2",
"type": "Microsoft.ManagedServices/registrationDefinitions",
"name": "26c128c2-fefa-4340-9bb1-8e081c90ada2"
}
},
}
},
"id": "/subscriptions/0afefe50-734e-4610-8c82-a144aff49dea/providers/Microsoft.ManagedServices/registrationAssignments/484a7d5f-9729-4b87-bc9b-26610985a013",
"type": "Microsoft.ManagedServices/registrationAssignments",
"name": "484a7d5f-9729-4b87-bc9b-26610985a013"
Expand All @@ -46,4 +46,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"body": {
"value": [
{
"properties": {
"properties": {
"description": "Test",
"managedByTenantId": "83ace5cd-bcc3-441a-hd86-e6a75360cecc",
"registrationDefinitionName": "DefinitionName",
Expand All @@ -18,7 +18,7 @@
"roleDefinitionId": "acdd72a7-3385-48ef-bd42-f606fba81ae7"
}
],
"provisioningState": "Succeeded",
"provisioningState": "Succeeded",
"managedByTenantName": "Test Tenant"
},
"plan": {
Expand All @@ -35,4 +35,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -447,53 +447,53 @@
},
"RegistrationDefinitionProperties": {
"properties": {
"description": {
"type": "string",
"description": "Description of the registration definition."
},
"authorizations": {
"type": "array",
"items": {
"$ref": "#/definitions/Authorization"
},
"description": "Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role."
},
"registrationDefinitionName": {
"type": "string",
"description": "Name of the registration definition."
},
"managedByTenantId": {
"type": "string",
"description": "Id of the managedBy tenant."
},
"provisioningState": {
"type": "string",
"readOnly": true,
"description": "Current state of the registration definition.",
"enum": [
"NotSpecified",
"Accepted",
"Running",
"Ready",
"Creating",
"Created",
"Deleting",
"Deleted",
"Canceled",
"Failed",
"Succeeded",
"Updating"
],
"x-ms-enum": {
"name": "ProvisioningState",
"modelAsString": false
}
"description": {
"type": "string",
"description": "Description of the registration definition."
},
"authorizations": {
"type": "array",
"items": {
"$ref": "#/definitions/Authorization"
},
"managedByTenantName": {
"readOnly": true,
"type": "string",
"description": "Name of the managedBy tenant."
"description": "Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role."
},
"registrationDefinitionName": {
"type": "string",
"description": "Name of the registration definition."
},
"managedByTenantId": {
"type": "string",
"description": "Id of the managedBy tenant."
},
"provisioningState": {
"type": "string",
"readOnly": true,
"description": "Current state of the registration definition.",
"enum": [
"NotSpecified",
"Accepted",
"Running",
"Ready",
"Creating",
"Created",
"Deleting",
"Deleted",
"Canceled",
"Failed",
"Succeeded",
"Updating"
],
"x-ms-enum": {
"name": "ProvisioningState",
"modelAsString": false
}
},
"managedByTenantName": {
"readOnly": true,
"type": "string",
"description": "Name of the managedBy tenant."
}
},
"required": [
"managedByTenantId",
Expand All @@ -503,7 +503,7 @@
"description": "Properties of a registration definition."
},
"RegistrationDefinitionList": {
"properties": {
"properties": {
"value": {
"type": "array",
"readOnly": true,
Expand Down Expand Up @@ -557,23 +557,23 @@
"type": "string",
"description": "Current state of the registration assignment.",
"enum": [
"NotSpecified",
"Accepted",
"Running",
"Ready",
"Creating",
"Created",
"Deleting",
"Deleted",
"Canceled",
"Failed",
"Succeeded",
"Updating"
],
"x-ms-enum": {
"name": "ProvisioningState",
"modelAsString": false
}
"NotSpecified",
"Accepted",
"Running",
"Ready",
"Creating",
"Created",
"Deleting",
"Deleted",
"Canceled",
"Failed",
"Succeeded",
"Updating"
],
"x-ms-enum": {
"name": "ProvisioningState",
"modelAsString": false
}
},
"registrationDefinition": {
"readOnly": true,
Expand Down Expand Up @@ -660,7 +660,9 @@
"description": "Registration definition inside registration assignment."
}
},
"required":["registrationDefinitionId"],
"required": [
"registrationDefinitionId"
],
"type": "object",
"description": "Properties of a registration assignment."
},
Expand Down