|
732 | 732 | "CheckNameAvailability"
|
733 | 733 | ],
|
734 | 734 | "operationId": "CheckNameAvailability",
|
735 |
| - "description": "Checks if the specified management group name is valid and unique", |
| 735 | + "description": "Checks if the specified management group or service group name is valid and unique", |
736 | 736 | "parameters": [
|
737 | 737 | {
|
738 | 738 | "$ref": "#/parameters/ApiVersionParameter"
|
|
758 | 758 | "x-ms-examples": {
|
759 | 759 | "CheckManagementGroupNameAvailability": {
|
760 | 760 | "$ref": "./examples/CheckManagementGroupNameAvailability.json"
|
| 761 | + }, |
| 762 | + "CheckServiceGroupNameAvailability_Available": { |
| 763 | + "$ref": "./examples/CheckServiceGroupNameAvailability_Available.json" |
| 764 | + }, |
| 765 | + "CheckServiceGroupNameAvailability_Unavailable": { |
| 766 | + "$ref": "./examples/CheckServiceGroupNameAvailability_Unavailable.json" |
761 | 767 | }
|
762 | 768 | }
|
763 | 769 | }
|
|
981 | 987 | }
|
982 | 988 | },
|
983 | 989 | "CheckNameAvailabilityResult": {
|
984 |
| - "description": "Describes the result of the request to check management group name availability.", |
| 990 | + "description": "Describes the result of the request to check management group name or service group name availability.", |
985 | 991 | "properties": {
|
986 | 992 | "nameAvailable": {
|
987 | 993 | "description": "Required. True indicates name is valid and available. False indicates the name is invalid, unavailable, or both.",
|
|
1959 | 1965 | "description": "The users specific permissions to this item."
|
1960 | 1966 | },
|
1961 | 1967 | "CheckNameAvailabilityRequest": {
|
1962 |
| - "description": "Management group name availability check parameters.", |
| 1968 | + "description": "Management group or service group name availability check parameters.", |
1963 | 1969 | "type": "object",
|
1964 | 1970 | "properties": {
|
1965 | 1971 | "name": {
|
|
1969 | 1975 | "type": {
|
1970 | 1976 | "type": "string",
|
1971 | 1977 | "enum": [
|
1972 |
| - "Microsoft.Management/managementGroups" |
| 1978 | + "Microsoft.Management/managementGroups", |
| 1979 | + "Microsoft.Management/serviceGroups" |
1973 | 1980 | ],
|
1974 | 1981 | "x-ms-enum": {
|
1975 | 1982 | "name": "Type",
|
1976 | 1983 | "modelAsString": false,
|
1977 | 1984 | "values": [
|
1978 | 1985 | {
|
1979 | 1986 | "value": "Microsoft.Management/managementGroups"
|
| 1987 | + }, |
| 1988 | + { |
| 1989 | + "value": "Microsoft.Management/serviceGroups" |
1980 | 1990 | }
|
1981 | 1991 | ]
|
1982 | 1992 | },
|
|
2119 | 2129 | "name": "checkNameAvailabilityRequest",
|
2120 | 2130 | "in": "body",
|
2121 | 2131 | "required": true,
|
2122 |
| - "description": "Management group name availability check parameters.", |
| 2132 | + "description": "Management group or service group name availability check parameters.", |
2123 | 2133 | "schema": {
|
2124 | 2134 | "$ref": "#/definitions/CheckNameAvailabilityRequest"
|
2125 | 2135 | },
|
|
0 commit comments