diff --git a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/examples/ConfigurationNamesList.json b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/examples/ConfigurationNamesList.json index d1bd49846eb5..889b7b96bae5 100644 --- a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/examples/ConfigurationNamesList.json +++ b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/examples/ConfigurationNamesList.json @@ -7,38 +7,42 @@ "body": { "value": [ { - "targetService": "MICROSOFT.APPCONFIGURATION/CONFIGURATIONSTORES", - "clientType": "none", - "authType": "systemAssignedIdentity", - "names": [ - { - "value": "AZURE_APPCONFIGURATION_ENDPOINT", - "description": "App configuration endpoint" - }, - { - "value": "AZURE_APPCONFIGURATION_SCOPE", - "description": "The scopes required for the token." - } - ] + "properties": { + "targetService": "MICROSOFT.APPCONFIGURATION/CONFIGURATIONSTORES", + "clientType": "none", + "authType": "systemAssignedIdentity", + "names": [ + { + "value": "AZURE_APPCONFIGURATION_ENDPOINT", + "description": "App configuration endpoint" + }, + { + "value": "AZURE_APPCONFIGURATION_SCOPE", + "description": "The scopes required for the token." + } + ] + } }, { - "targetService": "MICROSOFT.APPCONFIGURATION/CONFIGURATIONSTORES", - "clientType": "none", - "authType": "userAssignedIdentity", - "names": [ - { - "value": "AZURE_APPCONFIGURATION_ENDPOINT", - "description": "App configuration endpoint" - }, - { - "value": "AZURE_APPCONFIGURATION_CLIENTID", - "description": "The client(application) ID of the user identity." - }, - { - "value": "AZURE_APPCONFIGURATION_SCOPE", - "description": "The scopes required for getting token." - } - ] + "properties": { + "targetService": "MICROSOFT.APPCONFIGURATION/CONFIGURATIONSTORES", + "clientType": "none", + "authType": "userAssignedIdentity", + "names": [ + { + "value": "AZURE_APPCONFIGURATION_ENDPOINT", + "description": "App configuration endpoint" + }, + { + "value": "AZURE_APPCONFIGURATION_CLIENTID", + "description": "The client(application) ID of the user identity." + }, + { + "value": "AZURE_APPCONFIGURATION_SCOPE", + "description": "The scopes required for getting token." + } + ] + } } ], "nextLink": null diff --git a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/servicelinker.json b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/servicelinker.json index 611ece2c9d60..968a0ca10bfc 100644 --- a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/servicelinker.json +++ b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/preview/2022-11-01-preview/servicelinker.json @@ -2003,6 +2003,17 @@ } } }, + "ConfigurationNameItem": { + "type": "object", + "properties": { + "properties": { + "x-nullable": true, + "description": "The result detail.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/ConfigurationNames" + } + } + }, "ConfigurationNames": { "type": "object", "description": "The configuration names which will be set based on specific target resource, client type, auth type.", @@ -2049,7 +2060,7 @@ "description": "Expected configuration names for each target service.", "type": "array", "items": { - "$ref": "#/definitions/ConfigurationNames" + "$ref": "#/definitions/ConfigurationNameItem" }, "x-ms-identifiers": [] },