diff --git a/modelerfour/modeler/modelerfour.ts b/modelerfour/modeler/modelerfour.ts index bc1457b..1b1f0ea 100644 --- a/modelerfour/modeler/modelerfour.ts +++ b/modelerfour/modeler/modelerfour.ts @@ -988,7 +988,12 @@ export class ModelerFour { value: new ConstantValue(apiversions[0]) })); - return op.request.addParameter(new Parameter('ApiVersion', 'Api Version', apiVersionConst, { + const p = this.codeModel.findGlobalParameter(each => each.language.default.name === 'ApiVersion'); + if (p) { + return op.request.addParameter(p); + } + + const apiVersionParameter = op.request.addParameter(new Parameter('ApiVersion', 'Api Version', apiVersionConst, { required: parameter.required ? true : undefined, //implementation: 'client' === parameter['x-ms-parameter-location'] ? ImplementationLocation.Client : ImplementationLocation.Method, implementation: ImplementationLocation.Client, @@ -1001,6 +1006,9 @@ export class ModelerFour { } } })); + + this.codeModel.addGlobalParameter(apiVersionParameter); + return apiVersionParameter; } // multiple api versions. okaledokaley diff --git a/modelerfour/test/scenarios/azure-special-properties/flattened.yaml b/modelerfour/test/scenarios/azure-special-properties/flattened.yaml index 8751d06..0f1e2b7 100644 --- a/modelerfour/test/scenarios/azure-special-properties/flattened.yaml +++ b/modelerfour/test/scenarios/azure-special-properties/flattened.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_9 + - ! &ref_10 type: object apiVersions: - ! @@ -122,7 +122,7 @@ schemas: ! protocol: ! {} constants: - *ref_0 - - ! &ref_11 + - ! &ref_8 type: constant value: ! value: 2015-07-01-preview @@ -142,7 +142,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_12 + - ! type: constant value: ! value: 2015-07-01-preview @@ -156,7 +156,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_13 + - ! type: constant value: ! value: 2015-07-01-preview @@ -170,7 +170,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_16 + - ! type: constant value: ! value: 2015-07-01-preview @@ -184,7 +184,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_17 + - ! type: constant value: ! value: 2015-07-01-preview @@ -198,7 +198,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_14 + - ! type: constant value: ! value: 2015-07-01-preview @@ -212,7 +212,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_18 + - ! type: constant value: ! value: 2015-07-01-preview @@ -226,7 +226,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_15 + - ! type: constant value: ! value: 2015-07-01-preview @@ -240,7 +240,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_19 + - ! type: constant value: ! value: 2015-07-01-preview @@ -254,7 +254,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_20 + - ! &ref_13 type: constant value: ! value: path1/path2/path3 @@ -268,7 +268,7 @@ schemas: ! name: Constant0 description: MISSING·SCHEMA-DESCRIPTION-CHOICE protocol: ! {} - - ! &ref_21 + - ! &ref_14 type: constant value: ! value: value1&q2=value2&q3=value3 @@ -285,7 +285,7 @@ schemas: ! numbers: - *ref_2 - *ref_3 - - ! &ref_22 + - ! &ref_15 type: integer apiVersions: - ! @@ -313,7 +313,7 @@ schemas: ! - *ref_5 - *ref_6 globalParameters: -- ! &ref_10 +- ! &ref_11 schema: *ref_7 implementation: Client required: true @@ -327,7 +327,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_8 +- ! &ref_9 schema: *ref_1 clientDefaultValue: 'http://localhost:3000' implementation: Client @@ -340,6 +340,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_12 + schema: *ref_8 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest title: azure-special-properties @@ -353,7 +365,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 language: ! default: name: '' @@ -394,7 +406,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -428,7 +440,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -459,8 +471,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 + - *ref_9 + - *ref_11 language: ! default: name: '' @@ -482,7 +494,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -505,8 +517,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 + - *ref_9 + - *ref_11 language: ! default: name: '' @@ -528,7 +540,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -551,20 +563,9 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 - - ! - schema: *ref_11 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_11 + - *ref_12 language: ! default: name: '' @@ -586,7 +587,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -609,8 +610,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 + - *ref_9 + - *ref_11 language: ! default: name: '' @@ -632,7 +633,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -655,8 +656,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 + - *ref_9 + - *ref_11 language: ! default: name: '' @@ -678,7 +679,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -709,7 +710,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -743,7 +744,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -766,7 +767,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -800,7 +801,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -823,7 +824,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -857,7 +858,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -880,7 +881,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -914,7 +915,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -945,19 +946,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_12 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -979,7 +969,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1002,19 +992,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_13 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1036,7 +1015,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1059,19 +1038,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_14 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1093,7 +1061,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1116,19 +1084,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_15 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1150,7 +1107,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1181,19 +1138,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_16 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1215,7 +1161,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1238,18 +1184,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_17 - implementation: Client - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1271,7 +1207,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1294,19 +1230,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_18 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1328,7 +1253,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1351,19 +1276,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_19 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1385,7 +1299,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1416,7 +1330,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1452,7 +1366,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1475,7 +1389,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1511,7 +1425,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1534,9 +1448,9 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! - schema: *ref_20 + schema: *ref_13 implementation: Method required: true extensions: @@ -1570,7 +1484,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1593,7 +1507,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1629,7 +1543,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1652,7 +1566,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1687,7 +1601,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1710,7 +1624,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1746,7 +1660,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1769,9 +1683,9 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! - schema: *ref_21 + schema: *ref_14 implementation: Method required: true extensions: @@ -1805,7 +1719,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1836,7 +1750,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1849,7 +1763,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_22 + schema: *ref_15 implementation: Method language: ! default: @@ -1891,7 +1805,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1924,7 +1838,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1964,7 +1878,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1989,7 +1903,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -2030,7 +1944,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -2055,7 +1969,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -2104,7 +2018,7 @@ operationGroups: - '404' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/azure-special-properties/modeler.yaml b/modelerfour/test/scenarios/azure-special-properties/modeler.yaml index fa9032a..2ea131a 100644 --- a/modelerfour/test/scenarios/azure-special-properties/modeler.yaml +++ b/modelerfour/test/scenarios/azure-special-properties/modeler.yaml @@ -142,7 +142,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_12 + - ! type: constant value: ! value: 2015-07-01-preview @@ -156,7 +156,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_13 + - ! type: constant value: ! value: 2015-07-01-preview @@ -170,7 +170,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_16 + - ! type: constant value: ! value: 2015-07-01-preview @@ -184,7 +184,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_17 + - ! type: constant value: ! value: 2015-07-01-preview @@ -198,7 +198,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_14 + - ! type: constant value: ! value: 2015-07-01-preview @@ -212,7 +212,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_18 + - ! type: constant value: ! value: 2015-07-01-preview @@ -226,7 +226,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_15 + - ! type: constant value: ! value: 2015-07-01-preview @@ -240,7 +240,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_19 + - ! type: constant value: ! value: 2015-07-01-preview @@ -254,7 +254,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_20 + - ! &ref_13 type: constant value: ! value: path1/path2/path3 @@ -268,7 +268,7 @@ schemas: ! name: '' description: MISSING·SCHEMA-DESCRIPTION-CHOICE protocol: ! {} - - ! &ref_21 + - ! &ref_14 type: constant value: ! value: value1&q2=value2&q3=value3 @@ -285,7 +285,7 @@ schemas: ! numbers: - *ref_2 - *ref_3 - - ! &ref_22 + - ! &ref_15 type: integer apiVersions: - ! @@ -340,6 +340,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_12 + schema: *ref_11 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest title: azure-special-properties @@ -553,18 +565,7 @@ operationGroups: parameters: - *ref_7 - *ref_10 - - ! - schema: *ref_11 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -946,18 +947,7 @@ operationGroups: request: ! parameters: - *ref_7 - - ! - schema: *ref_12 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -1003,18 +993,7 @@ operationGroups: request: ! parameters: - *ref_7 - - ! - schema: *ref_13 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -1060,18 +1039,7 @@ operationGroups: request: ! parameters: - *ref_7 - - ! - schema: *ref_14 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -1117,18 +1085,7 @@ operationGroups: request: ! parameters: - *ref_7 - - ! - schema: *ref_15 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -1182,18 +1139,7 @@ operationGroups: request: ! parameters: - *ref_7 - - ! - schema: *ref_16 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -1239,17 +1185,7 @@ operationGroups: request: ! parameters: - *ref_7 - - ! - schema: *ref_17 - implementation: Client - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -1295,18 +1231,7 @@ operationGroups: request: ! parameters: - *ref_7 - - ! - schema: *ref_18 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -1352,18 +1277,7 @@ operationGroups: request: ! parameters: - *ref_7 - - ! - schema: *ref_19 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_12 language: ! default: name: '' @@ -1536,7 +1450,7 @@ operationGroups: parameters: - *ref_7 - ! - schema: *ref_20 + schema: *ref_13 implementation: Method required: true extensions: @@ -1771,7 +1685,7 @@ operationGroups: parameters: - *ref_7 - ! - schema: *ref_21 + schema: *ref_14 implementation: Method required: true extensions: @@ -1849,7 +1763,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_22 + schema: *ref_15 implementation: Method language: ! default: diff --git a/modelerfour/test/scenarios/azure-special-properties/namer.yaml b/modelerfour/test/scenarios/azure-special-properties/namer.yaml index 8751d06..0f1e2b7 100644 --- a/modelerfour/test/scenarios/azure-special-properties/namer.yaml +++ b/modelerfour/test/scenarios/azure-special-properties/namer.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_9 + - ! &ref_10 type: object apiVersions: - ! @@ -122,7 +122,7 @@ schemas: ! protocol: ! {} constants: - *ref_0 - - ! &ref_11 + - ! &ref_8 type: constant value: ! value: 2015-07-01-preview @@ -142,7 +142,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_12 + - ! type: constant value: ! value: 2015-07-01-preview @@ -156,7 +156,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_13 + - ! type: constant value: ! value: 2015-07-01-preview @@ -170,7 +170,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_16 + - ! type: constant value: ! value: 2015-07-01-preview @@ -184,7 +184,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_17 + - ! type: constant value: ! value: 2015-07-01-preview @@ -198,7 +198,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_14 + - ! type: constant value: ! value: 2015-07-01-preview @@ -212,7 +212,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_18 + - ! type: constant value: ! value: 2015-07-01-preview @@ -226,7 +226,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_15 + - ! type: constant value: ! value: 2015-07-01-preview @@ -240,7 +240,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_19 + - ! type: constant value: ! value: 2015-07-01-preview @@ -254,7 +254,7 @@ schemas: ! name: ApiVersion-2015-07-01-preview description: Api Version (2015-07-01-preview) protocol: ! {} - - ! &ref_20 + - ! &ref_13 type: constant value: ! value: path1/path2/path3 @@ -268,7 +268,7 @@ schemas: ! name: Constant0 description: MISSING·SCHEMA-DESCRIPTION-CHOICE protocol: ! {} - - ! &ref_21 + - ! &ref_14 type: constant value: ! value: value1&q2=value2&q3=value3 @@ -285,7 +285,7 @@ schemas: ! numbers: - *ref_2 - *ref_3 - - ! &ref_22 + - ! &ref_15 type: integer apiVersions: - ! @@ -313,7 +313,7 @@ schemas: ! - *ref_5 - *ref_6 globalParameters: -- ! &ref_10 +- ! &ref_11 schema: *ref_7 implementation: Client required: true @@ -327,7 +327,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_8 +- ! &ref_9 schema: *ref_1 clientDefaultValue: 'http://localhost:3000' implementation: Client @@ -340,6 +340,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_12 + schema: *ref_8 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest title: azure-special-properties @@ -353,7 +365,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 language: ! default: name: '' @@ -394,7 +406,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -428,7 +440,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -459,8 +471,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 + - *ref_9 + - *ref_11 language: ! default: name: '' @@ -482,7 +494,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -505,8 +517,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 + - *ref_9 + - *ref_11 language: ! default: name: '' @@ -528,7 +540,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -551,20 +563,9 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 - - ! - schema: *ref_11 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_11 + - *ref_12 language: ! default: name: '' @@ -586,7 +587,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -609,8 +610,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 + - *ref_9 + - *ref_11 language: ! default: name: '' @@ -632,7 +633,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -655,8 +656,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - *ref_10 + - *ref_9 + - *ref_11 language: ! default: name: '' @@ -678,7 +679,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -709,7 +710,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -743,7 +744,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -766,7 +767,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -800,7 +801,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -823,7 +824,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -857,7 +858,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -880,7 +881,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -914,7 +915,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -945,19 +946,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_12 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -979,7 +969,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1002,19 +992,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_13 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1036,7 +1015,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1059,19 +1038,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_14 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1093,7 +1061,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1116,19 +1084,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_15 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1150,7 +1107,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1181,19 +1138,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_16 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1215,7 +1161,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1238,18 +1184,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_17 - implementation: Client - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1271,7 +1207,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1294,19 +1230,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_18 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1328,7 +1253,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1351,19 +1276,8 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 - - ! - schema: *ref_19 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 + - *ref_12 language: ! default: name: '' @@ -1385,7 +1299,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1416,7 +1330,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1452,7 +1366,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1475,7 +1389,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1511,7 +1425,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1534,9 +1448,9 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! - schema: *ref_20 + schema: *ref_13 implementation: Method required: true extensions: @@ -1570,7 +1484,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1593,7 +1507,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1629,7 +1543,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1652,7 +1566,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1687,7 +1601,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1710,7 +1624,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1746,7 +1660,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1769,9 +1683,9 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! - schema: *ref_21 + schema: *ref_14 implementation: Method required: true extensions: @@ -1805,7 +1719,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1836,7 +1750,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1849,7 +1763,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_22 + schema: *ref_15 implementation: Method language: ! default: @@ -1891,7 +1805,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1924,7 +1838,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -1964,7 +1878,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -1989,7 +1903,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -2030,7 +1944,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -2055,7 +1969,7 @@ operationGroups: version: 2015-07-01-preview request: ! parameters: - - *ref_8 + - *ref_9 - ! schema: *ref_7 implementation: Method @@ -2104,7 +2018,7 @@ operationGroups: - '404' exceptions: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/body-complex/flattened.yaml b/modelerfour/test/scenarios/body-complex/flattened.yaml index 419e558..a9e53d9 100644 --- a/modelerfour/test/scenarios/body-complex/flattened.yaml +++ b/modelerfour/test/scenarios/body-complex/flattened.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_82 + - ! &ref_83 type: object apiVersions: - ! @@ -94,7 +94,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_83 + - ! &ref_84 type: object apiVersions: - ! @@ -138,7 +138,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_85 + - ! &ref_86 type: object apiVersions: - ! @@ -180,7 +180,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_86 + - ! &ref_87 type: object apiVersions: - ! @@ -222,7 +222,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_87 + - ! &ref_88 type: object apiVersions: - ! @@ -264,7 +264,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_88 + - ! &ref_89 type: object apiVersions: - ! @@ -306,7 +306,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_89 + - ! &ref_90 type: object apiVersions: - ! @@ -346,7 +346,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_90 + - ! &ref_91 type: object apiVersions: - ! @@ -409,7 +409,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_91 + - ! &ref_92 type: object apiVersions: - ! @@ -455,7 +455,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_92 + - ! &ref_93 type: object apiVersions: - ! @@ -503,7 +503,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_93 + - ! &ref_94 type: object apiVersions: - ! @@ -551,7 +551,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_94 + - ! &ref_95 type: object apiVersions: - ! @@ -580,7 +580,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_95 + - ! &ref_96 type: object apiVersions: - ! @@ -610,7 +610,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_96 + - ! &ref_97 type: object apiVersions: - ! @@ -649,7 +649,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_97 + - ! &ref_98 type: object apiVersions: - ! @@ -1385,7 +1385,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_98 + - ! &ref_99 type: object apiVersions: - ! @@ -1451,7 +1451,7 @@ schemas: ! protocol: ! {} - *ref_15 - *ref_4 - - ! &ref_99 + - ! &ref_100 type: object apiVersions: - ! @@ -1664,7 +1664,7 @@ schemas: ! - *ref_33 - *ref_34 constants: - - ! &ref_84 + - ! &ref_81 type: constant value: ! value: '2016-02-29' @@ -1731,7 +1731,7 @@ schemas: ! - *ref_79 - *ref_80 globalParameters: -- ! &ref_81 +- ! &ref_82 schema: *ref_9 clientDefaultValue: 'http://localhost:3000' implementation: Client @@ -1744,6 +1744,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_85 + schema: *ref_81 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest title: body-complex @@ -1757,7 +1769,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -1769,7 +1781,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -1783,7 +1795,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -1806,21 +1818,10 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 - - ! - schema: *ref_84 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_82 + - *ref_85 - ! - schema: *ref_82 + schema: *ref_83 implementation: Method required: true extensions: @@ -1857,7 +1858,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -1882,7 +1883,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -1894,7 +1895,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -1908,7 +1909,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -1931,7 +1932,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -1943,7 +1944,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -1957,7 +1958,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -1980,7 +1981,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -1992,7 +1993,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -2006,7 +2007,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2029,7 +2030,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2041,7 +2042,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -2055,7 +2056,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2086,7 +2087,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2098,7 +2099,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_85 + schema: *ref_86 language: ! default: name: '' @@ -2112,7 +2113,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2135,9 +2136,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_85 + schema: *ref_86 implementation: Method required: true extensions: @@ -2174,7 +2175,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2199,7 +2200,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2211,7 +2212,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_86 + schema: *ref_87 language: ! default: name: '' @@ -2225,7 +2226,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2248,9 +2249,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_86 + schema: *ref_87 implementation: Method required: true extensions: @@ -2287,7 +2288,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2312,7 +2313,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2324,7 +2325,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_87 + schema: *ref_88 language: ! default: name: '' @@ -2338,7 +2339,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2361,9 +2362,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_87 + schema: *ref_88 implementation: Method required: true extensions: @@ -2400,7 +2401,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2425,7 +2426,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2437,7 +2438,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_88 + schema: *ref_89 language: ! default: name: '' @@ -2451,7 +2452,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2474,9 +2475,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_88 + schema: *ref_89 implementation: Method required: true extensions: @@ -2513,7 +2514,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2538,7 +2539,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2550,7 +2551,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_89 + schema: *ref_90 language: ! default: name: '' @@ -2564,7 +2565,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2587,9 +2588,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_89 + schema: *ref_90 implementation: Method required: true extensions: @@ -2626,7 +2627,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2651,7 +2652,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2663,7 +2664,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_90 + schema: *ref_91 language: ! default: name: '' @@ -2677,7 +2678,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2700,9 +2701,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_90 + schema: *ref_91 implementation: Method required: true extensions: @@ -2739,7 +2740,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2764,7 +2765,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2776,7 +2777,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_91 + schema: *ref_92 language: ! default: name: '' @@ -2790,7 +2791,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2813,9 +2814,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_91 + schema: *ref_92 implementation: Method required: true extensions: @@ -2852,7 +2853,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2877,7 +2878,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2889,7 +2890,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_92 + schema: *ref_93 language: ! default: name: '' @@ -2903,7 +2904,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2926,9 +2927,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_92 + schema: *ref_93 implementation: Method required: true extensions: @@ -2965,7 +2966,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2990,7 +2991,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3002,7 +3003,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_93 + schema: *ref_94 language: ! default: name: '' @@ -3016,7 +3017,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3039,9 +3040,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_93 + schema: *ref_94 implementation: Method required: true extensions: @@ -3078,7 +3079,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3103,7 +3104,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3115,7 +3116,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_94 + schema: *ref_95 language: ! default: name: '' @@ -3129,7 +3130,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3152,9 +3153,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_94 + schema: *ref_95 implementation: Method required: true extensions: @@ -3191,7 +3192,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3216,7 +3217,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3228,7 +3229,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_95 + schema: *ref_96 language: ! default: name: '' @@ -3242,7 +3243,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3265,9 +3266,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_95 + schema: *ref_96 implementation: Method required: true extensions: @@ -3304,7 +3305,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3337,7 +3338,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3349,7 +3350,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_96 + schema: *ref_97 language: ! default: name: '' @@ -3363,7 +3364,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3386,9 +3387,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_96 + schema: *ref_97 implementation: Method required: true extensions: @@ -3425,7 +3426,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3450,7 +3451,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3462,7 +3463,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_96 + schema: *ref_97 language: ! default: name: '' @@ -3476,7 +3477,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3499,9 +3500,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_96 + schema: *ref_97 implementation: Method required: true extensions: @@ -3538,7 +3539,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3563,7 +3564,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3575,7 +3576,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_96 + schema: *ref_97 language: ! default: name: '' @@ -3589,7 +3590,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3620,7 +3621,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3632,7 +3633,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_97 + schema: *ref_98 language: ! default: name: '' @@ -3646,7 +3647,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3669,9 +3670,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_97 + schema: *ref_98 implementation: Method required: true extensions: @@ -3708,7 +3709,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3733,7 +3734,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3745,7 +3746,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_97 + schema: *ref_98 language: ! default: name: '' @@ -3759,7 +3760,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3782,9 +3783,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_97 + schema: *ref_98 implementation: Method required: true extensions: @@ -3821,7 +3822,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3846,7 +3847,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3858,7 +3859,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_97 + schema: *ref_98 language: ! default: name: '' @@ -3872,7 +3873,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3895,7 +3896,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3907,7 +3908,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_97 + schema: *ref_98 language: ! default: name: '' @@ -3921,7 +3922,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3952,7 +3953,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3978,7 +3979,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4001,7 +4002,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_2 implementation: Method @@ -4040,7 +4041,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4073,7 +4074,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4099,7 +4100,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4122,7 +4123,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_5 implementation: Method @@ -4194,7 +4195,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4219,7 +4220,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4245,7 +4246,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4268,7 +4269,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4280,7 +4281,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_98 + schema: *ref_99 language: ! default: name: '' @@ -4294,7 +4295,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4317,7 +4318,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4329,7 +4330,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_98 + schema: *ref_99 language: ! default: name: '' @@ -4343,7 +4344,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4366,7 +4367,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4392,7 +4393,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4415,7 +4416,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_4 implementation: Method @@ -4454,7 +4455,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4479,7 +4480,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_4 implementation: Method @@ -4522,7 +4523,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4547,7 +4548,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_5 implementation: Method @@ -4619,7 +4620,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4652,7 +4653,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4678,7 +4679,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4701,7 +4702,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_5 implementation: Method @@ -4773,7 +4774,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4806,7 +4807,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4818,7 +4819,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_99 + schema: *ref_100 language: ! default: name: '' @@ -4832,7 +4833,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4855,9 +4856,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_99 + schema: *ref_100 implementation: Method required: true extensions: @@ -4894,7 +4895,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4927,7 +4928,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/body-complex/modeler.yaml b/modelerfour/test/scenarios/body-complex/modeler.yaml index c9b04e5..6e06a9e 100644 --- a/modelerfour/test/scenarios/body-complex/modeler.yaml +++ b/modelerfour/test/scenarios/body-complex/modeler.yaml @@ -1744,6 +1744,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_100 + schema: *ref_84 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest title: body-complex @@ -1807,18 +1819,7 @@ operationGroups: request: ! parameters: - *ref_83 - - ! - schema: *ref_84 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_100 - ! schema: *ref_81 implementation: Method diff --git a/modelerfour/test/scenarios/body-complex/namer.yaml b/modelerfour/test/scenarios/body-complex/namer.yaml index 419e558..a9e53d9 100644 --- a/modelerfour/test/scenarios/body-complex/namer.yaml +++ b/modelerfour/test/scenarios/body-complex/namer.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_82 + - ! &ref_83 type: object apiVersions: - ! @@ -94,7 +94,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_83 + - ! &ref_84 type: object apiVersions: - ! @@ -138,7 +138,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_85 + - ! &ref_86 type: object apiVersions: - ! @@ -180,7 +180,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_86 + - ! &ref_87 type: object apiVersions: - ! @@ -222,7 +222,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_87 + - ! &ref_88 type: object apiVersions: - ! @@ -264,7 +264,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_88 + - ! &ref_89 type: object apiVersions: - ! @@ -306,7 +306,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_89 + - ! &ref_90 type: object apiVersions: - ! @@ -346,7 +346,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_90 + - ! &ref_91 type: object apiVersions: - ! @@ -409,7 +409,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_91 + - ! &ref_92 type: object apiVersions: - ! @@ -455,7 +455,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_92 + - ! &ref_93 type: object apiVersions: - ! @@ -503,7 +503,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_93 + - ! &ref_94 type: object apiVersions: - ! @@ -551,7 +551,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_94 + - ! &ref_95 type: object apiVersions: - ! @@ -580,7 +580,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_95 + - ! &ref_96 type: object apiVersions: - ! @@ -610,7 +610,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_96 + - ! &ref_97 type: object apiVersions: - ! @@ -649,7 +649,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_97 + - ! &ref_98 type: object apiVersions: - ! @@ -1385,7 +1385,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20160229 protocol: ! {} - - ! &ref_98 + - ! &ref_99 type: object apiVersions: - ! @@ -1451,7 +1451,7 @@ schemas: ! protocol: ! {} - *ref_15 - *ref_4 - - ! &ref_99 + - ! &ref_100 type: object apiVersions: - ! @@ -1664,7 +1664,7 @@ schemas: ! - *ref_33 - *ref_34 constants: - - ! &ref_84 + - ! &ref_81 type: constant value: ! value: '2016-02-29' @@ -1731,7 +1731,7 @@ schemas: ! - *ref_79 - *ref_80 globalParameters: -- ! &ref_81 +- ! &ref_82 schema: *ref_9 clientDefaultValue: 'http://localhost:3000' implementation: Client @@ -1744,6 +1744,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_85 + schema: *ref_81 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest title: body-complex @@ -1757,7 +1769,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -1769,7 +1781,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -1783,7 +1795,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -1806,21 +1818,10 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 - - ! - schema: *ref_84 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_82 + - *ref_85 - ! - schema: *ref_82 + schema: *ref_83 implementation: Method required: true extensions: @@ -1857,7 +1858,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -1882,7 +1883,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -1894,7 +1895,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -1908,7 +1909,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -1931,7 +1932,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -1943,7 +1944,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -1957,7 +1958,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -1980,7 +1981,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -1992,7 +1993,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -2006,7 +2007,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2029,7 +2030,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2041,7 +2042,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_82 + schema: *ref_83 language: ! default: name: '' @@ -2055,7 +2056,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2086,7 +2087,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2098,7 +2099,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_85 + schema: *ref_86 language: ! default: name: '' @@ -2112,7 +2113,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2135,9 +2136,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_85 + schema: *ref_86 implementation: Method required: true extensions: @@ -2174,7 +2175,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2199,7 +2200,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2211,7 +2212,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_86 + schema: *ref_87 language: ! default: name: '' @@ -2225,7 +2226,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2248,9 +2249,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_86 + schema: *ref_87 implementation: Method required: true extensions: @@ -2287,7 +2288,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2312,7 +2313,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2324,7 +2325,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_87 + schema: *ref_88 language: ! default: name: '' @@ -2338,7 +2339,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2361,9 +2362,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_87 + schema: *ref_88 implementation: Method required: true extensions: @@ -2400,7 +2401,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2425,7 +2426,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2437,7 +2438,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_88 + schema: *ref_89 language: ! default: name: '' @@ -2451,7 +2452,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2474,9 +2475,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_88 + schema: *ref_89 implementation: Method required: true extensions: @@ -2513,7 +2514,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2538,7 +2539,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2550,7 +2551,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_89 + schema: *ref_90 language: ! default: name: '' @@ -2564,7 +2565,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2587,9 +2588,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_89 + schema: *ref_90 implementation: Method required: true extensions: @@ -2626,7 +2627,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2651,7 +2652,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2663,7 +2664,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_90 + schema: *ref_91 language: ! default: name: '' @@ -2677,7 +2678,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2700,9 +2701,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_90 + schema: *ref_91 implementation: Method required: true extensions: @@ -2739,7 +2740,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2764,7 +2765,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2776,7 +2777,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_91 + schema: *ref_92 language: ! default: name: '' @@ -2790,7 +2791,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2813,9 +2814,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_91 + schema: *ref_92 implementation: Method required: true extensions: @@ -2852,7 +2853,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2877,7 +2878,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -2889,7 +2890,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_92 + schema: *ref_93 language: ! default: name: '' @@ -2903,7 +2904,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2926,9 +2927,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_92 + schema: *ref_93 implementation: Method required: true extensions: @@ -2965,7 +2966,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -2990,7 +2991,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3002,7 +3003,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_93 + schema: *ref_94 language: ! default: name: '' @@ -3016,7 +3017,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3039,9 +3040,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_93 + schema: *ref_94 implementation: Method required: true extensions: @@ -3078,7 +3079,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3103,7 +3104,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3115,7 +3116,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_94 + schema: *ref_95 language: ! default: name: '' @@ -3129,7 +3130,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3152,9 +3153,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_94 + schema: *ref_95 implementation: Method required: true extensions: @@ -3191,7 +3192,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3216,7 +3217,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3228,7 +3229,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_95 + schema: *ref_96 language: ! default: name: '' @@ -3242,7 +3243,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3265,9 +3266,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_95 + schema: *ref_96 implementation: Method required: true extensions: @@ -3304,7 +3305,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3337,7 +3338,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3349,7 +3350,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_96 + schema: *ref_97 language: ! default: name: '' @@ -3363,7 +3364,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3386,9 +3387,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_96 + schema: *ref_97 implementation: Method required: true extensions: @@ -3425,7 +3426,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3450,7 +3451,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3462,7 +3463,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_96 + schema: *ref_97 language: ! default: name: '' @@ -3476,7 +3477,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3499,9 +3500,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_96 + schema: *ref_97 implementation: Method required: true extensions: @@ -3538,7 +3539,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3563,7 +3564,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3575,7 +3576,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_96 + schema: *ref_97 language: ! default: name: '' @@ -3589,7 +3590,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3620,7 +3621,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3632,7 +3633,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_97 + schema: *ref_98 language: ! default: name: '' @@ -3646,7 +3647,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3669,9 +3670,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_97 + schema: *ref_98 implementation: Method required: true extensions: @@ -3708,7 +3709,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3733,7 +3734,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3745,7 +3746,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_97 + schema: *ref_98 language: ! default: name: '' @@ -3759,7 +3760,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3782,9 +3783,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_97 + schema: *ref_98 implementation: Method required: true extensions: @@ -3821,7 +3822,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3846,7 +3847,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3858,7 +3859,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_97 + schema: *ref_98 language: ! default: name: '' @@ -3872,7 +3873,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3895,7 +3896,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3907,7 +3908,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_97 + schema: *ref_98 language: ! default: name: '' @@ -3921,7 +3922,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -3952,7 +3953,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -3978,7 +3979,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4001,7 +4002,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_2 implementation: Method @@ -4040,7 +4041,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4073,7 +4074,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4099,7 +4100,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4122,7 +4123,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_5 implementation: Method @@ -4194,7 +4195,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4219,7 +4220,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4245,7 +4246,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4268,7 +4269,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4280,7 +4281,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_98 + schema: *ref_99 language: ! default: name: '' @@ -4294,7 +4295,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4317,7 +4318,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4329,7 +4330,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_98 + schema: *ref_99 language: ! default: name: '' @@ -4343,7 +4344,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4366,7 +4367,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4392,7 +4393,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4415,7 +4416,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_4 implementation: Method @@ -4454,7 +4455,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4479,7 +4480,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_4 implementation: Method @@ -4522,7 +4523,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4547,7 +4548,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_5 implementation: Method @@ -4619,7 +4620,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4652,7 +4653,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4678,7 +4679,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4701,7 +4702,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! schema: *ref_5 implementation: Method @@ -4773,7 +4774,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4806,7 +4807,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' @@ -4818,7 +4819,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_99 + schema: *ref_100 language: ! default: name: '' @@ -4832,7 +4833,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4855,9 +4856,9 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 - ! - schema: *ref_99 + schema: *ref_100 implementation: Method required: true extensions: @@ -4894,7 +4895,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_83 + schema: *ref_84 language: ! default: name: '' @@ -4927,7 +4928,7 @@ operationGroups: version: '2016-02-29' request: ! parameters: - - *ref_81 + - *ref_82 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/complex-model/flattened.yaml b/modelerfour/test/scenarios/complex-model/flattened.yaml index 4d9b4d5..8c94b08 100644 --- a/modelerfour/test/scenarios/complex-model/flattened.yaml +++ b/modelerfour/test/scenarios/complex-model/flattened.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_20 + - ! &ref_21 type: object apiVersions: - ! @@ -129,7 +129,7 @@ schemas: ! namespace: Api20140401Preview protocol: ! {} - *ref_0 - - ! &ref_21 + - ! &ref_22 type: object apiVersions: - ! @@ -237,7 +237,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20140401Preview protocol: ! {} - - ! &ref_26 + - ! &ref_25 type: object apiVersions: - ! @@ -303,7 +303,7 @@ schemas: ! name: Constant0 description: MISSING·SCHEMA-DESCRIPTION-CHOICE protocol: ! {} - - ! &ref_19 + - ! &ref_16 type: constant value: ! value: 2014-04-01-preview @@ -317,7 +317,7 @@ schemas: ! name: ApiVersion-2014-04-01-preview description: Api Version (2014-04-01-preview) protocol: ! {} - - ! &ref_22 + - ! type: constant value: ! value: 2014-04-01-preview @@ -331,7 +331,7 @@ schemas: ! name: ApiVersion-2014-04-01-preview description: Api Version (2014-04-01-preview) protocol: ! {} - - ! &ref_25 + - ! type: constant value: ! value: 2014-04-01-preview @@ -349,7 +349,7 @@ schemas: ! - *ref_8 strings: - *ref_7 - - ! &ref_18 + - ! &ref_19 type: string apiVersions: - ! @@ -366,7 +366,7 @@ schemas: ! - *ref_13 - *ref_14 globalParameters: -- ! &ref_17 +- ! &ref_18 schema: *ref_15 implementation: Client required: true @@ -380,7 +380,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_16 +- ! &ref_17 schema: *ref_7 clientDefaultValue: 'http://localhost:3000' implementation: Client @@ -393,6 +393,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_20 + schema: *ref_16 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Some cool documentation. title: complex-model @@ -406,10 +418,10 @@ operationGroups: version: 2014-04-01-preview request: ! parameters: - - *ref_16 - *ref_17 + - *ref_18 - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -420,18 +432,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_19 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_20 language: ! default: name: '' @@ -443,7 +444,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_20 + schema: *ref_21 language: ! default: name: '' @@ -457,7 +458,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_21 + schema: *ref_22 language: ! default: name: '' @@ -480,9 +481,9 @@ operationGroups: version: 2014-04-01-preview request: ! parameters: - - *ref_16 + - *ref_17 - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -494,7 +495,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -505,18 +506,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_22 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_20 - ! schema: *ref_23 implementation: Method @@ -559,7 +549,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_21 + schema: *ref_22 language: ! default: name: '' @@ -584,9 +574,9 @@ operationGroups: version: 2014-04-01-preview request: ! parameters: - - *ref_16 + - *ref_17 - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -598,7 +588,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -609,20 +599,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_20 - ! schema: *ref_25 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_26 implementation: Method required: true extensions: @@ -649,7 +628,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_20 + schema: *ref_21 language: ! default: name: '' @@ -663,7 +642,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_21 + schema: *ref_22 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/complex-model/modeler.yaml b/modelerfour/test/scenarios/complex-model/modeler.yaml index 1bdf2ce..c0e07ac 100644 --- a/modelerfour/test/scenarios/complex-model/modeler.yaml +++ b/modelerfour/test/scenarios/complex-model/modeler.yaml @@ -237,7 +237,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20140401Preview protocol: ! {} - - ! &ref_25 + - ! &ref_24 type: object apiVersions: - ! @@ -317,7 +317,7 @@ schemas: ! name: ApiVersion-2014-04-01-preview description: Api Version (2014-04-01-preview) protocol: ! {} - - ! &ref_21 + - ! type: constant value: ! value: 2014-04-01-preview @@ -331,7 +331,7 @@ schemas: ! name: ApiVersion-2014-04-01-preview description: Api Version (2014-04-01-preview) protocol: ! {} - - ! &ref_24 + - ! type: constant value: ! value: 2014-04-01-preview @@ -366,7 +366,7 @@ schemas: ! - *ref_5 - *ref_7 globalParameters: -- ! &ref_26 +- ! &ref_25 schema: *ref_15 implementation: Client required: true @@ -393,6 +393,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_21 + schema: *ref_17 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Some cool documentation. title: complex-model @@ -407,7 +419,7 @@ operationGroups: request: ! parameters: - *ref_20 - - *ref_26 + - *ref_25 - ! schema: *ref_16 implementation: Method @@ -420,18 +432,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_17 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_21 language: ! default: name: '' @@ -505,18 +506,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_21 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_21 - ! schema: *ref_22 implementation: Method @@ -609,20 +599,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_21 - ! schema: *ref_24 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_25 implementation: Method required: true extensions: diff --git a/modelerfour/test/scenarios/complex-model/namer.yaml b/modelerfour/test/scenarios/complex-model/namer.yaml index 4d9b4d5..8c94b08 100644 --- a/modelerfour/test/scenarios/complex-model/namer.yaml +++ b/modelerfour/test/scenarios/complex-model/namer.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_20 + - ! &ref_21 type: object apiVersions: - ! @@ -129,7 +129,7 @@ schemas: ! namespace: Api20140401Preview protocol: ! {} - *ref_0 - - ! &ref_21 + - ! &ref_22 type: object apiVersions: - ! @@ -237,7 +237,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20140401Preview protocol: ! {} - - ! &ref_26 + - ! &ref_25 type: object apiVersions: - ! @@ -303,7 +303,7 @@ schemas: ! name: Constant0 description: MISSING·SCHEMA-DESCRIPTION-CHOICE protocol: ! {} - - ! &ref_19 + - ! &ref_16 type: constant value: ! value: 2014-04-01-preview @@ -317,7 +317,7 @@ schemas: ! name: ApiVersion-2014-04-01-preview description: Api Version (2014-04-01-preview) protocol: ! {} - - ! &ref_22 + - ! type: constant value: ! value: 2014-04-01-preview @@ -331,7 +331,7 @@ schemas: ! name: ApiVersion-2014-04-01-preview description: Api Version (2014-04-01-preview) protocol: ! {} - - ! &ref_25 + - ! type: constant value: ! value: 2014-04-01-preview @@ -349,7 +349,7 @@ schemas: ! - *ref_8 strings: - *ref_7 - - ! &ref_18 + - ! &ref_19 type: string apiVersions: - ! @@ -366,7 +366,7 @@ schemas: ! - *ref_13 - *ref_14 globalParameters: -- ! &ref_17 +- ! &ref_18 schema: *ref_15 implementation: Client required: true @@ -380,7 +380,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_16 +- ! &ref_17 schema: *ref_7 clientDefaultValue: 'http://localhost:3000' implementation: Client @@ -393,6 +393,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_20 + schema: *ref_16 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Some cool documentation. title: complex-model @@ -406,10 +418,10 @@ operationGroups: version: 2014-04-01-preview request: ! parameters: - - *ref_16 - *ref_17 + - *ref_18 - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -420,18 +432,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_19 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_20 language: ! default: name: '' @@ -443,7 +444,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_20 + schema: *ref_21 language: ! default: name: '' @@ -457,7 +458,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_21 + schema: *ref_22 language: ! default: name: '' @@ -480,9 +481,9 @@ operationGroups: version: 2014-04-01-preview request: ! parameters: - - *ref_16 + - *ref_17 - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -494,7 +495,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -505,18 +506,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_22 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_20 - ! schema: *ref_23 implementation: Method @@ -559,7 +549,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_21 + schema: *ref_22 language: ! default: name: '' @@ -584,9 +574,9 @@ operationGroups: version: 2014-04-01-preview request: ! parameters: - - *ref_16 + - *ref_17 - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -598,7 +588,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_18 + schema: *ref_19 implementation: Method required: true language: ! @@ -609,20 +599,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_20 - ! schema: *ref_25 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_26 implementation: Method required: true extensions: @@ -649,7 +628,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_20 + schema: *ref_21 language: ! default: name: '' @@ -663,7 +642,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_21 + schema: *ref_22 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/keyvault/flattened.yaml b/modelerfour/test/scenarios/keyvault/flattened.yaml index d0206f5..0d5678e 100644 --- a/modelerfour/test/scenarios/keyvault/flattened.yaml +++ b/modelerfour/test/scenarios/keyvault/flattened.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_304 + - ! &ref_305 type: object apiVersions: - ! @@ -864,7 +864,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_10 - - ! &ref_305 + - ! &ref_306 type: object apiVersions: - ! @@ -1013,7 +1013,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_7 - - ! &ref_314 + - ! &ref_312 type: object apiVersions: - ! @@ -1075,7 +1075,7 @@ schemas: ! description: The key update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_321 + - ! &ref_317 type: object apiVersions: - ! @@ -1268,7 +1268,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_13 - - ! &ref_326 + - ! &ref_320 type: object apiVersions: - ! @@ -1299,7 +1299,7 @@ schemas: ! description: 'The backup key result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_328 + - ! &ref_321 type: object apiVersions: - ! @@ -1330,7 +1330,7 @@ schemas: ! description: The key restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_332 + - ! &ref_324 type: object apiVersions: - ! @@ -1399,7 +1399,7 @@ schemas: ! description: The key operations parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_333 + - ! &ref_325 type: object apiVersions: - ! @@ -1448,7 +1448,7 @@ schemas: ! description: The key operation result. namespace: Api70Preview protocol: ! {} - - ! &ref_340 + - ! &ref_330 type: object apiVersions: - ! @@ -1565,7 +1565,7 @@ schemas: ! description: The key operations parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_344 + - ! &ref_333 type: object apiVersions: - ! @@ -1624,7 +1624,7 @@ schemas: ! description: The key verify parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_345 + - ! &ref_334 type: object apiVersions: - ! @@ -1651,7 +1651,7 @@ schemas: ! description: The key verify result. namespace: Api70Preview protocol: ! {} - - ! &ref_354 + - ! &ref_340 type: object apiVersions: - ! @@ -1701,7 +1701,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_14 - - ! &ref_363 + - ! &ref_345 type: object apiVersions: - ! @@ -1981,7 +1981,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_17 - - ! &ref_369 + - ! &ref_349 type: object apiVersions: - ! @@ -2042,7 +2042,7 @@ schemas: ! description: The secret update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_375 + - ! &ref_353 type: object apiVersions: - ! @@ -2252,7 +2252,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_18 - - ! &ref_381 + - ! &ref_357 type: object apiVersions: - ! @@ -2302,7 +2302,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_19 - - ! &ref_390 + - ! &ref_362 type: object apiVersions: - ! @@ -2333,7 +2333,7 @@ schemas: ! description: 'The backup secret result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_392 + - ! &ref_363 type: object apiVersions: - ! @@ -2364,7 +2364,7 @@ schemas: ! description: The secret restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_396 + - ! &ref_366 type: object apiVersions: - ! @@ -3410,7 +3410,7 @@ schemas: ! - *ref_31 - *ref_32 - *ref_23 - - ! &ref_400 + - ! &ref_368 type: object apiVersions: - ! @@ -3521,7 +3521,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_33 - - ! &ref_405 + - ! &ref_370 type: object apiVersions: - ! @@ -3616,7 +3616,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_34 - - ! &ref_408 + - ! &ref_372 type: object apiVersions: - ! @@ -3902,7 +3902,7 @@ schemas: ! - *ref_36 - *ref_37 - *ref_38 - - ! &ref_409 + - ! &ref_373 type: object apiVersions: - ! @@ -3973,7 +3973,7 @@ schemas: ! description: The issuer for Key Vault certificate. namespace: Api70Preview protocol: ! {} - - ! &ref_412 + - ! &ref_375 type: object apiVersions: - ! @@ -4026,7 +4026,7 @@ schemas: ! description: The certificate issuer update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_419 + - ! &ref_379 type: object apiVersions: - ! @@ -4078,7 +4078,7 @@ schemas: ! description: The certificate create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_420 + - ! &ref_380 type: object apiVersions: - ! @@ -4224,7 +4224,7 @@ schemas: ! description: A certificate operation is returned in case of asynchronous requests. namespace: Api70Preview protocol: ! {} - - ! &ref_423 + - ! &ref_382 type: object apiVersions: - ! @@ -4315,7 +4315,7 @@ schemas: ! description: The certificate import parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_434 + - ! &ref_389 type: object apiVersions: - ! @@ -4367,7 +4367,7 @@ schemas: ! description: The certificate update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_440 + - ! &ref_393 type: object apiVersions: - ! @@ -4394,7 +4394,7 @@ schemas: ! description: The certificate operation update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_447 + - ! &ref_397 type: object apiVersions: - ! @@ -4469,7 +4469,7 @@ schemas: ! description: The certificate merge parameters namespace: Api70Preview protocol: ! {} - - ! &ref_450 + - ! &ref_399 type: object apiVersions: - ! @@ -4500,7 +4500,7 @@ schemas: ! description: 'The backup certificate result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_452 + - ! &ref_400 type: object apiVersions: - ! @@ -4531,7 +4531,7 @@ schemas: ! description: The certificate restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_456 + - ! &ref_403 type: object apiVersions: - ! @@ -4581,7 +4581,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_21 - - ! &ref_465 + - ! &ref_408 type: object apiVersions: - ! @@ -4847,7 +4847,7 @@ schemas: ! protocol: ! {} - *ref_39 - *ref_41 - - ! &ref_468 + - ! &ref_410 type: object apiVersions: - ! @@ -5099,7 +5099,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_43 - - ! &ref_477 + - ! &ref_415 type: object apiVersions: - ! @@ -5130,7 +5130,7 @@ schemas: ! description: 'The backup storage result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_479 + - ! &ref_416 type: object apiVersions: - ! @@ -5161,7 +5161,7 @@ schemas: ! description: The secret restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_486 + - ! &ref_420 type: object apiVersions: - ! @@ -5276,7 +5276,7 @@ schemas: ! description: The storage account create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_489 + - ! &ref_422 type: object apiVersions: - ! @@ -5368,7 +5368,7 @@ schemas: ! description: The storage account update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_492 + - ! &ref_424 type: object apiVersions: - ! @@ -5398,7 +5398,7 @@ schemas: ! description: The storage account key regenerate parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_496 + - ! &ref_427 type: object apiVersions: - ! @@ -5664,7 +5664,7 @@ schemas: ! protocol: ! {} - *ref_44 - *ref_46 - - ! &ref_500 + - ! &ref_430 type: object apiVersions: - ! @@ -5933,7 +5933,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_48 - - ! &ref_516 + - ! &ref_441 type: object apiVersions: - ! @@ -6024,7 +6024,7 @@ schemas: ! description: The SAS definition create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_520 + - ! &ref_444 type: object apiVersions: - ! @@ -6205,7 +6205,7 @@ schemas: ! - *ref_102 - *ref_103 - *ref_104 - - ! &ref_394 + - ! &ref_365 type: boolean apiVersions: - ! @@ -6221,7 +6221,7 @@ schemas: ! - *ref_108 - *ref_109 - *ref_110 - - ! &ref_454 + - ! &ref_402 type: boolean apiVersions: - ! @@ -6268,7 +6268,7 @@ schemas: ! - *ref_144 - *ref_145 constants: - - ! &ref_303 + - ! &ref_302 type: constant value: ! value: 7.0-preview @@ -6282,7 +6282,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_307 + - ! type: constant value: ! value: 7.0-preview @@ -6296,7 +6296,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_310 + - ! type: constant value: ! value: 7.0-preview @@ -6310,7 +6310,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_313 + - ! type: constant value: ! value: 7.0-preview @@ -6324,7 +6324,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_317 + - ! type: constant value: ! value: 7.0-preview @@ -6338,7 +6338,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_320 + - ! type: constant value: ! value: 7.0-preview @@ -6352,7 +6352,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_323 + - ! type: constant value: ! value: 7.0-preview @@ -6366,7 +6366,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_325 + - ! type: constant value: ! value: 7.0-preview @@ -6380,7 +6380,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_327 + - ! type: constant value: ! value: 7.0-preview @@ -6394,7 +6394,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_331 + - ! type: constant value: ! value: 7.0-preview @@ -6408,7 +6408,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_336 + - ! type: constant value: ! value: 7.0-preview @@ -6422,7 +6422,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_339 + - ! type: constant value: ! value: 7.0-preview @@ -6436,7 +6436,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_343 + - ! type: constant value: ! value: 7.0-preview @@ -6450,7 +6450,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_348 + - ! type: constant value: ! value: 7.0-preview @@ -6464,7 +6464,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_351 + - ! type: constant value: ! value: 7.0-preview @@ -6478,7 +6478,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_353 + - ! type: constant value: ! value: 7.0-preview @@ -6492,7 +6492,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_356 + - ! type: constant value: ! value: 7.0-preview @@ -6506,7 +6506,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_358 + - ! type: constant value: ! value: 7.0-preview @@ -6520,7 +6520,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_360 + - ! type: constant value: ! value: 7.0-preview @@ -6534,7 +6534,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_362 + - ! type: constant value: ! value: 7.0-preview @@ -6548,7 +6548,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_365 + - ! type: constant value: ! value: 7.0-preview @@ -6562,7 +6562,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_368 + - ! type: constant value: ! value: 7.0-preview @@ -6576,7 +6576,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_372 + - ! type: constant value: ! value: 7.0-preview @@ -6590,7 +6590,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_374 + - ! type: constant value: ! value: 7.0-preview @@ -6604,7 +6604,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_378 + - ! type: constant value: ! value: 7.0-preview @@ -6618,7 +6618,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_380 + - ! type: constant value: ! value: 7.0-preview @@ -6632,7 +6632,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_383 + - ! type: constant value: ! value: 7.0-preview @@ -6646,7 +6646,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_385 + - ! type: constant value: ! value: 7.0-preview @@ -6660,7 +6660,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_387 + - ! type: constant value: ! value: 7.0-preview @@ -6674,7 +6674,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_389 + - ! type: constant value: ! value: 7.0-preview @@ -6688,7 +6688,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_391 + - ! type: constant value: ! value: 7.0-preview @@ -6702,7 +6702,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_395 + - ! type: constant value: ! value: 7.0-preview @@ -6716,7 +6716,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_398 + - ! type: constant value: ! value: 7.0-preview @@ -6730,7 +6730,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_399 + - ! type: constant value: ! value: 7.0-preview @@ -6744,7 +6744,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_401 + - ! type: constant value: ! value: 7.0-preview @@ -6758,7 +6758,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_402 + - ! type: constant value: ! value: 7.0-preview @@ -6772,7 +6772,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_404 + - ! type: constant value: ! value: 7.0-preview @@ -6786,7 +6786,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_407 + - ! type: constant value: ! value: 7.0-preview @@ -6800,7 +6800,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_411 + - ! type: constant value: ! value: 7.0-preview @@ -6814,7 +6814,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_414 + - ! type: constant value: ! value: 7.0-preview @@ -6828,7 +6828,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_416 + - ! type: constant value: ! value: 7.0-preview @@ -6842,7 +6842,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_418 + - ! type: constant value: ! value: 7.0-preview @@ -6856,7 +6856,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_422 + - ! type: constant value: ! value: 7.0-preview @@ -6870,7 +6870,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_426 + - ! type: constant value: ! value: 7.0-preview @@ -6884,7 +6884,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_428 + - ! type: constant value: ! value: 7.0-preview @@ -6898,7 +6898,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_430 + - ! type: constant value: ! value: 7.0-preview @@ -6912,7 +6912,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_433 + - ! type: constant value: ! value: 7.0-preview @@ -6926,7 +6926,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_437 + - ! type: constant value: ! value: 7.0-preview @@ -6940,7 +6940,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_439 + - ! type: constant value: ! value: 7.0-preview @@ -6954,7 +6954,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_442 + - ! type: constant value: ! value: 7.0-preview @@ -6968,7 +6968,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_444 + - ! type: constant value: ! value: 7.0-preview @@ -6982,7 +6982,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_446 + - ! type: constant value: ! value: 7.0-preview @@ -6996,7 +6996,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_449 + - ! type: constant value: ! value: 7.0-preview @@ -7010,7 +7010,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_451 + - ! type: constant value: ! value: 7.0-preview @@ -7024,7 +7024,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_455 + - ! type: constant value: ! value: 7.0-preview @@ -7038,7 +7038,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_458 + - ! type: constant value: ! value: 7.0-preview @@ -7052,7 +7052,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_460 + - ! type: constant value: ! value: 7.0-preview @@ -7066,7 +7066,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_462 + - ! type: constant value: ! value: 7.0-preview @@ -7080,7 +7080,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_464 + - ! type: constant value: ! value: 7.0-preview @@ -7094,7 +7094,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_467 + - ! type: constant value: ! value: 7.0-preview @@ -7108,7 +7108,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_470 + - ! type: constant value: ! value: 7.0-preview @@ -7122,7 +7122,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_472 + - ! type: constant value: ! value: 7.0-preview @@ -7136,7 +7136,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_474 + - ! type: constant value: ! value: 7.0-preview @@ -7150,7 +7150,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_476 + - ! type: constant value: ! value: 7.0-preview @@ -7164,7 +7164,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_478 + - ! type: constant value: ! value: 7.0-preview @@ -7178,7 +7178,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_481 + - ! type: constant value: ! value: 7.0-preview @@ -7192,7 +7192,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_483 + - ! type: constant value: ! value: 7.0-preview @@ -7206,7 +7206,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_485 + - ! type: constant value: ! value: 7.0-preview @@ -7220,7 +7220,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_488 + - ! type: constant value: ! value: 7.0-preview @@ -7234,7 +7234,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_491 + - ! type: constant value: ! value: 7.0-preview @@ -7248,7 +7248,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_495 + - ! type: constant value: ! value: 7.0-preview @@ -7262,7 +7262,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_499 + - ! type: constant value: ! value: 7.0-preview @@ -7276,7 +7276,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_503 + - ! type: constant value: ! value: 7.0-preview @@ -7290,7 +7290,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_506 + - ! type: constant value: ! value: 7.0-preview @@ -7304,7 +7304,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_509 + - ! type: constant value: ! value: 7.0-preview @@ -7318,7 +7318,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_512 + - ! type: constant value: ! value: 7.0-preview @@ -7332,7 +7332,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_515 + - ! type: constant value: ! value: 7.0-preview @@ -7346,7 +7346,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_519 + - ! type: constant value: ! value: 7.0-preview @@ -7362,7 +7362,7 @@ schemas: ! protocol: ! {} numbers: - *ref_146 - - ! &ref_319 + - ! &ref_316 type: integer apiVersions: - ! @@ -7375,7 +7375,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_322 + - ! &ref_318 type: integer apiVersions: - ! @@ -7388,7 +7388,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_352 + - ! &ref_339 type: integer apiVersions: - ! @@ -7401,7 +7401,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_373 + - ! &ref_352 type: integer apiVersions: - ! @@ -7414,7 +7414,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_377 + - ! &ref_355 type: integer apiVersions: - ! @@ -7427,7 +7427,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_379 + - ! &ref_356 type: integer apiVersions: - ! @@ -7440,7 +7440,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_393 + - ! &ref_364 type: integer apiVersions: - ! @@ -7457,7 +7457,7 @@ schemas: ! - *ref_148 - *ref_149 - *ref_150 - - ! &ref_403 + - ! &ref_369 type: integer apiVersions: - ! @@ -7470,7 +7470,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_425 + - ! &ref_384 type: integer apiVersions: - ! @@ -7483,7 +7483,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_453 + - ! &ref_401 type: integer apiVersions: - ! @@ -7496,7 +7496,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_463 + - ! &ref_407 type: integer apiVersions: - ! @@ -7509,7 +7509,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_466 + - ! &ref_409 type: integer apiVersions: - ! @@ -7522,7 +7522,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_494 + - ! &ref_426 type: integer apiVersions: - ! @@ -7535,7 +7535,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_498 + - ! &ref_429 type: integer apiVersions: - ! @@ -7552,7 +7552,7 @@ schemas: ! - *ref_151 strings: - *ref_0 - - ! &ref_302 + - ! &ref_303 type: string apiVersions: - ! @@ -7569,7 +7569,7 @@ schemas: ! - *ref_155 - *ref_156 - *ref_157 - - ! &ref_306 + - ! &ref_307 type: string apiVersions: - ! @@ -7592,7 +7592,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_159 - - ! &ref_311 + - ! &ref_310 type: string apiVersions: - ! @@ -7602,7 +7602,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_312 + - ! &ref_311 type: string apiVersions: - ! @@ -7613,7 +7613,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_160 - - ! &ref_315 + - ! &ref_313 type: string apiVersions: - ! @@ -7623,7 +7623,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_316 + - ! &ref_314 type: string apiVersions: - ! @@ -7633,7 +7633,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_318 + - ! &ref_315 type: string apiVersions: - ! @@ -7646,7 +7646,7 @@ schemas: ! - *ref_161 - *ref_162 - *ref_163 - - ! &ref_324 + - ! &ref_319 type: string apiVersions: - ! @@ -7656,7 +7656,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_329 + - ! &ref_322 type: string apiVersions: - ! @@ -7666,7 +7666,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_330 + - ! &ref_323 type: string apiVersions: - ! @@ -7677,7 +7677,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_164 - - ! &ref_334 + - ! &ref_326 type: string apiVersions: - ! @@ -7687,7 +7687,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_335 + - ! &ref_327 type: string apiVersions: - ! @@ -7697,7 +7697,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_337 + - ! &ref_328 type: string apiVersions: - ! @@ -7707,7 +7707,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_338 + - ! &ref_329 type: string apiVersions: - ! @@ -7717,7 +7717,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_341 + - ! &ref_331 type: string apiVersions: - ! @@ -7727,7 +7727,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_342 + - ! &ref_332 type: string apiVersions: - ! @@ -7737,7 +7737,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_346 + - ! &ref_335 type: string apiVersions: - ! @@ -7747,7 +7747,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_347 + - ! &ref_336 type: string apiVersions: - ! @@ -7757,7 +7757,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_349 + - ! &ref_337 type: string apiVersions: - ! @@ -7767,7 +7767,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_350 + - ! &ref_338 type: string apiVersions: - ! @@ -7779,7 +7779,7 @@ schemas: ! protocol: ! {} - *ref_165 - *ref_166 - - ! &ref_355 + - ! &ref_341 type: string apiVersions: - ! @@ -7789,7 +7789,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_357 + - ! &ref_342 type: string apiVersions: - ! @@ -7799,7 +7799,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_359 + - ! &ref_343 type: string apiVersions: - ! @@ -7809,7 +7809,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_361 + - ! &ref_344 type: string apiVersions: - ! @@ -7828,7 +7828,7 @@ schemas: ! - *ref_172 - *ref_173 - *ref_174 - - ! &ref_364 + - ! &ref_346 type: string apiVersions: - ! @@ -7839,7 +7839,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_175 - - ! &ref_366 + - ! &ref_347 type: string apiVersions: - ! @@ -7849,7 +7849,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_367 + - ! &ref_348 type: string apiVersions: - ! @@ -7861,7 +7861,7 @@ schemas: ! protocol: ! {} - *ref_176 - *ref_177 - - ! &ref_370 + - ! &ref_350 type: string apiVersions: - ! @@ -7871,7 +7871,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_371 + - ! &ref_351 type: string apiVersions: - ! @@ -7885,7 +7885,7 @@ schemas: ! - *ref_179 - *ref_180 - *ref_181 - - ! &ref_376 + - ! &ref_354 type: string apiVersions: - ! @@ -7897,7 +7897,7 @@ schemas: ! protocol: ! {} - *ref_182 - *ref_183 - - ! &ref_382 + - ! &ref_358 type: string apiVersions: - ! @@ -7907,7 +7907,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_384 + - ! &ref_359 type: string apiVersions: - ! @@ -7917,7 +7917,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_386 + - ! &ref_360 type: string apiVersions: - ! @@ -7927,7 +7927,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_388 + - ! &ref_361 type: string apiVersions: - ! @@ -7940,7 +7940,7 @@ schemas: ! - *ref_184 - *ref_185 - *ref_186 - - ! &ref_397 + - ! &ref_367 type: string apiVersions: - ! @@ -7972,7 +7972,7 @@ schemas: ! - *ref_206 - *ref_207 - *ref_208 - - ! &ref_406 + - ! &ref_371 type: string apiVersions: - ! @@ -7992,7 +7992,7 @@ schemas: ! - *ref_216 - *ref_217 - *ref_218 - - ! &ref_410 + - ! &ref_374 type: string apiVersions: - ! @@ -8003,7 +8003,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_219 - - ! &ref_413 + - ! &ref_376 type: string apiVersions: - ! @@ -8013,7 +8013,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_415 + - ! &ref_377 type: string apiVersions: - ! @@ -8023,7 +8023,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_417 + - ! &ref_378 type: string apiVersions: - ! @@ -8040,7 +8040,7 @@ schemas: ! - *ref_223 - *ref_224 - *ref_225 - - ! &ref_421 + - ! &ref_381 type: string apiVersions: - ! @@ -8054,7 +8054,7 @@ schemas: ! - *ref_226 - *ref_227 - *ref_228 - - ! &ref_424 + - ! &ref_383 type: string apiVersions: - ! @@ -8064,7 +8064,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_427 + - ! &ref_385 type: string apiVersions: - ! @@ -8074,7 +8074,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_429 + - ! &ref_386 type: string apiVersions: - ! @@ -8084,7 +8084,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_431 + - ! &ref_387 type: string apiVersions: - ! @@ -8094,7 +8094,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_432 + - ! &ref_388 type: string apiVersions: - ! @@ -8105,7 +8105,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_229 - - ! &ref_435 + - ! &ref_390 type: string apiVersions: - ! @@ -8115,7 +8115,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_436 + - ! &ref_391 type: string apiVersions: - ! @@ -8125,7 +8125,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_438 + - ! &ref_392 type: string apiVersions: - ! @@ -8135,7 +8135,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_441 + - ! &ref_394 type: string apiVersions: - ! @@ -8145,7 +8145,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_443 + - ! &ref_395 type: string apiVersions: - ! @@ -8155,7 +8155,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_445 + - ! &ref_396 type: string apiVersions: - ! @@ -8166,7 +8166,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_230 - - ! &ref_448 + - ! &ref_398 type: string apiVersions: - ! @@ -8178,7 +8178,7 @@ schemas: ! protocol: ! {} - *ref_231 - *ref_232 - - ! &ref_457 + - ! &ref_404 type: string apiVersions: - ! @@ -8188,7 +8188,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_459 + - ! &ref_405 type: string apiVersions: - ! @@ -8198,7 +8198,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_461 + - ! &ref_406 type: string apiVersions: - ! @@ -8214,7 +8214,7 @@ schemas: ! - *ref_236 - *ref_237 - *ref_238 - - ! &ref_469 + - ! &ref_411 type: string apiVersions: - ! @@ -8231,7 +8231,7 @@ schemas: ! - *ref_242 - *ref_243 - *ref_244 - - ! &ref_471 + - ! &ref_412 type: string apiVersions: - ! @@ -8242,7 +8242,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_473 + - ! &ref_413 type: string apiVersions: - ! @@ -8253,7 +8253,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_475 + - ! &ref_414 type: string apiVersions: - ! @@ -8263,7 +8263,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_480 + - ! &ref_417 type: string apiVersions: - ! @@ -8274,7 +8274,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_482 + - ! &ref_418 type: string apiVersions: - ! @@ -8285,7 +8285,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_484 + - ! &ref_419 type: string apiVersions: - ! @@ -8300,7 +8300,7 @@ schemas: ! - *ref_246 - *ref_247 - *ref_248 - - ! &ref_487 + - ! &ref_421 type: string apiVersions: - ! @@ -8314,7 +8314,7 @@ schemas: ! - *ref_249 - *ref_250 - *ref_251 - - ! &ref_490 + - ! &ref_423 type: string apiVersions: - ! @@ -8326,7 +8326,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_252 - - ! &ref_493 + - ! &ref_425 type: string apiVersions: - ! @@ -8341,7 +8341,7 @@ schemas: ! - *ref_254 - *ref_255 - *ref_256 - - ! &ref_497 + - ! &ref_428 type: string apiVersions: - ! @@ -8354,7 +8354,7 @@ schemas: ! protocol: ! {} - *ref_257 - *ref_258 - - ! &ref_501 + - ! &ref_431 type: string apiVersions: - ! @@ -8365,7 +8365,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_502 + - ! &ref_432 type: string apiVersions: - ! @@ -8382,7 +8382,7 @@ schemas: ! - *ref_262 - *ref_263 - *ref_264 - - ! &ref_504 + - ! &ref_433 type: string apiVersions: - ! @@ -8393,7 +8393,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_505 + - ! &ref_434 type: string apiVersions: - ! @@ -8404,7 +8404,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_507 + - ! &ref_435 type: string apiVersions: - ! @@ -8415,7 +8415,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_508 + - ! &ref_436 type: string apiVersions: - ! @@ -8426,7 +8426,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_510 + - ! &ref_437 type: string apiVersions: - ! @@ -8437,7 +8437,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_511 + - ! &ref_438 type: string apiVersions: - ! @@ -8448,7 +8448,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_513 + - ! &ref_439 type: string apiVersions: - ! @@ -8459,7 +8459,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_514 + - ! &ref_440 type: string apiVersions: - ! @@ -8473,7 +8473,7 @@ schemas: ! - *ref_265 - *ref_266 - *ref_267 - - ! &ref_517 + - ! &ref_442 type: string apiVersions: - ! @@ -8484,7 +8484,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_518 + - ! &ref_443 type: string apiVersions: - ! @@ -8540,6 +8540,19 @@ schemas: ! - *ref_299 - *ref_300 - *ref_301 +globalParameters: +- ! &ref_304 + schema: *ref_302 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: The key vault client performs cryptographic key operations and vault operations against the Key Vault service. title: KeyVaultClient @@ -8572,7 +8585,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_302 + schema: *ref_303 implementation: Method required: true language: ! @@ -8583,20 +8596,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_303 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_304 + schema: *ref_305 implementation: Method required: true extensions: @@ -8638,7 +8640,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -8725,7 +8727,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_306 + schema: *ref_307 implementation: Method required: true language: ! @@ -8736,18 +8738,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_307 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 - ! schema: *ref_308 implementation: Method @@ -8791,7 +8782,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -8889,18 +8880,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_310 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -8926,7 +8906,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9003,7 +8983,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_311 + schema: *ref_310 implementation: Method required: true language: ! @@ -9015,7 +8995,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_312 + schema: *ref_311 implementation: Method required: true language: ! @@ -9026,20 +9006,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_313 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_314 + schema: *ref_312 implementation: Method required: true extensions: @@ -9081,7 +9050,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9158,7 +9127,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_315 + schema: *ref_313 implementation: Method required: true language: ! @@ -9170,7 +9139,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_316 + schema: *ref_314 implementation: Method required: true language: ! @@ -9181,18 +9150,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_317 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -9218,7 +9176,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9291,7 +9249,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_318 + schema: *ref_315 implementation: Method required: true language: ! @@ -9303,7 +9261,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_319 + schema: *ref_316 implementation: Method language: ! default: @@ -9313,18 +9271,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_320 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -9336,7 +9283,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_321 + schema: *ref_317 language: ! default: name: '' @@ -9350,7 +9297,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9415,7 +9362,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_322 + schema: *ref_318 implementation: Method language: ! default: @@ -9425,18 +9372,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_323 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -9448,7 +9384,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_321 + schema: *ref_317 language: ! default: name: '' @@ -9462,7 +9398,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9527,7 +9463,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_324 + schema: *ref_319 implementation: Method required: true language: ! @@ -9538,18 +9474,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_325 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -9561,7 +9486,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_326 + schema: *ref_320 language: ! default: name: '' @@ -9575,7 +9500,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9632,20 +9557,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_327 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_328 + schema: *ref_321 implementation: Method required: true extensions: @@ -9687,7 +9601,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9765,7 +9679,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_329 + schema: *ref_322 implementation: Method required: true language: ! @@ -9777,7 +9691,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_330 + schema: *ref_323 implementation: Method required: true language: ! @@ -9788,20 +9702,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_331 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -9829,7 +9732,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -9843,7 +9746,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9905,7 +9808,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_334 + schema: *ref_326 implementation: Method required: true language: ! @@ -9917,7 +9820,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_335 + schema: *ref_327 implementation: Method required: true language: ! @@ -9928,20 +9831,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_336 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -9969,7 +9861,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -9983,7 +9875,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10045,7 +9937,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_337 + schema: *ref_328 implementation: Method required: true language: ! @@ -10057,7 +9949,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_338 + schema: *ref_329 implementation: Method required: true language: ! @@ -10068,20 +9960,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_339 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_340 + schema: *ref_330 implementation: Method required: true extensions: @@ -10109,7 +9990,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10123,7 +10004,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10182,7 +10063,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_341 + schema: *ref_331 implementation: Method required: true language: ! @@ -10194,7 +10075,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_342 + schema: *ref_332 implementation: Method required: true language: ! @@ -10205,20 +10086,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_343 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_344 + schema: *ref_333 implementation: Method required: true extensions: @@ -10246,7 +10116,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_345 + schema: *ref_334 language: ! default: name: '' @@ -10260,7 +10130,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10319,7 +10189,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_346 + schema: *ref_335 implementation: Method required: true language: ! @@ -10331,7 +10201,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_347 + schema: *ref_336 implementation: Method required: true language: ! @@ -10342,20 +10212,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_348 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -10383,7 +10242,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10397,7 +10256,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10459,7 +10318,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_349 + schema: *ref_337 implementation: Method required: true language: ! @@ -10471,7 +10330,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_350 + schema: *ref_338 implementation: Method required: true language: ! @@ -10482,20 +10341,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_351 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -10523,7 +10371,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10537,7 +10385,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10598,7 +10446,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_352 + schema: *ref_339 implementation: Method language: ! default: @@ -10608,18 +10456,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_353 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -10631,7 +10468,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_354 + schema: *ref_340 language: ! default: name: '' @@ -10645,7 +10482,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10713,7 +10550,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_355 + schema: *ref_341 implementation: Method required: true language: ! @@ -10724,18 +10561,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_356 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -10761,7 +10587,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10838,7 +10664,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_357 + schema: *ref_342 implementation: Method required: true language: ! @@ -10849,18 +10675,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_358 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -10882,7 +10697,7 @@ operationGroups: - '204' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10935,7 +10750,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_359 + schema: *ref_343 implementation: Method required: true language: ! @@ -10946,18 +10761,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_360 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -10983,7 +10787,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11057,7 +10861,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_361 + schema: *ref_344 implementation: Method required: true language: ! @@ -11068,20 +10872,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_362 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_363 + schema: *ref_345 implementation: Method required: true extensions: @@ -11123,7 +10916,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11184,7 +10977,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_364 + schema: *ref_346 implementation: Method required: true language: ! @@ -11195,18 +10988,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_365 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11232,7 +11014,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11292,7 +11074,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_366 + schema: *ref_347 implementation: Method required: true language: ! @@ -11304,7 +11086,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_367 + schema: *ref_348 implementation: Method required: true language: ! @@ -11315,20 +11097,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_368 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_369 + schema: *ref_349 implementation: Method required: true extensions: @@ -11370,7 +11141,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11440,7 +11211,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_370 + schema: *ref_350 implementation: Method required: true language: ! @@ -11452,7 +11223,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_371 + schema: *ref_351 implementation: Method required: true language: ! @@ -11463,18 +11234,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_372 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11500,7 +11260,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11559,7 +11319,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_373 + schema: *ref_352 implementation: Method language: ! default: @@ -11569,18 +11329,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_374 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11592,7 +11341,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_375 + schema: *ref_353 language: ! default: name: '' @@ -11606,7 +11355,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11670,7 +11419,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_376 + schema: *ref_354 implementation: Method required: true language: ! @@ -11682,7 +11431,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_377 + schema: *ref_355 implementation: Method language: ! default: @@ -11692,18 +11441,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_378 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11715,7 +11453,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_375 + schema: *ref_353 language: ! default: name: '' @@ -11729,7 +11467,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11791,7 +11529,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_379 + schema: *ref_356 implementation: Method language: ! default: @@ -11801,18 +11539,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_380 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11824,7 +11551,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_381 + schema: *ref_357 language: ! default: name: '' @@ -11838,7 +11565,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11905,7 +11632,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_382 + schema: *ref_358 implementation: Method required: true language: ! @@ -11916,18 +11643,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_383 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11953,7 +11669,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12013,7 +11729,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_384 + schema: *ref_359 implementation: Method required: true language: ! @@ -12024,18 +11740,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_385 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12057,7 +11762,7 @@ operationGroups: - '204' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12108,7 +11813,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_386 + schema: *ref_360 implementation: Method required: true language: ! @@ -12119,18 +11824,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_387 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12156,7 +11850,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12213,7 +11907,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_388 + schema: *ref_361 implementation: Method required: true language: ! @@ -12224,18 +11918,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_389 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12247,7 +11930,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_390 + schema: *ref_362 language: ! default: name: '' @@ -12261,7 +11944,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12313,20 +11996,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_391 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_392 + schema: *ref_363 implementation: Method required: true extensions: @@ -12368,7 +12040,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12431,7 +12103,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_393 + schema: *ref_364 implementation: Method language: ! default: @@ -12442,7 +12114,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_394 + schema: *ref_365 implementation: Method language: ! default: @@ -12452,18 +12124,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_395 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12475,7 +12136,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_396 + schema: *ref_366 language: ! default: name: '' @@ -12489,7 +12150,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12559,7 +12220,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_397 + schema: *ref_367 implementation: Method required: true language: ! @@ -12570,18 +12231,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_398 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12607,7 +12257,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12700,20 +12350,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_399 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_400 + schema: *ref_368 implementation: Method required: true extensions: @@ -12740,7 +12379,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -12754,7 +12393,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12820,18 +12459,7 @@ operationGroups: protocol: ! http: ! in: uri - - ! - schema: *ref_401 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12843,7 +12471,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -12857,7 +12485,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12914,18 +12542,7 @@ operationGroups: protocol: ! http: ! in: uri - - ! - schema: *ref_402 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12937,7 +12554,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -12951,7 +12568,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13009,7 +12626,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_403 + schema: *ref_369 implementation: Method language: ! default: @@ -13019,18 +12636,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_404 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -13042,7 +12648,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_405 + schema: *ref_370 language: ! default: name: '' @@ -13056,7 +12662,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13116,7 +12722,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_406 + schema: *ref_371 implementation: Method required: true language: ! @@ -13127,20 +12733,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_407 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_408 + schema: *ref_372 implementation: Method required: true extensions: @@ -13168,7 +12763,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13182,7 +12777,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13260,7 +12855,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_410 + schema: *ref_374 implementation: Method required: true language: ! @@ -13271,20 +12866,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_411 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_412 + schema: *ref_375 implementation: Method required: true extensions: @@ -13312,7 +12896,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13326,7 +12910,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13398,7 +12982,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_413 + schema: *ref_376 implementation: Method required: true language: ! @@ -13409,18 +12993,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_414 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -13432,7 +13005,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13446,7 +13019,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13512,7 +13085,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_415 + schema: *ref_377 implementation: Method required: true language: ! @@ -13523,18 +13096,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_416 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -13546,7 +13108,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13560,7 +13122,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13626,7 +13188,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_417 + schema: *ref_378 implementation: Method required: true language: ! @@ -13637,20 +13199,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_418 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_419 + schema: *ref_379 implementation: Method required: true extensions: @@ -13678,7 +13229,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -13692,7 +13243,7 @@ operationGroups: - '202' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13770,7 +13321,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_421 + schema: *ref_381 implementation: Method required: true language: ! @@ -13781,20 +13332,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_422 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_423 + schema: *ref_382 implementation: Method required: true extensions: @@ -13836,7 +13376,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13942,7 +13482,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_424 + schema: *ref_383 implementation: Method required: true language: ! @@ -13954,7 +13494,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_425 + schema: *ref_384 implementation: Method language: ! default: @@ -13964,18 +13504,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_426 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -13987,7 +13516,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_396 + schema: *ref_366 language: ! default: name: '' @@ -14001,7 +13530,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14072,7 +13601,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_427 + schema: *ref_385 implementation: Method required: true language: ! @@ -14083,18 +13612,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_428 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -14120,7 +13638,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14197,7 +13715,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_429 + schema: *ref_386 implementation: Method required: true language: ! @@ -14208,18 +13726,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_430 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 - ! schema: *ref_24 implementation: Method @@ -14262,7 +13769,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14362,7 +13869,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_431 + schema: *ref_387 implementation: Method required: true language: ! @@ -14374,7 +13881,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_432 + schema: *ref_388 implementation: Method required: true language: ! @@ -14385,20 +13892,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_433 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_434 + schema: *ref_389 implementation: Method required: true extensions: @@ -14440,7 +13936,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14514,7 +14010,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_435 + schema: *ref_390 implementation: Method required: true language: ! @@ -14526,7 +14022,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_436 + schema: *ref_391 implementation: Method required: true language: ! @@ -14537,18 +14033,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_437 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -14574,7 +14059,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14635,31 +14120,20 @@ operationGroups: http: ! in: uri - ! - schema: *ref_438 - implementation: Method - required: true - language: ! - default: - name: certificate-name - description: The name of the certificate. - serializedName: certificate-name - protocol: ! - http: ! - in: path - - ! - schema: *ref_439 - implementation: Client + schema: *ref_392 + implementation: Method required: true language: ! default: - name: ApiVersion - description: Api Version - serializedName: api-version + name: certificate-name + description: The name of the certificate. + serializedName: certificate-name protocol: ! http: ! - in: query + in: path + - *ref_304 - ! - schema: *ref_440 + schema: *ref_393 implementation: Method required: true extensions: @@ -14687,7 +14161,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14701,7 +14175,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14764,7 +14238,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_441 + schema: *ref_394 implementation: Method required: true language: ! @@ -14775,18 +14249,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_442 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -14798,7 +14261,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14812,7 +14275,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14872,7 +14335,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_443 + schema: *ref_395 implementation: Method required: true language: ! @@ -14883,18 +14346,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_444 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -14906,7 +14358,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14920,7 +14372,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14980,7 +14432,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_445 + schema: *ref_396 implementation: Method required: true language: ! @@ -14991,20 +14443,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_446 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_447 + schema: *ref_397 implementation: Method required: true extensions: @@ -15046,7 +14487,7 @@ operationGroups: - '201' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15140,7 +14581,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_448 + schema: *ref_398 implementation: Method required: true language: ! @@ -15151,18 +14592,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_449 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15174,7 +14604,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_450 + schema: *ref_399 language: ! default: name: '' @@ -15188,7 +14618,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15240,20 +14670,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_451 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_452 + schema: *ref_400 implementation: Method required: true extensions: @@ -15295,7 +14714,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15393,7 +14812,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_453 + schema: *ref_401 implementation: Method language: ! default: @@ -15404,7 +14823,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_454 + schema: *ref_402 implementation: Method language: ! default: @@ -15414,18 +14833,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_455 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15437,7 +14845,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_456 + schema: *ref_403 language: ! default: name: '' @@ -15451,7 +14859,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15521,7 +14929,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_457 + schema: *ref_404 implementation: Method required: true language: ! @@ -15532,18 +14940,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_458 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15569,7 +14966,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15666,7 +15063,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_459 + schema: *ref_405 implementation: Method required: true language: ! @@ -15677,18 +15074,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_460 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15710,7 +15096,7 @@ operationGroups: - '204' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15763,7 +15149,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_461 + schema: *ref_406 implementation: Method required: true language: ! @@ -15774,18 +15160,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_462 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15811,7 +15186,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15904,7 +15279,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_463 + schema: *ref_407 implementation: Method language: ! default: @@ -15914,18 +15289,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_464 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15937,7 +15301,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_465 + schema: *ref_408 language: ! default: name: '' @@ -15951,7 +15315,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16027,7 +15391,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_466 + schema: *ref_409 implementation: Method language: ! default: @@ -16037,18 +15401,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_467 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16060,7 +15413,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_468 + schema: *ref_410 language: ! default: name: '' @@ -16074,7 +15427,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16156,7 +15509,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_469 + schema: *ref_411 implementation: Method required: true language: ! @@ -16167,18 +15520,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_470 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16204,7 +15546,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16273,7 +15615,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_471 + schema: *ref_412 implementation: Method required: true language: ! @@ -16284,18 +15626,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_472 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16317,7 +15648,7 @@ operationGroups: - '204' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16372,7 +15703,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_473 + schema: *ref_413 implementation: Method required: true language: ! @@ -16383,18 +15714,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_474 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16420,7 +15740,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16486,7 +15806,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_475 + schema: *ref_414 implementation: Method required: true language: ! @@ -16497,18 +15817,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_476 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16520,7 +15829,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_477 + schema: *ref_415 language: ! default: name: '' @@ -16534,7 +15843,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16588,20 +15897,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_478 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_479 + schema: *ref_416 implementation: Method required: true extensions: @@ -16643,7 +15941,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16713,7 +16011,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_480 + schema: *ref_417 implementation: Method required: true language: ! @@ -16724,18 +16022,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_481 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16761,7 +16048,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16830,7 +16117,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_482 + schema: *ref_418 implementation: Method required: true language: ! @@ -16841,18 +16128,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_483 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16878,7 +16154,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16944,7 +16220,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_484 + schema: *ref_419 implementation: Method required: true language: ! @@ -16955,20 +16231,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_485 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_486 + schema: *ref_420 implementation: Method required: true extensions: @@ -17010,7 +16275,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17087,7 +16352,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_487 + schema: *ref_421 implementation: Method required: true language: ! @@ -17098,20 +16363,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_488 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_489 + schema: *ref_422 implementation: Method required: true extensions: @@ -17153,7 +16407,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17223,7 +16477,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_490 + schema: *ref_423 implementation: Method required: true language: ! @@ -17234,20 +16488,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_491 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_492 + schema: *ref_424 implementation: Method required: true extensions: @@ -17289,7 +16532,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17358,7 +16601,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_493 + schema: *ref_425 implementation: Method required: true language: ! @@ -17370,7 +16613,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_494 + schema: *ref_426 implementation: Method language: ! default: @@ -17380,18 +16623,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_495 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17403,7 +16635,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_496 + schema: *ref_427 language: ! default: name: '' @@ -17417,7 +16649,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17488,7 +16720,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_497 + schema: *ref_428 implementation: Method required: true language: ! @@ -17500,7 +16732,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_498 + schema: *ref_429 implementation: Method language: ! default: @@ -17510,18 +16742,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_499 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17533,7 +16754,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_500 + schema: *ref_430 language: ! default: name: '' @@ -17547,7 +16768,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17624,7 +16845,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_501 + schema: *ref_431 implementation: Method required: true language: ! @@ -17636,7 +16857,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_502 + schema: *ref_432 implementation: Method required: true language: ! @@ -17647,18 +16868,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_503 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17684,7 +16894,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17751,7 +16961,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_504 + schema: *ref_433 implementation: Method required: true language: ! @@ -17763,7 +16973,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_505 + schema: *ref_434 implementation: Method required: true language: ! @@ -17774,18 +16984,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_506 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17811,7 +17010,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17875,7 +17074,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_507 + schema: *ref_435 implementation: Method required: true language: ! @@ -17887,7 +17086,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_508 + schema: *ref_436 implementation: Method required: true language: ! @@ -17898,18 +17097,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_509 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17935,7 +17123,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -18002,7 +17190,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_510 + schema: *ref_437 implementation: Method required: true language: ! @@ -18014,7 +17202,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_511 + schema: *ref_438 implementation: Method required: true language: ! @@ -18025,18 +17213,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_512 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -18062,7 +17239,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -18126,7 +17303,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_513 + schema: *ref_439 implementation: Method required: true language: ! @@ -18138,7 +17315,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_514 + schema: *ref_440 implementation: Method required: true language: ! @@ -18149,20 +17326,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_515 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_516 + schema: *ref_441 implementation: Method required: true extensions: @@ -18204,7 +17370,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -18275,7 +17441,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_517 + schema: *ref_442 implementation: Method required: true language: ! @@ -18287,7 +17453,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_518 + schema: *ref_443 implementation: Method required: true language: ! @@ -18298,20 +17464,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_519 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_520 + schema: *ref_444 implementation: Method required: true extensions: @@ -18353,7 +17508,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/keyvault/modeler.yaml b/modelerfour/test/scenarios/keyvault/modeler.yaml index bb80277..841ddd2 100644 --- a/modelerfour/test/scenarios/keyvault/modeler.yaml +++ b/modelerfour/test/scenarios/keyvault/modeler.yaml @@ -1013,7 +1013,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_14 - - ! &ref_314 + - ! &ref_312 type: object apiVersions: - ! @@ -1075,7 +1075,7 @@ schemas: ! description: The key update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_321 + - ! &ref_317 type: object apiVersions: - ! @@ -1268,7 +1268,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_25 - - ! &ref_326 + - ! &ref_320 type: object apiVersions: - ! @@ -1299,7 +1299,7 @@ schemas: ! description: 'The backup key result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_328 + - ! &ref_321 type: object apiVersions: - ! @@ -1330,7 +1330,7 @@ schemas: ! description: The key restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_332 + - ! &ref_324 type: object apiVersions: - ! @@ -1399,7 +1399,7 @@ schemas: ! description: The key operations parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_333 + - ! &ref_325 type: object apiVersions: - ! @@ -1448,7 +1448,7 @@ schemas: ! description: The key operation result. namespace: Api70Preview protocol: ! {} - - ! &ref_340 + - ! &ref_330 type: object apiVersions: - ! @@ -1565,7 +1565,7 @@ schemas: ! description: The key operations parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_344 + - ! &ref_333 type: object apiVersions: - ! @@ -1624,7 +1624,7 @@ schemas: ! description: The key verify parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_345 + - ! &ref_334 type: object apiVersions: - ! @@ -1651,7 +1651,7 @@ schemas: ! description: The key verify result. namespace: Api70Preview protocol: ! {} - - ! &ref_354 + - ! &ref_340 type: object apiVersions: - ! @@ -1701,7 +1701,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_26 - - ! &ref_363 + - ! &ref_345 type: object apiVersions: - ! @@ -1981,7 +1981,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_41 - - ! &ref_369 + - ! &ref_349 type: object apiVersions: - ! @@ -2042,7 +2042,7 @@ schemas: ! description: The secret update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_375 + - ! &ref_353 type: object apiVersions: - ! @@ -2252,7 +2252,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_48 - - ! &ref_381 + - ! &ref_357 type: object apiVersions: - ! @@ -2302,7 +2302,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_49 - - ! &ref_390 + - ! &ref_362 type: object apiVersions: - ! @@ -2333,7 +2333,7 @@ schemas: ! description: 'The backup secret result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_392 + - ! &ref_363 type: object apiVersions: - ! @@ -2364,7 +2364,7 @@ schemas: ! description: The secret restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_396 + - ! &ref_366 type: object apiVersions: - ! @@ -3410,7 +3410,7 @@ schemas: ! - *ref_82 - *ref_83 - *ref_74 - - ! &ref_400 + - ! &ref_368 type: object apiVersions: - ! @@ -3521,7 +3521,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_88 - - ! &ref_405 + - ! &ref_370 type: object apiVersions: - ! @@ -3616,7 +3616,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_92 - - ! &ref_408 + - ! &ref_372 type: object apiVersions: - ! @@ -3902,7 +3902,7 @@ schemas: ! - *ref_102 - *ref_103 - *ref_104 - - ! &ref_409 + - ! &ref_373 type: object apiVersions: - ! @@ -3973,7 +3973,7 @@ schemas: ! description: The issuer for Key Vault certificate. namespace: Api70Preview protocol: ! {} - - ! &ref_412 + - ! &ref_375 type: object apiVersions: - ! @@ -4026,7 +4026,7 @@ schemas: ! description: The certificate issuer update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_419 + - ! &ref_379 type: object apiVersions: - ! @@ -4078,7 +4078,7 @@ schemas: ! description: The certificate create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_420 + - ! &ref_380 type: object apiVersions: - ! @@ -4224,7 +4224,7 @@ schemas: ! description: A certificate operation is returned in case of asynchronous requests. namespace: Api70Preview protocol: ! {} - - ! &ref_423 + - ! &ref_382 type: object apiVersions: - ! @@ -4315,7 +4315,7 @@ schemas: ! description: The certificate import parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_434 + - ! &ref_389 type: object apiVersions: - ! @@ -4367,7 +4367,7 @@ schemas: ! description: The certificate update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_440 + - ! &ref_393 type: object apiVersions: - ! @@ -4394,7 +4394,7 @@ schemas: ! description: The certificate operation update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_447 + - ! &ref_397 type: object apiVersions: - ! @@ -4469,7 +4469,7 @@ schemas: ! description: The certificate merge parameters namespace: Api70Preview protocol: ! {} - - ! &ref_450 + - ! &ref_399 type: object apiVersions: - ! @@ -4500,7 +4500,7 @@ schemas: ! description: 'The backup certificate result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_452 + - ! &ref_400 type: object apiVersions: - ! @@ -4531,7 +4531,7 @@ schemas: ! description: The certificate restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_456 + - ! &ref_403 type: object apiVersions: - ! @@ -4581,7 +4581,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_56 - - ! &ref_465 + - ! &ref_408 type: object apiVersions: - ! @@ -4847,7 +4847,7 @@ schemas: ! protocol: ! {} - *ref_124 - *ref_127 - - ! &ref_468 + - ! &ref_410 type: object apiVersions: - ! @@ -5099,7 +5099,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_136 - - ! &ref_477 + - ! &ref_415 type: object apiVersions: - ! @@ -5130,7 +5130,7 @@ schemas: ! description: 'The backup storage result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_479 + - ! &ref_416 type: object apiVersions: - ! @@ -5161,7 +5161,7 @@ schemas: ! description: The secret restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_486 + - ! &ref_420 type: object apiVersions: - ! @@ -5276,7 +5276,7 @@ schemas: ! description: The storage account create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_489 + - ! &ref_422 type: object apiVersions: - ! @@ -5368,7 +5368,7 @@ schemas: ! description: The storage account update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_492 + - ! &ref_424 type: object apiVersions: - ! @@ -5398,7 +5398,7 @@ schemas: ! description: The storage account key regenerate parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_496 + - ! &ref_427 type: object apiVersions: - ! @@ -5664,7 +5664,7 @@ schemas: ! protocol: ! {} - *ref_149 - *ref_152 - - ! &ref_500 + - ! &ref_430 type: object apiVersions: - ! @@ -5933,7 +5933,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_161 - - ! &ref_516 + - ! &ref_441 type: object apiVersions: - ! @@ -6024,7 +6024,7 @@ schemas: ! description: The SAS definition create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_520 + - ! &ref_444 type: object apiVersions: - ! @@ -6205,7 +6205,7 @@ schemas: ! - *ref_204 - *ref_205 - *ref_206 - - ! &ref_394 + - ! &ref_365 type: boolean apiVersions: - ! @@ -6221,7 +6221,7 @@ schemas: ! - *ref_210 - *ref_211 - *ref_212 - - ! &ref_454 + - ! &ref_402 type: boolean apiVersions: - ! @@ -6282,7 +6282,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_307 + - ! type: constant value: ! value: 7.0-preview @@ -6296,7 +6296,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_310 + - ! type: constant value: ! value: 7.0-preview @@ -6310,7 +6310,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_313 + - ! type: constant value: ! value: 7.0-preview @@ -6324,7 +6324,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_317 + - ! type: constant value: ! value: 7.0-preview @@ -6338,7 +6338,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_320 + - ! type: constant value: ! value: 7.0-preview @@ -6352,7 +6352,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_323 + - ! type: constant value: ! value: 7.0-preview @@ -6366,7 +6366,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_325 + - ! type: constant value: ! value: 7.0-preview @@ -6380,7 +6380,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_327 + - ! type: constant value: ! value: 7.0-preview @@ -6394,7 +6394,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_331 + - ! type: constant value: ! value: 7.0-preview @@ -6408,7 +6408,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_336 + - ! type: constant value: ! value: 7.0-preview @@ -6422,7 +6422,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_339 + - ! type: constant value: ! value: 7.0-preview @@ -6436,7 +6436,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_343 + - ! type: constant value: ! value: 7.0-preview @@ -6450,7 +6450,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_348 + - ! type: constant value: ! value: 7.0-preview @@ -6464,7 +6464,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_351 + - ! type: constant value: ! value: 7.0-preview @@ -6478,7 +6478,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_353 + - ! type: constant value: ! value: 7.0-preview @@ -6492,7 +6492,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_356 + - ! type: constant value: ! value: 7.0-preview @@ -6506,7 +6506,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_358 + - ! type: constant value: ! value: 7.0-preview @@ -6520,7 +6520,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_360 + - ! type: constant value: ! value: 7.0-preview @@ -6534,7 +6534,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_362 + - ! type: constant value: ! value: 7.0-preview @@ -6548,7 +6548,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_365 + - ! type: constant value: ! value: 7.0-preview @@ -6562,7 +6562,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_368 + - ! type: constant value: ! value: 7.0-preview @@ -6576,7 +6576,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_372 + - ! type: constant value: ! value: 7.0-preview @@ -6590,7 +6590,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_374 + - ! type: constant value: ! value: 7.0-preview @@ -6604,7 +6604,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_378 + - ! type: constant value: ! value: 7.0-preview @@ -6618,7 +6618,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_380 + - ! type: constant value: ! value: 7.0-preview @@ -6632,7 +6632,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_383 + - ! type: constant value: ! value: 7.0-preview @@ -6646,7 +6646,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_385 + - ! type: constant value: ! value: 7.0-preview @@ -6660,7 +6660,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_387 + - ! type: constant value: ! value: 7.0-preview @@ -6674,7 +6674,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_389 + - ! type: constant value: ! value: 7.0-preview @@ -6688,7 +6688,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_391 + - ! type: constant value: ! value: 7.0-preview @@ -6702,7 +6702,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_395 + - ! type: constant value: ! value: 7.0-preview @@ -6716,7 +6716,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_398 + - ! type: constant value: ! value: 7.0-preview @@ -6730,7 +6730,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_399 + - ! type: constant value: ! value: 7.0-preview @@ -6744,7 +6744,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_401 + - ! type: constant value: ! value: 7.0-preview @@ -6758,7 +6758,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_402 + - ! type: constant value: ! value: 7.0-preview @@ -6772,7 +6772,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_404 + - ! type: constant value: ! value: 7.0-preview @@ -6786,7 +6786,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_407 + - ! type: constant value: ! value: 7.0-preview @@ -6800,7 +6800,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_411 + - ! type: constant value: ! value: 7.0-preview @@ -6814,7 +6814,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_414 + - ! type: constant value: ! value: 7.0-preview @@ -6828,7 +6828,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_416 + - ! type: constant value: ! value: 7.0-preview @@ -6842,7 +6842,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_418 + - ! type: constant value: ! value: 7.0-preview @@ -6856,7 +6856,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_422 + - ! type: constant value: ! value: 7.0-preview @@ -6870,7 +6870,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_426 + - ! type: constant value: ! value: 7.0-preview @@ -6884,7 +6884,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_428 + - ! type: constant value: ! value: 7.0-preview @@ -6898,7 +6898,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_430 + - ! type: constant value: ! value: 7.0-preview @@ -6912,7 +6912,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_433 + - ! type: constant value: ! value: 7.0-preview @@ -6926,7 +6926,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_437 + - ! type: constant value: ! value: 7.0-preview @@ -6940,7 +6940,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_439 + - ! type: constant value: ! value: 7.0-preview @@ -6954,7 +6954,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_442 + - ! type: constant value: ! value: 7.0-preview @@ -6968,7 +6968,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_444 + - ! type: constant value: ! value: 7.0-preview @@ -6982,7 +6982,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_446 + - ! type: constant value: ! value: 7.0-preview @@ -6996,7 +6996,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_449 + - ! type: constant value: ! value: 7.0-preview @@ -7010,7 +7010,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_451 + - ! type: constant value: ! value: 7.0-preview @@ -7024,7 +7024,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_455 + - ! type: constant value: ! value: 7.0-preview @@ -7038,7 +7038,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_458 + - ! type: constant value: ! value: 7.0-preview @@ -7052,7 +7052,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_460 + - ! type: constant value: ! value: 7.0-preview @@ -7066,7 +7066,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_462 + - ! type: constant value: ! value: 7.0-preview @@ -7080,7 +7080,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_464 + - ! type: constant value: ! value: 7.0-preview @@ -7094,7 +7094,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_467 + - ! type: constant value: ! value: 7.0-preview @@ -7108,7 +7108,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_470 + - ! type: constant value: ! value: 7.0-preview @@ -7122,7 +7122,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_472 + - ! type: constant value: ! value: 7.0-preview @@ -7136,7 +7136,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_474 + - ! type: constant value: ! value: 7.0-preview @@ -7150,7 +7150,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_476 + - ! type: constant value: ! value: 7.0-preview @@ -7164,7 +7164,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_478 + - ! type: constant value: ! value: 7.0-preview @@ -7178,7 +7178,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_481 + - ! type: constant value: ! value: 7.0-preview @@ -7192,7 +7192,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_483 + - ! type: constant value: ! value: 7.0-preview @@ -7206,7 +7206,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_485 + - ! type: constant value: ! value: 7.0-preview @@ -7220,7 +7220,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_488 + - ! type: constant value: ! value: 7.0-preview @@ -7234,7 +7234,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_491 + - ! type: constant value: ! value: 7.0-preview @@ -7248,7 +7248,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_495 + - ! type: constant value: ! value: 7.0-preview @@ -7262,7 +7262,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_499 + - ! type: constant value: ! value: 7.0-preview @@ -7276,7 +7276,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_503 + - ! type: constant value: ! value: 7.0-preview @@ -7290,7 +7290,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_506 + - ! type: constant value: ! value: 7.0-preview @@ -7304,7 +7304,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_509 + - ! type: constant value: ! value: 7.0-preview @@ -7318,7 +7318,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_512 + - ! type: constant value: ! value: 7.0-preview @@ -7332,7 +7332,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_515 + - ! type: constant value: ! value: 7.0-preview @@ -7346,7 +7346,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_519 + - ! type: constant value: ! value: 7.0-preview @@ -7362,7 +7362,7 @@ schemas: ! protocol: ! {} numbers: - *ref_172 - - ! &ref_319 + - ! &ref_316 type: integer apiVersions: - ! @@ -7375,7 +7375,7 @@ schemas: ! name: paths·keys-key_name-versions·get·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_322 + - ! &ref_318 type: integer apiVersions: - ! @@ -7388,7 +7388,7 @@ schemas: ! name: paths·keys·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_352 + - ! &ref_339 type: integer apiVersions: - ! @@ -7401,7 +7401,7 @@ schemas: ! name: paths·deletedkeys·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_373 + - ! &ref_352 type: integer apiVersions: - ! @@ -7414,7 +7414,7 @@ schemas: ! name: paths·secrets·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_377 + - ! &ref_355 type: integer apiVersions: - ! @@ -7427,7 +7427,7 @@ schemas: ! name: paths·secrets-secret_name-versions·get·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_379 + - ! &ref_356 type: integer apiVersions: - ! @@ -7440,7 +7440,7 @@ schemas: ! name: paths·deletedsecrets·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_393 + - ! &ref_364 type: integer apiVersions: - ! @@ -7457,7 +7457,7 @@ schemas: ! - *ref_174 - *ref_175 - *ref_176 - - ! &ref_403 + - ! &ref_369 type: integer apiVersions: - ! @@ -7470,7 +7470,7 @@ schemas: ! name: paths·certificates-issuers·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_425 + - ! &ref_384 type: integer apiVersions: - ! @@ -7483,7 +7483,7 @@ schemas: ! name: paths·certificates-certificate_name-versions·get·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_453 + - ! &ref_401 type: integer apiVersions: - ! @@ -7496,7 +7496,7 @@ schemas: ! name: paths·deletedcertificates·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_463 + - ! &ref_407 type: integer apiVersions: - ! @@ -7509,7 +7509,7 @@ schemas: ! name: paths·storage·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_466 + - ! &ref_409 type: integer apiVersions: - ! @@ -7522,7 +7522,7 @@ schemas: ! name: paths·deletedstorage·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_494 + - ! &ref_426 type: integer apiVersions: - ! @@ -7535,7 +7535,7 @@ schemas: ! name: paths·storage-storage_account_name-sas·get·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_498 + - ! &ref_429 type: integer apiVersions: - ! @@ -7592,7 +7592,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_12 - - ! &ref_311 + - ! &ref_310 type: string apiVersions: - ! @@ -7602,7 +7602,7 @@ schemas: ! name: paths·keys-key_name-key_version·patch·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_312 + - ! &ref_311 type: string apiVersions: - ! @@ -7613,7 +7613,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_21 - - ! &ref_315 + - ! &ref_313 type: string apiVersions: - ! @@ -7623,7 +7623,7 @@ schemas: ! name: paths·keys-key_name-key_version·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_316 + - ! &ref_314 type: string apiVersions: - ! @@ -7633,7 +7633,7 @@ schemas: ! name: paths·keys-key_name-key_version·get·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_318 + - ! &ref_315 type: string apiVersions: - ! @@ -7646,7 +7646,7 @@ schemas: ! - *ref_22 - *ref_23 - *ref_27 - - ! &ref_324 + - ! &ref_319 type: string apiVersions: - ! @@ -7656,7 +7656,7 @@ schemas: ! name: paths·keys-key_name-backup·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_329 + - ! &ref_322 type: string apiVersions: - ! @@ -7666,7 +7666,7 @@ schemas: ! name: paths·keys-key_name-key_version-encrypt·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_330 + - ! &ref_323 type: string apiVersions: - ! @@ -7677,7 +7677,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_28 - - ! &ref_334 + - ! &ref_326 type: string apiVersions: - ! @@ -7687,7 +7687,7 @@ schemas: ! name: paths·keys-key_name-key_version-decrypt·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_335 + - ! &ref_327 type: string apiVersions: - ! @@ -7697,7 +7697,7 @@ schemas: ! name: paths·keys-key_name-key_version-decrypt·post·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_337 + - ! &ref_328 type: string apiVersions: - ! @@ -7707,7 +7707,7 @@ schemas: ! name: paths·keys-key_name-key_version-sign·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_338 + - ! &ref_329 type: string apiVersions: - ! @@ -7717,7 +7717,7 @@ schemas: ! name: paths·keys-key_name-key_version-sign·post·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_341 + - ! &ref_331 type: string apiVersions: - ! @@ -7727,7 +7727,7 @@ schemas: ! name: paths·keys-key_name-key_version-verify·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_342 + - ! &ref_332 type: string apiVersions: - ! @@ -7737,7 +7737,7 @@ schemas: ! name: paths·keys-key_name-key_version-verify·post·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_346 + - ! &ref_335 type: string apiVersions: - ! @@ -7747,7 +7747,7 @@ schemas: ! name: paths·keys-key_name-key_version-wrapkey·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_347 + - ! &ref_336 type: string apiVersions: - ! @@ -7757,7 +7757,7 @@ schemas: ! name: paths·keys-key_name-key_version-wrapkey·post·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_349 + - ! &ref_337 type: string apiVersions: - ! @@ -7767,7 +7767,7 @@ schemas: ! name: paths·keys-key_name-key_version-unwrapkey·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_350 + - ! &ref_338 type: string apiVersions: - ! @@ -7779,7 +7779,7 @@ schemas: ! protocol: ! {} - *ref_24 - *ref_30 - - ! &ref_355 + - ! &ref_341 type: string apiVersions: - ! @@ -7789,7 +7789,7 @@ schemas: ! name: paths·deletedkeys-key_name·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_357 + - ! &ref_342 type: string apiVersions: - ! @@ -7799,7 +7799,7 @@ schemas: ! name: paths·deletedkeys-key_name·delete·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_359 + - ! &ref_343 type: string apiVersions: - ! @@ -7809,7 +7809,7 @@ schemas: ! name: paths·deletedkeys-key_name-recover·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_361 + - ! &ref_344 type: string apiVersions: - ! @@ -7828,7 +7828,7 @@ schemas: ! - *ref_36 - *ref_37 - *ref_38 - - ! &ref_364 + - ! &ref_346 type: string apiVersions: - ! @@ -7839,7 +7839,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_39 - - ! &ref_366 + - ! &ref_347 type: string apiVersions: - ! @@ -7849,7 +7849,7 @@ schemas: ! name: paths·secrets-secret_name-secret_version·patch·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_367 + - ! &ref_348 type: string apiVersions: - ! @@ -7861,7 +7861,7 @@ schemas: ! protocol: ! {} - *ref_42 - *ref_43 - - ! &ref_370 + - ! &ref_350 type: string apiVersions: - ! @@ -7871,7 +7871,7 @@ schemas: ! name: paths·secrets-secret_name-secret_version·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_371 + - ! &ref_351 type: string apiVersions: - ! @@ -7885,7 +7885,7 @@ schemas: ! - *ref_45 - *ref_46 - *ref_50 - - ! &ref_376 + - ! &ref_354 type: string apiVersions: - ! @@ -7897,7 +7897,7 @@ schemas: ! protocol: ! {} - *ref_47 - *ref_51 - - ! &ref_382 + - ! &ref_358 type: string apiVersions: - ! @@ -7907,7 +7907,7 @@ schemas: ! name: paths·deletedsecrets-secret_name·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_384 + - ! &ref_359 type: string apiVersions: - ! @@ -7917,7 +7917,7 @@ schemas: ! name: paths·deletedsecrets-secret_name·delete·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_386 + - ! &ref_360 type: string apiVersions: - ! @@ -7927,7 +7927,7 @@ schemas: ! name: paths·deletedsecrets-secret_name-recover·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_388 + - ! &ref_361 type: string apiVersions: - ! @@ -7940,7 +7940,7 @@ schemas: ! - *ref_52 - *ref_53 - *ref_57 - - ! &ref_397 + - ! &ref_367 type: string apiVersions: - ! @@ -7972,7 +7972,7 @@ schemas: ! - *ref_89 - *ref_90 - *ref_91 - - ! &ref_406 + - ! &ref_371 type: string apiVersions: - ! @@ -7992,7 +7992,7 @@ schemas: ! - *ref_100 - *ref_105 - *ref_106 - - ! &ref_410 + - ! &ref_374 type: string apiVersions: - ! @@ -8003,7 +8003,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_107 - - ! &ref_413 + - ! &ref_376 type: string apiVersions: - ! @@ -8013,7 +8013,7 @@ schemas: ! name: paths·certificates-issuers-issuer_name·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_415 + - ! &ref_377 type: string apiVersions: - ! @@ -8023,7 +8023,7 @@ schemas: ! name: paths·certificates-issuers-issuer_name·delete·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_417 + - ! &ref_378 type: string apiVersions: - ! @@ -8040,7 +8040,7 @@ schemas: ! - *ref_111 - *ref_112 - *ref_113 - - ! &ref_421 + - ! &ref_381 type: string apiVersions: - ! @@ -8054,7 +8054,7 @@ schemas: ! - *ref_114 - *ref_115 - *ref_116 - - ! &ref_424 + - ! &ref_383 type: string apiVersions: - ! @@ -8064,7 +8064,7 @@ schemas: ! name: paths·certificates-certificate_name-versions·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_427 + - ! &ref_385 type: string apiVersions: - ! @@ -8074,7 +8074,7 @@ schemas: ! name: paths·certificates-certificate_name-policy·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_429 + - ! &ref_386 type: string apiVersions: - ! @@ -8084,7 +8084,7 @@ schemas: ! name: paths·certificates-certificate_name-policy·patch·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_431 + - ! &ref_387 type: string apiVersions: - ! @@ -8094,7 +8094,7 @@ schemas: ! name: paths·certificates-certificate_name-certificate_version·patch·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_432 + - ! &ref_388 type: string apiVersions: - ! @@ -8105,7 +8105,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_117 - - ! &ref_435 + - ! &ref_390 type: string apiVersions: - ! @@ -8115,7 +8115,7 @@ schemas: ! name: paths·certificates-certificate_name-certificate_version·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_436 + - ! &ref_391 type: string apiVersions: - ! @@ -8125,7 +8125,7 @@ schemas: ! name: paths·certificates-certificate_name-certificate_version·get·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_438 + - ! &ref_392 type: string apiVersions: - ! @@ -8135,7 +8135,7 @@ schemas: ! name: paths·certificates-certificate_name-pending·patch·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_441 + - ! &ref_394 type: string apiVersions: - ! @@ -8145,7 +8145,7 @@ schemas: ! name: paths·certificates-certificate_name-pending·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_443 + - ! &ref_395 type: string apiVersions: - ! @@ -8155,7 +8155,7 @@ schemas: ! name: paths·certificates-certificate_name-pending·delete·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_445 + - ! &ref_396 type: string apiVersions: - ! @@ -8166,7 +8166,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_118 - - ! &ref_448 + - ! &ref_398 type: string apiVersions: - ! @@ -8178,7 +8178,7 @@ schemas: ! protocol: ! {} - *ref_54 - *ref_119 - - ! &ref_457 + - ! &ref_404 type: string apiVersions: - ! @@ -8188,7 +8188,7 @@ schemas: ! name: paths·deletedcertificates-certificate_name·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_459 + - ! &ref_405 type: string apiVersions: - ! @@ -8198,7 +8198,7 @@ schemas: ! name: paths·deletedcertificates-certificate_name·delete·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_461 + - ! &ref_406 type: string apiVersions: - ! @@ -8214,7 +8214,7 @@ schemas: ! - *ref_126 - *ref_123 - *ref_128 - - ! &ref_469 + - ! &ref_411 type: string apiVersions: - ! @@ -8231,7 +8231,7 @@ schemas: ! - *ref_132 - *ref_133 - *ref_134 - - ! &ref_471 + - ! &ref_412 type: string apiVersions: - ! @@ -8242,7 +8242,7 @@ schemas: ! name: paths·deletedstorage-storage_account_name·delete·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_473 + - ! &ref_413 type: string apiVersions: - ! @@ -8253,7 +8253,7 @@ schemas: ! name: paths·deletedstorage-storage_account_name-recover·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_475 + - ! &ref_414 type: string apiVersions: - ! @@ -8263,7 +8263,7 @@ schemas: ! name: paths·storage-storage_account_name-backup·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_480 + - ! &ref_417 type: string apiVersions: - ! @@ -8274,7 +8274,7 @@ schemas: ! name: paths·storage-storage_account_name·delete·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_482 + - ! &ref_418 type: string apiVersions: - ! @@ -8285,7 +8285,7 @@ schemas: ! name: paths·storage-storage_account_name·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_484 + - ! &ref_419 type: string apiVersions: - ! @@ -8300,7 +8300,7 @@ schemas: ! - *ref_138 - *ref_139 - *ref_140 - - ! &ref_487 + - ! &ref_421 type: string apiVersions: - ! @@ -8314,7 +8314,7 @@ schemas: ! - *ref_141 - *ref_142 - *ref_143 - - ! &ref_490 + - ! &ref_423 type: string apiVersions: - ! @@ -8326,7 +8326,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_144 - - ! &ref_493 + - ! &ref_425 type: string apiVersions: - ! @@ -8341,7 +8341,7 @@ schemas: ! - *ref_146 - *ref_147 - *ref_151 - - ! &ref_497 + - ! &ref_428 type: string apiVersions: - ! @@ -8354,7 +8354,7 @@ schemas: ! protocol: ! {} - *ref_148 - *ref_153 - - ! &ref_501 + - ! &ref_431 type: string apiVersions: - ! @@ -8365,7 +8365,7 @@ schemas: ! name: paths·deletedstorage-storage_account_name-sas-sas_definition_name·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_502 + - ! &ref_432 type: string apiVersions: - ! @@ -8382,7 +8382,7 @@ schemas: ! - *ref_157 - *ref_158 - *ref_159 - - ! &ref_504 + - ! &ref_433 type: string apiVersions: - ! @@ -8393,7 +8393,7 @@ schemas: ! name: paths·deletedstorage-storage_account_name-sas-sas_definition_name-recover·post·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_505 + - ! &ref_434 type: string apiVersions: - ! @@ -8404,7 +8404,7 @@ schemas: ! name: paths·deletedstorage-storage_account_name-sas-sas_definition_name-recover·post·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_507 + - ! &ref_435 type: string apiVersions: - ! @@ -8415,7 +8415,7 @@ schemas: ! name: paths·storage-storage_account_name-sas-sas_definition_name·delete·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_508 + - ! &ref_436 type: string apiVersions: - ! @@ -8426,7 +8426,7 @@ schemas: ! name: paths·storage-storage_account_name-sas-sas_definition_name·delete·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_510 + - ! &ref_437 type: string apiVersions: - ! @@ -8437,7 +8437,7 @@ schemas: ! name: paths·storage-storage_account_name-sas-sas_definition_name·get·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_511 + - ! &ref_438 type: string apiVersions: - ! @@ -8448,7 +8448,7 @@ schemas: ! name: paths·storage-storage_account_name-sas-sas_definition_name·get·parameters·1·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_513 + - ! &ref_439 type: string apiVersions: - ! @@ -8459,7 +8459,7 @@ schemas: ! name: paths·storage-storage_account_name-sas-sas_definition_name·put·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_514 + - ! &ref_440 type: string apiVersions: - ! @@ -8473,7 +8473,7 @@ schemas: ! - *ref_162 - *ref_164 - *ref_165 - - ! &ref_517 + - ! &ref_442 type: string apiVersions: - ! @@ -8484,7 +8484,7 @@ schemas: ! name: paths·storage-storage_account_name-sas-sas_definition_name·patch·parameters·0·schema description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_518 + - ! &ref_443 type: string apiVersions: - ! @@ -8540,6 +8540,19 @@ schemas: ! - *ref_245 - *ref_246 - *ref_247 +globalParameters: +- ! &ref_307 + schema: *ref_303 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: The key vault client performs cryptographic key operations and vault operations against the Key Vault service. title: KeyVaultClient @@ -8583,18 +8596,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_303 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 - ! schema: *ref_304 implementation: Method @@ -8736,18 +8738,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_307 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 - ! schema: *ref_308 implementation: Method @@ -8889,18 +8880,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_310 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -9003,7 +8983,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_311 + schema: *ref_310 implementation: Method required: true language: ! @@ -9015,7 +8995,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_312 + schema: *ref_311 implementation: Method required: true language: ! @@ -9026,20 +9006,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_313 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_314 + schema: *ref_312 implementation: Method required: true extensions: @@ -9158,7 +9127,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_315 + schema: *ref_313 implementation: Method required: true language: ! @@ -9170,7 +9139,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_316 + schema: *ref_314 implementation: Method required: true language: ! @@ -9181,18 +9150,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_317 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -9291,7 +9249,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_318 + schema: *ref_315 implementation: Method required: true language: ! @@ -9303,7 +9261,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_319 + schema: *ref_316 implementation: Method language: ! default: @@ -9313,18 +9271,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_320 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -9336,7 +9283,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_321 + schema: *ref_317 language: ! default: name: '' @@ -9415,7 +9362,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_322 + schema: *ref_318 implementation: Method language: ! default: @@ -9425,18 +9372,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_323 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -9448,7 +9384,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_321 + schema: *ref_317 language: ! default: name: '' @@ -9527,7 +9463,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_324 + schema: *ref_319 implementation: Method required: true language: ! @@ -9538,18 +9474,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_325 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -9561,7 +9486,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_326 + schema: *ref_320 language: ! default: name: '' @@ -9632,20 +9557,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_307 - ! - schema: *ref_327 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_328 + schema: *ref_321 implementation: Method required: true extensions: @@ -9765,7 +9679,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_329 + schema: *ref_322 implementation: Method required: true language: ! @@ -9777,7 +9691,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_330 + schema: *ref_323 implementation: Method required: true language: ! @@ -9788,20 +9702,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_331 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -9829,7 +9732,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -9905,7 +9808,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_334 + schema: *ref_326 implementation: Method required: true language: ! @@ -9917,7 +9820,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_335 + schema: *ref_327 implementation: Method required: true language: ! @@ -9928,20 +9831,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_336 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -9969,7 +9861,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10045,7 +9937,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_337 + schema: *ref_328 implementation: Method required: true language: ! @@ -10057,7 +9949,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_338 + schema: *ref_329 implementation: Method required: true language: ! @@ -10068,20 +9960,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_339 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_340 + schema: *ref_330 implementation: Method required: true extensions: @@ -10109,7 +9990,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10182,7 +10063,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_341 + schema: *ref_331 implementation: Method required: true language: ! @@ -10194,7 +10075,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_342 + schema: *ref_332 implementation: Method required: true language: ! @@ -10205,20 +10086,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_343 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_344 + schema: *ref_333 implementation: Method required: true extensions: @@ -10246,7 +10116,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_345 + schema: *ref_334 language: ! default: name: '' @@ -10319,7 +10189,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_346 + schema: *ref_335 implementation: Method required: true language: ! @@ -10331,7 +10201,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_347 + schema: *ref_336 implementation: Method required: true language: ! @@ -10342,20 +10212,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_348 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -10383,7 +10242,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10459,7 +10318,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_349 + schema: *ref_337 implementation: Method required: true language: ! @@ -10471,7 +10330,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_350 + schema: *ref_338 implementation: Method required: true language: ! @@ -10482,20 +10341,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_351 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -10523,7 +10371,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10598,7 +10446,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_352 + schema: *ref_339 implementation: Method language: ! default: @@ -10608,18 +10456,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_353 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -10631,7 +10468,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_354 + schema: *ref_340 language: ! default: name: '' @@ -10713,7 +10550,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_355 + schema: *ref_341 implementation: Method required: true language: ! @@ -10724,18 +10561,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_356 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -10838,7 +10664,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_357 + schema: *ref_342 implementation: Method required: true language: ! @@ -10849,18 +10675,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_358 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -10935,7 +10750,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_359 + schema: *ref_343 implementation: Method required: true language: ! @@ -10946,18 +10761,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_360 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -11057,7 +10861,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_361 + schema: *ref_344 implementation: Method required: true language: ! @@ -11068,20 +10872,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_362 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_363 + schema: *ref_345 implementation: Method required: true extensions: @@ -11184,7 +10977,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_364 + schema: *ref_346 implementation: Method required: true language: ! @@ -11195,18 +10988,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_365 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -11292,7 +11074,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_366 + schema: *ref_347 implementation: Method required: true language: ! @@ -11304,7 +11086,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_367 + schema: *ref_348 implementation: Method required: true language: ! @@ -11315,20 +11097,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_368 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_369 + schema: *ref_349 implementation: Method required: true extensions: @@ -11440,7 +11211,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_370 + schema: *ref_350 implementation: Method required: true language: ! @@ -11452,7 +11223,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_371 + schema: *ref_351 implementation: Method required: true language: ! @@ -11463,18 +11234,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_372 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -11559,7 +11319,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_373 + schema: *ref_352 implementation: Method language: ! default: @@ -11569,18 +11329,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_374 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -11592,7 +11341,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_375 + schema: *ref_353 language: ! default: name: '' @@ -11670,7 +11419,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_376 + schema: *ref_354 implementation: Method required: true language: ! @@ -11682,7 +11431,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_377 + schema: *ref_355 implementation: Method language: ! default: @@ -11692,18 +11441,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_378 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -11715,7 +11453,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_375 + schema: *ref_353 language: ! default: name: '' @@ -11791,7 +11529,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_379 + schema: *ref_356 implementation: Method language: ! default: @@ -11801,18 +11539,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_380 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -11824,7 +11551,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_381 + schema: *ref_357 language: ! default: name: '' @@ -11905,7 +11632,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_382 + schema: *ref_358 implementation: Method required: true language: ! @@ -11916,18 +11643,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_383 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -12013,7 +11729,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_384 + schema: *ref_359 implementation: Method required: true language: ! @@ -12024,18 +11740,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_385 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -12108,7 +11813,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_386 + schema: *ref_360 implementation: Method required: true language: ! @@ -12119,18 +11824,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_387 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -12213,7 +11907,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_388 + schema: *ref_361 implementation: Method required: true language: ! @@ -12224,18 +11918,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_389 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -12247,7 +11930,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_390 + schema: *ref_362 language: ! default: name: '' @@ -12313,20 +11996,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_307 - ! - schema: *ref_391 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_392 + schema: *ref_363 implementation: Method required: true extensions: @@ -12431,7 +12103,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_393 + schema: *ref_364 implementation: Method language: ! default: @@ -12442,7 +12114,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_394 + schema: *ref_365 implementation: Method language: ! default: @@ -12452,18 +12124,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_395 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -12475,7 +12136,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_396 + schema: *ref_366 language: ! default: name: '' @@ -12559,7 +12220,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_397 + schema: *ref_367 implementation: Method required: true language: ! @@ -12570,18 +12231,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_398 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -12700,20 +12350,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_307 - ! - schema: *ref_399 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_400 + schema: *ref_368 implementation: Method required: true extensions: @@ -12740,7 +12379,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -12820,18 +12459,7 @@ operationGroups: protocol: ! http: ! in: uri - - ! - schema: *ref_401 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -12843,7 +12471,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -12914,18 +12542,7 @@ operationGroups: protocol: ! http: ! in: uri - - ! - schema: *ref_402 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -12937,7 +12554,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -13009,7 +12626,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_403 + schema: *ref_369 implementation: Method language: ! default: @@ -13019,18 +12636,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_404 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -13042,7 +12648,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_405 + schema: *ref_370 language: ! default: name: '' @@ -13116,7 +12722,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_406 + schema: *ref_371 implementation: Method required: true language: ! @@ -13127,20 +12733,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_407 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_408 + schema: *ref_372 implementation: Method required: true extensions: @@ -13168,7 +12763,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13260,7 +12855,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_410 + schema: *ref_374 implementation: Method required: true language: ! @@ -13271,20 +12866,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_411 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_412 + schema: *ref_375 implementation: Method required: true extensions: @@ -13312,7 +12896,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13398,7 +12982,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_413 + schema: *ref_376 implementation: Method required: true language: ! @@ -13409,18 +12993,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_414 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -13432,7 +13005,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13512,7 +13085,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_415 + schema: *ref_377 implementation: Method required: true language: ! @@ -13523,18 +13096,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_416 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -13546,7 +13108,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13626,7 +13188,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_417 + schema: *ref_378 implementation: Method required: true language: ! @@ -13637,20 +13199,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_418 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_419 + schema: *ref_379 implementation: Method required: true extensions: @@ -13678,7 +13229,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -13770,7 +13321,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_421 + schema: *ref_381 implementation: Method required: true language: ! @@ -13781,20 +13332,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_422 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_423 + schema: *ref_382 implementation: Method required: true extensions: @@ -13942,7 +13482,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_424 + schema: *ref_383 implementation: Method required: true language: ! @@ -13954,7 +13494,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_425 + schema: *ref_384 implementation: Method language: ! default: @@ -13964,18 +13504,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_426 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -13987,7 +13516,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_396 + schema: *ref_366 language: ! default: name: '' @@ -14072,7 +13601,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_427 + schema: *ref_385 implementation: Method required: true language: ! @@ -14083,18 +13612,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_428 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -14197,7 +13715,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_429 + schema: *ref_386 implementation: Method required: true language: ! @@ -14208,18 +13726,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_430 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 - ! schema: *ref_75 implementation: Method @@ -14362,7 +13869,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_431 + schema: *ref_387 implementation: Method required: true language: ! @@ -14374,7 +13881,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_432 + schema: *ref_388 implementation: Method required: true language: ! @@ -14385,20 +13892,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_433 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_434 + schema: *ref_389 implementation: Method required: true extensions: @@ -14514,7 +14010,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_435 + schema: *ref_390 implementation: Method required: true language: ! @@ -14526,7 +14022,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_436 + schema: *ref_391 implementation: Method required: true language: ! @@ -14537,18 +14033,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_437 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -14635,31 +14120,20 @@ operationGroups: http: ! in: uri - ! - schema: *ref_438 - implementation: Method - required: true - language: ! - default: - name: certificate-name - description: The name of the certificate. - serializedName: certificate-name - protocol: ! - http: ! - in: path - - ! - schema: *ref_439 - implementation: Client + schema: *ref_392 + implementation: Method required: true language: ! default: - name: ApiVersion - description: Api Version - serializedName: api-version + name: certificate-name + description: The name of the certificate. + serializedName: certificate-name protocol: ! http: ! - in: query + in: path + - *ref_307 - ! - schema: *ref_440 + schema: *ref_393 implementation: Method required: true extensions: @@ -14687,7 +14161,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14764,7 +14238,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_441 + schema: *ref_394 implementation: Method required: true language: ! @@ -14775,18 +14249,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_442 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -14798,7 +14261,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14872,7 +14335,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_443 + schema: *ref_395 implementation: Method required: true language: ! @@ -14883,18 +14346,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_444 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -14906,7 +14358,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14980,7 +14432,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_445 + schema: *ref_396 implementation: Method required: true language: ! @@ -14991,20 +14443,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_446 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_447 + schema: *ref_397 implementation: Method required: true extensions: @@ -15140,7 +14581,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_448 + schema: *ref_398 implementation: Method required: true language: ! @@ -15151,18 +14592,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_449 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -15174,7 +14604,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_450 + schema: *ref_399 language: ! default: name: '' @@ -15240,20 +14670,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_307 - ! - schema: *ref_451 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_452 + schema: *ref_400 implementation: Method required: true extensions: @@ -15393,7 +14812,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_453 + schema: *ref_401 implementation: Method language: ! default: @@ -15404,7 +14823,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_454 + schema: *ref_402 implementation: Method language: ! default: @@ -15414,18 +14833,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_455 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -15437,7 +14845,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_456 + schema: *ref_403 language: ! default: name: '' @@ -15521,7 +14929,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_457 + schema: *ref_404 implementation: Method required: true language: ! @@ -15532,18 +14940,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_458 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -15666,7 +15063,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_459 + schema: *ref_405 implementation: Method required: true language: ! @@ -15677,18 +15074,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_460 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -15763,7 +15149,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_461 + schema: *ref_406 implementation: Method required: true language: ! @@ -15774,18 +15160,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_462 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -15904,7 +15279,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_463 + schema: *ref_407 implementation: Method language: ! default: @@ -15914,18 +15289,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_464 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -15937,7 +15301,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_465 + schema: *ref_408 language: ! default: name: '' @@ -16027,7 +15391,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_466 + schema: *ref_409 implementation: Method language: ! default: @@ -16037,18 +15401,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_467 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -16060,7 +15413,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_468 + schema: *ref_410 language: ! default: name: '' @@ -16156,7 +15509,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_469 + schema: *ref_411 implementation: Method required: true language: ! @@ -16167,18 +15520,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_470 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -16273,7 +15615,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_471 + schema: *ref_412 implementation: Method required: true language: ! @@ -16284,18 +15626,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_472 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -16372,7 +15703,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_473 + schema: *ref_413 implementation: Method required: true language: ! @@ -16383,18 +15714,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_474 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -16486,7 +15806,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_475 + schema: *ref_414 implementation: Method required: true language: ! @@ -16497,18 +15817,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_476 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -16520,7 +15829,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_477 + schema: *ref_415 language: ! default: name: '' @@ -16588,20 +15897,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_307 - ! - schema: *ref_478 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_479 + schema: *ref_416 implementation: Method required: true extensions: @@ -16713,7 +16011,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_480 + schema: *ref_417 implementation: Method required: true language: ! @@ -16724,18 +16022,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_481 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -16830,7 +16117,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_482 + schema: *ref_418 implementation: Method required: true language: ! @@ -16841,18 +16128,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_483 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -16944,7 +16220,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_484 + schema: *ref_419 implementation: Method required: true language: ! @@ -16955,20 +16231,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_485 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_486 + schema: *ref_420 implementation: Method required: true extensions: @@ -17087,7 +16352,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_487 + schema: *ref_421 implementation: Method required: true language: ! @@ -17098,20 +16363,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_488 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_489 + schema: *ref_422 implementation: Method required: true extensions: @@ -17223,7 +16477,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_490 + schema: *ref_423 implementation: Method required: true language: ! @@ -17234,20 +16488,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_491 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_492 + schema: *ref_424 implementation: Method required: true extensions: @@ -17358,7 +16601,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_493 + schema: *ref_425 implementation: Method required: true language: ! @@ -17370,7 +16613,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_494 + schema: *ref_426 implementation: Method language: ! default: @@ -17380,18 +16623,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_495 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -17403,7 +16635,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_496 + schema: *ref_427 language: ! default: name: '' @@ -17488,7 +16720,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_497 + schema: *ref_428 implementation: Method required: true language: ! @@ -17500,7 +16732,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_498 + schema: *ref_429 implementation: Method language: ! default: @@ -17510,18 +16742,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_499 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -17533,7 +16754,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_500 + schema: *ref_430 language: ! default: name: '' @@ -17624,7 +16845,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_501 + schema: *ref_431 implementation: Method required: true language: ! @@ -17636,7 +16857,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_502 + schema: *ref_432 implementation: Method required: true language: ! @@ -17647,18 +16868,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_503 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -17751,7 +16961,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_504 + schema: *ref_433 implementation: Method required: true language: ! @@ -17763,7 +16973,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_505 + schema: *ref_434 implementation: Method required: true language: ! @@ -17774,18 +16984,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_506 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -17875,7 +17074,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_507 + schema: *ref_435 implementation: Method required: true language: ! @@ -17887,7 +17086,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_508 + schema: *ref_436 implementation: Method required: true language: ! @@ -17898,18 +17097,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_509 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -18002,7 +17190,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_510 + schema: *ref_437 implementation: Method required: true language: ! @@ -18014,7 +17202,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_511 + schema: *ref_438 implementation: Method required: true language: ! @@ -18025,18 +17213,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_512 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_307 language: ! default: name: '' @@ -18126,7 +17303,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_513 + schema: *ref_439 implementation: Method required: true language: ! @@ -18138,7 +17315,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_514 + schema: *ref_440 implementation: Method required: true language: ! @@ -18149,20 +17326,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_515 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_516 + schema: *ref_441 implementation: Method required: true extensions: @@ -18275,7 +17441,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_517 + schema: *ref_442 implementation: Method required: true language: ! @@ -18287,7 +17453,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_518 + schema: *ref_443 implementation: Method required: true language: ! @@ -18298,20 +17464,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_307 - ! - schema: *ref_519 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_520 + schema: *ref_444 implementation: Method required: true extensions: diff --git a/modelerfour/test/scenarios/keyvault/namer.yaml b/modelerfour/test/scenarios/keyvault/namer.yaml index d0206f5..0d5678e 100644 --- a/modelerfour/test/scenarios/keyvault/namer.yaml +++ b/modelerfour/test/scenarios/keyvault/namer.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_304 + - ! &ref_305 type: object apiVersions: - ! @@ -864,7 +864,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_10 - - ! &ref_305 + - ! &ref_306 type: object apiVersions: - ! @@ -1013,7 +1013,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_7 - - ! &ref_314 + - ! &ref_312 type: object apiVersions: - ! @@ -1075,7 +1075,7 @@ schemas: ! description: The key update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_321 + - ! &ref_317 type: object apiVersions: - ! @@ -1268,7 +1268,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_13 - - ! &ref_326 + - ! &ref_320 type: object apiVersions: - ! @@ -1299,7 +1299,7 @@ schemas: ! description: 'The backup key result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_328 + - ! &ref_321 type: object apiVersions: - ! @@ -1330,7 +1330,7 @@ schemas: ! description: The key restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_332 + - ! &ref_324 type: object apiVersions: - ! @@ -1399,7 +1399,7 @@ schemas: ! description: The key operations parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_333 + - ! &ref_325 type: object apiVersions: - ! @@ -1448,7 +1448,7 @@ schemas: ! description: The key operation result. namespace: Api70Preview protocol: ! {} - - ! &ref_340 + - ! &ref_330 type: object apiVersions: - ! @@ -1565,7 +1565,7 @@ schemas: ! description: The key operations parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_344 + - ! &ref_333 type: object apiVersions: - ! @@ -1624,7 +1624,7 @@ schemas: ! description: The key verify parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_345 + - ! &ref_334 type: object apiVersions: - ! @@ -1651,7 +1651,7 @@ schemas: ! description: The key verify result. namespace: Api70Preview protocol: ! {} - - ! &ref_354 + - ! &ref_340 type: object apiVersions: - ! @@ -1701,7 +1701,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_14 - - ! &ref_363 + - ! &ref_345 type: object apiVersions: - ! @@ -1981,7 +1981,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_17 - - ! &ref_369 + - ! &ref_349 type: object apiVersions: - ! @@ -2042,7 +2042,7 @@ schemas: ! description: The secret update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_375 + - ! &ref_353 type: object apiVersions: - ! @@ -2252,7 +2252,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_18 - - ! &ref_381 + - ! &ref_357 type: object apiVersions: - ! @@ -2302,7 +2302,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_19 - - ! &ref_390 + - ! &ref_362 type: object apiVersions: - ! @@ -2333,7 +2333,7 @@ schemas: ! description: 'The backup secret result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_392 + - ! &ref_363 type: object apiVersions: - ! @@ -2364,7 +2364,7 @@ schemas: ! description: The secret restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_396 + - ! &ref_366 type: object apiVersions: - ! @@ -3410,7 +3410,7 @@ schemas: ! - *ref_31 - *ref_32 - *ref_23 - - ! &ref_400 + - ! &ref_368 type: object apiVersions: - ! @@ -3521,7 +3521,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_33 - - ! &ref_405 + - ! &ref_370 type: object apiVersions: - ! @@ -3616,7 +3616,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_34 - - ! &ref_408 + - ! &ref_372 type: object apiVersions: - ! @@ -3902,7 +3902,7 @@ schemas: ! - *ref_36 - *ref_37 - *ref_38 - - ! &ref_409 + - ! &ref_373 type: object apiVersions: - ! @@ -3973,7 +3973,7 @@ schemas: ! description: The issuer for Key Vault certificate. namespace: Api70Preview protocol: ! {} - - ! &ref_412 + - ! &ref_375 type: object apiVersions: - ! @@ -4026,7 +4026,7 @@ schemas: ! description: The certificate issuer update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_419 + - ! &ref_379 type: object apiVersions: - ! @@ -4078,7 +4078,7 @@ schemas: ! description: The certificate create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_420 + - ! &ref_380 type: object apiVersions: - ! @@ -4224,7 +4224,7 @@ schemas: ! description: A certificate operation is returned in case of asynchronous requests. namespace: Api70Preview protocol: ! {} - - ! &ref_423 + - ! &ref_382 type: object apiVersions: - ! @@ -4315,7 +4315,7 @@ schemas: ! description: The certificate import parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_434 + - ! &ref_389 type: object apiVersions: - ! @@ -4367,7 +4367,7 @@ schemas: ! description: The certificate update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_440 + - ! &ref_393 type: object apiVersions: - ! @@ -4394,7 +4394,7 @@ schemas: ! description: The certificate operation update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_447 + - ! &ref_397 type: object apiVersions: - ! @@ -4469,7 +4469,7 @@ schemas: ! description: The certificate merge parameters namespace: Api70Preview protocol: ! {} - - ! &ref_450 + - ! &ref_399 type: object apiVersions: - ! @@ -4500,7 +4500,7 @@ schemas: ! description: 'The backup certificate result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_452 + - ! &ref_400 type: object apiVersions: - ! @@ -4531,7 +4531,7 @@ schemas: ! description: The certificate restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_456 + - ! &ref_403 type: object apiVersions: - ! @@ -4581,7 +4581,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_21 - - ! &ref_465 + - ! &ref_408 type: object apiVersions: - ! @@ -4847,7 +4847,7 @@ schemas: ! protocol: ! {} - *ref_39 - *ref_41 - - ! &ref_468 + - ! &ref_410 type: object apiVersions: - ! @@ -5099,7 +5099,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_43 - - ! &ref_477 + - ! &ref_415 type: object apiVersions: - ! @@ -5130,7 +5130,7 @@ schemas: ! description: 'The backup storage result, containing the backup blob.' namespace: Api70Preview protocol: ! {} - - ! &ref_479 + - ! &ref_416 type: object apiVersions: - ! @@ -5161,7 +5161,7 @@ schemas: ! description: The secret restore parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_486 + - ! &ref_420 type: object apiVersions: - ! @@ -5276,7 +5276,7 @@ schemas: ! description: The storage account create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_489 + - ! &ref_422 type: object apiVersions: - ! @@ -5368,7 +5368,7 @@ schemas: ! description: The storage account update parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_492 + - ! &ref_424 type: object apiVersions: - ! @@ -5398,7 +5398,7 @@ schemas: ! description: The storage account key regenerate parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_496 + - ! &ref_427 type: object apiVersions: - ! @@ -5664,7 +5664,7 @@ schemas: ! protocol: ! {} - *ref_44 - *ref_46 - - ! &ref_500 + - ! &ref_430 type: object apiVersions: - ! @@ -5933,7 +5933,7 @@ schemas: ! namespace: Api70Preview protocol: ! {} - *ref_48 - - ! &ref_516 + - ! &ref_441 type: object apiVersions: - ! @@ -6024,7 +6024,7 @@ schemas: ! description: The SAS definition create parameters. namespace: Api70Preview protocol: ! {} - - ! &ref_520 + - ! &ref_444 type: object apiVersions: - ! @@ -6205,7 +6205,7 @@ schemas: ! - *ref_102 - *ref_103 - *ref_104 - - ! &ref_394 + - ! &ref_365 type: boolean apiVersions: - ! @@ -6221,7 +6221,7 @@ schemas: ! - *ref_108 - *ref_109 - *ref_110 - - ! &ref_454 + - ! &ref_402 type: boolean apiVersions: - ! @@ -6268,7 +6268,7 @@ schemas: ! - *ref_144 - *ref_145 constants: - - ! &ref_303 + - ! &ref_302 type: constant value: ! value: 7.0-preview @@ -6282,7 +6282,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_307 + - ! type: constant value: ! value: 7.0-preview @@ -6296,7 +6296,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_310 + - ! type: constant value: ! value: 7.0-preview @@ -6310,7 +6310,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_313 + - ! type: constant value: ! value: 7.0-preview @@ -6324,7 +6324,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_317 + - ! type: constant value: ! value: 7.0-preview @@ -6338,7 +6338,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_320 + - ! type: constant value: ! value: 7.0-preview @@ -6352,7 +6352,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_323 + - ! type: constant value: ! value: 7.0-preview @@ -6366,7 +6366,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_325 + - ! type: constant value: ! value: 7.0-preview @@ -6380,7 +6380,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_327 + - ! type: constant value: ! value: 7.0-preview @@ -6394,7 +6394,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_331 + - ! type: constant value: ! value: 7.0-preview @@ -6408,7 +6408,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_336 + - ! type: constant value: ! value: 7.0-preview @@ -6422,7 +6422,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_339 + - ! type: constant value: ! value: 7.0-preview @@ -6436,7 +6436,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_343 + - ! type: constant value: ! value: 7.0-preview @@ -6450,7 +6450,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_348 + - ! type: constant value: ! value: 7.0-preview @@ -6464,7 +6464,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_351 + - ! type: constant value: ! value: 7.0-preview @@ -6478,7 +6478,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_353 + - ! type: constant value: ! value: 7.0-preview @@ -6492,7 +6492,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_356 + - ! type: constant value: ! value: 7.0-preview @@ -6506,7 +6506,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_358 + - ! type: constant value: ! value: 7.0-preview @@ -6520,7 +6520,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_360 + - ! type: constant value: ! value: 7.0-preview @@ -6534,7 +6534,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_362 + - ! type: constant value: ! value: 7.0-preview @@ -6548,7 +6548,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_365 + - ! type: constant value: ! value: 7.0-preview @@ -6562,7 +6562,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_368 + - ! type: constant value: ! value: 7.0-preview @@ -6576,7 +6576,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_372 + - ! type: constant value: ! value: 7.0-preview @@ -6590,7 +6590,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_374 + - ! type: constant value: ! value: 7.0-preview @@ -6604,7 +6604,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_378 + - ! type: constant value: ! value: 7.0-preview @@ -6618,7 +6618,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_380 + - ! type: constant value: ! value: 7.0-preview @@ -6632,7 +6632,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_383 + - ! type: constant value: ! value: 7.0-preview @@ -6646,7 +6646,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_385 + - ! type: constant value: ! value: 7.0-preview @@ -6660,7 +6660,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_387 + - ! type: constant value: ! value: 7.0-preview @@ -6674,7 +6674,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_389 + - ! type: constant value: ! value: 7.0-preview @@ -6688,7 +6688,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_391 + - ! type: constant value: ! value: 7.0-preview @@ -6702,7 +6702,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_395 + - ! type: constant value: ! value: 7.0-preview @@ -6716,7 +6716,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_398 + - ! type: constant value: ! value: 7.0-preview @@ -6730,7 +6730,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_399 + - ! type: constant value: ! value: 7.0-preview @@ -6744,7 +6744,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_401 + - ! type: constant value: ! value: 7.0-preview @@ -6758,7 +6758,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_402 + - ! type: constant value: ! value: 7.0-preview @@ -6772,7 +6772,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_404 + - ! type: constant value: ! value: 7.0-preview @@ -6786,7 +6786,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_407 + - ! type: constant value: ! value: 7.0-preview @@ -6800,7 +6800,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_411 + - ! type: constant value: ! value: 7.0-preview @@ -6814,7 +6814,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_414 + - ! type: constant value: ! value: 7.0-preview @@ -6828,7 +6828,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_416 + - ! type: constant value: ! value: 7.0-preview @@ -6842,7 +6842,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_418 + - ! type: constant value: ! value: 7.0-preview @@ -6856,7 +6856,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_422 + - ! type: constant value: ! value: 7.0-preview @@ -6870,7 +6870,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_426 + - ! type: constant value: ! value: 7.0-preview @@ -6884,7 +6884,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_428 + - ! type: constant value: ! value: 7.0-preview @@ -6898,7 +6898,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_430 + - ! type: constant value: ! value: 7.0-preview @@ -6912,7 +6912,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_433 + - ! type: constant value: ! value: 7.0-preview @@ -6926,7 +6926,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_437 + - ! type: constant value: ! value: 7.0-preview @@ -6940,7 +6940,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_439 + - ! type: constant value: ! value: 7.0-preview @@ -6954,7 +6954,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_442 + - ! type: constant value: ! value: 7.0-preview @@ -6968,7 +6968,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_444 + - ! type: constant value: ! value: 7.0-preview @@ -6982,7 +6982,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_446 + - ! type: constant value: ! value: 7.0-preview @@ -6996,7 +6996,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_449 + - ! type: constant value: ! value: 7.0-preview @@ -7010,7 +7010,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_451 + - ! type: constant value: ! value: 7.0-preview @@ -7024,7 +7024,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_455 + - ! type: constant value: ! value: 7.0-preview @@ -7038,7 +7038,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_458 + - ! type: constant value: ! value: 7.0-preview @@ -7052,7 +7052,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_460 + - ! type: constant value: ! value: 7.0-preview @@ -7066,7 +7066,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_462 + - ! type: constant value: ! value: 7.0-preview @@ -7080,7 +7080,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_464 + - ! type: constant value: ! value: 7.0-preview @@ -7094,7 +7094,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_467 + - ! type: constant value: ! value: 7.0-preview @@ -7108,7 +7108,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_470 + - ! type: constant value: ! value: 7.0-preview @@ -7122,7 +7122,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_472 + - ! type: constant value: ! value: 7.0-preview @@ -7136,7 +7136,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_474 + - ! type: constant value: ! value: 7.0-preview @@ -7150,7 +7150,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_476 + - ! type: constant value: ! value: 7.0-preview @@ -7164,7 +7164,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_478 + - ! type: constant value: ! value: 7.0-preview @@ -7178,7 +7178,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_481 + - ! type: constant value: ! value: 7.0-preview @@ -7192,7 +7192,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_483 + - ! type: constant value: ! value: 7.0-preview @@ -7206,7 +7206,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_485 + - ! type: constant value: ! value: 7.0-preview @@ -7220,7 +7220,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_488 + - ! type: constant value: ! value: 7.0-preview @@ -7234,7 +7234,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_491 + - ! type: constant value: ! value: 7.0-preview @@ -7248,7 +7248,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_495 + - ! type: constant value: ! value: 7.0-preview @@ -7262,7 +7262,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_499 + - ! type: constant value: ! value: 7.0-preview @@ -7276,7 +7276,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_503 + - ! type: constant value: ! value: 7.0-preview @@ -7290,7 +7290,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_506 + - ! type: constant value: ! value: 7.0-preview @@ -7304,7 +7304,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_509 + - ! type: constant value: ! value: 7.0-preview @@ -7318,7 +7318,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_512 + - ! type: constant value: ! value: 7.0-preview @@ -7332,7 +7332,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_515 + - ! type: constant value: ! value: 7.0-preview @@ -7346,7 +7346,7 @@ schemas: ! name: ApiVersion-7.0-preview description: Api Version (7.0-preview) protocol: ! {} - - ! &ref_519 + - ! type: constant value: ! value: 7.0-preview @@ -7362,7 +7362,7 @@ schemas: ! protocol: ! {} numbers: - *ref_146 - - ! &ref_319 + - ! &ref_316 type: integer apiVersions: - ! @@ -7375,7 +7375,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_322 + - ! &ref_318 type: integer apiVersions: - ! @@ -7388,7 +7388,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_352 + - ! &ref_339 type: integer apiVersions: - ! @@ -7401,7 +7401,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_373 + - ! &ref_352 type: integer apiVersions: - ! @@ -7414,7 +7414,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_377 + - ! &ref_355 type: integer apiVersions: - ! @@ -7427,7 +7427,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_379 + - ! &ref_356 type: integer apiVersions: - ! @@ -7440,7 +7440,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_393 + - ! &ref_364 type: integer apiVersions: - ! @@ -7457,7 +7457,7 @@ schemas: ! - *ref_148 - *ref_149 - *ref_150 - - ! &ref_403 + - ! &ref_369 type: integer apiVersions: - ! @@ -7470,7 +7470,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_425 + - ! &ref_384 type: integer apiVersions: - ! @@ -7483,7 +7483,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_453 + - ! &ref_401 type: integer apiVersions: - ! @@ -7496,7 +7496,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_463 + - ! &ref_407 type: integer apiVersions: - ! @@ -7509,7 +7509,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_466 + - ! &ref_409 type: integer apiVersions: - ! @@ -7522,7 +7522,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_494 + - ! &ref_426 type: integer apiVersions: - ! @@ -7535,7 +7535,7 @@ schemas: ! name: integer description: MISSING·SCHEMA-DESCRIPTION-INTEGER protocol: ! {} - - ! &ref_498 + - ! &ref_429 type: integer apiVersions: - ! @@ -7552,7 +7552,7 @@ schemas: ! - *ref_151 strings: - *ref_0 - - ! &ref_302 + - ! &ref_303 type: string apiVersions: - ! @@ -7569,7 +7569,7 @@ schemas: ! - *ref_155 - *ref_156 - *ref_157 - - ! &ref_306 + - ! &ref_307 type: string apiVersions: - ! @@ -7592,7 +7592,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_159 - - ! &ref_311 + - ! &ref_310 type: string apiVersions: - ! @@ -7602,7 +7602,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_312 + - ! &ref_311 type: string apiVersions: - ! @@ -7613,7 +7613,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_160 - - ! &ref_315 + - ! &ref_313 type: string apiVersions: - ! @@ -7623,7 +7623,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_316 + - ! &ref_314 type: string apiVersions: - ! @@ -7633,7 +7633,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_318 + - ! &ref_315 type: string apiVersions: - ! @@ -7646,7 +7646,7 @@ schemas: ! - *ref_161 - *ref_162 - *ref_163 - - ! &ref_324 + - ! &ref_319 type: string apiVersions: - ! @@ -7656,7 +7656,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_329 + - ! &ref_322 type: string apiVersions: - ! @@ -7666,7 +7666,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_330 + - ! &ref_323 type: string apiVersions: - ! @@ -7677,7 +7677,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_164 - - ! &ref_334 + - ! &ref_326 type: string apiVersions: - ! @@ -7687,7 +7687,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_335 + - ! &ref_327 type: string apiVersions: - ! @@ -7697,7 +7697,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_337 + - ! &ref_328 type: string apiVersions: - ! @@ -7707,7 +7707,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_338 + - ! &ref_329 type: string apiVersions: - ! @@ -7717,7 +7717,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_341 + - ! &ref_331 type: string apiVersions: - ! @@ -7727,7 +7727,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_342 + - ! &ref_332 type: string apiVersions: - ! @@ -7737,7 +7737,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_346 + - ! &ref_335 type: string apiVersions: - ! @@ -7747,7 +7747,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_347 + - ! &ref_336 type: string apiVersions: - ! @@ -7757,7 +7757,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_349 + - ! &ref_337 type: string apiVersions: - ! @@ -7767,7 +7767,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_350 + - ! &ref_338 type: string apiVersions: - ! @@ -7779,7 +7779,7 @@ schemas: ! protocol: ! {} - *ref_165 - *ref_166 - - ! &ref_355 + - ! &ref_341 type: string apiVersions: - ! @@ -7789,7 +7789,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_357 + - ! &ref_342 type: string apiVersions: - ! @@ -7799,7 +7799,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_359 + - ! &ref_343 type: string apiVersions: - ! @@ -7809,7 +7809,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_361 + - ! &ref_344 type: string apiVersions: - ! @@ -7828,7 +7828,7 @@ schemas: ! - *ref_172 - *ref_173 - *ref_174 - - ! &ref_364 + - ! &ref_346 type: string apiVersions: - ! @@ -7839,7 +7839,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_175 - - ! &ref_366 + - ! &ref_347 type: string apiVersions: - ! @@ -7849,7 +7849,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_367 + - ! &ref_348 type: string apiVersions: - ! @@ -7861,7 +7861,7 @@ schemas: ! protocol: ! {} - *ref_176 - *ref_177 - - ! &ref_370 + - ! &ref_350 type: string apiVersions: - ! @@ -7871,7 +7871,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_371 + - ! &ref_351 type: string apiVersions: - ! @@ -7885,7 +7885,7 @@ schemas: ! - *ref_179 - *ref_180 - *ref_181 - - ! &ref_376 + - ! &ref_354 type: string apiVersions: - ! @@ -7897,7 +7897,7 @@ schemas: ! protocol: ! {} - *ref_182 - *ref_183 - - ! &ref_382 + - ! &ref_358 type: string apiVersions: - ! @@ -7907,7 +7907,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_384 + - ! &ref_359 type: string apiVersions: - ! @@ -7917,7 +7917,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_386 + - ! &ref_360 type: string apiVersions: - ! @@ -7927,7 +7927,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_388 + - ! &ref_361 type: string apiVersions: - ! @@ -7940,7 +7940,7 @@ schemas: ! - *ref_184 - *ref_185 - *ref_186 - - ! &ref_397 + - ! &ref_367 type: string apiVersions: - ! @@ -7972,7 +7972,7 @@ schemas: ! - *ref_206 - *ref_207 - *ref_208 - - ! &ref_406 + - ! &ref_371 type: string apiVersions: - ! @@ -7992,7 +7992,7 @@ schemas: ! - *ref_216 - *ref_217 - *ref_218 - - ! &ref_410 + - ! &ref_374 type: string apiVersions: - ! @@ -8003,7 +8003,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_219 - - ! &ref_413 + - ! &ref_376 type: string apiVersions: - ! @@ -8013,7 +8013,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_415 + - ! &ref_377 type: string apiVersions: - ! @@ -8023,7 +8023,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_417 + - ! &ref_378 type: string apiVersions: - ! @@ -8040,7 +8040,7 @@ schemas: ! - *ref_223 - *ref_224 - *ref_225 - - ! &ref_421 + - ! &ref_381 type: string apiVersions: - ! @@ -8054,7 +8054,7 @@ schemas: ! - *ref_226 - *ref_227 - *ref_228 - - ! &ref_424 + - ! &ref_383 type: string apiVersions: - ! @@ -8064,7 +8064,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_427 + - ! &ref_385 type: string apiVersions: - ! @@ -8074,7 +8074,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_429 + - ! &ref_386 type: string apiVersions: - ! @@ -8084,7 +8084,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_431 + - ! &ref_387 type: string apiVersions: - ! @@ -8094,7 +8094,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_432 + - ! &ref_388 type: string apiVersions: - ! @@ -8105,7 +8105,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_229 - - ! &ref_435 + - ! &ref_390 type: string apiVersions: - ! @@ -8115,7 +8115,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_436 + - ! &ref_391 type: string apiVersions: - ! @@ -8125,7 +8125,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_438 + - ! &ref_392 type: string apiVersions: - ! @@ -8135,7 +8135,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_441 + - ! &ref_394 type: string apiVersions: - ! @@ -8145,7 +8145,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_443 + - ! &ref_395 type: string apiVersions: - ! @@ -8155,7 +8155,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_445 + - ! &ref_396 type: string apiVersions: - ! @@ -8166,7 +8166,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_230 - - ! &ref_448 + - ! &ref_398 type: string apiVersions: - ! @@ -8178,7 +8178,7 @@ schemas: ! protocol: ! {} - *ref_231 - *ref_232 - - ! &ref_457 + - ! &ref_404 type: string apiVersions: - ! @@ -8188,7 +8188,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_459 + - ! &ref_405 type: string apiVersions: - ! @@ -8198,7 +8198,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_461 + - ! &ref_406 type: string apiVersions: - ! @@ -8214,7 +8214,7 @@ schemas: ! - *ref_236 - *ref_237 - *ref_238 - - ! &ref_469 + - ! &ref_411 type: string apiVersions: - ! @@ -8231,7 +8231,7 @@ schemas: ! - *ref_242 - *ref_243 - *ref_244 - - ! &ref_471 + - ! &ref_412 type: string apiVersions: - ! @@ -8242,7 +8242,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_473 + - ! &ref_413 type: string apiVersions: - ! @@ -8253,7 +8253,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_475 + - ! &ref_414 type: string apiVersions: - ! @@ -8263,7 +8263,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_480 + - ! &ref_417 type: string apiVersions: - ! @@ -8274,7 +8274,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_482 + - ! &ref_418 type: string apiVersions: - ! @@ -8285,7 +8285,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_484 + - ! &ref_419 type: string apiVersions: - ! @@ -8300,7 +8300,7 @@ schemas: ! - *ref_246 - *ref_247 - *ref_248 - - ! &ref_487 + - ! &ref_421 type: string apiVersions: - ! @@ -8314,7 +8314,7 @@ schemas: ! - *ref_249 - *ref_250 - *ref_251 - - ! &ref_490 + - ! &ref_423 type: string apiVersions: - ! @@ -8326,7 +8326,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - *ref_252 - - ! &ref_493 + - ! &ref_425 type: string apiVersions: - ! @@ -8341,7 +8341,7 @@ schemas: ! - *ref_254 - *ref_255 - *ref_256 - - ! &ref_497 + - ! &ref_428 type: string apiVersions: - ! @@ -8354,7 +8354,7 @@ schemas: ! protocol: ! {} - *ref_257 - *ref_258 - - ! &ref_501 + - ! &ref_431 type: string apiVersions: - ! @@ -8365,7 +8365,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_502 + - ! &ref_432 type: string apiVersions: - ! @@ -8382,7 +8382,7 @@ schemas: ! - *ref_262 - *ref_263 - *ref_264 - - ! &ref_504 + - ! &ref_433 type: string apiVersions: - ! @@ -8393,7 +8393,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_505 + - ! &ref_434 type: string apiVersions: - ! @@ -8404,7 +8404,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_507 + - ! &ref_435 type: string apiVersions: - ! @@ -8415,7 +8415,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_508 + - ! &ref_436 type: string apiVersions: - ! @@ -8426,7 +8426,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_510 + - ! &ref_437 type: string apiVersions: - ! @@ -8437,7 +8437,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_511 + - ! &ref_438 type: string apiVersions: - ! @@ -8448,7 +8448,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_513 + - ! &ref_439 type: string apiVersions: - ! @@ -8459,7 +8459,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_514 + - ! &ref_440 type: string apiVersions: - ! @@ -8473,7 +8473,7 @@ schemas: ! - *ref_265 - *ref_266 - *ref_267 - - ! &ref_517 + - ! &ref_442 type: string apiVersions: - ! @@ -8484,7 +8484,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_518 + - ! &ref_443 type: string apiVersions: - ! @@ -8540,6 +8540,19 @@ schemas: ! - *ref_299 - *ref_300 - *ref_301 +globalParameters: +- ! &ref_304 + schema: *ref_302 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: The key vault client performs cryptographic key operations and vault operations against the Key Vault service. title: KeyVaultClient @@ -8572,7 +8585,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_302 + schema: *ref_303 implementation: Method required: true language: ! @@ -8583,20 +8596,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_303 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_304 + schema: *ref_305 implementation: Method required: true extensions: @@ -8638,7 +8640,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -8725,7 +8727,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_306 + schema: *ref_307 implementation: Method required: true language: ! @@ -8736,18 +8738,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_307 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 - ! schema: *ref_308 implementation: Method @@ -8791,7 +8782,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -8889,18 +8880,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_310 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -8926,7 +8906,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9003,7 +8983,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_311 + schema: *ref_310 implementation: Method required: true language: ! @@ -9015,7 +8995,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_312 + schema: *ref_311 implementation: Method required: true language: ! @@ -9026,20 +9006,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_313 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_314 + schema: *ref_312 implementation: Method required: true extensions: @@ -9081,7 +9050,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9158,7 +9127,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_315 + schema: *ref_313 implementation: Method required: true language: ! @@ -9170,7 +9139,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_316 + schema: *ref_314 implementation: Method required: true language: ! @@ -9181,18 +9150,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_317 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -9218,7 +9176,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9291,7 +9249,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_318 + schema: *ref_315 implementation: Method required: true language: ! @@ -9303,7 +9261,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_319 + schema: *ref_316 implementation: Method language: ! default: @@ -9313,18 +9271,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_320 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -9336,7 +9283,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_321 + schema: *ref_317 language: ! default: name: '' @@ -9350,7 +9297,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9415,7 +9362,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_322 + schema: *ref_318 implementation: Method language: ! default: @@ -9425,18 +9372,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_323 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -9448,7 +9384,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_321 + schema: *ref_317 language: ! default: name: '' @@ -9462,7 +9398,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9527,7 +9463,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_324 + schema: *ref_319 implementation: Method required: true language: ! @@ -9538,18 +9474,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_325 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -9561,7 +9486,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_326 + schema: *ref_320 language: ! default: name: '' @@ -9575,7 +9500,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9632,20 +9557,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_327 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_328 + schema: *ref_321 implementation: Method required: true extensions: @@ -9687,7 +9601,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9765,7 +9679,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_329 + schema: *ref_322 implementation: Method required: true language: ! @@ -9777,7 +9691,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_330 + schema: *ref_323 implementation: Method required: true language: ! @@ -9788,20 +9702,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_331 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -9829,7 +9732,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -9843,7 +9746,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -9905,7 +9808,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_334 + schema: *ref_326 implementation: Method required: true language: ! @@ -9917,7 +9820,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_335 + schema: *ref_327 implementation: Method required: true language: ! @@ -9928,20 +9831,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_336 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -9969,7 +9861,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -9983,7 +9875,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10045,7 +9937,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_337 + schema: *ref_328 implementation: Method required: true language: ! @@ -10057,7 +9949,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_338 + schema: *ref_329 implementation: Method required: true language: ! @@ -10068,20 +9960,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_339 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_340 + schema: *ref_330 implementation: Method required: true extensions: @@ -10109,7 +9990,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10123,7 +10004,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10182,7 +10063,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_341 + schema: *ref_331 implementation: Method required: true language: ! @@ -10194,7 +10075,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_342 + schema: *ref_332 implementation: Method required: true language: ! @@ -10205,20 +10086,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_343 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_344 + schema: *ref_333 implementation: Method required: true extensions: @@ -10246,7 +10116,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_345 + schema: *ref_334 language: ! default: name: '' @@ -10260,7 +10130,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10319,7 +10189,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_346 + schema: *ref_335 implementation: Method required: true language: ! @@ -10331,7 +10201,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_347 + schema: *ref_336 implementation: Method required: true language: ! @@ -10342,20 +10212,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_348 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -10383,7 +10242,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10397,7 +10256,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10459,7 +10318,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_349 + schema: *ref_337 implementation: Method required: true language: ! @@ -10471,7 +10330,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_350 + schema: *ref_338 implementation: Method required: true language: ! @@ -10482,20 +10341,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_351 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_332 + schema: *ref_324 implementation: Method required: true extensions: @@ -10523,7 +10371,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_333 + schema: *ref_325 language: ! default: name: '' @@ -10537,7 +10385,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10598,7 +10446,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_352 + schema: *ref_339 implementation: Method language: ! default: @@ -10608,18 +10456,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_353 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -10631,7 +10468,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_354 + schema: *ref_340 language: ! default: name: '' @@ -10645,7 +10482,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10713,7 +10550,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_355 + schema: *ref_341 implementation: Method required: true language: ! @@ -10724,18 +10561,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_356 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -10761,7 +10587,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10838,7 +10664,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_357 + schema: *ref_342 implementation: Method required: true language: ! @@ -10849,18 +10675,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_358 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -10882,7 +10697,7 @@ operationGroups: - '204' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -10935,7 +10750,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_359 + schema: *ref_343 implementation: Method required: true language: ! @@ -10946,18 +10761,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_360 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -10983,7 +10787,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11057,7 +10861,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_361 + schema: *ref_344 implementation: Method required: true language: ! @@ -11068,20 +10872,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_362 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_363 + schema: *ref_345 implementation: Method required: true extensions: @@ -11123,7 +10916,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11184,7 +10977,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_364 + schema: *ref_346 implementation: Method required: true language: ! @@ -11195,18 +10988,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_365 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11232,7 +11014,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11292,7 +11074,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_366 + schema: *ref_347 implementation: Method required: true language: ! @@ -11304,7 +11086,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_367 + schema: *ref_348 implementation: Method required: true language: ! @@ -11315,20 +11097,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_368 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_369 + schema: *ref_349 implementation: Method required: true extensions: @@ -11370,7 +11141,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11440,7 +11211,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_370 + schema: *ref_350 implementation: Method required: true language: ! @@ -11452,7 +11223,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_371 + schema: *ref_351 implementation: Method required: true language: ! @@ -11463,18 +11234,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_372 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11500,7 +11260,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11559,7 +11319,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_373 + schema: *ref_352 implementation: Method language: ! default: @@ -11569,18 +11329,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_374 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11592,7 +11341,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_375 + schema: *ref_353 language: ! default: name: '' @@ -11606,7 +11355,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11670,7 +11419,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_376 + schema: *ref_354 implementation: Method required: true language: ! @@ -11682,7 +11431,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_377 + schema: *ref_355 implementation: Method language: ! default: @@ -11692,18 +11441,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_378 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11715,7 +11453,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_375 + schema: *ref_353 language: ! default: name: '' @@ -11729,7 +11467,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11791,7 +11529,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_379 + schema: *ref_356 implementation: Method language: ! default: @@ -11801,18 +11539,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_380 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11824,7 +11551,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_381 + schema: *ref_357 language: ! default: name: '' @@ -11838,7 +11565,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -11905,7 +11632,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_382 + schema: *ref_358 implementation: Method required: true language: ! @@ -11916,18 +11643,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_383 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -11953,7 +11669,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12013,7 +11729,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_384 + schema: *ref_359 implementation: Method required: true language: ! @@ -12024,18 +11740,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_385 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12057,7 +11762,7 @@ operationGroups: - '204' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12108,7 +11813,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_386 + schema: *ref_360 implementation: Method required: true language: ! @@ -12119,18 +11824,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_387 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12156,7 +11850,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12213,7 +11907,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_388 + schema: *ref_361 implementation: Method required: true language: ! @@ -12224,18 +11918,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_389 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12247,7 +11930,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_390 + schema: *ref_362 language: ! default: name: '' @@ -12261,7 +11944,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12313,20 +11996,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_391 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_392 + schema: *ref_363 implementation: Method required: true extensions: @@ -12368,7 +12040,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12431,7 +12103,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_393 + schema: *ref_364 implementation: Method language: ! default: @@ -12442,7 +12114,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_394 + schema: *ref_365 implementation: Method language: ! default: @@ -12452,18 +12124,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_395 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12475,7 +12136,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_396 + schema: *ref_366 language: ! default: name: '' @@ -12489,7 +12150,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12559,7 +12220,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_397 + schema: *ref_367 implementation: Method required: true language: ! @@ -12570,18 +12231,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_398 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12607,7 +12257,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12700,20 +12350,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_399 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_400 + schema: *ref_368 implementation: Method required: true extensions: @@ -12740,7 +12379,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -12754,7 +12393,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12820,18 +12459,7 @@ operationGroups: protocol: ! http: ! in: uri - - ! - schema: *ref_401 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12843,7 +12471,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -12857,7 +12485,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -12914,18 +12542,7 @@ operationGroups: protocol: ! http: ! in: uri - - ! - schema: *ref_402 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -12937,7 +12554,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_400 + schema: *ref_368 language: ! default: name: '' @@ -12951,7 +12568,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13009,7 +12626,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_403 + schema: *ref_369 implementation: Method language: ! default: @@ -13019,18 +12636,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_404 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -13042,7 +12648,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_405 + schema: *ref_370 language: ! default: name: '' @@ -13056,7 +12662,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13116,7 +12722,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_406 + schema: *ref_371 implementation: Method required: true language: ! @@ -13127,20 +12733,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_407 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_408 + schema: *ref_372 implementation: Method required: true extensions: @@ -13168,7 +12763,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13182,7 +12777,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13260,7 +12855,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_410 + schema: *ref_374 implementation: Method required: true language: ! @@ -13271,20 +12866,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_411 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_412 + schema: *ref_375 implementation: Method required: true extensions: @@ -13312,7 +12896,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13326,7 +12910,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13398,7 +12982,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_413 + schema: *ref_376 implementation: Method required: true language: ! @@ -13409,18 +12993,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_414 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -13432,7 +13005,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13446,7 +13019,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13512,7 +13085,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_415 + schema: *ref_377 implementation: Method required: true language: ! @@ -13523,18 +13096,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_416 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -13546,7 +13108,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_409 + schema: *ref_373 language: ! default: name: '' @@ -13560,7 +13122,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13626,7 +13188,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_417 + schema: *ref_378 implementation: Method required: true language: ! @@ -13637,20 +13199,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_418 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_419 + schema: *ref_379 implementation: Method required: true extensions: @@ -13678,7 +13229,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -13692,7 +13243,7 @@ operationGroups: - '202' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13770,7 +13321,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_421 + schema: *ref_381 implementation: Method required: true language: ! @@ -13781,20 +13332,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_422 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_423 + schema: *ref_382 implementation: Method required: true extensions: @@ -13836,7 +13376,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -13942,7 +13482,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_424 + schema: *ref_383 implementation: Method required: true language: ! @@ -13954,7 +13494,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_425 + schema: *ref_384 implementation: Method language: ! default: @@ -13964,18 +13504,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_426 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -13987,7 +13516,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_396 + schema: *ref_366 language: ! default: name: '' @@ -14001,7 +13530,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14072,7 +13601,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_427 + schema: *ref_385 implementation: Method required: true language: ! @@ -14083,18 +13612,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_428 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -14120,7 +13638,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14197,7 +13715,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_429 + schema: *ref_386 implementation: Method required: true language: ! @@ -14208,18 +13726,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_430 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 - ! schema: *ref_24 implementation: Method @@ -14262,7 +13769,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14362,7 +13869,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_431 + schema: *ref_387 implementation: Method required: true language: ! @@ -14374,7 +13881,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_432 + schema: *ref_388 implementation: Method required: true language: ! @@ -14385,20 +13892,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_433 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_434 + schema: *ref_389 implementation: Method required: true extensions: @@ -14440,7 +13936,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14514,7 +14010,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_435 + schema: *ref_390 implementation: Method required: true language: ! @@ -14526,7 +14022,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_436 + schema: *ref_391 implementation: Method required: true language: ! @@ -14537,18 +14033,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_437 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -14574,7 +14059,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14635,31 +14120,20 @@ operationGroups: http: ! in: uri - ! - schema: *ref_438 - implementation: Method - required: true - language: ! - default: - name: certificate-name - description: The name of the certificate. - serializedName: certificate-name - protocol: ! - http: ! - in: path - - ! - schema: *ref_439 - implementation: Client + schema: *ref_392 + implementation: Method required: true language: ! default: - name: ApiVersion - description: Api Version - serializedName: api-version + name: certificate-name + description: The name of the certificate. + serializedName: certificate-name protocol: ! http: ! - in: query + in: path + - *ref_304 - ! - schema: *ref_440 + schema: *ref_393 implementation: Method required: true extensions: @@ -14687,7 +14161,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14701,7 +14175,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14764,7 +14238,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_441 + schema: *ref_394 implementation: Method required: true language: ! @@ -14775,18 +14249,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_442 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -14798,7 +14261,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14812,7 +14275,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14872,7 +14335,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_443 + schema: *ref_395 implementation: Method required: true language: ! @@ -14883,18 +14346,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_444 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -14906,7 +14358,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_420 + schema: *ref_380 language: ! default: name: '' @@ -14920,7 +14372,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -14980,7 +14432,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_445 + schema: *ref_396 implementation: Method required: true language: ! @@ -14991,20 +14443,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_446 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_447 + schema: *ref_397 implementation: Method required: true extensions: @@ -15046,7 +14487,7 @@ operationGroups: - '201' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15140,7 +14581,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_448 + schema: *ref_398 implementation: Method required: true language: ! @@ -15151,18 +14592,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_449 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15174,7 +14604,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_450 + schema: *ref_399 language: ! default: name: '' @@ -15188,7 +14618,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15240,20 +14670,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_451 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_452 + schema: *ref_400 implementation: Method required: true extensions: @@ -15295,7 +14714,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15393,7 +14812,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_453 + schema: *ref_401 implementation: Method language: ! default: @@ -15404,7 +14823,7 @@ operationGroups: http: ! in: query - ! - schema: *ref_454 + schema: *ref_402 implementation: Method language: ! default: @@ -15414,18 +14833,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_455 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15437,7 +14845,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_456 + schema: *ref_403 language: ! default: name: '' @@ -15451,7 +14859,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15521,7 +14929,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_457 + schema: *ref_404 implementation: Method required: true language: ! @@ -15532,18 +14940,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_458 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15569,7 +14966,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15666,7 +15063,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_459 + schema: *ref_405 implementation: Method required: true language: ! @@ -15677,18 +15074,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_460 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15710,7 +15096,7 @@ operationGroups: - '204' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15763,7 +15149,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_461 + schema: *ref_406 implementation: Method required: true language: ! @@ -15774,18 +15160,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_462 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15811,7 +15186,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -15904,7 +15279,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_463 + schema: *ref_407 implementation: Method language: ! default: @@ -15914,18 +15289,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_464 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -15937,7 +15301,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_465 + schema: *ref_408 language: ! default: name: '' @@ -15951,7 +15315,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16027,7 +15391,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_466 + schema: *ref_409 implementation: Method language: ! default: @@ -16037,18 +15401,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_467 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16060,7 +15413,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_468 + schema: *ref_410 language: ! default: name: '' @@ -16074,7 +15427,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16156,7 +15509,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_469 + schema: *ref_411 implementation: Method required: true language: ! @@ -16167,18 +15520,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_470 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16204,7 +15546,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16273,7 +15615,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_471 + schema: *ref_412 implementation: Method required: true language: ! @@ -16284,18 +15626,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_472 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16317,7 +15648,7 @@ operationGroups: - '204' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16372,7 +15703,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_473 + schema: *ref_413 implementation: Method required: true language: ! @@ -16383,18 +15714,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_474 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16420,7 +15740,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16486,7 +15806,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_475 + schema: *ref_414 implementation: Method required: true language: ! @@ -16497,18 +15817,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_476 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16520,7 +15829,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_477 + schema: *ref_415 language: ! default: name: '' @@ -16534,7 +15843,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16588,20 +15897,9 @@ operationGroups: protocol: ! http: ! in: uri + - *ref_304 - ! - schema: *ref_478 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_479 + schema: *ref_416 implementation: Method required: true extensions: @@ -16643,7 +15941,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16713,7 +16011,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_480 + schema: *ref_417 implementation: Method required: true language: ! @@ -16724,18 +16022,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_481 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16761,7 +16048,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16830,7 +16117,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_482 + schema: *ref_418 implementation: Method required: true language: ! @@ -16841,18 +16128,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_483 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -16878,7 +16154,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -16944,7 +16220,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_484 + schema: *ref_419 implementation: Method required: true language: ! @@ -16955,20 +16231,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_485 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_486 + schema: *ref_420 implementation: Method required: true extensions: @@ -17010,7 +16275,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17087,7 +16352,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_487 + schema: *ref_421 implementation: Method required: true language: ! @@ -17098,20 +16363,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_488 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_489 + schema: *ref_422 implementation: Method required: true extensions: @@ -17153,7 +16407,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17223,7 +16477,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_490 + schema: *ref_423 implementation: Method required: true language: ! @@ -17234,20 +16488,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_491 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_492 + schema: *ref_424 implementation: Method required: true extensions: @@ -17289,7 +16532,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17358,7 +16601,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_493 + schema: *ref_425 implementation: Method required: true language: ! @@ -17370,7 +16613,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_494 + schema: *ref_426 implementation: Method language: ! default: @@ -17380,18 +16623,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_495 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17403,7 +16635,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_496 + schema: *ref_427 language: ! default: name: '' @@ -17417,7 +16649,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17488,7 +16720,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_497 + schema: *ref_428 implementation: Method required: true language: ! @@ -17500,7 +16732,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_498 + schema: *ref_429 implementation: Method language: ! default: @@ -17510,18 +16742,7 @@ operationGroups: protocol: ! http: ! in: query - - ! - schema: *ref_499 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17533,7 +16754,7 @@ operationGroups: uri: '{vaultBaseUrl}' responses: - ! - schema: *ref_500 + schema: *ref_430 language: ! default: name: '' @@ -17547,7 +16768,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17624,7 +16845,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_501 + schema: *ref_431 implementation: Method required: true language: ! @@ -17636,7 +16857,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_502 + schema: *ref_432 implementation: Method required: true language: ! @@ -17647,18 +16868,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_503 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17684,7 +16894,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17751,7 +16961,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_504 + schema: *ref_433 implementation: Method required: true language: ! @@ -17763,7 +16973,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_505 + schema: *ref_434 implementation: Method required: true language: ! @@ -17774,18 +16984,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_506 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17811,7 +17010,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -17875,7 +17074,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_507 + schema: *ref_435 implementation: Method required: true language: ! @@ -17887,7 +17086,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_508 + schema: *ref_436 implementation: Method required: true language: ! @@ -17898,18 +17097,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_509 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -17935,7 +17123,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -18002,7 +17190,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_510 + schema: *ref_437 implementation: Method required: true language: ! @@ -18014,7 +17202,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_511 + schema: *ref_438 implementation: Method required: true language: ! @@ -18025,18 +17213,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_512 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_304 language: ! default: name: '' @@ -18062,7 +17239,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -18126,7 +17303,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_513 + schema: *ref_439 implementation: Method required: true language: ! @@ -18138,7 +17315,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_514 + schema: *ref_440 implementation: Method required: true language: ! @@ -18149,20 +17326,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_515 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_516 + schema: *ref_441 implementation: Method required: true extensions: @@ -18204,7 +17370,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' @@ -18275,7 +17441,7 @@ operationGroups: http: ! in: uri - ! - schema: *ref_517 + schema: *ref_442 implementation: Method required: true language: ! @@ -18287,7 +17453,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_518 + schema: *ref_443 implementation: Method required: true language: ! @@ -18298,20 +17464,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_304 - ! - schema: *ref_519 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - - ! - schema: *ref_520 + schema: *ref_444 implementation: Method required: true extensions: @@ -18353,7 +17508,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_305 + schema: *ref_306 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/storage/flattened.yaml b/modelerfour/test/scenarios/storage/flattened.yaml index eab50e5..ec5cdf3 100644 --- a/modelerfour/test/scenarios/storage/flattened.yaml +++ b/modelerfour/test/scenarios/storage/flattened.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_51 + - ! &ref_52 type: object apiVersions: - ! @@ -50,7 +50,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20150501Preview protocol: ! {} - - ! &ref_52 + - ! &ref_53 type: object apiVersions: - ! @@ -773,7 +773,7 @@ schemas: ! - *ref_5 - *ref_8 - *ref_13 - - ! &ref_58 + - ! &ref_54 type: object apiVersions: - ! @@ -810,7 +810,7 @@ schemas: ! description: The access keys for the storage account. namespace: Api20150501Preview protocol: ! {} - - ! &ref_60 + - ! &ref_55 type: object apiVersions: - ! @@ -857,7 +857,7 @@ schemas: ! description: The list storage accounts operation response. namespace: Api20150501Preview protocol: ! {} - - ! &ref_63 + - ! &ref_56 type: object apiVersions: - ! @@ -900,7 +900,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20150501Preview protocol: ! {} - - ! &ref_65 + - ! &ref_57 type: object apiVersions: - ! @@ -1121,7 +1121,7 @@ schemas: ! - *ref_20 - *ref_21 constants: - - ! &ref_49 + - ! &ref_48 type: constant value: ! value: 2015-05-01-preview @@ -1135,7 +1135,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_53 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1149,7 +1149,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_54 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1163,7 +1163,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_55 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1177,7 +1177,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_56 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1191,7 +1191,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_57 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1205,7 +1205,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_59 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1219,7 +1219,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_61 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1233,7 +1233,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_62 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1247,7 +1247,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_64 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1296,7 +1296,7 @@ schemas: ! - *ref_46 - *ref_47 globalParameters: -- ! &ref_50 +- ! &ref_51 schema: *ref_30 implementation: Client required: true @@ -1310,7 +1310,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_48 +- ! &ref_49 schema: *ref_1 clientDefaultValue: 'https://management.azure.com' implementation: Client @@ -1323,6 +1323,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_50 + schema: *ref_48 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! title: storage operationGroups: @@ -1335,22 +1347,11 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 - - ! - schema: *ref_49 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_49 - *ref_50 + - *ref_51 - ! - schema: *ref_51 + schema: *ref_52 implementation: Method required: true extensions: @@ -1378,7 +1379,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_52 + schema: *ref_53 language: ! default: name: '' @@ -1404,7 +1405,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1429,19 +1430,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_53 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 - ! schema: *ref_6 implementation: Method @@ -1509,7 +1499,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1534,19 +1524,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_54 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1586,7 +1565,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1611,19 +1590,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_55 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1659,7 +1627,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1684,19 +1652,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_56 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 - ! schema: *ref_8 implementation: Method @@ -1755,7 +1712,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1780,19 +1737,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_57 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1804,7 +1750,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_58 + schema: *ref_54 language: ! default: name: '' @@ -1828,20 +1774,9 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 - - ! - schema: *ref_59 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_49 - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1853,7 +1788,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_60 + schema: *ref_55 language: ! default: name: '' @@ -1880,7 +1815,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1893,19 +1828,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_61 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1917,7 +1841,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_60 + schema: *ref_55 language: ! default: name: '' @@ -1944,7 +1868,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1969,21 +1893,10 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_62 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 - ! - schema: *ref_63 + schema: *ref_56 implementation: Method required: true extensions: @@ -2011,7 +1924,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_58 + schema: *ref_54 language: ! default: name: '' @@ -2045,20 +1958,9 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 - - ! - schema: *ref_64 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_49 - *ref_50 + - *ref_51 language: ! default: name: '' @@ -2070,7 +1972,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_65 + schema: *ref_57 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/storage/modeler.yaml b/modelerfour/test/scenarios/storage/modeler.yaml index 7d07dc1..e20a2cb 100644 --- a/modelerfour/test/scenarios/storage/modeler.yaml +++ b/modelerfour/test/scenarios/storage/modeler.yaml @@ -773,7 +773,7 @@ schemas: ! - *ref_19 - *ref_22 - *ref_27 - - ! &ref_58 + - ! &ref_54 type: object apiVersions: - ! @@ -810,7 +810,7 @@ schemas: ! description: The access keys for the storage account. namespace: Api20150501Preview protocol: ! {} - - ! &ref_60 + - ! &ref_55 type: object apiVersions: - ! @@ -857,7 +857,7 @@ schemas: ! description: The list storage accounts operation response. namespace: Api20150501Preview protocol: ! {} - - ! &ref_63 + - ! &ref_56 type: object apiVersions: - ! @@ -900,7 +900,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20150501Preview protocol: ! {} - - ! &ref_65 + - ! &ref_57 type: object apiVersions: - ! @@ -1135,7 +1135,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_52 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1149,7 +1149,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_54 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1163,7 +1163,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_55 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1177,7 +1177,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_56 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1191,7 +1191,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_57 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1205,7 +1205,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_59 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1219,7 +1219,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_61 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1233,7 +1233,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_62 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1247,7 +1247,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_64 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1323,6 +1323,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_52 + schema: *ref_48 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! title: storage operationGroups: @@ -1336,18 +1348,7 @@ operationGroups: request: ! parameters: - *ref_51 - - ! - schema: *ref_48 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 - ! schema: *ref_49 @@ -1429,18 +1430,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_52 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 - ! schema: *ref_20 @@ -1534,18 +1524,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_54 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 language: ! default: @@ -1611,18 +1590,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_55 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 language: ! default: @@ -1684,18 +1652,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_56 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 - ! schema: *ref_22 @@ -1780,18 +1737,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_57 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 language: ! default: @@ -1804,7 +1750,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_58 + schema: *ref_54 language: ! default: name: '' @@ -1829,18 +1775,7 @@ operationGroups: request: ! parameters: - *ref_51 - - ! - schema: *ref_59 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 language: ! default: @@ -1853,7 +1788,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_60 + schema: *ref_55 language: ! default: name: '' @@ -1893,18 +1828,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_61 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 language: ! default: @@ -1917,7 +1841,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_60 + schema: *ref_55 language: ! default: name: '' @@ -1969,21 +1893,10 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_62 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 - ! - schema: *ref_63 + schema: *ref_56 implementation: Method required: true extensions: @@ -2011,7 +1924,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_58 + schema: *ref_54 language: ! default: name: '' @@ -2046,18 +1959,7 @@ operationGroups: request: ! parameters: - *ref_51 - - ! - schema: *ref_64 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_52 - *ref_53 language: ! default: @@ -2070,7 +1972,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_65 + schema: *ref_57 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/storage/namer.yaml b/modelerfour/test/scenarios/storage/namer.yaml index eab50e5..ec5cdf3 100644 --- a/modelerfour/test/scenarios/storage/namer.yaml +++ b/modelerfour/test/scenarios/storage/namer.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_51 + - ! &ref_52 type: object apiVersions: - ! @@ -50,7 +50,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20150501Preview protocol: ! {} - - ! &ref_52 + - ! &ref_53 type: object apiVersions: - ! @@ -773,7 +773,7 @@ schemas: ! - *ref_5 - *ref_8 - *ref_13 - - ! &ref_58 + - ! &ref_54 type: object apiVersions: - ! @@ -810,7 +810,7 @@ schemas: ! description: The access keys for the storage account. namespace: Api20150501Preview protocol: ! {} - - ! &ref_60 + - ! &ref_55 type: object apiVersions: - ! @@ -857,7 +857,7 @@ schemas: ! description: The list storage accounts operation response. namespace: Api20150501Preview protocol: ! {} - - ! &ref_63 + - ! &ref_56 type: object apiVersions: - ! @@ -900,7 +900,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20150501Preview protocol: ! {} - - ! &ref_65 + - ! &ref_57 type: object apiVersions: - ! @@ -1121,7 +1121,7 @@ schemas: ! - *ref_20 - *ref_21 constants: - - ! &ref_49 + - ! &ref_48 type: constant value: ! value: 2015-05-01-preview @@ -1135,7 +1135,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_53 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1149,7 +1149,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_54 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1163,7 +1163,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_55 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1177,7 +1177,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_56 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1191,7 +1191,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_57 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1205,7 +1205,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_59 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1219,7 +1219,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_61 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1233,7 +1233,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_62 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1247,7 +1247,7 @@ schemas: ! name: ApiVersion-2015-05-01-preview description: Api Version (2015-05-01-preview) protocol: ! {} - - ! &ref_64 + - ! type: constant value: ! value: 2015-05-01-preview @@ -1296,7 +1296,7 @@ schemas: ! - *ref_46 - *ref_47 globalParameters: -- ! &ref_50 +- ! &ref_51 schema: *ref_30 implementation: Client required: true @@ -1310,7 +1310,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_48 +- ! &ref_49 schema: *ref_1 clientDefaultValue: 'https://management.azure.com' implementation: Client @@ -1323,6 +1323,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_50 + schema: *ref_48 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! title: storage operationGroups: @@ -1335,22 +1347,11 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 - - ! - schema: *ref_49 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_49 - *ref_50 + - *ref_51 - ! - schema: *ref_51 + schema: *ref_52 implementation: Method required: true extensions: @@ -1378,7 +1379,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_52 + schema: *ref_53 language: ! default: name: '' @@ -1404,7 +1405,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1429,19 +1430,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_53 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 - ! schema: *ref_6 implementation: Method @@ -1509,7 +1499,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1534,19 +1524,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_54 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1586,7 +1565,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1611,19 +1590,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_55 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1659,7 +1627,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1684,19 +1652,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_56 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 - ! schema: *ref_8 implementation: Method @@ -1755,7 +1712,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1780,19 +1737,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_57 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1804,7 +1750,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_58 + schema: *ref_54 language: ! default: name: '' @@ -1828,20 +1774,9 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 - - ! - schema: *ref_59 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_49 - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1853,7 +1788,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_60 + schema: *ref_55 language: ! default: name: '' @@ -1880,7 +1815,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1893,19 +1828,8 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_61 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 language: ! default: name: '' @@ -1917,7 +1841,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_60 + schema: *ref_55 language: ! default: name: '' @@ -1944,7 +1868,7 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 + - *ref_49 - ! schema: *ref_30 implementation: Method @@ -1969,21 +1893,10 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_62 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query - *ref_50 + - *ref_51 - ! - schema: *ref_63 + schema: *ref_56 implementation: Method required: true extensions: @@ -2011,7 +1924,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_58 + schema: *ref_54 language: ! default: name: '' @@ -2045,20 +1958,9 @@ operationGroups: version: 2015-05-01-preview request: ! parameters: - - *ref_48 - - ! - schema: *ref_64 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_49 - *ref_50 + - *ref_51 language: ! default: name: '' @@ -2070,7 +1972,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_65 + schema: *ref_57 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/subscriptionId-apiVersion/flattened.yaml b/modelerfour/test/scenarios/subscriptionId-apiVersion/flattened.yaml index 27b7fd0..f80aaf8 100644 --- a/modelerfour/test/scenarios/subscriptionId-apiVersion/flattened.yaml +++ b/modelerfour/test/scenarios/subscriptionId-apiVersion/flattened.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_9 + - ! &ref_10 type: object apiVersions: - ! @@ -47,7 +47,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20140401Preview protocol: ! {} - - ! &ref_10 + - ! &ref_11 type: object apiVersions: - ! @@ -92,7 +92,7 @@ schemas: ! namespace: Api20140401Preview protocol: ! {} constants: - - ! &ref_8 + - ! &ref_6 type: constant value: ! value: 2014-04-01-preview @@ -130,7 +130,7 @@ schemas: ! - *ref_3 - *ref_4 globalParameters: -- ! &ref_7 +- ! &ref_8 schema: *ref_5 implementation: Client required: true @@ -144,7 +144,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_6 +- ! &ref_7 schema: *ref_1 clientDefaultValue: 'https://management.azure.com' implementation: Client @@ -157,6 +157,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_9 + schema: *ref_6 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Some cool documentation. title: subscriptionId-apiVersion @@ -170,8 +182,8 @@ operationGroups: version: 2014-04-01-preview request: ! parameters: - - *ref_6 - *ref_7 + - *ref_8 - ! schema: *ref_5 implementation: Method @@ -184,18 +196,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_8 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 language: ! default: name: '' @@ -207,7 +208,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -221,7 +222,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_10 + schema: *ref_11 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/subscriptionId-apiVersion/modeler.yaml b/modelerfour/test/scenarios/subscriptionId-apiVersion/modeler.yaml index d56610d..6cf8913 100644 --- a/modelerfour/test/scenarios/subscriptionId-apiVersion/modeler.yaml +++ b/modelerfour/test/scenarios/subscriptionId-apiVersion/modeler.yaml @@ -157,6 +157,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_11 + schema: *ref_6 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Some cool documentation. title: subscriptionId-apiVersion @@ -184,18 +196,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_6 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_11 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/subscriptionId-apiVersion/namer.yaml b/modelerfour/test/scenarios/subscriptionId-apiVersion/namer.yaml index 27b7fd0..f80aaf8 100644 --- a/modelerfour/test/scenarios/subscriptionId-apiVersion/namer.yaml +++ b/modelerfour/test/scenarios/subscriptionId-apiVersion/namer.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_9 + - ! &ref_10 type: object apiVersions: - ! @@ -47,7 +47,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-OBJECTSCHEMA namespace: Api20140401Preview protocol: ! {} - - ! &ref_10 + - ! &ref_11 type: object apiVersions: - ! @@ -92,7 +92,7 @@ schemas: ! namespace: Api20140401Preview protocol: ! {} constants: - - ! &ref_8 + - ! &ref_6 type: constant value: ! value: 2014-04-01-preview @@ -130,7 +130,7 @@ schemas: ! - *ref_3 - *ref_4 globalParameters: -- ! &ref_7 +- ! &ref_8 schema: *ref_5 implementation: Client required: true @@ -144,7 +144,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_6 +- ! &ref_7 schema: *ref_1 clientDefaultValue: 'https://management.azure.com' implementation: Client @@ -157,6 +157,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_9 + schema: *ref_6 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: api-version + protocol: ! + http: ! + in: query info: ! description: Some cool documentation. title: subscriptionId-apiVersion @@ -170,8 +182,8 @@ operationGroups: version: 2014-04-01-preview request: ! parameters: - - *ref_6 - *ref_7 + - *ref_8 - ! schema: *ref_5 implementation: Method @@ -184,18 +196,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_8 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: api-version - protocol: ! - http: ! - in: query + - *ref_9 language: ! default: name: '' @@ -207,7 +208,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_9 + schema: *ref_10 language: ! default: name: '' @@ -221,7 +222,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_10 + schema: *ref_11 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/validation/flattened.yaml b/modelerfour/test/scenarios/validation/flattened.yaml index a553f38..649c6b2 100644 --- a/modelerfour/test/scenarios/validation/flattened.yaml +++ b/modelerfour/test/scenarios/validation/flattened.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_24 + - ! &ref_25 type: object apiVersions: - ! @@ -300,7 +300,7 @@ schemas: ! protocol: ! {} - *ref_1 - *ref_2 - - ! &ref_25 + - ! &ref_26 type: object apiVersions: - ! @@ -364,7 +364,7 @@ schemas: ! arrays: - *ref_3 constants: - - ! &ref_23 + - ! &ref_19 type: constant value: ! value: 1.0.0 @@ -384,7 +384,7 @@ schemas: ! - *ref_7 - *ref_8 - *ref_9 - - ! &ref_26 + - ! type: constant value: ! value: 1.0.0 @@ -413,7 +413,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-CHOICE protocol: ! {} numbers: - - ! &ref_22 + - ! &ref_23 type: integer apiVersions: - ! @@ -443,7 +443,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_21 + - ! &ref_22 type: string apiVersions: - ! @@ -472,7 +472,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} globalParameters: -- ! &ref_20 +- ! &ref_21 schema: *ref_18 implementation: Client required: true @@ -486,7 +486,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_19 +- ! &ref_20 schema: *ref_0 clientDefaultValue: 'http://localhost:3000' implementation: Client @@ -499,6 +499,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_24 + schema: *ref_19 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: apiVersion + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest. No server backend exists for these tests. title: validation @@ -512,10 +524,10 @@ operationGroups: version: 1.0.0 request: ! parameters: - - *ref_19 - *ref_20 + - *ref_21 - ! - schema: *ref_21 + schema: *ref_22 implementation: Method required: true language: ! @@ -527,7 +539,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_22 + schema: *ref_23 implementation: Method required: true language: ! @@ -538,18 +550,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_23 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: apiVersion - protocol: ! - http: ! - in: query + - *ref_24 language: ! default: name: '' @@ -561,7 +562,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_24 + schema: *ref_25 language: ! default: name: '' @@ -575,7 +576,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_25 + schema: *ref_26 language: ! default: name: '' @@ -598,10 +599,10 @@ operationGroups: version: 1.0.0 request: ! parameters: - - *ref_19 - *ref_20 + - *ref_21 - ! - schema: *ref_21 + schema: *ref_22 implementation: Method required: true language: ! @@ -613,7 +614,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_22 + schema: *ref_23 implementation: Method required: true language: ! @@ -624,20 +625,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_24 - ! - schema: *ref_26 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: apiVersion - protocol: ! - http: ! - in: query - - ! - schema: *ref_24 + schema: *ref_25 implementation: Method extensions: x-ms-requestBody-name: body @@ -663,7 +653,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_24 + schema: *ref_25 language: ! default: name: '' @@ -677,7 +667,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_25 + schema: *ref_26 language: ! default: name: '' @@ -702,7 +692,7 @@ operationGroups: version: 1.0.0 request: ! parameters: - - *ref_19 + - *ref_20 - ! schema: *ref_27 implementation: Method @@ -745,7 +735,7 @@ operationGroups: version: 1.0.0 request: ! parameters: - - *ref_19 + - *ref_20 - ! schema: *ref_27 implementation: Method @@ -759,7 +749,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_24 + schema: *ref_25 implementation: Method extensions: x-ms-requestBody-name: body @@ -785,7 +775,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_24 + schema: *ref_25 language: ! default: name: '' diff --git a/modelerfour/test/scenarios/validation/modeler.yaml b/modelerfour/test/scenarios/validation/modeler.yaml index 47ea5a2..eda3269 100644 --- a/modelerfour/test/scenarios/validation/modeler.yaml +++ b/modelerfour/test/scenarios/validation/modeler.yaml @@ -384,7 +384,7 @@ schemas: ! - *ref_9 - *ref_10 - *ref_11 - - ! &ref_26 + - ! type: constant value: ! value: 1.0.0 @@ -499,6 +499,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_26 + schema: *ref_21 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: apiVersion + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest. No server backend exists for these tests. title: validation @@ -538,18 +550,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_21 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: apiVersion - protocol: ! - http: ! - in: query + - *ref_26 language: ! default: name: '' @@ -624,18 +625,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_26 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: apiVersion - protocol: ! - http: ! - in: query + - *ref_26 - ! schema: *ref_22 implementation: Method diff --git a/modelerfour/test/scenarios/validation/namer.yaml b/modelerfour/test/scenarios/validation/namer.yaml index a553f38..649c6b2 100644 --- a/modelerfour/test/scenarios/validation/namer.yaml +++ b/modelerfour/test/scenarios/validation/namer.yaml @@ -1,7 +1,7 @@ ! schemas: ! objects: - - ! &ref_24 + - ! &ref_25 type: object apiVersions: - ! @@ -300,7 +300,7 @@ schemas: ! protocol: ! {} - *ref_1 - *ref_2 - - ! &ref_25 + - ! &ref_26 type: object apiVersions: - ! @@ -364,7 +364,7 @@ schemas: ! arrays: - *ref_3 constants: - - ! &ref_23 + - ! &ref_19 type: constant value: ! value: 1.0.0 @@ -384,7 +384,7 @@ schemas: ! - *ref_7 - *ref_8 - *ref_9 - - ! &ref_26 + - ! type: constant value: ! value: 1.0.0 @@ -413,7 +413,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-CHOICE protocol: ! {} numbers: - - ! &ref_22 + - ! &ref_23 type: integer apiVersions: - ! @@ -443,7 +443,7 @@ schemas: ! name: string description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} - - ! &ref_21 + - ! &ref_22 type: string apiVersions: - ! @@ -472,7 +472,7 @@ schemas: ! description: MISSING·SCHEMA-DESCRIPTION-STRING protocol: ! {} globalParameters: -- ! &ref_20 +- ! &ref_21 schema: *ref_18 implementation: Client required: true @@ -486,7 +486,7 @@ globalParameters: protocol: ! http: ! in: path -- ! &ref_19 +- ! &ref_20 schema: *ref_0 clientDefaultValue: 'http://localhost:3000' implementation: Client @@ -499,6 +499,18 @@ globalParameters: protocol: ! http: ! in: uri +- ! &ref_24 + schema: *ref_19 + implementation: Client + required: true + language: ! + default: + name: ApiVersion + description: Api Version + serializedName: apiVersion + protocol: ! + http: ! + in: query info: ! description: Test Infrastructure for AutoRest. No server backend exists for these tests. title: validation @@ -512,10 +524,10 @@ operationGroups: version: 1.0.0 request: ! parameters: - - *ref_19 - *ref_20 + - *ref_21 - ! - schema: *ref_21 + schema: *ref_22 implementation: Method required: true language: ! @@ -527,7 +539,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_22 + schema: *ref_23 implementation: Method required: true language: ! @@ -538,18 +550,7 @@ operationGroups: protocol: ! http: ! in: path - - ! - schema: *ref_23 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: apiVersion - protocol: ! - http: ! - in: query + - *ref_24 language: ! default: name: '' @@ -561,7 +562,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_24 + schema: *ref_25 language: ! default: name: '' @@ -575,7 +576,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_25 + schema: *ref_26 language: ! default: name: '' @@ -598,10 +599,10 @@ operationGroups: version: 1.0.0 request: ! parameters: - - *ref_19 - *ref_20 + - *ref_21 - ! - schema: *ref_21 + schema: *ref_22 implementation: Method required: true language: ! @@ -613,7 +614,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_22 + schema: *ref_23 implementation: Method required: true language: ! @@ -624,20 +625,9 @@ operationGroups: protocol: ! http: ! in: path + - *ref_24 - ! - schema: *ref_26 - implementation: Client - required: true - language: ! - default: - name: ApiVersion - description: Api Version - serializedName: apiVersion - protocol: ! - http: ! - in: query - - ! - schema: *ref_24 + schema: *ref_25 implementation: Method extensions: x-ms-requestBody-name: body @@ -663,7 +653,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_24 + schema: *ref_25 language: ! default: name: '' @@ -677,7 +667,7 @@ operationGroups: - '200' exceptions: - ! - schema: *ref_25 + schema: *ref_26 language: ! default: name: '' @@ -702,7 +692,7 @@ operationGroups: version: 1.0.0 request: ! parameters: - - *ref_19 + - *ref_20 - ! schema: *ref_27 implementation: Method @@ -745,7 +735,7 @@ operationGroups: version: 1.0.0 request: ! parameters: - - *ref_19 + - *ref_20 - ! schema: *ref_27 implementation: Method @@ -759,7 +749,7 @@ operationGroups: http: ! in: path - ! - schema: *ref_24 + schema: *ref_25 implementation: Method extensions: x-ms-requestBody-name: body @@ -785,7 +775,7 @@ operationGroups: uri: '{$host}' responses: - ! - schema: *ref_24 + schema: *ref_25 language: ! default: name: ''